* {
  margin: 0;

  padding: 0;
}

body {
  font-family: "Segoe UI", sans-serif;
}

:root {
  --brand: #16a34a;

  --brand-600: #12833c;

  --soft: #eefaf5;

  --soft-border: #dff3ea;

  --ink: #111827;

  --muted: #6b7280;

  --accent: #d32f2f;

  --ink: #121417;

  --bg: #f9fafb;

  --card: #ffffff;

  --stroke: #e5e9f0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

label {
  margin-bottom: 5px;
}

hr {
    margin: 12px 0;
}

.heading-main {
  font-family: "Montserrat", sans-serif;

  font-weight: 700;

  color: #000;

  font-size: 35px;
  text-transform: capitalize;
}

.heading-main a {
  font-family: "Montserrat", sans-serif;

  font-weight: 700;

  color: #000;

  font-size: 36px;
}

.location-dropdown {
  background-color: transparent !important;
}

.location-dropdown svg {
  fill: #007f5f;

  width: 20px;

  margin-right: 10px;
}

/* ------------------ multiple-color ----------- */

.lightgreen-bg {
  background-color: #cdffe8;

  position: relative;
}

.lightgreen-bg::before {
  content: "";

  position: absolute;

  width: 125px;

  height: 125px;

  background-color: #97f5cb;

  border-radius: 50%;

  top: -28px;

  left: -28px;

  z-index: 1;
}

.themed-bg img {
  position: absolute;

  z-index: 20;

  right: 5%;

  bottom: -34px;
  height: auto;
  width: 60%;
}

/* .lightgreen-bg img {

  position: relative;

  z-index: 20;

  right: 0;

  bottom: -34px;

} */

.lightcream-bg {
  background-color: #ffdfb3;

  position: relative;
}

.lightcream-bg::before {
  content: "";

  position: absolute;

  width: 125px;

  height: 125px;

  background-color: #ffd9a3;

  border-radius: 50%;

  top: -28px;

  left: -28px;

  z-index: 1;
}

/* .lightcream-bg img {

  position: relative;

  z-index: 20;

  right: 0;

  bottom: -34px;

  left: 50px;

} */

.lightblack-bg {
  background-color: #cfcdcc;

  position: relative;
}

.lightblack-bg::before {
  content: "";

  position: absolute;

  width: 125px;

  height: 125px;

  background-color: #bebab9;

  border-radius: 50%;

  top: -28px;

  left: -28px;

  z-index: 1;
}

/* .lightblack-bg img {

  position: relative;

  z-index: 20;

  right: 0;

  bottom: -34px;

  left: 28px;

} */

.lightyellow-bg {
  background-color: #fff8cf;
}

.lightyellow-bg::before {
  content: "";

  position: absolute;

  width: 125px;

  height: 125px;

  background-color: #fff1a1;

  border-radius: 50%;

  top: -28px;

  left: -28px;

  z-index: 1;
}

/* .lightyellow-bg img {

  position: relative;

  z-index: 20;

  right: 0;

  bottom: -14px;

  left: 65px;

} */

.lightpink-bg {
  background-color: #ff989a;
}

.lightblue-bg {
  background-color: #a5d0e7;
}

.lightorange-bg {
  background-color: #fdbd9e;
}

.lightpurple-bg {
  background-color: #c8bcff;
}

/* ------------ navbar --------------- */

.sticky-bar {
  position: sticky;

  bottom: 0;

  background: #fff;

  border-top: 1px solid #dee2e6;

  padding: 0.75rem;

  display: none;
}

@media (max-width: 991.98px) {
  .sticky-bar {
    display: block;
  }
}

.top-bar .left-bar {
  padding-left: 0;

  margin-bottom: 0;

  display: flex;

  align-items: center;

  gap: 15px;
}

.top-bar .left-bar li {
  list-style: none;
}

.top-bar .left-bar li img.spll {
  height: auto;
  width: 100%;
  max-width: 40px;
}

.top-bar .left-bar li a {
  text-decoration: none;

  color: #000;

  font-weight: 600;
}

.top-bar {
  border-bottom: 1px solid #047743;
  background: #fff;
  padding: 2px 0;
}

.download-report-btn {
  color: #000;

  font-weight: 400;

  padding: 0 10px;
}

.download-report-btn img {
  width: 26px;
}

.top-bar .right-bar {
  padding-left: 0;

  margin-bottom: 0;

  display: flex;

  align-items: center;

  gap: 15px;
}

.top-bar .right-bar li a {
  text-decoration: none;

  color: #000;

  font-weight: 600;
}

.navbar .nav-list .navbar-nav li a {
  font-weight: 500;

  color: #363636;

  font-size: 17px;
}

.sign-btn {
  padding: 6px 24px;

  border: 1px solid #047743;

  margin-left: 10px;
}

.sign-btn:hover {
  background-color: #b1f7d7;
}

.cart-btn {
  padding: 4px 10px;

  background-color: #047743;

  color: #fff;
}

.cart-btn svg {
  margin-right: 10px;
}

.cart-btn svg:hover {
  transition:
    stroke 0.3s ease,
    fill 0.3s ease;

  fill: #047743;
}

.cart-btn:hover {
  background: #43b481;
}

.test-btn {
  background: #047743;

  border: none;

  margin: 0 10px;

  border-radius: 50px;

  height: 54px;

  padding: 8px 18px;

  width: 176px;

  font-weight: 500;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 6px;
}

.test-btn a {
  color: #fff;
}

.appointment-btn {
  background: #dd0703;

  border: none;

  color: #fff;

  border: none;

  border-radius: 50px;

  height: 54px;

  padding: 8px 18px;

  width: 220px;

  font-weight: 500;
}

.appointment-btn a,
.appointment-btn-rounded a {
  text-decoration: none;

  color: #fff;
}

.appointment-btn-rounded {
  background: #ff8482;

  background: linear-gradient(
    90deg,
    rgba(255, 132, 130, 1) 0%,

    rgba(221, 7, 3, 1) 100%
  );

  border: none;

  color: #fff;

  border: none;

  border-radius: 8px;

  height: 54px;

  padding: 8px 20px;

  width: 220px;

  font-weight: 500;
}

.add-cart-btn {
  background: #ff8482;

  background: linear-gradient(
    90deg,
    rgba(255, 132, 130, 1) 0%,

    rgba(221, 7, 3, 1) 100%
  );

  border: none;

  border: none;

  border-radius: 4px;

  height: 38px;

  padding: 8px 12px;

  width: 154px;

  font-weight: 500;

  color: #fff;
}

.add-cart-btn a {
  color: #fff;
}

.view-btn {
  height: 38px;

  padding: 8px 12px;

  width: 154px;

  font-weight: 500;

  border-radius: 4px;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid #007f5f;

  color: #007f5f;
}

.view-btn a {
  color: #007f5f;
}

.view-btn:hover {
  border: 1px solid #007f5f;

  background-color: #97f5d1;

  color: #000;
}

.navbar-brand img {
  width: 130px;
}

.location-dropdown .dropdown-menu {
  z-index: 9990;
}

.location-dropdown .btn-select .btn-check:checked + .btn,
.btn.active,
.btn.show {
  background-color: #9effe7 !important;
}

/* .dropdown-item.location_modal_list.active,

.dropdown-item.location_modal_list:active {

  background-color: #047743;

} */

.dropdown-item.active,
.dropdown-item:active {
  background-color: #ddd;
}

/* -------------- */

.hero {
  padding-bottom: 60px;

  position: relative;
}

.hero .hero-banner {
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 50px 80px;
  margin-top: 40px;
  overflow: visible;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}

.hero-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 5%;
  height: 100%;
  width: 100%;
  background-image: url(../images/clinic-man.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 40%;
  transform: scale(1);
  z-index: -1;
  animation: bannerMovingOne 1.5s ease-in-out;
}

@keyframes bannerMovingOne {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

.hero-banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/jump-blocks.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  animation: bannerMovingTwo 3s ease-in-out infinite;
}

@keyframes bannerMovingTwo {
  0% {
    left: 0;
  }
  50% {
    left: -20px;
  }
  100% {
    left: 0;
  }
}

.hero-section {
  background: #f2f9fd;

  padding: 50px 0;
}

.hero .hero-banner h1 {
  font-size: 2rem;
}

.hero .hero-banner h1 span {
  font-weight: bolder;
  font-size: 2.2rem;
}

.hero .hero-banner h1 em#typing-em::after {
  content: "|";
  margin-left: 4px;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.hero .hero-banner h1 span strong {
  color: #f4161c;
  font-size: 2rem;
}

.hero .hero-banner ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  height: auto;
  width: 100%;
  max-width: 70%;
  position: relative;
  z-index: -2;
  margin: 18px 0;
}

.hero .hero-banner ul li {
  list-style: none;
  font-weight: 500;
  color: #000;
}

.hero-item-content {
  padding: 12px 22px;
  border-radius: 10px;
  background: linear-gradient(to top, #f7f7f7, #fff);
  box-shadow: 0 0 20px 0 #00000010;
  border: 2px solid #029b5638;
}

.hero-item-content p {
  margin-bottom: 0;
}

.yearly-badge img {
  width: 80px;
}

.yearly-badge {
  gap: 5px;
}

.btn-explore {
  background: #ff8482;

  background: linear-gradient(
    90deg,
    rgba(255, 132, 130, 1) 0%,

    rgba(221, 7, 3, 1) 100%
  );

  border: none;

  color: #fff;

  padding: 8px 32px;
}

.btn-explore:hover {
  color: #fff;

  background-color: #bb2d3b;
}

/* -------------------- search-bar --------------------- */

.searchbar-wrap {
  position: absolute;

  z-index: 3;

  left: 0;

  right: 0;

  bottom: -64px;

  width: 100%;

  /* background: #fdfdfd; */

  padding: 15px;

  border-radius: 84px;

  background: hsla(0, 0%, 100%, 0.2);

  border: 1px solid var(--oui-white-100);

  box-shadow: 0 24px 56px 0 rgba(0, 0, 0, 0.161);

  backdrop-filter: blur(12px);

  -webkit-backdrop-filter: blur(12.9px);
}

.searchbar-wrap .search-bar {
  display: flex;

  align-items: center;

  justify-content: center;
}

/* .searchbar-wrap .search-bar input{

    max-width: 487px;

    border-radius: 50px;

    padding: 20px;    

    

} */

.search-input .typewriter-animation {
  border-radius: inherit;

  pointer-events: none;

  overflow: hidden;

  position: relative;

  -webkit-user-select: none;

  -moz-user-select: none;

  user-select: none;
}

.search-input .typewriter-animation:before {
  content: "";

  position: absolute;

  border-radius: inherit;

  left: 0;

  top: 0;

  /* width: 150%; */

  /* height: 100%; */

  background-color: #fffefe;

  animation: slide-right-and-left 6s linear infinite;
}

.search-input {
  cursor: text;

  display: flex;

  max-width: 535px;

  width: 100%;

  border-radius: 70px;

  align-items: center;

  justify-content: space-between;

  white-space: nowrap;

  padding: 10px 20px;

  overflow: hidden;

  border: 1px solid #008a35;

  z-index: 5;

  position: relative;

  height: 54px;

  /* box-shadow: 0 8px 12px 0 rgba(95, 93, 92, .129);

    transition: box-shadow .5s ease-in-out;

    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #ff970a, #ffbc5f) border-box; */
}

.search-input svg {
  width: 32px;
}

/* -------------------- search-bar --------------------- */

.carousel-title {
  font-weight: bold;

  font-size: 1.25rem;

  margin-top: 20px;
}

.carousel-item-box {
  padding: 20px;

  border: 1px solid #ddd;

  border-radius: 10px;

  text-align: center;

  background-color: #fff;
}

.card-title,
.card-text {
  margin-bottom: 10px;
}

footer {
  background-color: #222;

  color: #fff;
}

@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 1.5rem;
  }

  .carousel-item-box {
    padding: 15px;
  }
}

/* ----------------- help-support -------------- */

.help-section {
  padding: 0 0 50px 0;
}

.help-section h4 {
  color: #f4161c;

  font-weight: 600;

  font-size: 24px;

  margin-bottom: 20px;
}

.help-box-wrap {
  gap: 12px;
}

.help-box a {
  border: 1px solid #047d4746;

  padding: 10px;

  width: 344px;

  display: flex;

  align-items: center;

  border-radius: 8px;

  justify-content: space-between;

  color: #000;
}

.help-bx-left .icon-box {
  width: 45px;

  height: 45px;

  border-radius: 8px;

  background-color: #d2ffea;

  padding: 5px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.help-bx-left {
  gap: 10px;
}

.help-bx-left p b {
  font-size: 16px;
}

.help-bx-left p span {
  font-size: 12px;
}

.help-bx-left {
  line-height: 1.2;
}

.help-box-right svg {
  fill: #d4d4d4;
}

/* ----------------- package-design -------------- */

.card-body-custom .info-sec-wrapper {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

.card-body-custom .info-section {
  display: flex;

  align-items: center;

  gap: 8px;
}

.card-body-custom .info-section .icon-box {
  width: 40px;

  height: 40px;

  border-radius: 50px;

  background-color: #d2ffea;

  display: flex;

  align-items: center;

  justify-content: center;
}

.card-body-custom .info-section .highlight-text {
  font-size: 14px;

  color: #000;
}

.card-body-custom .info-section .info-feature {
  color: #000;

  font-size: 14px;
}

.packageCarousel .icon-box img {
  width: auto !important;
}

.package-bg {
  background-color: #f0f7fa;
}

.package-bg h2 {
  font-weight: bolder;

  font-size: 36px;
}

.package-card {
  background-color: #ffffff;

  border-radius: 12px;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

  overflow: hidden;

  max-width: 380px;

  /* min-width: 320px; */

  margin: 22px 0px;
}

.card-header-custom {
  background: linear-gradient(to top, #047743, #029b56);

  color: white;

  padding: 20px;

  position: relative;

  border-radius: 12px;

  box-shadow: 0 2px 8px #9b9a9a;

  display: block;

  justify-content: space-between;

  align-items: center;
}

.card-header-custom h5 {
  margin: 0;

  font-size: 1rem;

  font-weight: 600;
}

.card-header-custom h5 a {
  margin: 0;

  font-size: 1rem;

  font-weight: 600;

  color: #fff;

  text-decoration: none;

  text-transform: inherit;
}

.card-header-custom h5 a {
  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

  width: 237px;

  display: block;
}

.price-box {
  /* position: absolute;

      top: 20px;

      right: 20px; */

  text-align: right;
}

.original-price {
  text-decoration: line-through;

  font-size: 0.9rem;

  opacity: 0.7;
}

.discounted-price {
  font-size: 1.2rem;

  font-weight: 700;
}

.discount-badge {
  background-color: #00c897;

  font-size: 0.75rem;

  padding: 4px 8px;

  border-radius: 8px;

  display: inline-block;

  margin-top: 4px;

  float: right;

  position: absolute;

  right: 12px;

  bottom: 12px;
}

.card-body-custom {
  padding: 12px;
}

.info-section {
  display: flex;

  align-items: center;

  gap: 10px;

  margin-bottom: 10px;
}

.info-section i {
  font-size: 1.5rem;

  color: #00c897;
}

.highlight-text {
  font-weight: 600;
}

.note-text {
  color: #ff6a00;

  font-weight: 500;

  margin: 10px 0;
}

.custom-indicator {
  display: flex;

  gap: 10px;
}

.custom-indicator .dot {
  width: 14px;

  height: 14px;

  background-color: #aefcd6;

  border-radius: 50%;

  transition: all 0.3s ease;

  border: none;

  outline: none;

  cursor: pointer;
}

.custom-indicator .dot.active {
  width: 36px;

  background-color: #00b871;

  border-radius: 20px;
}

.packageCarousel .owl-nav button.owl-prev {
  display: none !important;
}

.packageCarousel .owl-nav button.owl-next {
  display: none !important;
}

.packageCarousel.owl-carousel .owl-dots {
  position: absolute;

  bottom: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.packageCarousel.owl-carousel .owl-dots button {
  width: 10px;

  height: 10px;

  border-radius: 40px;

  margin: 0 3px;

  background-color: #b2ffdc;
}

.packageCarousel.owl-carousel .owl-dots button.active {
  background-color: #04ba67;

  width: 30px;
}

/* ---------------- lifestyle-package ------------ */

.lf-package-box {
  width: 100%;

  height: 220px;

  border-radius: 12px;

  position: relative;

  overflow: hidden;
}

.lf-package-box::after {
  content: "";

  background-image: url(../images/svg/blur-circle.svg);

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  width: 100%;
}

.lifestyle-packages .lf-title {
  position: relative;

  font-weight: 600;

  font-size: 18px;

  color: #000;
  padding: 8px 0;
  text-align: center;
  margin-bottom: 0;
}

/* --------------- banner-slider---------  */

.banner-slider {
  padding: 50px 0;
}

.owl-nav button {
  background: #fff !important;

  border-radius: 50%;

  width: 40px;

  height: 40px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.owl-nav {
  position: absolute;

  top: 50%;

  width: 100%;

  display: flex;

  justify-content: space-between;

  transform: translateY(-50%);
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background-color: #ffcfcf !important;

  border: none !important;

  width: 40px;

  height: 40px;

  border-radius: 50% !important;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  font-size: 20px !important;

  font-weight: bold !important;

  color: #fff !important;
}

.owl-nav button span {
  font-size: 28px;

  line-height: 0px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

/* .owl-carousel .owl-dots {

        position: absolute;

        bottom: -30px;

        left: 50%;

    }



    .owl-carousel .owl-dots button {

        width: 10px;

        height: 6px;

        border-radius: 40px;

        margin: 0 3px;

        background-color: #cbcbcb;

    }



    .owl-carousel .owl-dots button.active {

        background-color: #08885d;

        width: 30px;

    } */

.owl-nav button.owl-prev {
  position: relative;

  left: -18px;
}

.owl-nav button.owl-next {
  position: relative;

  right: 0;
}

/* ----------- booking-for-step ---------- */

.booking-step {
  padding: 35px 40px;

  /* background: #fafcfd;

  background: linear-gradient(
    289deg,
    rgba(250, 252, 253, 1) 0%,

    rgba(237, 255, 253, 1) 100%
  ); */
}

.steps-list {
  display: flex;

  align-items: flex-start;

  margin-bottom: 0;

  padding-left: 0;

  gap: 70px;

  padding: 30px 0 0 0;

  position: relative;
}

.steps-list li {
  text-align: center;

  list-style: none;

  display: flex;

  align-items: center;

  flex-direction: column;

  justify-content: center;

  gap: 12px;

  font-weight: 600;
}

.steps-list li .img-wrap {
  width: 80px;

  height: 80px;

  border-radius: 50%;

  background-color: #ffd1d0;

  display: flex;

  justify-content: center;

  align-items: center;
}

/* .steps-list li:nth-child(1)::before {

  content: "";

  background-image: url(../images/dash-line.png);

  background-repeat: no-repeat;

  background-size: contain;

  width: 200px;

  position: absolute;

  height: 3px;

  left: 20%;

  bottom: 130px;

} */

.steps-list li:nth-child(2) {
  margin-left: 30px;
}

/* .steps-list li:nth-child(2)::before {

  content: "";

  background-image: url(../images/dash-line.png);

  background-repeat: no-repeat;

  background-size: contain;

  width: 200px;

  position: absolute;

  height: 3px;

  left: 55%;

  bottom: 130px;

} */

.steps-list li:nth-child(3)::before {
  display: none;
}

/* --------------- doctor-profile ------------- */

.doctor-profile-main {
  padding: 10px 0 50px;
}

.doctor-card {
  position: relative;

  overflow: hidden;

  border-radius: 8px;

  height: auto;

  width: 100%;

  display: flex;
}

.doctor-left {
  position: relative;
}

.doctor-left::before {
  content: "";
  /* background: linear-gradient(45deg, #029b56, #474747); */

  /* background-color: #0a8f84; */

  width: 300px;
  border-radius: 15px;

  position: absolute;

  height: 100%;

  z-index: -1;
}

.other-doctors .doctor-card {
  height: auto !important;

  min-height: 160px;

  padding: 10px 0;
}

.swiper {
  padding-bottom: 40px;
}

/* .doctor-left img {

  position: relative;

  z-index: 99;

  top: 9%;

  left: 12%;

  box-shadow: 0 4px 9px #5f5f5f24;

  border-radius: 8px;

  width: auto !important;

} */

.doctor-right {
  padding: 12px 32px 12px 40px;

  width: 100%;
}

.doctor-right .specialization {
  /* background-color: #089253; */

  color: #047743;

  display: inline-block;

  border-radius: 50px;

  padding: 2px 0px;

  text-align: center;

  font-weight: 500;

  font-size: 15px;
}

.doctor-right .view-profile {
  color: #06b76d;

  text-decoration: none;

  font-weight: 600;
}

.doctor-right .view-profile:hover {
  text-decoration: dashed;

  color: #000;
}

/* .doctor-right .info-row{display: flex; align-items: center;} */

.doctor-right .info-row i {
  width: 14px;

  height: 20px;

  color: #047743;
}

.doctor-right .info-row svg {
  width: 14px;

  height: 20px;

  fill: #047743;
}

.doctor-right .info-row span {
  font-weight: 600;
  color: #585858;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 15px;
}

.bottom-section .location-box {
  background-color: #fff;

  border-radius: 8px;

  border: 1px solid #ffadae;

  padding: 6px;

  font-weight: 700;

  color: #000;

  font-size: 16px;

  display: block;

  display: inline-block;

  width: 665px;
}

.bottom-section .location-box svg {
  width: 42px;

  height: 42px;

  border-radius: 8px;

  background-color: #ffb7b5;

  padding: 10px;

  fill: #cd100d;

  margin-right: 12px;
}

.doctor-right hr {
  opacity: 0.15;
}

.view-dr-list a {
  font-size: 15px;

  font-weight: 600;

  color: #000;

  text-decoration: none;
}

.dr-profile-list .owl-nav button.owl-prev {
  position: relative;

  left: -5%;
}

.dr-profile-list .owl-nav button.owl-next {
  position: relative;

  right: -97%;
}

.search-wrap {
  padding: 30px 0;
}

/* .doctor-block h3 {
  font-weight: 800;

  margin: 0;
} */

.doctor-form .form-select,
.doctor-form .form-control {
  border: 1px solid #20a164;
  /* soft green outline */

  border-radius: 0.5rem;

  box-shadow: none;

  height: 42px;
}

.doctor-form .form-select:focus,
.doctor-form .form-control:focus {
  border-color: #20a164;

  box-shadow: 0 0 0 0.15rem rgba(32, 161, 100, 0.2);
}

.btn-submit {
  background-color: #16a34a;

  border: none;

  color: #fff;

  height: 42px;

  padding: 0 18px;

  border-radius: 0.5rem;

  display: inline-flex;

  align-items: center;

  gap: 0.5rem;

  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

.btn-submit svg {
  transition:
    fill 0.25s ease,
    stroke 0.25s ease;
}

.btn-submit:hover {
  background-color: #12833c;

  color: #fff;
}

.btn-submit:hover svg {
  fill: currentColor;
}

/* Spacing between heading and form on small screens */

@media (max-width: 991.98px) {
  .doctor-block h3 {
    margin-bottom: 0.5rem;
  }
}

/* Compact inline look on large screens */

@media (min-width: 992px) {
  .doctor-form .form-select,
  .doctor-form .form-control {
    width: 220px;
    /* fixed like the screenshot */
  }
}

/* ------------------- dr-profile-list -------------- */

.doctor-profile-listing .doctor-card {
  background-color: transparent !important;

  height: auto;
}

/* .doctor-profile-listing .doctor-card .doctor-left::before {

  content: "";

  background-color: transparent;

  width: 274px;

  position: absolute;

  height: 100%;

} */

.doctor-profile-listing .doctor-card .appointment-btn-rounded {
  background: #1a7ec6;

  border: none;

  color: #fff;

  border: none;

  border-radius: 8px;

  height: auto;

  padding: 10px 20px;

  font-weight: 500;
}

/* .doctor-profile-listing .doctor-card .doctor-left img {

  position: relative;

  z-index: 99;

  top: 9%;

  left: 12%;

  box-shadow: 0 4px 9px #5f5f5f24;

  border-radius: 8px;

  width: 185px !important;

} */

/* ------------------- dr-details -------------- */

.profile-hero.doctor-card {
  background-color: transparent !important;
}

/* .profile-hero.doctor-card .doctor-left::before {

  content: "";

  background-color: transparent;

  width: 274px;

  position: absolute;

  height: 100%;

} */

.profile-hero.doctor-card .doctor-right {
  padding: 26px 30px 26px 35px;

  width: auto;
}

.profile-hero.doctor-card .bottom-section .location-box {
  font-size: 16px;

  width: 603px;

  margin-right: 10px;
}

/* ---- Top profile ---- */

.profile-hero {
  border: 1px solid var(--soft-border);

  background: #fff;

  border-radius: 18px;

  padding: 24px;

  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.profile-hero .avatar {
  width: 112px;

  height: 112px;

  object-fit: cover;

  border-radius: 999px;

  border: 4px solid var(--soft-border);
}

.chip {
  display: inline-block;

  padding: 0.25rem 0.6rem;

  border-radius: 999px;

  background: var(--soft);

  color: var(--brand) !important;

  font-weight: 600;

  font-size: 0.85rem;

  border: 1px solid var(--soft-border);
}

.rating svg {
  margin-right: 2px;
}

.muted {
  color: var(--muted);
}

/* Buttons that also recolor their SVGs */

.btn-brand {
  background: var(--brand);

  color: #fff;

  border: none;

  display: inline-flex;

  align-items: center;

  gap: 0.5rem;
}

.btn-brand:hover {
  background: var(--brand-600);

  color: #fff;
}

.btn-outline-brand {
  border: 1px solid var(--brand);

  color: var(--brand);

  display: inline-flex;

  align-items: center;

  gap: 0.5rem;

  background: #fff;
}

.btn-outline-brand:hover {
  background: var(--brand);

  color: #fff;
}

.btn-brand svg,
.btn-outline-brand svg {
  stroke: currentColor;
}

/* ---- Section nav ---- */

.section-nav {
  background: #fff;

  border: 1px solid var(--soft-border);

  border-radius: 12px;

  padding: 0.35rem;

  overflow: auto;

  white-space: nowrap;
}

.section-nav .nav-link {
  color: var(--ink);

  border-radius: 999px;
}

.section-nav .nav-link.active,
.section-nav .nav-link:hover {
  background: var(--soft);

  color: var(--brand-600);
}

/* ---- Content card ---- */

.profile-card {
  background: var(--soft);

  border: 1px solid var(--soft-border);

  border-radius: 18px;

  padding: 28px;
}

.section-title {
  font-size: 25px;
  color: var(--brand-600);

  font-weight: 800;

  display: inline-block;

  margin-bottom: 0.4rem;

  position: relative;
}

.section-title::after {
  content: "";

  display: block;

  height: 3px;

  width: 84px;

  border-radius: 999px;

  background: var(--brand);

  margin-top: 6px;
}

.profile-item + .profile-item {
  margin-top: 1.25rem;
}

.profile-item p {
  margin: 0;

  line-height: 1.8;
}

/* ---- Right info panel ---- */

.info-card {
  border: 1px solid var(--soft-border);

  border-radius: 14px;

  padding: 18px;

  background: #fff;
}

.icon {
  width: 18px;

  height: 18px;

  margin-right: 0.5rem;

  stroke: currentColor;

  fill: none;

  stroke-width: 2;
}

/* ---- Responsive tweaks ---- */

@media (max-width: 575.98px) {
  .profile-hero {
    padding: 12px;
  }

  .profile-card {
    padding: 18px;
  }

  .section-title {
    font-size: 1.05rem;
  }

  .section-title::after {
    width: 72px;
  }

  .profile-hero .avatar {
    width: 96px;

    height: 96px;
  }
}

/* ----------------- why-us ------------------- */

.why-us-main {
  padding: 50px 0;

  margin-bottom: 40px;
}

.box-1 {
  width: 250px;

  height: 250px;

  background: #1daf6d;

  background: linear-gradient(
    174deg,
    rgba(29, 175, 109, 1) 0%,

    rgba(8, 101, 58, 1) 100%
  );

  padding: 20px;

  border-radius: 12px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

.box-1 p {
  color: #fff;

  font-size: 22px;

  font-weight: 600;

  margin-bottom: 0;
}

.box-1 b {
  font-size: 74px;

  font-weight: 800;

  color: #fff;

  text-align: right;
}

.box-1 span {
  text-align: right;
}

.box-2 {
  width: 250px;

  height: 150px;

  background: linear-gradient(
    176deg,
    rgba(249, 111, 108, 1) 0%,

    rgba(240, 11, 8, 1) 100%
  );

  padding: 20px;

  border-radius: 12px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

.box-2 p {
  color: #fff;

  font-size: 22px;

  font-weight: 600;

  margin-bottom: 0;
}

.box-2 b {
  font-size: 74px;

  font-weight: 800;

  color: #fff;

  text-align: right;
}

.box-2 span {
  text-align: right;
}

/* ------------------ testimonial --------------- */

.testimonial {
  background-color: #f0f7fa;

  padding: 50px 0;
}

/* .testimonial svg{fill:#037D45; width:48px; height: 48px; text-align: center;} */

.testimonial .owl-carousel .owl-nav.disabled {
  display: none;
}

.testimonial .owl-carousel .owl-dots.disabled {
  display: block;
}

.custom-carousel .HeaderContainer__Inner-sc-4da6b4d0-0 {
  flex-direction: column;

  background: transparent;

  padding: 12px 0 0 0;

  gap: 10px;
}

.custom-carousel .WidgetTitle__Container-sc-9c92769d-0 {
  display: none;
}

.custom-carousel .HeaderInfoContainer__Info-sc-eae7c90d-0 {
  flex-direction: row;

  gap: 8px;
}

.custom-carousel .ReviewBackground__Container-sc-f3f0ac28-0 {
  background-color: rgb(255 255 255);
}

.testimonial svg {
  width: 42px;

  /* margin-top: 30px; */
}

.testimonial
  .ArrowControl__ArrowControlContainer-sc-c6b1dfb6-0.CfMHG.es-carousel-arrow-control.es-carousel-arrow-control-right {
  right: 9px;
}

.testimonial
  .ArrowControl__ArrowControlContainer-sc-c6b1dfb6-0.CfMHG.es-carousel-arrow-control.es-carousel-arrow-control-left {
  left: 9px;
}

/* .custom-carousel .WidgetBackground__Content-sc-e38729c4-2 a{display: none;} */

/* .custom-carousel .EmbedRoot__Root-sc-319cb1a5-0 .Main__Container-sc-96675056-0 .WidgetBackground__Container-sc-e38729c4-0 .WidgetBackground__Wrapper-sc-e38729c4-1 .WidgetBackground__Content-sc-e38729c4-2 a{ display: none!important;} */

/* .custom-carousel .EmbedRoot__Root-sc-319cb1a5-0 .Main__Container-sc-96675056-0 .WidgetBackground__Container-sc-e38729c4-0 .WidgetBackground__Wrapper-sc-e38729c4-1 .WidgetBackground__Content-sc-e38729c4-2 .Main__Content-sc-96675056-1 a{display: block !important;} */

/* --------------------- partnership ------------------- */

.partnership-banner .b2b-bg {
  background: #1daf6d;

  background: linear-gradient(
    78deg,
    rgba(29, 175, 109, 1) 0%,

    rgba(8, 101, 58, 1) 100%
  );

  padding: 20px;

  border-radius: 12px;
}

.partnership-banner .b2b-bg h2 {
  font-size: 36px;

  font-weight: 800;

  color: #fff;
}

.partnership-banner .b2b-bg hr {
  color: #fff;
}

.partnership-banner .b2b-bg p {
  margin-bottom: 0;

  font-size: 18px;

  font-weight: 500;

  color: #fff;
}

/* --------------------- seo ------------------- */

.seo-list-main {
  padding: 50px 0;
}

.seo-list-main h3 {
  font-size: 22px;

  font-weight: 600;

  color: #000;

  margin-bottom: 16px;
}

.seo-list-main p a {
  text-decoration: none;

  color: #000;
}

.seo-list-main p a .space-nowrap {
  white-space: nowrap;
}

.location-list {
  display: flex;

  gap: 30px;

  padding-left: 0;

  margin-bottom: 0;
}

.location-list h5 {
  font-size: 14px;

  font-weight: 600;

  border-bottom: 1px solid #d6d6d6;

  padding-bottom: 8px;
}

.location-list li {
  list-style: none;

  width: 50%;
}

.location-list li p a i {
  font-size: 15px;

  color: #08d778;
}

.location-list li p span i {
  font-size: 15px;

  color: #08d778;
}

.open-hours svg {
  fill: #047743;
}

.open-hours span {
  color: #000;

  white-space: nowrap;
}

/* ------------------------- footer -------------------- */

.footer-main {
  padding: 60px 0 20px 0;
}

.footer-main p {
  margin-top: 20px;

  line-height: 18px;
}

.footer-main .social-icons {
  display: flex;

  align-items: center;

  margin-bottom: 0;

  padding-left: 0;
}

.footer-main .social-icons li {
  list-style: none;

  font-size: 20px;

  font-weight: 600;
}

.footer-main .social-icons li i {
  font-size: 22px;

  color: #000000;

  background-color: #fff;

  padding: 8px;

  border-radius: 50px;

  margin-left: 10px;

  width: 42px;

  height: 42px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.footer-main .footer-head {
  font-size: 22px;

  font-weight: 600;

  margin-bottom: 22px;
}

.footer-main .quick-links {
  padding-left: 20px;

  margin-bottom: 0;
}

.footer-main .quick-links li {
  margin-bottom: 6px;
}

.footer-main .quick-links li a {
  color: #fff;

  text-decoration: none;
}

.Copyright-area {
  border-top: 1px solid #fff;

  padding-top: 20px;

  font-size: 14px;
}

.Copyright-area a {
  color: #fff;

  text-decoration: none;

  font-size: 14px;
}

/* ------------------ profile-details ------------ */

.profile-main {
  background-color: #edfcff;

  padding: 45px 0;
}

.profile-main .doctor-card {
  background-color: transparent !important;
}

.profile-main .doctor-card .doctor-left::before {
  content: "";

  background-color: transparent;

  width: 274px;

  position: absolute;

  height: 100%;
}

.profile-details {
  padding: 70px 0;
}

.profile-details .detain-inr {
  background-color: #f4fbf8;

  border-radius: 8px;

  padding: 28px;
}

.profile-details .detain-inr h6 {
  color: #047743;

  font-weight: 600;

  border-bottom: 1px solid #047743;

  display: inline-block;

  padding-bottom: 4px;
}

/* -------------------- health-package ----------------- */

/* Filter card */

.filter-card {
  position: sticky;

  top: 1rem;

  border: 1px solid var(--stroke);

  background: var(--card);

  border-radius: 1rem;

  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.05);
}

.chip {
  display: inline-flex;

  align-items: center;

  gap: 0.375rem;

  border: 1px solid var(--stroke);

  border-radius: 999px;

  padding: 0.3rem 0.6rem;

  font-size: 0.83rem;

  background: #fff;

  cursor: pointer;

  user-select: none;
}

.chip input {
  accent-color: var(--brand);
}

/* Package card */

.pkg-card {
  height: 100%;

  border: 1px solid var(--stroke);

  border-radius: 1rem;

  background: var(--card);

  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.06);

  transition: 0.2s ease;
}

.pkg-card:hover {
  transform: translateY(-3px);

  box-shadow: 0 14px 34px rgba(2, 6, 23, 0.12);
}

.pkg-badge {
  position: absolute;

  top: 0.75rem;

  left: 0.75rem;

  background: linear-gradient(135deg, var(--brand), #00994c);

  color: #fff;

  font-weight: 700;

  border-radius: 0.7rem;

  padding: 0.35rem 0.6rem;

  font-size: 0.78rem;
}

.pkg-discount {
  position: absolute;

  top: 0.75rem;

  right: 0.75rem;

  background: linear-gradient(135deg, var(--accent), #f97316);

  color: #fff;

  border-radius: 0.7rem;

  padding: 0.35rem 0.55rem;

  font-size: 0.78rem;

  font-weight: 700;
}

.pkg-title {
  font-weight: 700;
}

.pkg-meta {
  color: var(--muted);

  font-size: 0.92rem;
}

.inc-list {
  list-style: none;

  padding: 0;

  margin: 0;

  display: grid;

  gap: 0.5rem;
}

.inc-list li {
  display: flex;

  gap: 0.5rem;

  align-items: flex-start;
}

.inc-list .bi {
  font-size: 1rem;

  color: var(--brand);

  margin-top: 0.2rem;
}

/* Price block */

.price {
  display: flex;

  align-items: baseline;

  gap: 0.5rem;
}

.price .new {
  font-size: 1.6rem;

  font-weight: 800;

  color: var(--ink);
}

.price .old {
  text-decoration: line-through;

  color: var(--muted);
}

.emi {
  font-size: 0.85rem;

  color: var(--muted);
}

/* Buttons */

.btn-brand {
  background: var(--brand);

  border-color: var(--brand);
}

.btn-brand:hover {
  background: var(--brand-600);

  border-color: var(--brand-600);
}

.btn-ghost {
  border: 1px solid var(--stroke);
}

/* Offcanvas filter (mobile) tweaks */

.offcanvas-end {
  width: min(92vw, 420px);
}

/* Utilities */

.shadow-soft {
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.06);
}

.rounded-xl {
  border-radius: 1rem;
}

.health-pg-banner {
  background: linear-gradient(
    135deg,
    rgba(14, 165, 166, 0.09),
    rgba(34, 197, 94, 0.08)
  );

  border-bottom: 1px solid #e2e8f0;
}

.filter-chip {
  border: 1px dashed #cbd5e1;

  background: #fff;

  border-radius: 999px;

  padding: 0.4rem 0.75rem;

  font-size: 0.9rem;
}

.filter-chip.active {
  border-color: var(--brand);

  box-shadow: inset 0 0 0 1px var(--brand);

  color: var(--brand-700);
}

/* ------------- package-details------------ */

.shadow-soft {
  box-shadow: 0 10px 25px rgba(2, 6, 23, 0.08);
}

.book-btn {
  background: #029b56;

  border: rgba(4, 119, 67, 1);
}

.book-btn:hover {
  background: rgba(4, 119, 67, 1);

  color: #fff;
}

.add-btn {
  border: 1px solid rgba(221, 7, 3, 1);

  color: rgba(221, 7, 3, 1);

  width: 100%;
}

.add-btn:hover {
  background: rgba(221, 7, 3, 1);

  color: #fff;

  border: rgba(221, 7, 3, 1);
}

.card {
  border: 1px solid #e7eaf0;

  border-radius: 1rem;
}

.badge-soft {
  background: #cfffe9;

  color: #047743;

  border: 1px solid #007d44;

  color: #000;
}

.chip {
  display: inline-flex;

  align-items: center;

  gap: 0.5rem;

  padding: 0.35rem 0.6rem;

  border-radius: 50rem;

  background: #e2fff2;

  color: #007d44;

  font-weight: 600;

  font-size: 0.8rem;

  width: 150px;
}

.price {
  font-size: 1.8rem;

  font-weight: 700;
}

.mrp {
  text-decoration: line-through;

  color: #5a6270;
}

.inflated_test_mrp {
  text-decoration: line-through;

  color: #5a6270;
}

.save {
  color: #16a34a;

  font-weight: 700;
}

.pill {
  border: 1px solid #007d44 !important;

  border-radius: 50rem;

  padding: 0.5rem 0.9rem;

  cursor: pointer;

  background: #fff;
}

.pill.active {
  background: #cfffe9;

  border-color: #16a34a;

  color: #16a34a;

  font-weight: 500;
}

.sticky-cta {
  position: sticky;

  bottom: 0;

  border-top: 1px solid #e7eaf0;

  background: #fff;
}

.icon-tile {
  width: 2.2rem;

  height: 2.2rem;

  border-radius: 0.6rem;

  background: #f5f7fb;

  display: grid;

  place-items: center;
}

.list-tag {
  font-size: 0.75rem;

  color: #334155;

  background: #08dc7c;

  border: 1px solid #047743;

  padding: 0.1rem 0.5rem;

  border-radius: 50rem;
}

.tests-accordion .accordion-item .accordion-button:not(.collapsed) {
  /* background-color: #16a34a !important; */

  color: #000;

  font-weight: 500;
}

/* ------------------- test-package ------------ */

.quick-fact-wrap .icon-box {
  display: flex;

  gap: 0.65rem;

  align-items: flex-start;

  padding: 0.85rem;

  border: 1px dashed #dee2e6;

  border-radius: 0.75rem;

  background: #fff;
}

/* ---------------- contact-detail ---------- */

#how .step i {
  font-size: 26px;

  color: #038048;
}
/* 
.btn-select .btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: #fff;

  background-color: var(--brand) !important;

  border-color: var(--brand) !important;
} */

.btn-select .btn-check + .btn:hover {
  color: #007d44;
}

.form-btn {
  border-color: var(--brand) !important;

  color: #007d44;
}

/* Style the native file button */

#prescription::file-selector-button {
  background: #0a6cff;
  /* default blue */

  color: #fff;

  border: 0;

  padding: 0.55rem 0.9rem;

  border-radius: 0.5rem;

  font-weight: 600;

  cursor: pointer;

  transition:
    background 0.2s ease,
    transform 0.02s ease;
}

#prescription:hover::file-selector-button {
  background: #94ffca;
}

#prescription:active::file-selector-button {
  transform: translateY(1px);
}

/* Turn button green when a file is chosen */

#prescription.has-file::file-selector-button {
  background: #16a34a;
}

/* Turn button red on validation error */

#prescription.is-invalid::file-selector-button {
  background: #dc3545;
}

/* Safari/older Chromium fallback */

#prescription::-webkit-file-upload-button {
  background: #007d44;

  color: #fff;

  border: 0;

  padding: 0.55rem 0.9rem;

  border-radius: 0.5rem;

  font-weight: 600;

  cursor: pointer;

  transition:
    background 0.2s ease,
    transform 0.02s ease;
}

#prescription.has-file::-webkit-file-upload-button {
  background: #16a34a;
}

#prescription.is-invalid::-webkit-file-upload-button {
  background: #dc3545;
}

#prescription:hover::-webkit-file-upload-button {
  background: #11b864;
}

#prescription:active::-webkit-file-upload-button {
  transform: translateY(1px);
}

.footer-logo {
  max-width: 270px;
}

.footer-logo img {
  width: 100%;

  max-width: 160px;

  min-width: 150px;
}

/* ---------------- contact-detail ---------- */

@media (max-width: 767px) {
  .location-list {
    display: flex;

    gap: 10px;

    padding-left: 0;

    margin-bottom: 0;

    flex-direction: column;
  }

  /* .searchbar-wrap{

            display: none;

        } */

  .steps-list {
    display: flex;

    align-items: flex-start;

    margin-bottom: 0;

    padding-left: 0;

    gap: 30px;

    padding: 30px 0 0 0;

    position: relative;

    flex-direction: column;
  }

  .booking-step {
    padding: 30px 15px;
  }

  .heading-main {
    font-size: 25px;
  }

  .package-bg h2 {
    font-weight: bolder;

    font-size: 23px;
  }

  .steps-list li {
    text-align: left;

    display: flex;

    align-items: center;

    flex-direction: row;

    gap: 12px;
  }

  .steps-list li:nth-child(2) {
    margin-left: 0px;
  }

  .steps-list li .img-wrap {
    width: 50px;

    height: 50px;
  }

  .steps-list li .img-wrap img {
    width: 24px;
  }

  .box-1 {
    width: 165px;

    height: 165px;

    padding: 15px;
  }

  .box-2 {
    width: 165px;

    height: 100px;

    padding: 15px;
  }

  .box-1 p {
    font-size: 14px;

    line-height: 1;
  }

  .box-1 b {
    font-size: 44px;

    text-align: right;

    line-height: 1;
  }

  .box-2 p {
    font-size: 14px;
  }

  .box-2 span img {
    width: 50px;
  }

  .why-us-main {
    padding: 0px 0 40px;
  }

  /* .steps-list li:nth-child(2)::before {

    left: -43%;

    bottom: 0px;

    transform: rotate(90deg);

  } */

  /* .steps-list li:nth-child(1)::before {

    display: none;

  } */

  .lifestyle-packages .lf-title {
    display: inline-block;

    text-align: center;

    position: relative;

    font-size: 20px;
  }

  .dr-profile-list .owl-nav button.owl-next {
    right: 0%;
  }

  .why-us-main {
    text-align: center;

    font-size: 13px;

    line-height: 1.2;

    margin-bottom: 0;
  }

  .top-bg {
    background-color: #f5f5f5;

    padding: 0 15px 15px 15px;

    border-radius: 0 0 12px 12px;

    position: relative;
  }

  .searchbar-wrap {
    position: relative;

    z-index: 1;

    left: 0;

    right: 0;

    bottom: -15px;

    width: 100%;

    background: #fdfdfd;

    padding: 4px;

    border-radius: 14px;

    /* background: hsla(0, 0%, 100%, .2); */

    border: 1px solid var(--oui-white-100);

    box-shadow: 0 24px 56px 0 rgba(0, 0, 0, 0.161);

    /* backdrop-filter: blur(12px); */

    -webkit-backdrop-filter: blur(12.9px);
  }

  .search-input {
    cursor: text;

    display: flex;

    max-width: 535px;

    width: 100%;

    border-radius: 70px;

    align-items: center;

    justify-content: space-between;

    white-space: nowrap;

    overflow: hidden;

    border: none;

    z-index: 5;

    position: relative;

    padding: 10px 20px;

    height: 42px;

    color: #999;
  }

  .search-input .form-control {
    border: transparent;

    background: transparent;
  }

  .hero {
    padding-bottom: 0;
  }

  .hero .hero-banner {
    padding: 15px;

    margin-top: 10px;

    overflow: hidden;

    border-radius: 12px;
  }

  .hero .hero-banner h1 {
    font-size: 1rem;

    font-weight: bolder;
  }

  .hero .hero-banner h1 span {
    font-size: 1rem;
  }

  .hero .hero-banner h1 span strong {
    font-size: 1.5rem;

    color: #f4161c;
  }

  .yearly-badge img {
    width: 52px;
  }

  .yearly-badge {
    flex-direction: column !important;

    gap: 0;

    text-align: center;

    line-height: 1;
  }

  .yearly-badge p {
    font-size: 12px;

    margin-top: -14px;
  }

  .google-review img {
    width: 52px;
  }

  .google-review p {
    display: inline-block;

    font-size: 13px;

    margin-bottom: 0;
  }

  .btn-explore {
    padding: 5px 20px;

    font-size: 12px;
  }

  .download-report-btn {
    padding: 0 15px 0;

    font-size: 13px;
  }

  .other-list ul {
    padding-left: 0;

    display: flex;

    align-items: center;
  }

  .other-list li {
    list-style: none;
  }

  .package-card {
    margin: 0px auto 14px;
  }

  .lifestyle-packages {
    display: flex;

    flex-wrap: wrap;

    position: relative;
  }

  .lifestyle-packages .lf-main-box {
    width: 50%;

    margin-bottom: 14px;
  }

  .banner-slider {
    padding: 0px 0;
  }

  .doctor-left img {
    top: 7%;

    left: 0%;

    box-shadow: 0 4px 9px #5f5f5f24;

    border-radius: 8px;

    width: 123px !important;
  }

  .doctor-left::before {
    content: "";

    background-color: transparent;

    width: auto;

    position: absolute;

    height: 100%;
  }

  .doctor-right {
    padding: 26px 12px 8px 32px;

    width: 100%;
  }

  .doctor-right .heading-main {
    text-align: left;
    margin-top: 0;
    font-size: 18px;
  }

  .heading-main a {
    font-size: 15px;
  }

  .doctor-right p {
    font-size: 12px;

    display: inline-block;

    width: 99%;

    margin-bottom: 0;

    line-height: 1.4;
  }

  .doctor-right .info-row {
    display: flex;

    align-items: baseline;

    font-size: 14px;
  }

  .bottom-section .location-box {
    width: 346px;

    font-size: 12px;

    display: flex;

    align-items: center;

    padding: 6px;
  }

  .bottom-section .location-box svg {
    width: 26px;

    height: 26px;

    border-radius: 5px;

    padding: 5px;

    margin-right: 12px;
  }

  .view-btn {
    background: transparent;

    width: 156px;
  }

  .appointment-btn-rounded {
    border-radius: 4px;

    height: 38px;

    padding: 8px 12px;

    margin-left: 0;

    font-size: 14px;
  }

  .Home-collection-banner .owl-nav {
    display: none;
  }

  .doctor-right .info-row svg {
    width: 18px;

    height: 18px;

    fill: #047743;
  }

  /* .doctor-profile-listing .row .col-lg-12:nth-child(2) .doctor-card{height: 162px;}

        .doctor-profile-listing .row .col-lg-12:nth-child(2) .bottom-section {margin-bottom: 90px;} */

  .doctor-profile-listing {
    margin-bottom: 0;
  }

  /* .doctor-profile-listing .row .col-lg-12:nth-child(1) .doctor-card .bottom-section {bottom: 48px;}

        .doctor-profile-listing .row .col-lg-12:nth-child(11) .doctor-card .bottom-section {bottom: 78px;}

        .doctor-profile-listing .row .col-lg-12:nth-child(3) .doctor-card .bottom-section {bottom: 94px;}

        .doctor-profile-listing .row .col-lg-12:nth-child(9) .doctor-card .bottom-section {bottom: 94px;}

        .doctor-profile-listing .row .col-lg-12:nth-child(12) .doctor-card .bottom-section {bottom: 92px;}

        .doctor-profile-listing .row .col-lg-12:nth-child(14) .doctor-card .bottom-section {bottom: 92px;}

        .doctor-profile-listing .row .col-lg-12:nth-child(16) .doctor-card .bottom-section {bottom: 82px;}

        .doctor-profile-listing .row .col-lg-12:nth-child(19) .doctor-card .bottom-section {bottom: 64px;}

        .doctor-profile-listing .row .col-lg-12:nth-child(23) .doctor-card .bottom-section {bottom: 94px;}

        .doctor-profile-listing .row .col-lg-12:nth-child(27) .doctor-card .bottom-section {bottom: 94px;}

        .doctor-profile-listing .row .col-lg-12:nth-child(28) .doctor-card .bottom-section {bottom: 80px;}

        .doctor-profile-listing .row .col-lg-12:nth-child(30) .doctor-card .bottom-section {bottom: 76px;} */

  .doctor-right hr {
    margin: 0.25rem;
  }

  .doctor-profile-main .bottom-section .location-box {
    width: 316px;
  }

  .doctor-profile-main .doctor-card .view-btn {
    width: 128px;

    font-size: 14px;
  }

  /* .doctor-profile-main .doctor-card .bottom-section{bottom: 16px;}  */

  .doctor-profile-main .doctor-card {
    height: auto;
  }

  .doctor-profile-main .dr-slider .bottom-section {
    bottom: 20px;
  }

  .doctor-profile-main .dr-slider .doctor-left img {
    left: 13%;
  }

  .dr-profile-list .owl-nav button.owl-prev {
    display: none;
  }

  .dr-profile-list .owl-nav button.owl-next {
    display: none;
  }

  .doctor-right .specialization {
    border-radius: 0;

    padding: 1px;

    width: auto;

    font-size: 14px;

    margin-bottom: 0;

    text-align: center;
  }

  .view-dr-list a {
    font-size: 16px;
  }

  .banner-slder-main .owl-nav button.owl-prev,
  .banner-slder-main .owl-nav button.owl-next {
    display: none;
  }

  .seo-list-main p a {
    font-size: 14px;
  }

  .footer-main {
    padding: 34px 0 20px 0;
  }

  .footer-main .footer-head {
    font-size: 20px;

    font-weight: 600;

    margin-bottom: 16px;

    margin-top: 20px;
  }

  .Copyright-area {
    margin-top: 10px;
  }

  .open-hours {
    font-size: 13px;

    display: flex;

    align-items: center;

    gap: 15px;
  }

  .partnership-banner .b2b-bg h2 {
    font-size: 20px;
  }

  .partnership-banner .b2b-bg p {
    font-size: 16px;
  }

  .b2b-bg img {
    max-width: 107px;
  }

  .partnership-banner .b2b-bg {
    padding: 14px;

    border-radius: 12px;
  }

  .seo-list-main {
    padding: 50px 0 10px;
  }

  .help-section h4 {
    display: none;
  }

  .help-box a {
    border: none;

    padding: 0;

    width: auto;

    display: flex;

    align-items: center;

    border-radius: 8px;

    justify-content: space-between;
  }

  .help-section {
    padding: 32px 0 0;
  }

  .help-box p {
    font-size: 12px;

    font-weight: 700;

    text-align: center;
  }

  .help-bx-left .icon-box {
    background-color: #fdfffe;
  }

  .testimonial {
    background-color: #f0f7fa;

    padding: 38px 0 20px;
  }

  .testimonial .owl-carousel .owl-dots.disabled {
    display: none;
  }

  .appointment-btn {
    padding: 8px 10px;

    height: 45px;
  }
/* 
  .health-pg-banner h1 {
    font-size: 22px;

    margin-bottom: 7px !important;
  } */

  .top-bar .right-bar {
    display: flex;

    flex-direction: column;

    align-items: end;

    gap: 0;
  }

  .top-bar .right-bar li {
    list-style: none;
  }

  .top-bar .right-bar li img {
    width: 106px;
  }

  .banner-btn-grp .test-btn,
  .banner-btn-grp .appointment-btn {
    border-radius: 10px;

    padding: 8px 10px;

    height: 45px;

    font-size: 14px;
  }

  .doctor-profile-main {
    padding: 0 0 14px 0;
  }

  .btn-submit {
    justify-content: center;
  }

  .packageCarousel.owl-carousel .owl-dots {
    left: 0;
    transform: translate(0);
  }

  .input-group-lg > .form-control {
    font-size: 1rem;
  }

  .card-header-custom h5 a {
    width: 307px;
  }

  .btns-group .btn {
    font-size: 13px;
  }

  .center-wrap h1 {
    font-size: 45px !important;
  }

  /* .pill {
    background: #109957;
  } */

  .center-wrap {
    padding: 4px;
  }

  .doctor-profile-listing .doctor-card {
    margin-top: -92px;

    height: auto;
  }

  .doctor-profile-listing .row .col-lg-12:first-child .doctor-card {
    margin-top: -28px;
  }

  .doctor-profile-listing .row .col-lg-12:nth-child(21) .doctor-card {
    margin-top: -98px;
  }

  .doctor-profile-listing .doctor-card .bottom-section .location-box {
    width: 330px;
  }

  .doctor-profile-listing .doctor-card .bottom-section .dr-btn-grp .view-btn {
    width: 130px;

    font-size: 14px;

    height: 32px;
  }

  .doctor-profile-listing
    .doctor-card
    .bottom-section
    .dr-btn-grp
    .appointment-btn-rounded {
    width: 190px;

    font-size: 14px;

    height: 32px;

    display: flex;

    align-items: center;

    justify-content: center;
  }

  .profile-hero.doctor-card .doctor-left::before {
    width: auto;
  }

  .profile-hero.doctor-card .doctor-left img {
    width: 100% !important;
  }

  .profile-hero.doctor-card .doctor-right {
    padding: 0;

    width: 100%;

    margin: 0 auto;

    text-align: center;
  }

  .profile-hero.doctor-card .doctor-right .heading-main {
    font-size: 16px;

    text-overflow: ellipsis;
  }

  .profile-hero.doctor-card .doctor-right {
    padding: 0;

    width: auto;
  }

  .profile-hero.doctor-card .doctor-right p {
    font-size: 12px;

    line-height: 1.4;
  }

  .profile-hero {
    height: auto;
  }

  .card-header-custom h5 {
    font-size: 1.4rem;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    width: 237px;

    display: block;
  }

  .profile-item + .profile-item {
    margin-top: 1.25rem;

    font-size: 14px;

    line-height: 1.4;
  }

  .below-section img.who-we-img {
    width: 100%;
  }

  .profile-item p {
    margin: 0;

    line-height: 1.4;

    font-size: 14px;
  }

  .profile-hero {
    height: auto;
  }

  .profile-hero .doctor-right .heading-main {
    text-align: center;
  }

  .lf-main-box a {
    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;
  }

  .footer-logo {
    max-width: 210px;
  }

  .location-list li {
    width: 100%;
  }

  /* .Carousel__CarouselArrowControlContainer-sc-7293b13f-9.jtAqtc.es-carousel-arrow-control-container  */

  .ArrowControl__ArrowControlContainer-sc-c6b1dfb6-0.jsVeYg.es-carousel-arrow-control.es-carousel-arrow-control-right {
    right: 5px;
  }

  /* .Carousel__CarouselArrowControlContainer-sc-7293b13f-9.jtAqtc.es-carousel-arrow-control-container{left: -5px;} */
}

@media (min-width: 1299px) and (max-width: 1600px) {
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .searchbar-wrap {
    position: absolute;

    z-index: 1;

    left: 0;

    right: 0;

    bottom: -64px;

    /* background: #fdfdfd; */

    border-radius: 84px;

    background: hsla(0, 0%, 100%, 0.2);

    border: 1px solid var(--oui-white-100);

    box-shadow: 0 24px 56px 0 rgba(0, 0, 0, 0.161);

    backdrop-filter: blur(12px);

    -webkit-backdrop-filter: blur(12.9px);
  }

  .searchbar-wrap .search-bar {
    display: flex;

    align-items: center;
  }

  /* .searchbar-wrap .search-bar input{

            max-width: 487px;

            border-radius: 50px;

            padding: 20px;    

            

        } */

  .search-input .typewriter-animation {
    border-radius: inherit;

    pointer-events: none;

    overflow: hidden;

    position: relative;

    -webkit-user-select: none;

    -moz-user-select: none;

    user-select: none;
  }

  .search-input .typewriter-animation:before {
    content: "";

    position: absolute;

    border-radius: inherit;

    left: 0;

    top: 0;

    /* width: 150%; */

    /* height: 100%; */

    background-color: #fffefe;

    animation: slide-right-and-left 6s linear infinite;
  }

  .search-input {
    cursor: text;

    display: flex;

    max-width: 420px;

    width: 100%;

    border-radius: 70px;

    align-items: center;

    justify-content: space-between;

    white-space: nowrap;

    padding: 10px 20px;

    overflow: hidden;

    border: 1px solid #008a35;

    z-index: 5;

    position: relative;

    color: #999999;

    padding: 8px 20px;

    height: 54px;
  }

  .search-input svg {
    width: 32px;
  }

  /* ---------------- */

  .lightgreen-bg img {
    right: -14px;

    bottom: -29px;

    max-width: 210px;
  }

  .lifestyle-packages .lf-title {
    font-size: 16px;

    color: #000;

    display: inline-block;
  }

  .hero .hero-banner h1 span {
    font-size: 1.5rem;
  }

  .hero .hero-banner h1 span strong {
    font-size: 2.2rem;

    color: #f4161c;
  }

  .card-body-custom .info-section .highlight-text {
    font-size: 13px;
  }

  .card-body-custom .info-section .highlight-text {
    font-size: 13px;
  }

  .box-1 {
    width: 224px;

    height: 232px;
  }

  .box-2 {
    width: 224px;

    height: 140px;
  }

  .location-list {
    display: flex;

    gap: 30px;

    flex-direction: row;
  }

  .help-box {
    width: 245px;
  }

  .help-box a {
    width: 299px;
  }

  .steps-list {
    gap: 58px;
  }

  .steps-list li:nth-child(3) {
    margin-left: -30px;
  }

  .steps-list li:nth-child(2) {
    margin-left: 2px;
  }

  /* .steps-list li:nth-child(1)::before {

    left: 18%;

  } */

  .bottom-section .location-box {
    width: 487px;
  }

  .why-us-main {
    padding: 0;

    margin-bottom: 46px;
  }

  .testimonial {
    padding: 50px 0 20px;
  }

  .footer-main .quick-links li {
    white-space: nowrap;
  }

  .dr-profile-list .owl-nav button.owl-next {
    right: -96%;
  }
}

@media (min-width: 1610px) {
}

@media (min-width: 999px) and (max-width: 1200px) {
  .help-box a {
    width: 296px;
  }

  .banner-slder-main .owl-nav button.owl-prev {
    position: relative;

    left: 6%;
  }

  .banner-slder-main .owl-nav button.owl-next {
    position: relative;

    right: -87%;
  }
}

@media (min-width: 410px) and (max-width: 620px) {
  .bottom-section .location-box {
    width: 346px;
  }

  .profile-hero.doctor-card .doctor-left::before {
    width: auto;
  }

  .profile-hero.doctor-card .doctor-left img {
    width: 100% !important;
  }

  .profile-hero.doctor-card .doctor-right .heading-main {
    font-size: 16px;

    text-overflow: ellipsis;

    display: inline-block;
  }

  .profile-hero.doctor-card .doctor-right {
    padding: 0;

    width: auto;

    display: flex;

    flex-direction: column;
  }

  .profile-hero.doctor-card .doctor-right p {
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
  }

  .profile-hero {
    height: auto;
  }

  .bottom-section .location-box {
    width: 346px;

    font-size: 14px;

    display: flex;

    align-items: center;

    padding: 6px;
  }
}

/* Other Doctors */

/* Fix slide layout */

.other-doctors .swiper-slide {
  height: auto !important;

  display: flex;
}

/* Make card flexible */

.other-doctors .doctor-card {
  height: auto !important;

  min-height: 220px;

  display: flex;

  align-items: flex-start;
}

.other-doctors .doctor-card {
  transform: scale(0.92);

  transition: 0.3s ease;
}

.other-doctors .swiper-slide-active .doctor-card {
  transform: scale(1);
}

.doctor-card-other-location .doctor-card {
  height: auto !important;

  min-height: 220px;

  display: flex;

  align-items: flex-start;
}

.doctor-card-other-location .doctor-card {
  transform: scale(0.92);

  transition: 0.3s ease;
}

.doctor-card-other-location .swiper-slide-active .doctor-card {
  transform: scale(1);
}

/* Reduce padding */

.other-doctors .doctor-right {
  padding: 20px 20px 20px 40px;
}

/* Reduce title size slightly */

.other-doctors .doctor-name {
  font-size: 18px;
}

.swiper {
  padding: 20px 10px 50px;
}

.swiper-slide {
  box-sizing: border-box;
}

/* Fix container */

.other-doctors .doctor-details {
  width: auto;

  min-width: auto;

  display: flex;

  align-items: flex-start;

  justify-content: center;
}

/* Background strip smaller */

.other-doctors .doctor-details::before {
  width: 120px;

  background-color: #5f5f5f24;

  display: none;
}

.doctor-card-other-location .doctor-details {
  width: auto;

  min-width: auto;

  display: flex;

  align-items: flex-start;

  justify-content: center;
}

/* Background strip smaller */

.doctor-card-other-location .doctor-details::before {
  width: 120px;

  background-color: #5f5f5f24;

  display: none;
}

/* Image smaller + aligned */

.other-doctors .doctor-details img {
  width: 90px !important;

  height: 120px;

  object-fit: cover;

  pointer-events: none;

  border: 2px solid #5f5f5f24;

  padding: 3px;

  border-radius: 8px;

  margin-top: 0;

  position: static;

  box-shadow: 0 4px 9px #5f5f5f24;
}

.doctor-details::before {
  content: "";

  background-color: #5f5f5f24;

  width: 274px;

  position: absolute;

  height: 100%;
}

.doctor-details img {
  position: relative;

  z-index: 99;

  top: 9%;

  left: 12%;

  box-shadow: 0 4px 9px #5f5f5f24;

  border-radius: 8px;

  width: auto !important;
}

.doctor-card-other-location .doctor-details img {
  width: 90px !important;

  height: 120px;

  object-fit: cover;

  pointer-events: none;

  border: 2px solid #5f5f5f24;

  padding: 3px;

  border-radius: 8px;

  margin-top: 0;

  position: static;

  box-shadow: 0 4px 9px #5f5f5f24;
}

.other-doctors .doctor-right {
  padding: 15px 15px 15px 20px;
}

/* Smaller text */

.other-doctors .doctor-name {
  font-size: 16px;

  margin-bottom: 5px;
}

.other-doctors .specialization {
  font-size: 13px;
}

.other-doctors .info-row span {
  font-size: 12px;
}

.other-doctors .bottom-section {
  font-size: 12px;

  margin-top: 5px;
}

/* .other-doctors .doctor-card {

  height: auto !important;

}



.other-doctors .doctor-left::before {

  background-color: #f50909;

}



.swiper {

  padding-bottom: 40px;

} */

/* Other Doctors */

/* Doctor Pofile */

.bottom-section-profile-details {
  display: flex;

  align-items: center;

  gap: 10px;

  flex-wrap: wrap;
}

.bottom-section-profile-details .location-box {
  flex: 1 1 auto;

  display: flex;

  align-items: center;

  padding: 6px 10px;

  border: 1px solid #ffadae;

  border-radius: 8px;

  font-weight: 700;

  font-size: 14px;

  color: #000;

  min-width: 200px;
}

.bottom-section-profile-details .location-box svg {
  width: 26px;

  height: 26px;

  margin-right: 12px;
}

.bottom-section-profile-details .btn {
  flex: 0 0 auto;

  white-space: nowrap;
}

@media (max-width: 992px) {
  .bottom-section-profile-details {
    flex-direction: column;

    align-items: flex-start;

    gap: 8px;
  }

  .bottom-section-profile-details .btn {
    width: 100%;

    text-align: center;
  }

  .bottom-section-profile-details .location-box {
    width: 100%;
  }
}

.appointment-btn-rounded-doctor-profile a {
  text-decoration: none;

  color: #fff;
}

.appointment-btn-rounded-doctor-profile {
  background: #ff8482;

  background: linear-gradient(
    90deg,
    rgba(255, 132, 130, 1) 0%,

    rgba(221, 7, 3, 1) 100%
  );

  border: none;

  color: #fff;

  border: none;

  border-radius: 8px;

  height: 40px;

  padding: 8px 20px;

  width: 220px;

  font-weight: 500;
}

/* Doctor Pofile */

/* Other Specialist Departments */

.specialist-card {
  display: flex;

  align-items: center;

  background: #ffffff;

  border-radius: 12px;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);

  padding: 30px 25px;

  transition:
    transform 0.3s,
    box-shadow 0.3s;

  height: 100%;

  text-decoration: none;

  color: #000;
}

.specialist-card:hover {
  transform: translateY(-6px);

  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.specialist-icon {
  width: 70px;

  height: 70px;

  margin-bottom: 10px;

  display: flex;

  justify-content: center;

  align-items: center;
}

.specialist-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.specialist-name {
  font-size: 18px;

  font-weight: 700;

  margin-bottom: 8px;
}

.specialist-desc {
  font-size: 14px;

  color: #555;
}

/* Swiper pagination styling */

.mySwiperOther .swiper-pagination-bullet {
  background: #04c243;

  opacity: 1;
}

.mySwiperOther .swiper-pagination-bullet-active {
  background: #20dd08;
}

/* Responsive */

@media (max-width: 992px) {
  .specialist-card {
    padding: 15px;
  }
}

@media (max-width: 576px) {
  .specialist-card {
    padding: 12px;
  }
}

/* Other Specialist Departments */

/* Doctor in other locations */

/* Main Card */

.biohm-doc-card {
  background: #ffffff;

  border-radius: 14px;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

  padding: 15px;

  transition: all 0.3s ease;
}

.biohm-doc-card:hover {
  transform: translateY(-6px);

  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

/* Image */

.biohm-doc-image img {
  width: 100%;

  border-radius: 10px;

  object-fit: cover;
}

/* Content */

.biohm-doc-content {
  padding: 10px 15px;
}

/* Specialty */

.biohm-doc-specialty {
  color: #e63946;

  font-weight: 600;

  font-size: 14px;
}

/* Name */

.biohm-doc-title {
  font-size: 20px;

  font-weight: 700;

  margin: 5px 0;
}

.biohm-doc-title a {
  text-decoration: none;

  color: #222;
}

/* Small title */

.biohm-doc-title-sm {
  font-size: 16px;

  font-weight: 600;

  margin: 5px 0;
}

/* Reg */

.biohm-doc-reg {
  font-size: 13px;

  color: #777;
}

/* Meta */

.biohm-doc-meta {
  font-size: 14px;

  color: #555;

  margin-top: 6px;

  display: flex;

  align-items: center;

  gap: 6px;
}

/* Location */

.biohm-doc-location {
  font-size: 13px;

  color: #888;

  margin-top: 6px;
}

/* Button */

.biohm-doc-btn {
  display: inline-block;

  margin-top: 10px;

  background: linear-gradient(135deg, #e63946, #ff6b6b);

  color: #fff;

  padding: 8px 18px;

  border-radius: 25px;

  text-decoration: none;

  font-size: 14px;

  transition: 0.3s;
}

.biohm-doc-btn:hover {
  background: linear-gradient(135deg, #d62839, #ff4d4d);
}

/* Profile link */

.biohm-doc-profile-link {
  font-size: 14px;

  color: #333;

  text-decoration: none;
}

/* Mini Card (Slider) */

.biohm-doc-card-mini {
  background: #fff;

  border-radius: 12px;

  padding: 12px;

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);

  transition: 0.3s;
}

.biohm-doc-card-mini:hover {
  transform: translateY(-5px);
}

.biohm-doc-mini-img img {
  width: 100%;

  border-radius: 10px;

  margin-bottom: 10px;
}

/* Responsive */

@media (max-width: 992px) {
  .biohm-doc-card {
    flex-direction: column;
  }

  .biohm-doc-image {
    margin-bottom: 10px;
  }

  .biohm-doc-content {
    padding: 10px 5px;
  }
}

/* Doctor in other loactions */

.editTask {
  height: 30px;

  font-size: 12px;
}

.deleteTask {
  height: 30px;

  font-size: 12px;
}

table th:nth-child(5),
table td:nth-child(5) {
  width: 120px;
  /* Experience */
}

table th:nth-child(6),
table td:nth-child(6) {
  width: 220px;
  /* Action */
}

.table img {
  width: 100px;

  height: 80px;

  object-fit: contain;
}

.addModal_btn {
  background: #047743;
}

/* Doctor Details */

#experience {
  line-height: 0.4;
}

#experience ul {
  margin: 0px 0;

  padding-left: 30px;
}

#experience li {
  margin: 2px 0;
}

#awards {
  line-height: 0.4;
}

#awards ul {
  margin: 0px 0;

  padding-left: 30px;
}

#awards li {
  margin: 0px 0;
}

#research {
  line-height: 0.4;
}

#research ul {
  margin: 0px 0;

  padding-left: 30px;
}

#research li {
  margin: 0px 0;
}

#memberships {
  line-height: 0.4;
}

#memberships ul {
  margin: 0px 0;

  padding-left: 30px;
}

#memberships li {
  margin: 0px 0;
}

/* Doctor Details */

/*  New Location Modal  */

.premium-modal {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
}

.notice-box {
  background: #f8f9fa;

  border: 1px solid #e7ecea;

  border-radius: 18px;

  padding: 18px 20px;

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.location-modal-header {
  background: linear-gradient(135deg, #0b7a3d 0%, #14a44d 100%);

  color: #fff;
}

.location-modal-header p {
  color: rgba(255, 255, 255, 0.82) !important;
}

.location-icon {
  width: 64px;

  height: 64px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.16);

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 28px;

  color: #fff;

  backdrop-filter: blur(8px);
}

.location-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 14px;
}

.location-card {
  border: 1px solid #e7ecea;

  background: #fff;

  border-radius: 18px;

  padding: 18px 16px;

  text-align: left;

  transition: all 0.25s ease;

  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
}

.location-card:hover {
  transform: translateY(-3px);

  border-color: #0b7a3d;

  box-shadow: 0 14px 30px rgba(11, 122, 61, 0.12);

  background: #f7fffa;
}

.location-card.active {
  border-color: #0b7a3d;

  background: #eefaf3;

  box-shadow: 0 14px 30px rgba(11, 122, 61, 0.14);
}

.location-title {
  display: block;

  font-size: 16px;

  font-weight: 700;

  color: #1d2b21;
}

.location-sub {
  display: block;

  font-size: 13px;

  color: #6c757d;

  margin-top: 4px;
}

.btn-location {
  background: #fff;

  border: 1px solid #dfe5e2;

  border-radius: 30px;

  padding: 8px 18px;

  font-weight: 600;

  color: #1f2d24;

  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.btn-location:hover,
.btn-location:focus {
  border-color: #0b7a3d;

  color: #0b7a3d;

  background: #fff;
}

#topLocationMenu .dropdown-item.active,
#topLocationMenu .dropdown-item:active {
  background: #0b7a3d;

  color: #fff;
}

@media (max-width: 575px) {
  .location-grid {
    grid-template-columns: 1fr;
  }
}

/*  New Location Modal  */

.doctor-right .info-row .appointment-text .green-dot,
.doctor-right .info-row .doctor-lang .green-dot {
  color: #0b7a3d !important;

  font-weight: 700;
}

.addModal_btn {
  background-color: #236877;

  height: 30px;

  font-size: 10px;
}

.editBtn {
  height: 30px;

  font-size: 10px;
}

.deleteBtn {
  height: 30px;

  font-size: 10px;
}

.dr-profile-list .item {
  padding: 4px;
}

.doctor-card {
  width: 100%;

  border: 1px solid #e7e7e7;

  border-radius: 10px;

  display: flex;

  align-items: center;

  overflow: hidden;

  position: relative;
}

.doctor-left {
  height: 300px;
  width: 300px;

  min-width: 300px;

  /* background: linear-gradient(45deg, #029b56, #474747); */

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 20px;
  border-radius: 15px;

  position: relative;
}

.doctor-image-frame {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  left: 0;
  top: 0;
  padding: 0;
  position: absolute;
}

.doctor-left img {
  width: 100% !important;

  height: 100%;

  display: block;

  object-fit: cover;
}

.doctor-profile-main .dr-profile-list .doctor-right {
  flex: 1;

  padding: 30px 30px 30px 40px;

  max-width: 73%;
}

.doctor-profile-main .dr-profile-list .top-row {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;
}

.doctor-profile-main .dr-profile-list .specialization {
  font-weight: 500;

  color: #000;
}

.doctor-profile-main .dr-profile-list .heading-main,
.doctor-profile-main .dr-profile-list .heading-main a {
  font-size: 28px;

  font-weight: 700;

  line-height: 1.2;

  color: #0a9b61;

  text-decoration: none;

  margin-bottom: 0;
}

.doctor-profile-main .dr-profile-list .qualification {
  font-size: 16px;

  color: #444;

  line-height: 1.5;
}

.doctor-profile-main .dr-profile-list .view-profile {
  color: #0a9b61;

  font-size: 16px;

  font-weight: 500;

  text-decoration: none;

  white-space: nowrap;
}

.doctor-profile-main .dr-profile-list hr {
  margin: 16px 0;
}

.doctor-profile-main .dr-profile-list .info-row {
  display: flex;

  align-items: center;

  margin-bottom: 10px;

  color: #555;

  font-size: 16px;

  font-weight: 500;
}

.doctor-profile-main .dr-profile-list .info-row i {
  color: #0b7a3d;

  min-width: 18px;
}

.doctor-profile-main .dr-profile-list .green-dot {
  color: #0b7a3d !important;

  font-weight: 700;

  padding: 0 4px;
}

.doctor-profile-main .dr-profile-list .bottom-section.d-none.d-lg-flex {
  display: flex !important;

  align-items: center;

  gap: 14px;

  flex-wrap: nowrap;
}

.doctor-profile-main .dr-profile-list .bottom-section .location-box {
  flex: 1;

  min-height: 54px;

  border: 1px solid #f2a4a4;

  border-radius: 10px;

  background: #fff7f7;

  display: flex;

  align-items: center;

  padding: 7px 7px;

  gap: 12px;
}

.doctor-profile-main .dr-profile-list .bottom-section .location-box i {
  width: 40px;

  height: 40px;

  background: #ffd9d9;

  color: #d71919;

  border-radius: 8px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 18px;
}

.doctor-profile-main .dr-profile-list .bottom-section .location-box span {
  font-size: 15px;

  font-weight: 600;

  color: #222;
}

.doctor-profile-main .dr-profile-list .appointment-btn-rounded {
  min-width: 220px;

  height: 54px;

  border-radius: 10px;

  border: none;

  white-space: nowrap;

  font-size: 16px;

  font-weight: 600;

  background: linear-gradient(90deg, #f58f8f 0%, #e60000 100%);
}

.doctor-profile-main .dr-profile-list .view-btn {
  min-height: 46px;

  border: 1px solid #ccc;

  background: #fff;

  border-radius: 8px;

  font-weight: 600;
}

.doctor-profile-main .dr-profile-list .owl-nav button.owl-prev,
.doctor-profile-main .dr-profile-list .owl-nav button.owl-next {
  width: 42px;

  height: 42px;

  border-radius: 50% !important;

  background: #ffd7d7 !important;

  color: #fff !important;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctor-profile-main .dr-profile-list .owl-nav button.owl-prev {
  left: -15px;
}

.doctor-profile-main .dr-profile-list .owl-nav button.owl-next {
  right: 10px;
}

.doctor-profile-main .dr-profile-list .owl-nav button.owl-prev span,
.doctor-profile-main .dr-profile-list .owl-nav button.owl-next span {
  display: none;
}

.doctor-profile-main .dr-profile-list .owl-nav button.owl-prev i,
.doctor-profile-main .dr-profile-list .owl-nav button.owl-next i {
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .doctor-profile-main .dr-profile-list .doctor-card {
    flex-direction: column;

    min-height: auto;
  }

  /* .doctor-profile-main .dr-profile-list .doctor-left {

    width: 100%;

    min-width: 100%;

    padding: 24px;

  }



  .doctor-profile-main .dr-profile-list .doctor-image-frame {

    max-width: 220px;

  }



  .doctor-profile-main .dr-profile-list .doctor-left img {

    height: 250px;

  } */

  .doctor-profile-main .dr-profile-list .doctor-right {
    padding: 22px;
  }

  .doctor-profile-main .dr-profile-list .top-row {
    display: block;
  }

  .doctor-profile-main .dr-profile-list .heading-main,
  .doctor-profile-main .dr-profile-list .heading-main a {
    font-size: 24px;
  }

  .doctor-profile-main .dr-profile-list .mobile-bottom .location-box {
    width: 100%;
  }
}

/*---------------------- Responsive by Sumanto -----------------------*/

.lifestyle-packages {
  display: flex;

  gap: 15px;
}

.lifestyle-packages .lf-main-box {
  height: auto;

  width: 100%;

  max-width: 24%;
}

@media (max-width: 1299px) {
  .doctor-profile-main .dr-profile-list .doctor-right {
    padding: 10px 32px 10px 40px;

    max-width: 67%;
  }

  .searchbar-wrap .search-input {
    padding: 10px 20px;
    max-width: 42%;
  }

  .location-list {
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .doctor-left::before {
    width: 100%;
  }

  .doctor-profile-main .dr-profile-list .doctor-card {
    height: auto;
  }

  .doctor-profile-main .dr-profile-list .bottom-section.d-none.d-lg-flex {
    display: none !important;
  }

  .doctor-profile-main .dr-profile-list .doctor-right {
    padding: 20px 0;

    max-width: 100%;
  }

  .doctor-profile-main .dr-profile-list .view-btn {
    min-height: 55px;
  }

  .lifestyle-packages {
    flex-wrap: wrap;
  }

  .lifestyle-packages .lf-main-box {
    max-width: 48%;
  }

  .hero {
    padding-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .lifestyle-packages {
    gap: 0;
  }

  .lifestyle-packages .lf-main-box {
    max-width: 100%;
  }
}

/*---------------------- Responsive by Sumanto -----------------------*/
/* Scope everything inside package carousel */
.packageCarousel .uniform-card {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Make each item same height */
.packageCarousel .item {
  height: 100%;
  display: flex;
}

/* Header fixed height */
.packageCarousel .uniform-card .card-header-custom {
  min-height: 110px;
  /* display: flex; */
  /* flex-direction: column;
  justify-content: space-between; */
}

/* Title clamp (VERY IMPORTANT) */
.packageCarousel .uniform-card h5 {
  font-size: 16px;
  line-height: 1.4;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  min-height: 25px;
}

/* Body flexible */
.packageCarousel .uniform-card .card-body-custom {
  /* flex-grow: 1;
  display: flex;
  flex-direction: column; */
}

/* Info section fixed height */
.packageCarousel .uniform-card .info-sec-wrapper {
  min-height: 70px;
}

/* Push buttons to bottom */
.packageCarousel .uniform-card .d-flex {
  margin-top: auto;
}

.faq-card {
  background: #fff;
  border: 1px solid #e9edf2;
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.05);
}

#accFaq .accordion-item {
  border: 1px solid #e8edf3;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
  background: #fff;
}

#accFaq .accordion-button {
  background: #fff;
  color: #1f2937;
  font-size: 15px;
  font-weight: 600;
  box-shadow: none;
  padding: 16px 18px;
}

#accFaq .accordion-button:not(.collapsed) {
  background: #f8fafc;
  color: #0f172a;
  box-shadow: none;
}

#accFaq .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

#accFaq .accordion-body {
  font-size: 14px;
  line-height: 1.8;
  color: #5a6270;
  padding: 16px 18px;
  background: #ffffff;
}

#accFaq .accordion-body p {
  margin-bottom: 0;
}

#accFaq .accordion-button::after {
  transform: scale(0.9);
}

.section-title + ul,
#experience ul,
#awards ul,
#research ul,
#memberships ul {
  padding-left: 18px;
  margin-bottom: 15px;
}

#experience li,
#awards li,
#research li,
#memberships li {
  margin-bottom: 6px;
  line-height: 1.6;
  display: list-item;
}

@media (max-width: 992px) {
  .view-btn {
    height: auto;
    padding: 8px 10px;
  }
}

/*----------------------------------------------- CSS BY SUMANTO (24_04) START --------------------------------------------------------*/

.pr-package {
  height: 100%;
  width: 100%;
  border-radius: 15px 15px;
  overflow: hidden;
  border: 2px solid #029b5621;
  box-shadow: 0 2px 20px 0 #00000010;
  background: #fff;
}

.pr-package img.pr-package-img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.packageCarousel .pr-package img.pr-package-img {
  height: 200px;
}

.package-card-updated.health {
  height: auto;
  background: none;
  border: none;
  box-shadow: none;
}

.package-card-updated {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  border: 2px solid #029b5621;
  box-shadow: 0 2px 20px 0 #00000010;
  background: #fff;
  margin-bottom: 0;
}

.package-card-updated-head {
  background: #fff;
  padding: 12px 18px 0;
  position: relative;
  z-index: 1;
}

.home-collection-chip {
  position: absolute;
  top: 6%;
  right: 4%;
  padding: 5px;
  border-radius: 50px;
  background: #fff;
  backdrop-filter: blur(10px);
  z-index: 2;
}

.home-collection-chip img {
  height: auto;
  width: 100%;
  max-width: 35px;
}

.home-collection-chip.disabled img {
  opacity: 0.3;
}

.package-card-updated-head h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
  width: 80%;
}

.package-card-updated-head h4 a {
  color: #047743;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.package-card-updated-price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.package-card-updated-offer-chip {
  border: 1px solid #047743;
  border-radius: 50px;
  padding: 1px 18px;
  text-align: center;
  box-shadow: 0 0 10px 0 #00000020;
}

.package-card-updated-offer-chip p {
  color: #047743;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
}

.package-card-updated-price em {
  color: #f00;
  font-size: 16px;
  text-decoration: line-through;
}

.package-card-updated-price span {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.package-card-updated-main {
  background: #fff;
  padding: 0 18px;
  border-radius: 15px;
}

.package-card-updated-main p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 6px;
}

.package-card-updated-main p a {
  text-decoration: underline;
  color: #555;
  font-weight: 700;
  font-size: 14px;
}

.package-card-updated-footer {
  padding: 0 18px;
}

.info-section-updated {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

.info-section-updated .info-feature p {
  font-size: 12px;
  margin-bottom: 0;
}

.info-section-updated .info-feature span.highlight-text {
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  white-space: nowrap;
  cursor: pointer;
}

.info-section-updated .info-feature span.highlight-text:hover {
  text-decoration: underline;
}

.package-card-updated-btn-group {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
  margin: 5px 0 10px;
}

.package-card-updated-btn-group .btn {
  height: auto;
  width: auto;
}

.package-card-updated-btn-group .view-btn {
  background: #029b561a;
  border: 1px solid #029b56;
}

.package-card-updated-btn-group .btn:hover {
  color: #fff;
}

.package-card-updated-btn-group .view-btn:hover {
  color: #029b56;
}

.package-card-updated-btn-group .add-cart-btn {
  background: #f5413efa;
}

.listing-pg-btn-group {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.listing-pg-btn-group .dropdown button.btn {
  height: auto;
  padding: 8px 12px;
  background: #029b561a;
  border: 1px solid #029b56;
  font-weight: 500;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #047743;
}

.listing-pg-btn-group .dropdown button.btn i {
  font-weight: bold;
  font-size: 20px;
}

/* .listing-pg-btn-group .dropdown button.btn.show {
  color: #fff;
} */

.listing-pg-btn-group .dropdown-menu {
  min-width: 320px;
}

.listing-pg-btn-group .dropdown-menu label {
  margin-right: 15px;
  margin-bottom: 10px;
}

.badge-updated {
  padding: 0 20px 0 0;
  border-radius: 50px;
  display: flex;
  align-items: center;
  border: 1px solid #029b5617;
  font-size: 15px;
  font-style: italic;
}

.badge-updated i {
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(130deg, #029b56, #047743);
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  margin-right: 10px;
}

.badge-updated strong {
  font-weight: 600;
}

.quick-fact-wrap.fact-wrap-updated {
  height: auto;
  width: 50%;
  flex-wrap: nowrap;
}

.quick-fact-wrap.fact-wrap-updated .icon-box {
  padding: 5px;
  border: 2px solid #029b5621;
  border-radius: 10px;
  background: linear-gradient(to top, #f7f7f7, transparent);
}

.quick-fact-wrap.fact-wrap-updated .icon-box .icon {
  width: 70px;
  height: 70px;
  background: none;
  font-size: 35px;
  color: #029b56;
  background: #cfffe9;
}

.fact-wrap-updated-text strong {
  font-size: 17px;
  font-weight: 500;
}

.fact-wrap-updated-text a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  color: #047743;
  margin-top: 5px;
}

.cart-main {
  height: auto;
  width: 100%;
}

.cart-item-content {
  height: auto;
  width: 100%;
  padding: 15px 20px;
  border-radius: 10px;
  background: linear-gradient(to top, #f7f7f7, #fff);
  box-shadow: 0 0 20px 0 #00000010;
  border: 2px dashed #029b5638;
  margin-bottom: 15px;
}

.cart-item-content h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}

.cart-item-content h3 a {
  color: #047743;
}

.cart-item-content p {
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: normal;
}

.cart-item-content p span {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  padding-left: 8px;
}

.cart-item-content h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.qty-box {
  display: inline-flex;
  align-items: center;
  background: #f5f8ff;
  border: 1px solid #dce6ff;
  border-radius: 8px;
  overflow: hidden;
  height: 40px;
  margin-left: 10px;
}

.qty-btn {
  width: 42px;
  height: 42px;
  border: none;
  background: #ffffff;
  color: #0928a8;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s ease;
}

.qty-btn:hover {
  background: #007af8;
  color: #ffffff;
}

.qty-input {
  width: 50px;
  height: 42px;
  border: none;
  outline: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  background: transparent;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-updated-btn-group {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}

.cart-updated-btn-group .confirm {
  background: #0ea321fa;
  color: #fff;
}

.cart-updated-btn-group .remove {
  background: #f5413efa;
  color: #fff;
}

.cart-item-img {
  height: auto;
  width: 100%;
  max-width: 250px;
  border: 4px solid #fff;
  box-shadow: 0 0 20px 1px #00000010;
  border-radius: 10px;
}

.cart-item-img img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.cart-total-content {
  position: sticky;
  top: 20%;
  height: auto;
  width: 100%;
  padding: 25px 22px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 20px 0 #00000010;
  border: 1px dashed #029b5638;
}

.cart-total-content hr {
  margin: 10px 0;
}

.cart-total-content h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.cart-total-content-part {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px dashed #dee2e6;
  padding: 8px 12px;
}

.cart-total-content-part h6 {
  font-size: 14px;
  margin-bottom: 0;
  color: #000;
}

.cart-total-content-part p {
  font-size: 15px;
  font-weight: 600;
  padding-left: 20px;
  margin-bottom: 0;
}

.cart-total-content-part.total h6 {
  font-size: 20px;
  color: #000;
}

.cart-total-content-part.total p {
  font-size: 19px;
}

.padd {
  padding: 0 15px;
}

.carrr {
  background: #047743;
  border-radius: 5px;
  margin-left: 10px;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 15px !important;
  position: relative;
  z-index: 1;
}

.cart-badge {
  position: absolute;
  top: -5px;
  right: -8px;
  background: #047743;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 50%;
  font-weight: 600;
  z-index: 2;
}

#cartMsg {
  position: fixed;
  right: 20px;
  bottom: 25px;
  background: #0f9d58;
  color: #fff;
  padding: 12px 18px;
  border-radius: 10px;
  z-index: 9999;
  font-size: 14px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.18);
}

.carrr i {
  color: #fff;
}

.cart-count-badge {
  position: absolute;
  top: -5px;
  right: -8px;
  background: #047743;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 50%;
  font-weight: 600;
  z-index: 2;
}

button.mob-togg-new {
  position: absolute;
  top: 20%;
  right: 2%;
  z-index: 10;
}

.wishlist-btn.active {
  background: #fff0f0;
  color: #e63946;
  border-color: #e63946;
}

.wishlist-btn.active i {
  color: #e63946;
}

.cart-toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #047743;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  z-index: 9999;
}

.cart-count {
  font-size: 12px;
  margin-left: 5px;
  color: #047743;
  font-weight: 600;
}

.hamburger-main {
  background: linear-gradient(
    135deg,
    rgba(14, 165, 166, 0.09),
    rgba(34, 197, 94, 0.08)
  );
}

.my-new-top-bar {
  justify-content: space-between;
}

.header-search-wr .search-bar {
  position: relative;
}

.header-search-wr .search-input::placeholder {
  color: #999;
  opacity: 1;
}

.remake-mg h1 {
  text-transform: capitalize;
}

.remake-mg .input-group {
  border-radius: 50px;
}

.remake-mg .input-group-text {
  padding: 18px 15px;
  border-radius: 50px 0 0 50px;
}

.remake-mg .input-group > .form-control {
  border-radius: 0 50px 50px 0;
}

.remake-mg .filter-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #ffffffc4;
  width: 170px;
  padding: 0;
}

.remake-mg .filter-chip img {
  height: auto;
  width: 100%;
  max-width: 40px;
  margin-right: 5px;
}

.remake-mg .filter-chip span {
  font-size: 14px;
  font-weight: 600;
}

.new-filer-box {
  height: auto;
  width: 100%;
  max-width: 30%;
  border-radius: 10px;
  background: #fff;
  padding: 14px 10px;
  border: 1px solid #029b5641;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-filer-box h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.new-filer-box img {
  height: 60px;
  width: 100%;
  max-width: 30%;
  border-radius: 10px;
  object-fit: cover;
}

.top-bar .left-bar li,
.top-bar .right-bar li {
  list-style: none;
}


.home-search {
  height: auto;
  width: 100%;
  max-width: 55%;
  position: relative;
  z-index: 1;
}

.home-search-ico {
  position: absolute;
  top: 10px;
  right: 20px;
}

.home-search input.typed-search {
  height: auto;
  width: 100%;
  padding: 12px 20px;
  border-radius: 70px;
  border: 1px solid #008a35;
  outline: none;
  background: none;
}

.test-list-search-wr {
  flex-wrap: nowrap;
}

input.typed-search {
  padding: 12px 5px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 17px;
  background: #fff;
  border-radius: 0 70px 70px 0;
}

a.badge-soft {
  padding: 2px 10px;
}

a.badge-soft.active {
  background: #007d44;
  color: #fff;
}

.new-list-acc.accordion,
.new-list-acc.accordion .accordion-item {
  border-radius: 0;
  border: none;
}

.new-list-acc.accordion .accordion-item {
  border-bottom: 1px solid #00000010;
  margin-bottom: 5px;
}

.new-list-acc .accordion-button:not(.collapsed) {
  background: none;
  border-radius: 0;
}

.new-list-acc .accordion-button {
  display: flex;
  align-items: center;
  padding: 8px 15px;
}

.new-list-acc .accordion-button:focus {
  box-shadow: none;
}

.new-list-acc .accordion-body {
  padding: 0 20px;
}

.acc-btn-img {
  height: auto;
  width: 100%;
  max-width: 45px;
  margin-right: 10px;
  padding: 8px;
  background: #029b5621;
}

.acc-btn-img img {
  height: auto;
  width: 100%;
}

.acc-btn-txt h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #000;
}

.acc-btn-txt p {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  color: #047743;
}

.new-list-acc .accordion-body p {
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 50px;
  color: #000;
}

.new-list-acc .accordion-body ul {
  padding-left: 70px !important;
  margin: 8px 0;
}

.new-list-acc .accordion-body ul li {
  font-size: 15px;
  font-style: italic;
  margin-bottom: 8px;
}

.top-cart-bar {
  position: fixed;
  bottom: 0;
  height: 80px;
  width: 100%;
  z-index: 9999;
  background: #fff;
  padding: 12px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.cart_overflow {
  height: auto;
  width: 70%;
  overflow-x: auto;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}

.cart_overflow::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 70px;
  background: linear-gradient(to left, #fff 50%, transparent);
  z-index: 2;
}

.cart_overflow::-webkit-scrollbar {
  height: 3px;
}

.cart_overflow::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.cart_overflow::-webkit-scrollbar-thumb {
  background: #047743;
  border-radius: 10px;
}

.cart_overflow::-webkit-scrollbar-thumb:hover {
  background: #14a564;
}

.top-cart-items {
  display: flex;
  gap: 12px;
}

.top-cart-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 8px 16px;
  background: #fff;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top-cart-summary {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 18px;
  height: auto;
  width: 100%;
  max-width: 30%;
}

.top-cart-summary span {
  display: block;
  font-size: 13px;
}

.top-cart-summary strong {
  font-size: 16px;
}

.top-cart-btn {
  background: #047743;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.top-cart-btn:hover {
  color: #fff;
}

.top-cart-remove {
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background: #f2f2f2;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.top-cart-remove:hover {
  background: #ff4d43;
  color: #fff;
}

.navbar-expand-lg .navbar-nav {
  gap: 8px;
}

span.text-brand {
  color: #047743;
}

.cart_thnk_msg {
  font-size: 2rem;
}

.opening-modal {
  border: 5px solid #f0f0f0;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.opening-modal .modal-header {
  padding: 60px 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px 5px 30px 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.opening-modal .modal-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #029b56bd;
  z-index: -1;
}

.opening-modal .modal-header h4.modal-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
}

.opening-modal-img {
  position: absolute;
  top: -30px;
  left: 30px;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 5px 20px 0 #00000010;
  overflow: hidden;
  z-index: 2;
}

.opening-modal-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.opening-modal-txt {
  height: auto;
  width: 100%;
  padding: 15px 20px;
  text-align: left;
}

.opening-modal-txt p.fw-semibold {
  font-size: 24px;
  color: #000;
  margin-bottom: 2px;
}

.opening-modal-txt h6 {
  font-size: 16px;
  color: #222;
  margin-bottom: 15px;
}

.opening-modal-txt h6 span {
  color: #f4161c;
  font-weight: 600;
}

.modal {
  z-index: 10000;
}

.new-cat {
  height: auto;
  width: 100%;
}

.new-cat-card-row {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.new-cat-card {
  height: auto;
  width: 100%;
  border: 2px solid #fff;
  box-shadow: 0 5px 20px 0 #00000010;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.new-cat-card-img {
  height: 250px;
  width: 100%;
  overflow: hidden;
}

.new-cat-card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.new-cat-card-img-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #047743 40%, transparent);
  height: auto;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}

.new-cat-card-img-txt h5.doctor-name {
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 600;
}

.new-cat-card-img-txt h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.new-cat-card-img-txt p {
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.doctor-profile-main .new-cat-card-img img {
  object-fit: contain;
}

.doctor-profile-main .new-cat-card-img-txt {
  position: relative;
  border-top: 1px solid #04774347;
  background: #fff;
  color: #000;
  border-radius: 20px 20px 0 0;
  padding: 12px 15px;
}

.doctor-profile-main .new-cat-card-img-txt h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #047743;
}

.doctor-profile-main .new-cat-card-img-txt p span {
  font-style: italic;
  font-weight: 500;
}

.specialist-text {
  padding-left: 20px;
}

.specialist-text h5 {
  color: #047743;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 2px;
}

.specialist-text p {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.heading-main.doctor-name a {
  font-size: 28px;
}

.opening-modal .dropdown-menu {
  width: 100%;
  max-width: 65%;
}

.new-about {
  height: auto;
  width: 100%;
  background: linear-gradient(to top, #f7f7f7, transparent) !important;
}

.new-about-icon-row {
  display: flex;
  align-items: center;
}

.new-about-icon-row .icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #029b5644;
  border: 2px solid #fff;
  box-shadow: 0 2px 10px 0 #00000010;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.new-about-icon-row .icon img {
  height: auto;
  width: 100%;
  transform: scale(0.7);
}

.new-about-icon-row .text h5 {
  color: #047743;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}

.new-about-icon-row .text p {
  color: #000;
  font-size: 13px;
  line-height: 1.1;
  margin-bottom: 0;
}

.new-about-img {
  height: 60vh;
  width: 100%;
}

.new-about-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.new-about-img-txt h6 {
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 700;
}

.new-us {
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}

.new-us::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffffe0;
  z-index: -1;
}

.new-card-tpe-design {
  height: auto;
  width: 100%;
  max-width: 90%;
  padding: 40px 0;
  color: #000;
}

.new-card-tpe-design h2.heading-main {
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.new-card-tpe-design p {
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 30px;
}

.new-card-tpe-design ul.list-unstyled {
  padding: 20px 15px;
  border-radius: 10px;
  border-left: 3px solid #029b5654;
  background: linear-gradient(to left, transparent, #029b561e);
}

.new-card-tpe-design ul.list-unstyled li {
    font-weight: 500;
}

.new-card-tpe-design ul.list-unstyled li i {
    color: #047743;
    padding-right: 4px;
}

.who-we-img {
  height: auto;
  width: 100%;
  border: 3px solid #fff;
  box-shadow: 10px 10px 0 0 #00000010;
  overflow: hidden;
  border-radius: 20px;
}

.new-us-step h5 {
  font-size: 18px;
}

.new-us-step p {
  font-size: 14px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.my-pvc h1 {
  font-size: 35px;
}

.my-pvc h2,
.my-pvc h3,
.my-pvc h4 {
  padding: 0 0 10px;
  border-bottom: 1px solid #00000080;
  font-size: 24px;
  margin-bottom: 10px;
}

.deisgned-terms {
  height: auto;
  width: 100%;
  padding: 25px 30px;
  border: 2px solid #eee;
  border-radius: 20px;
  box-shadow: 10px 10px 0 #00000010;
  margin: 40px 0;
}

.fix-h {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.style-bx {
  box-shadow: 0 10px 0 0 #00000010;
  background: linear-gradient(to bottom, #f0f0f0, transparent);
}

.style-bx h5 {
  color: #047743;
}

.mordenism {
  background: #fff7f7;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  border-left: 4px solid #029b56;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
}

.lang-modern {
    position: absolute;
    top: -34px;
    right: 0;
    border: 1px solid #eee;
    border-radius: 2px;
    background: linear-gradient(to bottom, #f0f0f0, transparent);
    text-align: center;
    padding: 4px 20px;
}

.lang-modern p {
  font-weight: 600;
    color: #585858;
    font-size: 14px;
  margin-bottom: 0;
}

.lang-modern p i {
    width: 14px;
    height: 20px;
    color: #047743;
}

.small-muted #nabl_fading .owl-nav {
  display: none !important;
}

.small-muted .owl-carousel#nabl_fading .owl-item {
  transition: opacity 1s ease-in-out;
}

.small-muted .owl-carousel#nabl_fading .owl-item:not(.active) {
  opacity: 0;
}

.icon-box.float-ic-bx {
  border-radius: 5px;
  background-color: #d2ffea;
  padding: 5px 15px;
  display: inline;
  position: absolute;
  bottom: -25px;
  right: 0;
}

.icon-box.float-ic-bx.not-available {
  background-color: #eaeaea;
}

.icon-box.float-ic-bx p {
  margin-bottom: 0;
  font-size: 13px;
  color: #000;
  font-weight: 500;
}

.pre-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 99999;

  display: flex;
  justify-content: center;
  align-items: center;
}

/* Spinner */
.spinner {
  width: 70px;
  height: 70px;
  border: 6px solid #d4d4d4;
  border-top: 6px solid green;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Animation */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* .pre-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fffffffa; 
  z-index: 20000;
}

.spinner-border {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background: rgba(0, 128, 0, 0.5); 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20001;
}
 
/* Rotate animation for the spinner */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
*/ body.loading {
  pointer-events: none;
  opacity: 0.5; /* Dim the content */
}

/* Date - 11.05.2026 By Souvik Roy */

.booking-card {
  background: #fff;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}
.step-pill {
  padding: 8px 16px;
  border-radius: 30px;
  background: #eef5f1;
  font-size: 13px;
}
.step-pill.active {
  background: #087b4c;
  color: #fff;
}
.auto-box {
  background: #f3faf6;
  border-radius: 18px;
  padding: 18px;
}
.option-btn {
  border: 1px solid #dce8e2;
  background: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 500;
}
.option-btn.active {
  background: #087b4c;
  color: #fff;
  border-color: #087b4c;
}
.booking-step {
  display: none;
}
.booking-step.active {
  display: block;
}
.review-box,
.success-box {
  background: #f4fbf7;
  border-radius: 20px;
  padding: 22px;
}

.new-step-fill {
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: 0 0 20px 0 #00000010;
  padding: 10px 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.new-step-fill.active {
  border: 2px solid #087b4c38;
  box-shadow: none;
}

.new-step-fill-img {
  height: auto;
  width: 100%;
  max-width: 30px;
}

.new-step-fill-img img {
  height: auto;
  width: 100%;
}

.new-step-fill-txt {
  padding-left: 12px;
}

.new-step-fill-txt p {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 15px;
}

button.date-card,
button.slot-btn {
  border: 1px solid #087b4c4d;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 5px 45px;
}

button.date-card p {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 2px;
}

button.date-card span,
button.slot-btn span {
  display: block;
  font-size: 15px;
  margin-bottom: 0;
}

small.noti-chip {
  display: block;
  text-align: center;
  font-style: italic;
  font-size: 15px;
  font-weight: 500;
}

small.noti-chip.positive {
  color: #12aa1b;
}

small.noti-chip.medium {
  color: #e4a90f;
}

small.noti-chip.negetive {
  background: #ff3535;
}

button.date-card.active,
button.slot-btn.active {
  color: #FFF;
  background: #087b4c !important;
  border-color: #087b4c;
}

button.date-card:hover,
button.slot-btn:hover {
  color: #087b4c;
  background: #087b4c0d;
  border-color: #087b4c;
}

.new-pg-hr {
  border: 1px solid #087b4c73;
}

.weather-time {
  height: auto;
  width: 100%;
  max-width: 20%;
  padding-right: 25px;
}

.weather-time p {
  font-size: 16px;
  color: #087b4c;
  font-weight: 500;
  margin-bottom: 0;
}

.weather-time p i {
  font-size: 20px;
  padding-right: 5px;
}

.break-fl {
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
}

.break-fl.new button.slot-btn {
    background: linear-gradient(to top, #f7f7f7, transparent);
}

.patient-review-form {
  height: auto;
  width: 100%;
  padding: 40px 35px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 20px 0 #00000010;
}

.patient-review-table {
  height: auto;
  width: 100%;
  overflow: auto;
}

.patient-review-table table {
  height: auto;
  width: 100%;
}

.patient-review-table table thead tr th,
.patient-review-table table tbody tr td {
  padding: 6px 20px;
  text-align: center;
  font-size: 14px;
  border: 2px solid #008a3533;
}

.patient-review-table table thead tr th {
  font-size: 15px;
  font-weight: 600;
  background: #008a3512;
}

/* Date - 11.05.2026 By Souvik Roy */

.home-search-suggestions {
  position: absolute;
  top: 80%;
  left: 8px;
  height: auto;
  max-height: 350px;
  width: 100%;
  max-width: 54%;
  background: #fff;
  z-index: 9999;
  border-radius: 10px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
  margin-top: 0;
  overflow-y: auto;
  display: none;
}

.home-search-suggestion-item {
  padding: 8px 20px 8px 50px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 1;
}

/* .home-search-suggestion-item::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 15px;
  background-image: url(../images/blood-tube.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  height: 20px;
  width: 20px;
} */

.home-search-suggestion-item:hover {
  background: #f4faf6;
}

.home-search-suggestion-type {
  font-size: 12px;
  color: #198754;
  font-weight: 600;
}

.home-search-no-result {
  padding: 12px 16px;
  color: #777;
}

.searchbar-wrap {
  position: relative;
}

nav.navbar {
  padding: 2px 0;
}

.navbar-brand {
  margin-right: 0 !important;
}

.package-card-updated-price.details {
  gap: 15px;
}

.package-card-updated-price.details .package-card-updated-offer-chip p {
  font-size: 18px;
}

.package-card-updated-price.details em {
  font-size: 20px;
}

.package-card-updated-price.details span {
  font-size: 25px;
  font-weight: 700;
}

.new-anchor {
  color: #047743;
  font-weight: 600;
}

.otp-input {
  height: 50px;
  border-width: 0;
  border-bottom-width: 2px;
  width: 55px;
}

.otp-input:focus {
  box-shadow: none;
}

.form-label {
  margin-bottom: 7px;
  text-transform: capitalize;
}

.break-fl.new button.date-card,
.break-fl.new button.slot-btn {
    border: 1px solid #087b4c4d;
    border-radius: 5px;
    overflow: hidden;
    padding: 3px 15px;
}

button.date-card.new {
  padding: 0;
  border: none !important;
  background: none !important;
  cursor: auto;
}

button.date-card.new p {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
}

button.date-card.new small.noti-chip.positive {
  color: #aaa;
}

a.btn.add-to-cart-btn.cart-btn {
  background: #047743;
  border: 1px solid #047743;
  color: #fff;
}

a.btn.add-to-cart-btn.cart-btn.added-to-cart {
  background: #047743;
  color: #fff;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.already-added-msg {
  position: fixed;
  bottom: 10%;
  right: 2%;
  color: #d32f2f;
  z-index: 99999;
  padding: 5px 18px;
  border-radius: 5px;
  font-size: 15px;
  background: #fff;
  border: 1px solid #f0f0f0;
  font-weight: 500;
  font-style: italic;
}

.emer-em-color {
  color: #000;
  font-size: 14px;
  font-style: normal;
  margin-top: 10px;
  display: inline-block;
  line-height: 18px;
}

.emer-color {
  color: #047743;
}

.emer-color.back-btn {
  background: none;
  border: none;
  padding: 0;
  color: #047743;
}

.emer-color.back-btn:hover {
  background: none;
  color: #047743;
}

/*------------ SV --------------*/

.doctor-image-frame  {
  overflow: hidden;
  border-radius: 10px;
}
 
.doctor-image-frame  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.doctor-img-pagination-0 .swiper-pagination-bullet {
  background: #0b8f55;
}

.item-show-box {
  display: none;
}

.item-show-box.active {
  display: block;
}

.next-btn {
  background: #029b56;
  border: 1px solid #e7e7e7;
  padding: 8px 25px;
  font-size: 16px;
  color: #fff;
}

.next-btn:hover {
  color: #fff;
  background: #029b56;
  border-color: #029b56;
}

.back-btn {
  background: #a2a2a2;
  border: 1px solid #e7e7e7;
  padding: 8px 25px;
  font-size: 16px;
  color: #fff;
}

.back-btn:hover {
  color: #fff;
  background: #a2a2a2;
  border-color: #a2a2a2;
}

.txt-differ-pos {
  text-align: right;
}

img.coming-soon-logo {
  height: auto;
  width: 100%;
  max-width: 200px;
}

/*---------------------------------- ABOUT-PAGE-STRUCTURAL-CHANGE -------------------------------------*/

.abouts-str-change {
  height: auto;
  width: 100%;
  padding: 50px 0;
}

.abouts-str-change.hamburger {
  height: auto;
  width: 100%;
}

.abouts-str-change.hamburger .hamburger-img {
  height: 600px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.abouts-str-change.hamburger .hamburger-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffffd0;
  backdrop-filter: blur(20px);
  z-index: 1;
}

.abouts-str-change.hamburger .hamburger-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.abouts-str-change.hamburger .hamburger-content {
  position: absolute;
  top: 45%;
  left: 0;
  height: auto;
  width: 100%;
  transform: translate(0, -50%);
  z-index: 2;
}

.abouts-str-change.hamburger .hamburger-content h1 {
    color: #047743;
    margin-bottom: 10px;
}

.abouts-str-change.hamburger .hamburger-content p {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}

.abouts-str-change.hamburger .hamburger-counter {
  position: absolute;
  bottom: 0;
  height: auto;
  width: 100%;
  z-index: 2;
}

.abouts-str-change.hamburger .hamburger-counter .counter-bg {
  background: #fff;
  padding: 0 0 20px;
  border-radius: 8px;
  box-shadow: 0 0 30px 0 hsla(0, 0%, 87%, .651);
  height: auto;
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}

.abouts-str-change.hamburger .hamburger-counter .counter-item {
    text-align: center;
}

.abouts-str-change.hamburger .hamburger-counter .counter-item i {
    display: block;
    color: #047743;
    font-size: 40px;
}

.abouts-str-change.hamburger .hamburger-counter .counter-item h3 {
    font-weight: 700;
    font-size: 35px;
    color: #047743;
    margin-bottom: 5px;
}

.abouts-str-change.hamburger .hamburger-counter .counter-item p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
}

.abouts-str-change.about-main {
  height: auto;
  width: 100%;
}

.abouts-str-change.about-main .about-left {
    position: relative;
}

.abouts-str-change.about-main .about-left:after,
.abouts-str-change.about-main .about-left:before {
    position: absolute;
    content: "";
    width: 330px;
    height: 275px;
    border-radius: 10px;
    z-index: -1;
    background-color: #047743;
}

.abouts-str-change.about-main .about-left:before {
    top: -10px;
    left: -10px;
    animation: a-one 5s linear infinite;
}

@keyframes a-one {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.abouts-str-change.about-main .about-left img {
    width: 100%;
    z-index: 1;
    border-radius: 10px;
    animation: a-seven 10s linear infinite;
}

@keyframes a-seven {
  0% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

.abouts-str-change.about-main .about-left:after {
    bottom: -10px;
    right: -10px;
    animation: a-two 5s linear infinite;
}

@keyframes a-two {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.abouts-str-change.about-main .about-right {
    padding-left: 40px;
}

.abouts-str-change.about-main .about-item h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.abouts-str-change.about-main .about-item p {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

.abouts-str-change.about-feature {
  height: auto;
  width: 100%;
}

.abouts-str-change.about-feature .service-item.style-3 {
    padding: 20px 25px;
    border-bottom: 2px solid #047743;
    text-align: center;
    position: relative;
    border-radius: 10px;
    background-color: #f5f5f599;
}
/* 
.abouts-str-change.about-feature .service-item .service-front i {
    display: block;
    color: #047743;
    font-size: 50px;
    margin-bottom: 8px;
} */

.abouts-str-change.about-feature .service-item .service-front-img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #cfffe9a3;
    border: 1px solid #007d446b;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 0 auto 15px;
}

.abouts-str-change.about-feature .service-item .service-front-img img {
  height: auto;
  width: 100%;
}

.abouts-str-change.about-feature .service-item .service-front h3 {
    color: #047743;
    font-weight: 600;
    font-size: 20px;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;

    margin-bottom: 5px;
}

.abouts-str-change.about-feature .service-item .service-front p {
  font-size: 15px;
  color: #474747;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  margin-bottom: 0;
}

.blockquote {

    position: absolute;

    bottom: 32px;

    left: 0;

    background-color: #0a8754e3;

    box-shadow: 0 2px 7px #818181;

    width: 480px;

    padding: 10px;

    color: #ffffff;

    text-transform: capitalize;

    line-height: normal;

    font-weight: 700;

  }

  .below-section {

    background-color: #f5f5f5;

  }

  .below-section img {

    width: 100%;

  }

/*---------------------------------- ABOUT-PAGE-STRUCTURAL-CHANGE -------------------------------------*/

.owl-carousel#nablFadingOne .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel#nablFadingTwo .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel#nablFadingTwo .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}

/* .smart-search-box {
	position: relative;
	width: 100%
}

#smartSuggestions {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 12px 35px rgba(0, 0, 0, .12);
	z-index: 9999;
	margin-top: 8px;
	display: none;
	overflow: hidden
}

.suggestion-item {
	padding: 12px 16px;
	cursor: pointer;
	border-bottom: 1px solid #f1f1f1;
	font-size: 14px
}

.suggestion-item:hover {
	background: #f5fff8
}

.suggestion-item small {
	display: block;
	color: #777;
	margin-top: 2px
}

.no-suggestion {
	padding: 12px 16px;
	color: #999
} */

.vial-ico {
  height: auto;
    width: 100%;
    max-width: 42px;
    margin-right: 10px;
    background: #029b561a;
    padding: 5px 7px;
    border-radius: 10px;
}

.vial-ico img {
  height: auto;
  width: 100%;
}

/*---------------------------------- DOCTOR-SUGGEST -------------------------------------*/

.typed-search.doc {
  border-radius: 0 70px 70px 0 !important;
}

.doctor-suggestion-box {
    position: absolute;
    top: 100%;
    left: 0;
    height: auto;
    max-height: 320px;
    width: 100%;
    background: #fff;
    z-index: 9999;
    border-radius: 10px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
    overflow-y: auto;
}
 
.suggestion-item {
    padding: 8px 20px 8px 50px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 1;
}

#doctorSuggestionBox .suggestion-item {
    padding: 8px 20px 8px 90px;
}

.suggestion-item::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 15px;
    background-image: url(../images/blood-tube.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    height: 20px;
    width: 20px;
}

#doctorSuggestionBox .suggestion-item::after {
    display: none;
}

#doctorSuggestionBox .info-row span {
    font-weight: 600;
    color: #585858;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 15px;
}

#doctorSuggestionBox .info-row i {
    width: 14px;
    height: 20px;
    color: #047743;
}

.suggestion-item .search-float-img {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 2;
    height: 100%;
    width: 55px;
}

.search-float-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
 
.suggestion-item:hover {
  background: #f5fbf8;
}
 
.suggestion-name {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}
 
.suggestion-dept {
  font-size: 13px;
  color: #198754;
  font-weight: 600;
}
 
.suggestion-label {
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 700;
  color: #198754;
  background: #eefaf3;
}

.smart-test-suggestions,
.smart-package-suggestions {
    /* position: absolute;
    top: 100%;
    left: 0; */
    height: auto;
    max-height: 300px;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 9999;
    border-radius: 10px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
    /* margin-top: 8px; */
    overflow-y: auto;
}
 
.smart-test-suggestion-item,
.smart-package-suggestion-item {
    padding: 10px 20px 10px 50px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 1;
}

.smart-package-suggestion-item strong {
  font-weight: 400;
}

.smart-test-suggestion-item::after,
.smart-package-suggestion-item::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 15px;
    background-image: url(../images/blood-tube.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    height: 20px;
    width: 20px;
}
 
.smart-test-suggestion-item:hover,
.smart-package-suggestion-item:hover {
  background: #f4f8f5;
}

/*---------------------------------- DOCTOR-SUGGEST -------------------------------------*/

a.text-grey {
  color: #047743;
}

.no-suggestion {
  padding: 8px 20px;
}

#nablFadingOne .small-muted,
#nablFadingTwo .small-muted,
#nablFadingThree .small-muted {
  background: #ebf8f6;
}

.modal-backdrop {
  z-index: 9999;
}

.pill.btn.bkct,
.pill.anchor.bkct {
  background: #fff;
  border-radius: 5px;
}

.pill.btn.bkct i,
.pill.anchor.bkct i {
  font-size: 20px;
  margin-right: 5px;
}

.pill.btn.bkct:hover {
    color: #000;
    background: #cfffe9;
    border-color: #007d44;
}

.top-cart-items.summary {
    gap: 8px;
    flex-wrap: wrap;
}

.top-cart-chip {
    gap: 6px;
    padding: 5px 12px;
    font-size: 13px;
}

/*---------------------------------- NEW-CHIP-COLORFULL -------------------------------------*/

/* #deptFilterRow a.badge-soft:nth-child(even) {
    background: #e6f3ff;
    border: 1px solid #009cff;
}

#deptFilterRow a.badge-soft.active:nth-child(even) {
    background: #009cff;
} */

/*---------------------------------- NEW-CHIP-COLORFULL -------------------------------------*/

.btn.appointment-btn-rounded em {
  font-size: 13px;
  display: inline-block;
}

/*---------------------------------- DOCTOR-EXTRA -------------------------------------*/

.doctor-verified-badge {
  position: absolute;
    bottom: 25px;
    left: 0;
    padding: 4px 40px 4px 8px;
    background: linear-gradient(to right, #cfffe9bd 70%, transparent);
    border-left: 3px solid #1a7ec6;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border-radius: 0 20px 20px 0;
  z-index: 2;
}

.doctor-verified-badge img {
  height: auto;
  width: 100%;
  max-width: 22px;
}

.doc-exp {
  display: inline-flex;
  align-items: end;
  /* padding: 5px 10px;
  background: #fbfbfb;
  border: 1px solid #f0f0f0; */
}

.doc-exp h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  background: linear-gradient(90deg, #1a7ec6, #047743);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.doc-exp span {
    font-size: 14px;
    color: #000;
    margin-bottom: 2px;
    padding-left: 4px;
}

.doc-exp i {
  font-size: 18px;
    padding-right: 6px;
  background: linear-gradient(90deg, #1a7ec6, #047743);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.only-rht {
  text-align: right;
}

.pr-hgh p {
  font-size: 16px;
}

.pr-hgh em {
  font-size: 18px;
  font-weight: 600;
}

.Home-collection-banner img {
  border-radius: 20px;
}

button.mod-btn,
a.mod-btn {
    border: none;
    color: #157347;
    background: #fff;
}

a.mod-btn {
padding: 5px 15px;
    border-radius: 5px;
}

a.mod-btn:hover {
  color: #157347;
background: none;
}

button.mod-btn:hover,
button.mod-btn:active {
    color: #157347 !important;
    background: none !important;
    border: none !important;
}

/*---------------------------------- DOCTOR-EXTRA -------------------------------------*/

/*---------------------------------- THANK-YOU -------------------------------------*/

.thnks-anim {
  height: auto;
  width: 100%;
  max-width: 50%;
  margin: 0 auto 20px;
}

.done-box{
  text-align: center;
  border-radius: 16px;
  background: #fff;
  opacity: 0;
  transform: scale(.9);
  transition: .4s ease;
}

.done-box.show{
  opacity: 1;
  transform: scale(1);
}

.check-circle{
  width: 72px;
  height: 72px;
  margin: 0 auto 15px;
  border-radius: 50%;
  border: 3px solid #28a745;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pop .5s ease;
}

.check-svg{
  width: 42px;
  height: 42px;
}

.check-svg path{
  fill: none;
  stroke: #28a745;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  animation: draw 0.7s ease forwards 0.2s;
}

@keyframes draw{
  to { stroke-dashoffset: 0; }
}

@keyframes pop{
  0%{ transform: scale(0.5); }
  100%{ transform: scale(1); }
}

/*---------------------------------- THANK-YOU -------------------------------------*/

.info-card a {
  color: #047743;
  font-weight: 500;
}

.package-desc h2,
.package-desc h3,
.package-desc span strong {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 500;
}

.package-desc p,
.package-desc ul li {
    color: #000;
    font-size: 14px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 1px solid #eee;
    padding: 2px 12px;
}

table {
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}

.heading-main-latest {
    font-weight: 600;
    color: #000;
    font-size: 28px;
    text-transform: capitalize;
}

button.btn#showMoreTestsBtn {
    border-radius: 50px;
    background: #e7e7e7;
    border-color: #fff;
    color: #000;
}

a#showAllDeptBtn {
    background: none;
    font-weight: 500;
    border: 0 solid #007d44;
    border-bottom-width: 2px;
    border-radius: 0 !important;
    padding: 0;
    margin-left: 10px;
}

.sugg-changable-ico {
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 2;
  height: 20px;
  width: 20px;
}

.sugg-changable-ico img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/*---------------------------------- MEDIA PAGE -------------------------------------*/

.blog-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  transition: 0.35s ease;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.blog-img {
  position: relative;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: 0.4s ease;
}

.blog-card:hover .blog-img img {
  transform: scale(1.08);
}

.blog-category {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #cfffe9;
  color: #000;
  padding: 7px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
}

.blog-content {
  padding: 22px;
}

.blog-meta {
  display: flex;
  gap: 18px;
  color: #777;
  font-size: 14px;
  margin-bottom: 12px;
}

.blog-meta i {
  color: #047743;
}

.blog-content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}

.blog-content p {
  color: #666;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 20px;
}

.read-more-btn {
  color: #047743;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s ease;
}

.read-more-btn:hover {
  gap: 12px;
}

.case-study-card {
  position: relative;
  height: 100%;
  padding: 26px;
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff, #f4f8ff);
  border: 1px solid rgba(0, 122, 248, 0.12);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  transition: 0.35s ease;
}

.case-study-card::before {
  content: "";
  position: absolute;
  right: -45px;
  top: -45px;
  width: 140px;
  height: 140px;
  background: #cfffe966;
  border-radius: 50%;
}

.case-study-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.12);
}

.case-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.case-tag {
  background: #cfffe9;
  color: #000;
  padding: 7px 13px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
}

.case-year {
  color: #000;
  font-weight: 700;
  font-size: 14px;
}

.case-study-card h4 {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 14px;
  color: #111827;
  position: relative;
  z-index: 1;
}

.case-study-card p {
  color: #667085;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.case-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.case-stats div {
  background: #ffffff;
  border-radius: 16px;
  padding: 14px;
  border: 1px solid rgba(0, 122, 248, 0.1);
}

.case-stats strong {
  display: block;
  font-size: 24px;
  color: #047743;
  line-height: 1;
}

.case-stats span {
  font-size: 13px;
  color: #667085;
}

.case-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #047743;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: 0.3s ease;
}

.case-btn:hover {
  gap: 12px;
  color: #007AF8;
}

.section-heading span {
  display: inline-block;
  background: #047743;
  color: #cfffe9;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 15px;
}

.section-heading h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 12px;
}

.section-heading p {
  color: #000;
  max-width: 650px;
  margin: auto;
}

.youtube-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #047743;
  transition: 0.35s ease;
  height: 100%;
}

.youtube-card:hover {
  transform: translateY(-8px);
}

.youtube-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.youtube-content {
  padding: 22px;
}

.youtube-content h4 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}

.youtube-content p {
  color: #000;
  line-height: 1.7;
  font-size: 15px;
}

@media(max-width:768px){
  .section-heading h2{
    font-size: 30px;
  }
}

/*---------------------------------- MEDIA PAGE -------------------------------------*/

/*---------------------------------- DESIGNED-MODAL -------------------------------------*/

.modal.modern-modal .modal-content {
  overflow: hidden;
  z-index: 1;
}

.modal.modern-modal#enquiryOpenModal .modal-content::after {
    content: '';
    position: absolute;
    top: -10%;
    right: -10%;
    height: 220px;
    width: 220px;
    border-radius: 50%;
    background: #e2fff2;
    z-index: -1;
}

.modern-form-design {
  height: 85px;
  position: relative;
  z-index: 1;
}

.modern-form-design i {
  position: absolute;
  top: 35%;
  left: 30px;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #047743;
}

#enquiryOpenModal .modern-form-design {
  height: 75px;
}

/*---------------------------------- DESIGNED-MODAL -------------------------------------*/

/*---------------------------------- MODERN-FORM -------------------------------------*/

.modern-form-design .form-control {
    border-radius: 15px;
    padding: 15px 20px 15px 50px;
}

.modern-form-design .form-select {
    border-radius: 15px;
    padding: 15px 20px 15px 50px;
}

.modern-form-design select.form-select::picker(select) {
  padding-left: 0;
}

button.modern-btn {
    box-shadow: 0 15px 25px rgba(34, 197, 94, 0.25);
    padding: 15px 0;
    border-radius: 20px;
    font-weight: 600;
}

.chip.modern-chip {
  background: none;
    border: none;
    font-size: 15px;
}

.exceptional-form-bottom {
  /* background: #fff; */
  border-radius: 0 0 10px 10px;
}

/*---------------------------------- MODERN-FORM -------------------------------------*/

/*---------------------------------- CANCEL-OVERLAY -------------------------------------*/

.cancel-confirm-overlay {
  position: fixed;
  inset: 0;
  z-index: 1065;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.cancel-confirm-card {
  width: 320px;
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
}
 
.cancel-confirm-card h6 {
  font-weight: 700;
  margin-bottom: 8px;
}
 
.cancel-confirm-card p {
  margin-bottom: 16px;
  color: #555;
}

/*---------------------------------- CANCEL-OVERLAY -------------------------------------*/

.doctor-right .qualification {
  width: 80%;
}

@media (max-width: 1599px) {
  .lifestyle-packages .lf-main-box {
    max-width: 23%;
  }
  .hero-banner::after {
    right: 0;
    background-size: 35%;
  }
  .hero .hero-banner {
    padding: 50px 0;
    margin-top: 30px;
  }
  .new-cat-card-img {
    height: 220px;
  }
  .new-cat-card-img-txt h6 {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .new-cat-card-img-txt p {
    font-size: 14px;
    line-height: 1;
  }
  .doctor-right {
    padding: 10px 32px 10px 35px;
  }
  .heading-main {
    font-size: 32px;
  }
  .abouts-str-change {
    padding: 40px 0;
  }
  .abouts-str-change.hamburger .hamburger-counter .counter-bg {
    max-width: 90%;
  }
  .abouts-str-change.hamburger .hamburger-counter .counter-item h3 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .abouts-str-change.about-main .about-item h2 {
    font-size: 32px;
  }
  .abouts-str-change.about-main .about-item p {
    font-size: 15px;
  }
  .new-card-tpe-design {
    padding: 10px 0;
  }
  .abouts-str-change.hamburger .hamburger-content p {
    font-size: 16px;
    line-height: 20px;
  }
  .test-btn {
    height: 45px;
  }
  .abouts-str-change.hamburger .hamburger-counter .counter-item p {
    font-size: 15px;
  }
  .abouts-str-change.hamburger .hamburger-img {
    height: 500px;
  }
  .abouts-str-change.hamburger .hamburger-counter .counter-item i {
    font-size: 35px;
  }
  .new-cat-card-img-txt h5.doctor-name {
    font-size: 15px;
  }
}

@media (max-width: 1299px) {
  .quick-fact-wrap.fact-wrap-updated {
    width: 75%;
  }
  .hero-item-content {
    height: auto;
    width: 100%;
  }
  .hero-banner::after {
    background-size: 55%;
  }
  .package-card-updated-offer-chip {
    padding: 2px 15px;
  }
  .package-card-updated-offer-chip p {
    font-size: 13px;
  }
  .home-collection-chip img {
    max-width: 30px;
  }
  .hero .hero-banner h1 {
    font-size: 1.8rem;
  }
  .hero .hero-banner h1 span {
    font-size: 2rem;
  }
  .lifestyle-packages .lf-main-box {
    max-width: 32%;
  }
  .remake-mg .filter-chip {
    width: 160px;
  }
  .home-search {
    max-width: 45%;
  }
  .new-about-img {
    height: 80vh;
  }
  .new-about-icon-row .icon {
    height: 50px;
    width: 70px;
    margin-right: 10px;
  }
  .blockquote {
    width: auto !important;
  }
  .new-card-tpe-design ul.list-unstyled {
    padding: 15px 10px;
  }
  .new-card-tpe-design {
    max-width: 95%;
  }
  .home-search-suggestions {
    max-height: 300px;
    max-width: 47%;
  }
  /* .home-search-suggestion-item {
    padding: 6px 18px;
  } */
  .abouts-str-change.hamburger .hamburger-counter .counter-item p {
      font-size: 14px;
  }
  .abouts-str-change.about-main .about-item p {
      font-size: 14px;
      margin-bottom: 10px;
  }
  .abouts-str-change.about-feature .service-item .service-front h3 {
    font-size: 18px;
  }
  .abouts-str-change.about-feature .service-item .service-front p {
    font-size: 14px;
  }
  .new-card-tpe-design p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .quick-fact-wrap.fact-wrap-updated {
    flex-wrap: wrap;
  }
  .doctor-profile-listing .doctor-card .appointment-btn-rounded {
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  .quick-fact-wrap.fact-wrap-updated {
    width: 75%;
  }
  .carrr {
    margin: 0;
    height: auto;
    padding: 5px 15px !important;
    display: inline-block;
  }
  li.nav-item .btn.cart-btn {
    margin: 0 0 8px !important;
    display: inline-block !important;
  }
  .navbar-nav {
    align-items: end;
    background: #fbfdfc;
    border-radius: 5px;
    border: 1px solid #00000010;
    padding: 12px 0;
    margin: 10px 0;
  }
  li.nav-item {
    width: 100%;
    text-align: right;
    padding: 0 20px;
    border-bottom: 1px solid #00000010;
  }
  li.nav-item:last-child {
    border: none;
  }
  .lifestyle-packages .lf-main-box {
    max-width: 30%;
  }
  .lf-package-box {
    height: 200px;
  }
  .themed-bg img {
    width: 80%;
  }
  button.navbar-toggler.collapsed {
    position: fixed;
    top: 25px;
    right: 20px;
    background: #ffffffad;
    z-index: 100;
  }
  .help-box-wrap .help-box {
    height: auto;
    width: 100%;
    max-width: 22%;
  }
  .help-box a {
    width: unset;
    height: 120px;
  }
  .help-section {
    padding: 35px 0 0;
  }
  .help-section h4 {
    margin-bottom: 10px;
  }
  .searchbar-wrap {
    position: relative;
    left: 0;
    top: 10px;
    bottom: unset;
  }
  .search-input .form-control {
    border: transparent;
    background: transparent;
  }
  .searchbar-wrap .search-input {
    max-width: 100%;
  }
  .home-search {
    max-width: 100%;
    border: none;
    padding: 12px 0;
  }
  .hero .hero-banner h1 {
    font-size: 1.6rem;
  }
  .hero .hero-banner h1 span {
    font-size: 1.8rem;
  }
  .top-cart-bar {
    padding: 12px 30px;
  }
  .top-cart-summary {
    max-width: 40%;
  }
  .top-cart-chip {
    padding: 5px 12px;
  }
  .top-cart-items {
    gap: 8px;
  }
  .doctor-profile-listing .doctor-card {
    height: auto;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .doctor-right {
    padding: 32px 32px 20px 5px;
  }
  .opening-modal-img {
    height: 120px;
    width: 120px;
  }
  .new-card-tpe-design {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .new-about-content {
    padding: 35px 0;
  }
  .new-about-img {
    height: auto;
  }
  .new-us {
    padding: 60px 0;
  }
  .new-about-icon-row .icon {
    height: 60px;
    width: 60px;
  }
  .new-card-tpe-design p {
    margin-bottom: 30px;
  }
  .doctor-left {
    height: 300px;
    width: 300px;
    border-radius: 20px;
    overflow: hidden;
  }
  .doctor-card {
    padding: 20px 25px;
  }
  .heading-main.doctor-name a {
    font-size: 25px;
  }
  .new-step-fill {
    padding: 6px 8px;
  }
  button.date-card,
  button.slot-btn {
    padding: 5px 30px;
  }
  .weather-time {
    max-width: 25%;
  }
  .home-search-suggestions {
    max-width: 100%;
  }
  .banner-btn-grp {
    justify-content: center;
  }
  .my-new-top-bar {
    max-width: 80%;
  }
  .location-dropdown .dropdown-menu {
    width: 100%;
  }
  .cart-total-content {
    margin-top: 15px;
  }
  .heading-main {
    font-size: 30px;
  }
  .doctor-profile-main .owl-carousel.dot-changer .owl-nav {
    top: 20%;
  }
  .abouts-str-change.hamburger .hamburger-img {
      height: 400px;
  }
  .abouts-str-change.hamburger .hamburger-counter {
    position: relative;
    top: 85%;
  }
  .abouts-str-change.hamburger .hamburger-counter .counter-item i {
      font-size: 30px;
  }
  .abouts-str-change.hamburger .hamburger-counter .counter-item h3 {
        font-size: 28px;
  }
  .abouts-str-change.hamburger .hamburger-counter .counter-item p {
      font-size: 13px;
  }
  .abouts-str-change.about-main .about-left {
    margin: 80px 0 70px;
  }
  .abouts-str-change.about-main .about-right {
    padding-left: 0;
  }
  .abouts-str-change.hamburger .hamburger-content p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .cart-updated-btn-group {
    margin-top: 10px;
    justify-content: start;
  }
  .wrap-div {
    flex-wrap: wrap;
  }
  .padd {
    padding: 0;
  }
  .top-bar .right-bar {
    margin-bottom: 10px;
  }
  .hero .hero-banner {
    padding: 20px 20px 0;
    margin-top: 20px;
  }
  .hero .hero-banner ul {
    max-width: 50%;
  }
  .hero-item-content {
    padding: 8px 18px;
  }
  .new-filer-box h6 {
    font-size: 13px;
  }
  .remake-mg .input-group-text {
    padding: 12px 15px;
  }
  .listing-pg-btn-group {
    margin-bottom: 20px;
  }
  .top-bar {
    background: none;
  }
  .help-section {
    padding: 10px 0 0;
  }
  .help-box a {
    height: 100px;
    justify-content: center;
  }
  .hero .hero-banner h1 {
    font-size: 1rem;
  }
  .hero .hero-banner h1 span {
    font-size: 1.2rem;
  }
  .lifestyle-packages .lf-main-box {
    max-width: 48%;
  }
  .top-cart-bar {
    padding: 10px 20px;
    flex-wrap: wrap;
    height: 130px;
  }
  .top-cart-summary {
    max-width: 100%;
    justify-content: space-between;
  }
  .top-cart-btn {
    padding: 8px 20px;
  }
  .top-cart-chip {
    font-size: 12px;
  }
  .doctor-profile-listing .doctor-card {
    margin-top: 0 !important;
  }
  .doctor-profile-listing .doctor-card .doctor-left img {
    top: 0;
    left: 0;
  }
  .doctor-right {
    padding: 20px 0 10px 0 !important;
  }
  .location-box i {
    margin-right: 10px;
  }
  .opening-modal-img {
    position: relative;
    top: -20px;
    left: 50%;
    height: 140px;
    width: 140px;
    transform: translate(-50%, 0);
  }
  .opening-modal-txt {
    padding: 0;
  }
  .doctor-left img {
    width: 100% !important;
  }
  .icon-box.float-ic-bx p {
    text-align: right;
  }
  .break-fl {
    flex-wrap: wrap;
    gap: 15px;
  }
  .weather-time {
    max-width: 100%;
  }
  button.date-card,
  button.slot-btn {
    padding: 5px 20px;
  }
  button.date-card p {
    font-size: 16px;
  }
  .home-search-suggestions {
    max-height: 120px;
    left: 0;
  }
  .my-new-top-bar {
    max-width: 85%;
  }
  .top-bar .left-bar {
    gap: 10px;
  }
  .location-dropdown svg {
    margin-right: 5px;
  }
  .cart-item-content {
    padding: 12px 20px;
  }
  .cart-total-content-part h6 {
    font-size: 13px;
  }
  .cart-item-content h3 {
    width: 80%;
    font-size: 16px;
  }
  .heading-main,
  .section-title,
  .heading-main-latest {
    font-size: 24px;
  }
  .doctor-left {
    height: 420px;
    width: 100%;
  }
  .mordenism {
    text-align: center;
    margin-top: 0;
  }
  .lang-modern {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    padding: 3px 20px;
    margin-bottom: 15px;
  }
  .already-added-msg {
    bottom: 16%;
  }
  .cart_overflow {
    width: 80%;
  }
  .abouts-str-change.hamburger .hamburger-content p {
    margin-bottom: 20px;
  }
  .abouts-str-change.about-main .about-left {
      margin: 180px 0 60px;
  }
  .abouts-str-change {
      padding: 30px 0;
  }
  .abouts-str-change.about-feature .service-item .service-front p {
      font-size: 13px;
      line-height: 18px;
  }
  .new-card-tpe-design ul.list-unstyled {
      text-align: left;
  }

  .new-card-tpe-design ul.list-unstyled li {
      margin-bottom: 2px;
  }
  .new-card-tpe-design {
      margin-bottom: 20px;
  }
  .abouts-str-change.about-main .about-item h2 {
      font-size: 25px;
  }
  .doctor-profile-listing .doctor-card .appointment-btn-rounded {
    width: 100%;
      margin-top: 5px;
  }
  .only-rht {
    text-align: left;
  }
  .btn.appointment-btn-rounded em {
    display: block;
  }
  .profile-hero.doctor-card .doctor-right .doc-exp {
    justify-content: center;
  }

  blockquote {

      position: absolute;

      bottom: -49px;

      left: 0;

      width: 100%;

      padding: 10px;

      font-weight: 700;

      display: flex;

    }

    .about-banner .heading-main {

      text-align: left;

    }
    .package-card-updated-head h4 {
      font-size: 18px;
    }
    .package-card-updated-head h4 a {
      -webkit-line-clamp: unset;
    }
}

@media (max-width: 576px) {
  .quick-fact-wrap.fact-wrap-updated {
    width: 100%;
  }
  .top-bar .right-bar {
    margin: 10px 0 0;
  }
  .navbar-toggler {
    margin-top: 8px;
  }
  .my-new-top-bar {
    justify-content: space-between !important;
  }
  .doctor-profile-listing .doctor-card .appointment-btn-rounded {
      margin-top: 2px;
  }
  .lifestyle-packages .lf-main-box {
    max-width: 100%;
  }
  .hero-banner::after {
    background-size: 30%;
    right: -20px;
  }
  .hero .hero-banner ul {
    gap: 10px;
    margin: 8px 0 0;
  }
  .left-bar li img {
    height: auto;
    width: 100%;
    max-width: 120px;
  }
  .new-filer-box h6 {
    font-size: 12px;
  }
  .new-filer-box {
    max-width: 47%;
    padding: 10px 8px;
  }
  .new-filer-box img {
    height: 50px;
  }
  .package-card-updated-btn-group {
    justify-content: start;
  }
  .info-section-updated {
    margin-bottom: 0;
  }
  .cart-item-content {
    padding: 10px 20px;
  }
  button.navbar-toggler.collapsed {
    top: 10px;
  }
  .hero .hero-banner ul {
    display: none;
  }
  .themed-bg img {
    width: 45%;
  }
  .lifestyle-packages .lf-main-box {
    position: relative;
    z-index: 1;
  }
  .lifestyle-packages .lf-title {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
  }
  .hero .hero-banner {
    padding: 30px 20px 0;
  }
  .new-list-acc .accordion-button {
    padding: 8px 10px;
  }
  .new-list-acc .accordion-body {
    padding: 0 15px;
  }
  .remake-mg .filter-chip {
    width: 150px;
  }
  .lf-main-box.zig img {
    right: unset;
    left: 5%;
  }
  .lf-main-box.zig .lf-title {
    left: unset;
    right: 10%;
    transform: translate(0, -50%);
  }
  .hero .hero-banner h1 {
    font-size: 0.8rem;
  }
  .hero .hero-banner h1 span {
    font-size: 1rem;
  }
  .specialist-text h5 {
    font-size: 20px;
  }
  .new-about-icon-row .icon {
    height: 50px;
    width: 50px;
  }
  /* .location-box {
    width: 300px !important;
  } */
  .icon-box.float-ic-bx {
    padding: 4px 0;
    bottom: 20px;
    width: 135px;
  }
  .icon-box.float-ic-bx p {
    text-align: center;
  }
  .booking-card {
    padding: 30px 20px;
  }
  .my-new-top-bar {
    max-width: 100%;
  }
  .location-dropdown .dropdown-menu .location-name {
      white-space: initial;
      font-size: 14px;
  }
  #locationDropdown {
    padding: 0;
  }
  #selectedLocation {
    font-size: 12px;
  }
  .doctor-profile-main .dr-profile-list .bottom-section .location-box span {
    font-size: 14px;
  }
  .cart_overflow {
    width: 100%;
  }
  .already-added-msg {
    padding: 3px 15px;
    font-size: 13px;
  }
  .doctor-left {
    height: 300px;
  }
  .abouts-str-change.hamburger .hamburger-img {
    height: auto;
  }
  .abouts-str-change.about-main .about-left:after,
  .abouts-str-change.about-main .about-left:before {
    animation: none;
  }
  .abouts-str-change.about-main .about-left {
      margin: 40px 0 60px;
  }
  .abouts-str-change {
      padding: 20px 0;
  }
  .abouts-str-change.hamburger .hamburger-content {
    position: relative;
    top: 0;
    transform: translate(0);
    padding: 30px 0;
  }
  .abouts-str-change.hamburger .hamburger-counter {
      top: 0;
  }
  .abouts-str-change.hamburger .hamburger-img-overlay {
    position: relative;
    padding-bottom: 20px;
  }
  .home-search-ico {
    top: 5px;
  }
  .doctor-right .info-row span {
    font-size: 13px;
  }
  .doc-exp {
    margin-top: 8px;
  }
  #doctorSuggestionBox .info-row {
    width: 100%;
    margin-top: 6px
  }
  .chip {
    padding: 0.35rem 0.9rem;
  }
  tbody,
  td,
  tfoot,
  th,
  thead,
  tr {
    padding: 0px 8px;
    font-size: 10px;
  }
  .package-desc h2,
  .package-desc h3 {
    font-size: 18px;
  }
  .faq-card {
    padding: 15px 10px;
  }
  #accFaq .accordion-button {
    font-size: 14px;
  }
  .badge-updated i {
    height: 22px;
    width: 22px;
  }
  .badge-updated {
    padding: 0 10px 0 0;
    font-size: 13px;
  }
  .package-card-updated-price.details .package-card-updated-offer-chip p {
    font-size: 15px;
  }
  .package-card-updated-offer-chip {
      padding: 2px 10px;
  }
  .package-card-updated-price.details span {
    font-size: 23px;
  }
  hr {
    margin: 8px 0;
  }
  .abouts-str-change.hamburger .hamburger-counter .counter-item p {
        font-size: 11px;
    }
}

@media (max-width: 375px) {
  .doctor-card {
    padding: 20px 15px;
  }
}

.location-error-box {
  /*background: #f8f9fa;
     border: 1px solid #e5e7eb;
    border-radius: 12px; */
  padding: 12px 15px;
  font-size: 14px;
  color: #ff0000;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.new-cat-card-img-txt .info-row {
  padding: 8px 15px;
  background: linear-gradient(to left, transparent, #f5f5f5, transparent);
  border-left: 3px solid #047743;
  border-right: 3px solid #047743;
  border-radius: 5px;
  margin-top: 10px;
}

.new-cat-card-img-txt .location-box {
  font-size: 11px;
  margin: 15px 0;
}

.added-to-cart {
  background: #cfffe9 !important;
  color: #047743 !important;
  border-color: #047743 !important;
  /* pointer-events: none; */
}
#noResult {
  color: #ff3333 !important;
  padding: 5px 15px;
  background: #ff00000d;
  font-size: 17px;
  font-weight: 500;
  border-radius: 2px;
}

#checkScanSlide.owl-carousel .owl-dots.disabled,
#checkScanSlide.owl-carousel .owl-nav.disabled {
  display: none;
}

.homecollection-banner.owl-carousel .owl-nav {
  display: none !important;
}

small.text-muted.d-block.location-address {
  text-transform: capitalize;
  font-size: 12px;
  color: #979797 !important;
}
/*----------------------------------------------- CSS BY SUMANTO (24_04) COMPLETE --------------------------------------------------------*/
#packageCarousel,

#packageCarousel .owl-stage-outer,

#packageCarousel .owl-stage,

#packageCarousel .owl-item,

#packageCarousel .item {
  height: 100%;
}
body.bkct-modal-blur > *:not(.modal):not(.modal-backdrop) {
  filter: blur(4px);
}
.top-bar,
.sticky-top {
  overflow: visible !important;
}

.location-dropdown {
  position: relative;
}

.location-dropdown .dropdown-menu {
  z-index: 99999;
  min-width: 280px;
}
.home-search-suggestion-item.keyboard-active {
  background: #f5f7fb;
}
.smart-test-suggestion-item.active {
  background: #eaf7f0;
  color: #0b7a3b;
  font-weight: 600;
}
.doctor-suggestion.active-keyboard {
  background: #f3f8ff;
}
.smart-package-suggestion-item.active-keyboard {
  background: #f3f8ff;
}
.endoscopy-search-item.active-keyboard {
  background: #f3f8ff;
}
.dental-search-item.active-keyboard {
  background: #f3f8ff;
}