body {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

header {
  box-shadow: 5px 5px 10px #cee3e9;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  z-index: 9;
}

.above-header fa{
  color: #fff;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  border: none;
  box-shadow: none;
}

.btn_cart,
.btn_cart:hover {
  background: #59bd03 !important;
  border: 1px solid #59bd03 !important;
}

.btn_login,
.btn_login:hover {
  background: #2bb5da !important;
  border: 1px solid #2bb5da !important;
}

.btn_cart:hover,
.btn_login:hover {
  opacity: 0.8;
}

.location-div {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-width: auto;
  padding: 6px 6px;
}

.location-div a.dropdown-toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.location-div .dropdown-toggle::after {
  display: none;
}

.fa-map-marker,
.location-div a {
  color: #000000a6;
  text-decoration: none;
}

.location-div a:hover {
  cursor: pointer;
}

.btn_modal {
  border: none;
  background-color: transparent;
}

.home_services_panel {
  width: 100%;
  margin: 10px 0px;
}

.home_services_panel .mid_content {
  display: flex;
  margin: 10px 0px 0px 0px;
  justify-content: space-evenly;
}

.home_services_panel .text_content {
  position: relative;
  width: 180px;
  margin-right: 0px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 20px;
}

.home_services_panel .text_content a {
  margin: 0px;
}

.home_services_panel .text_content a h5 {
  text-decoration: none !important;
}

.home_services_panel .text_content a h5:hover {
  color: #00a0a8;
}

.home_services_panel .text_content h5 {
  font-weight: 500;
  font-size: 15px;
  padding: 10px 15px;
  color: #333;
  text-align: center;
  line-height: 1.2;
  height: 50px;
}

.home_services_panel .mid_content .grid-options {
  border-radius: 15px;
  padding-top: 6px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  text-align: center;
  background-size: 100%;
  height: 120px;
  width: 175px;
}

.christmas_mobile {
  display: none;
}

.bg_clr1 {
  background: #ddfbfa;
}

.bg_clr2 {
  background: #fee6ff;
}

.bg_clr3 {
  background: #e2ffec;
}

.bg_clr4 {
  background: #f5fcde;
}

.bg_clr5 {
  background: #ffe6e6;
}

.bg_clr6 {
  background: #e5e1ff;
}

.christmas_json {
  position: absolute;
  left: 0px;
  z-index: -1;
  background: #eaeaea;
}

.owlslider1 .owl-dots,
.owl-dots {
  display: none !important;
}

.home_services_panel .mid_content .grid-options:hover {
  transition: 0.4s all;
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.1);
}

.home_services_panel .mid_content .grid-options img {
  max-width: 100%;
  transition: transform 0.2s;
}

.home_services_panel .mid_content .grid-options:hover img {
  transform: scale(1.1);
}

.tentative_offer {
  background: #ebfcfd;
  border-radius: 30px;
  color: #00a0a8;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  top: 100px;
  left: 10px;
  right: 0;
  padding: 3px 0px;
  display: block;
  width: 154px;
  text-align: center;
}

.no-offer {
  background: none;
  color: #00a0a8;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  bottom: -15px;
  left: 10px;
  right: 0;
  padding: 2px 0px;
  display: block;
  width: 146px;
}

.home_services_panel .text_content h5 {
  font-weight: 500;
  font-size: 15px;
  padding: 25px 15px;
  color: #333;
  text-align: center;
  line-height: 1.2;
  height: 50px;
}

.home_services_panel .text_content a {
  margin: 0px;
  text-decoration: none;
}

.home_services_panel .mid_content .grid-options {
  border-radius: 15px;
  padding-top: 6px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  text-align: center;
  background-size: 100%;
  height: 120px;
  width: 175px;
}

.home_our_services {
  margin: 50px 0 0 0;
  background: hsla(92, 97%, 38%, 1);

  background: linear-gradient(225deg,
      hsla(92, 97%, 38%, 1) 0%,
      hsla(193, 70%, 51%, 1) 68%,
      hsla(193, 70%, 51%, 1) 100%);

  background: -moz-linear-gradient(225deg,
      hsla(92, 97%, 38%, 1) 0%,
      hsla(193, 70%, 51%, 1) 68%,
      hsla(193, 70%, 51%, 1) 100%);

  background: -webkit-linear-gradient(225deg,
      hsla(92, 97%, 38%, 1) 0%,
      hsla(193, 70%, 51%, 1) 68%,
      hsla(193, 70%, 51%, 1) 100%);

  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#59BD03", endColorstr="#2BB5DA", GradientType=1);
  color: #fff;
}

.services_blocks {
  display: flex;
  justify-content: space-evenly;
}

.block_wrap {
  margin: 50px 25px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  width: -webkit-fill-available;
  padding: 20px;
  min-height: 375px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@-moz-document url-prefix() {
  .block_wrap {
    width: -moz-available;
  }
}

.block_wrap img {
  width: 85px;
  height: 85px;
}

.home_frequently_booked {
  background: linear-gradient(0deg, #faffff, #ebfcff);
}

.home_frequently_booked h3 {
  font-size: 26px;
  color: #474040;
  text-align: center;
}

.owlslider_booking {
  text-align: center;
  display: flex;
  align-items: center;
  /* box-shadow: -4px -6px 22px #5ebf0d; */
  justify-content: center;

  padding: 10px;
}

.owlslider_booking img {
  width: 30% !important;
  height: auto;
}

.owlslider_booking .owl-item .div_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6b6b6b;
  padding: 20px;
  border-radius: 10px;
}

.owlslider_booking .heading-title {
  font-size: 16px;
  margin: 0 0 0 15px;
  color: #fff;
}

.owlslider_booking .owl-nav {
  position: absolute;
  right: 0;
  top: -75px;
}

.owlslider_booking .owl-nav button {
  font-size: 35px;
}

.owlslider_booking .owl-nav button.owl-prev,
.owlslider_booking .owl-nav button.owl-next {
  height: 20px;
  font-size: 35px !important;
}

.owlslider_booking .owl-nav button.owl-prev:hover,
.owlslider_booking .owl-nav button.owl-next:hover {
  background-color: transparent;
  background: transparent;
  border: none !important;
  color: #000 !important;
}

.owlslider_health_packages .health_packages_card {
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  flex-shrink: 0;
  scroll-snap-align: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.health_packages_card{
  border-radius: 15px 15px 0 0;
    border: 1px solid #d9d9d9;
    padding: 10px;
}

.package_card_top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 15px 15px 0 0;
  border-bottom: 1px solid #d9d9d9;
}

.package_center {
  color: #505050;
  padding: 10px 16px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
}

.package_bottom {
  margin-top: 10px;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  background: linear-gradient(223.23deg,
      hsla(0, 0%, 100%, 0.5) -39.74%,
      hsla(10, 71%, 92%, 0.5) 94.44%);
  border-radius: 0 0 15px 15px;
  justify-content: space-between;
}

.package_bottom .package_price {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

.package_bottom>div {
  display: flex;
  align-items: center;
}

.package_price {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.package_offfer_price {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
}

.package_main_price {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: line-through;
  color: #2f3032;
}

.package_bottom .hr {
  border: none;
  border-left: 1px solid #9d9fa1;
  margin: 0 12px;
  height: 50px;
}

.package_discount {
  font-size: 14px;
  line-height: 14px;
  color: #2f3032;
  display: flex;
  flex-direction: column;
}

.package_discount span {
  padding-bottom: 5px;
  font-weight: 600;
}

.package_name {
  font-weight: 600;
  font-size: 22px;
  padding: 20px 0px;
  line-height: 34px;
  color: #299c00;
}

.package_left {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  margin-top: 2px;
  display: flex;
  align-items: center;

  gap: 10px;
}

.package_left p {
  color: #9d9fa1;
  margin-bottom: 0;
}

.package_left p span {
  background: linear-gradient(223.23deg, #fff -39.74%, #7ce9fa 94.44%);
  border-radius: 5px;
  padding: 3px;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #000;
}

.book_package_btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  cursor: pointer;
  width: 122px;
  height: 40px;
  border-radius: 15px;
  background-color: rgb(89 189 3);
  border: 2px solid rgb(89 189 3);
  color: #ffff;
}

.owlslider_health_packages .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 40%;
  background: url("../images/group-prev-nav.svg") no-repeat !important;

  width: 48px;
  height: 48px;
  left: -25px;
  border: none;
}

.owlslider_health_packages .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 40%;
  background: url("../images/group-next-nav.svg") no-repeat !important;
  right: -25px;
  width: 48px;
  height: 48px;

  border: none;
}

.owlslider_health_packages .owl-nav .owl-next span,
.owlslider_health_packages .owl-nav .owl-prev span {
  content: "";
  color: transparent;
}

.owlslider_health_packages .owl-item.cloned,
.owlslider_health_packages .owl-item {
  opacity: 0.6;
}

.owlslider_health_packages .owl-item.active.center {
  opacity: 1 !important;
}

@media screen and (min-width: 1024px) {
  .owlslider_health_packages .owl-item .item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    /* transform: translate3d(0, 0, 0); 
        DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */

    margin: 20px 0;
    /* OVERWRITE PLUGIN MARGIN */
  }

  .owlslider_health_packages .owl-item.center .item {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}

/* footer css */
footer {
  background-color: #097692;
}

.footer_sub_heading a{
  text-decoration: none;
}

.footer_btn {
  background: #2bb5da;
  border: 2px solid #2bb5da;
  padding: 7px 16px;
  border-radius: 15px;
  margin-top: 25px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.footer_btn:hover {
  background: transparent;
  border: 2px solid #fff;
}

.footer_container .fa {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  color: #fff;
}

.brand_tagline,
.footer_sub_heading {
  color: #a7ff5c;
}

.contact_info a {
  text-decoration: none;
}

.contact_info a:hover i {
  color: #a7ff5c;
}

.botton_copyright {
  border-top: 1px solid #ccc;
}

.home_choose_diagnostics {
  /* background-color: #000000d9; */
  background: url("../images/slide1.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.home_choose_diagnostics::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: #000000;
  opacity: 0.8;
  z-index: -1;
}

.home_choose_diagnostics .info_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.home_choose_diagnostics .info_wrap .info_block {
  width: 60%;
  padding-right: 120px;
}

.home_choose_diagnostics .info_wrap .info_block h2 {
  margin-bottom: 20px;
  color: #fff;
  font-style: italic;
}

.home_choose_diagnostics .info_wrap .info_block p {
  color: #ffffffab;
  text-align: justify;
}

.home_choose_diagnostics .info_wrap .info_block button .fa {
  font-size: 20px;
  margin: 4px 0 0 15px;
}

.home_choose_diagnostics .info_wrap .info_block button {
  font-weight: 500;
  background-color: #2bb5da;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #2bb5da;
  border-radius: 30px 30px 30px 30px;
  font-size: 16px;
  padding: 15px 30px;
  padding: 15px 30px;
  color: #fff;
  margin-top: 30px;
}

.home_choose_diagnostics .info_wrap .info_block button:hover,
.home_choose_diagnostics .info_wrap .info_block button:focus {
  color: #2bb5da;
  background-color: #ffffff;
}

.home_choose_diagnostics .info_wrap .info_img {
  width: 40%;
}

.home_choose_diagnostics .info_wrap .info_img img {
  width: 80%;
  border-radius: 20px;
}

@-moz-document url-prefix() {
  .home_choose_diagnostics .info_wrap .info_img img {
    width: 80%;
  }
}

.downloadapp_section {
  background-image: url("../images/dl_app_bg.png");
  background-repeat: no-repeat;
  width: 100%;
  padding: 100px 0;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .downloadapp_section .info_col {
    background: #ececec;
    padding: 30px;
    opacity: 0.8;
    margin: 15px;
    width: 93%;
  }

  .owlslider_health_packages .owl-nav .owl-prev,
  .owlslider_health_packages .owl-nav .owl-next {
    width: 32px;
    height: 32px;
  }

  .owlslider_health_packages .owl-nav .owl-prev {
    left: -15px;
  }

  .owlslider_health_packages .owl-nav .owl-next {
    right: 0px;
  }
}

.choose-us h3 {
  color: #2bb5da;
  font-size: 30px;
  font-weight: 600;
  margin-top: 0;
}

.choose-icon {
  padding: 5px 6px;
  margin-bottom: 25px;
  margin-top: 35px;
}

.choose-icon .icon-area img {
  max-width: 55px;
  vertical-align: bottom;
}

.choose-icon .icon-area span {
  font-size: 32px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #e3e3e3;
  font-weight: 600;
  font-style: italic;
  padding: 0 15px 0 0;
}

.icon-content p {
  padding-top: 15px;
  font-size: 15px;
  line-height: 19px;
  color: #2a2a2a;
  font-weight: 400;
}

.home_health_packages .item {
  padding: 0 !important;
  /* border: 1px solid #cac8c8; */
  border-radius: 10px;
  margin: 15px 0;
  background: #fff;
}

.home_health_packages h3 {
  font-size: 26px;
  color: #474040;
  text-align: center;
}



/* PARAMETER INCLUDED */
.custom-accordion .accordion-item {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.custom-accordion {
  box-shadow: 0px 4px 12px 0px #0000000f;
  margin-top: 40px;
  padding: 40px;
  border-radius: 14px;
  background: #fff;
}

.custom-accordion .accordion-header {
  background: #f7f7f7;
  padding: 12px 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  color: #323232;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
}

.custom-accordion .accordion-body {
  display: none;
  padding: 12px 16px;
  background: #fff;
}

.custom-accordion .accordion-item.active .accordion-body {
  display: block;
}

.custom-accordion ul li {
  font-size: 13px;
  line-height: 28px;
}

.custom-accordion .accordion-item.active .accordion-toggle {
  transform: rotate(45deg);
}

.parameters_included {
  padding: 60px 0;
  background: linear-gradient(0deg, #faffff, #ebfcff);
}

.parameters_included h2 {
  font-size: 26px;
  color: #474040;
  text-align: center;
}

/* book payments section */
.booking-accordion {
  font-family: Arial, sans-serif;
  margin: auto;
}

.booking-accordion .step-item {
  border: 1px solid #ddd;
  margin-bottom: 12px;
  border-radius: 6px;
  overflow: hidden;
}

.booking-accordion .step-header {
  background: #2cb5da;
  color: #fff;
  padding: 14px 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.booking-accordion .step-number {
  background: #fff;
  color: #0097a7;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 10px;
}

.booking-accordion .step-body {
  display: none;
  padding: 16px;
  background: #fafafa;
}

.booking-accordion .step-item.active .step-body {
  display: block;
}

.booking-accordion input,
.booking-accordion select,
.booking-accordion textarea {
  width: 100%;
  padding: 10px;
  margin: 6px 0 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.booking-accordion .btn-continue {
  background: #58bd03;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

.book_form {
  padding: 60px 0;
}

.navbar-nav .nav-link {
  font-size: 14px;
  margin: 0 10px;
  font-weight: 600;
}


.selected_package .package-card {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: none;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.selected_package .package-card:hover {
  transform: translateY(-5px);
}

.selected_package .package-header {
  background: #2cb5da;
  color: white;
  padding: 20px;
  text-align: center;
}

.selected_package .package-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: left;
}

.selected_package .package-subtitle {
  font-size: 1rem;
  opacity: 0.9;
  text-align: left;
}

.selected_package .code-box {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 12px;
  margin: 15px 0;
}

.selected_package .code-label {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 5px;
}

.selected_package .promo-code {
  font-weight: 600;
  font-size: 1.1rem;
  color: #4e54c8;
  letter-spacing: 1.5px;
}

.selected_package .price-section {
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
}

.selected_package .original-price {
  text-decoration: line-through;
  color: #6c757d;
  font-size: 1.1rem;
}

.selected_package .discounted-price {
  font-weight: 700;
  font-size: 1.5rem;
  color: #28a745;
}

.selected_package .free-badge {
  background-color: #ffc107;
  color: #212529;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.selected_package .price-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #dee2e6;
}

.selected_package .total-payable {
  font-weight: 700;
  font-size: 1.3rem;
  color: #dc3545;
}

.selected_package .btn-add-more {
  color: #848484;
  border: none;
  font-weight: 300;
  transition: all 0.3s;
  font-size: 13px;
  border-right: 1px dashed;
  border-radius: 0;
}

.selected_package .btn-add-more:last-child {
  border-right: none;
}

.selected_package .test-section {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  margin-top: 20px;
}

.selected_package .test-title {
  font-weight: 600;
  color: #495057;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

/* why choose section */
.why-section {
  background: linear-gradient(0deg, #faffff, #ebfcff);
  padding: 60px 0;
}

.why-section h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

.why-section p {
  color: #555;
  margin-bottom: 40px;
}

.info-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px 10px;
  text-align: center;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.info-card:hover {
  transform: translateY(-5px);
}

.info-card img {
  width: 50px;
  margin-bottom: 15px;
}

.info-number {
  font-size: 22px;
  font-weight: 700;
  color: #0057d8;
}

.info-text {
  font-size: 14px;
  color: #333;
}


/* PACKAGES ACCORDIAN SECTION */
.package_accordian .accordion-button {
  background-color: #1298bc !important;
  color: #fff !important;
  font-weight: 600;
  border-radius: 8px;
}

.package_accordian .accordion-button:focus {
  box-shadow: none;
}

.package_accordian .accordion-body {
  font-size: 13px;
  line-height: 1.8;
  color: #505050;
}

.package_accordian .accordion-body span {
  margin-right: 8px;
}


/* cart page */
.cart_wrapper .medical-cart-container {
  max-width: 600px;
  margin: 2rem auto;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.cart_wrapper .medical-cart-header {
  background: #2cb5da;
  color: white;
  padding: 15px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
  margin: 0 -12px;
}

.cart_wrapper .medical-cart-body {
  padding: 20px;
}

.cart_wrapper .test-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.cart_wrapper .test-name {
  font-size: 16px;
  color: #2c3e50;
  font-weight: 400;
  margin: 0 0 15px;
}

.cart_wrapper .test-details {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.cart_wrapper .preparation-info {
  background-color: #e8f5e9;
  color: #2e7d32;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.85rem;
  display: inline-block;
  margin-bottom: 15px;
}

.cart_wrapper .action-buttons {
  display: flex;
  gap: 10px;
}

.cart_wrapper .btn-add-more-tests {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #495057;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 0.9rem;
  transition: all 0.2s;
}

.cart_wrapper .btn-add-more-tests:hover {
  background-color: #e9ecef;
}

.cart_wrapper .btn-remove {
  background-color: #fff5f5;
  border: 1px solid #ffcdd2;
  color: #c62828;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 0.9rem;
  transition: all 0.2s;
}

.cart_wrapper .btn-remove:hover {
  background-color: #ffebee;
}

.cart_wrapper .pricing-section {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}

.cart_wrapper .price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #dee2e6;
}

.cart_wrapper .price-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cart_wrapper .net-payable {
  color: #000000;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.cart_wrapper .btn-process {
  background: linear-gradient(135deg, #4e54c8, #8a64d6);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 15px;
  font-weight: 600;
  width: 100%;
  margin-top: 20px;
  transition: all 0.3s;
}

.cart_wrapper .btn-process:hover {
  background: linear-gradient(135deg, #3a3f99, #6c4fb3);
  transform: translateY(-2px);
}


/* LOGIN SIDEBAR */
.login-sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  /* Hidden by default */
  width: 400px;
  height: 100vh;
  background: white;
  box-shadow: -4px 0 12px rgba(0, 0, 0, 0.1);
  z-index: 1050;
  transition: right 0.4s ease;
  padding: 30px;
  overflow-y: auto;
}

.login-sidebar.active {
  right: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.close-btn {
  font-size: 24px;
  cursor: pointer;
  color: #000;
}

/* Form Styles */
.form-label {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.input-group {
  border-radius: 12px;
  border: 1px solid #dee2e6;
  overflow: hidden;
  padding: 0 20px;
}

.input-group .dropdown-toggle {
  background: transparent;
  border: none;
  padding: 12px 16px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.input-group input {
  border: none;
  padding: 12px 16px;
  width: 100%;
  font-size: 1rem;
  outline: none;
  background: transparent;
}

.checkbox-text {
  font-size: 14px;
  color: #6c757d;
  line-height: 21px;
}

#sendOtpBtn {
  background: #2bb5da !important;
  border: 1px solid #2bb5da !important;
  width: fit-content;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}

.social-btn img {
  width: 30px;
  height: auto;
}

.btn-primary {
  background-color: #1a5276;
  border: none;
  /* border-radius: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 14px; */
  color: white;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #143b56;
}

.or-divider {
  text-align: center;
  margin: 24px 0;
  color: #6c757d;
  font-size: 1rem;
}

.otp-box {
  width: 48px !important;
  height: 50px;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 8px;
  padding: 0;
}

.otp-box:focus {
  border-color: #1a5276;
  box-shadow: 0 0 0 3px rgba(26, 82, 118, 0.2);
}

.social-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 14px;
  font-size: 1.1rem;
  color: #212529;
  transition: all 0.3s;
  cursor: pointer;
}

.social-btn:hover {
  background-color: #f1f3f5;
}

.whatsapp-icon {
  color: #25D366;
  font-size: 1.5rem;
}

.banner {
  margin-top: 30px;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ACCOUNT SIDEBAR */

.account_dashboard{
  padding: 60px 0;
}


.account_dashboard #dashboard{
  margin: 40px 0;
}
.account_dashboard .sidebar {
  /* height: 100vh; */
  background-color: white;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.05);
  /* position: fixed; */
  top: 0;
  left: 0;
  padding: 20px 0;
  z-index: 1;
}

.account_dashboard .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.account_dashboard .sidebar li {
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease;
}

.account_dashboard .sidebar li:hover {
  background-color: #f1f1f7;
}

.account_dashboard .sidebar li.active {
  background-color: #e6d6f4;
  color: #7b3a9e;
}

.account_dashboard .sidebar a {
    text-decoration: none;
    color: #0b738f;
    font-weight: 400;
    font-size: 1rem;
}

.account_dashboard .sidebar i {
  color: #0fb9e3;
  font-size: 1.1rem;
  margin-right: 10px;
}

.account_dashboard .main-content {
  padding: 30px;
  /* min-height: 100vh; */
  width: 80%;
}

.welcome-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}
.account_dashboard h3{
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
}

.account_dashboard p{
  font-size: 14px;
    color: #505050;
    font-weight: 400;
    margin-top: 10px;
    text-align: left;
}

.links {
  color: #7b3a9e;
  font-weight: 500;
}

.logout-link {
  color: #7b3a9e;
  text-decoration: underline;
  font-size: 0.9rem;
}

.main-conten

/* packages details page */
.home_health_packages .item.package_item {
  padding: 0 !important;
  border: 1px solid #cac8c8;
  border-radius: 10px;
  margin: 15px 0;
  width: 32%;
}

/* .home_health_packages .row {
  gap: 10px 25px;
} */

.package_details_col .item {
  width: 100%;
}

.package_details_row {
  gap: inherit !important;
}

.package_parameters {
  width: 90%;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.package_parameters>div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: rgba(17, 65, 108, 0.05);
  border-radius: 8px;
  width: 100%;
}

.parameters_section {
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 5px;
  padding: 12px;
  border-radius: 8px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc(50% - 8px);
}

.parameters_section>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 5px;
}

.whyTrust {
  background: #abecfe;
  margin: 30px 0;
  border-radius: 15px;
  padding: 20px;
}

.whyTrust .data_head span {
  font-size: 22px;
  color: #000;
  font-weight: 500;
}

.whyTrust .data_head p {
  font-size: 15px;
  color: #505050;
  font-weight: 400;
  margin-top: 20px;
}

.whyTrust .owl-dots {
  display: block !important;
}

.whyTrust .owl-dots .owl-dot span {
  width: 10px !important;
  height: 5px !important;
  margin: 5px 1px !important;
}

.whyTrust .owl-dots .owl-dot.active span {
  width: 25px !important;
  height: 5px !important;
  margin: 5px 1px !important;
}

.owlslider_whytrusted .div_wrap {
  padding: 10px !important;
}

.owlslider_whytrusted .owl-item img {
  width: 30% !important;
}

.owlslider_whytrusted hr {
  border-top: 1px solid #303030 !important;
}

.owlslider_whytrusted .item {
  /* border: 1px solid #3030305f; */
  /* border: 1px solid #3030305f; */
  box-shadow: 0px 0px 8px #3030305f;
}

.package_accordion .accordion-button {
  background: transparent;
  background-color: transparent !important;
  font-weight: 500;
}

/* package details sidebar */
.product_detail_sidebar {
  border: 1px solid #cac8c8;
  border-radius: 10px;
  margin: 15px 0;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
}

.product_detail_sidebar .product_detail_sidebar_name {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #da0063;
}

.product_detail_sidebar_price {
  display: flex;
  gap: 20px;
}

.product_detail_sidebar_price>div {
  display: flex;
  gap: 15px;
  justify-self: center;
  align-items: center;
}

.product_detail_sidebar_price .package_price {
  font-size: 22px;
  font-weight: 600;
  justify-self: center;
  align-items: center;
}

.product_detail_sidebar_price .package_main_price {
  font-size: 16px;
  font-weight: 400;
}

.product_detail_sidebar .package_discount {
  display: flex;
  gap: 15px;
  flex-direction: row;
}

.product_detail_sidebar .package_discount .package_discount_value {
  background: #59bd03;
  padding: 7px 10px 5px 10px;
  border-radius: 10px;
  color: #fff;
}

.product_detail_sidebar .package_discount_value_vip {
  font-size: 15px;
  background: #fff3b3;
  padding: 5px 10px;
  font-weight: 600;
  border-radius: 10px;
}

.package_sample_collection_img {
  margin: 20px 0;
  background: linear-gradient(223.23deg, #fff -39.74%, #7ce9fa 94.44%);
  border-radius: 5px;
  padding: 3px 10px;
  font-weight: 500;
  font-size: 15px;
}

.package_booknow_button {
  padding: 20px 0;
}

.package_booknow_button button {
  font-size: 20px;
  color: #fff;
  padding: 7px 30px;
  border-radius: 10px;
  font-weight: bold;
  width: 53%;
}

.package_booknow_button .package_add_to_cart {
  background: #2bb5da;
  border: 1px solid #2bb5da;
  margin-right: 15px;
}

.package_booknow_button .package_book_now {
  background: #59bd03;
  border: 1px solid #59bd03;
}

.package_booknow_button .package_book_now span {
  font-size: 14px;
}

.cerification .col-lg-3 {
  width: 20%;

}

.cerification {
  padding: 18px 20px;
  background: linear-gradient(0deg, #faffff, #ebfcff);
}

.certification_inner h2 {
  width: 100%;
  font-weight: 600;
  font-size: 19px;
  padding: 0px;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  line-height: 1.2;
  color: #333;
  margin: 0px;
  border-right: 1px dashed #ccc;
  padding-right: 20px;
}

.certification_inner {
  display: flex;
  gap: 14px;
  border-radius: 24px;
  height: auto;
  width: auto;
  padding: 15px 10px;
  font-family: 'Poppins', sans-serif;
}

.certification_inner p {
  font-size: 14px;
  color: #505050;
  font-weight: 400;
  margin-top: 10px;
  text-align: left;
}

/* SEASONAL SECTION START HERE */
#seasonal {
  padding: 30px 0;
}

#seasonal .test-card {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  padding: 0 20px;
  text-align: left;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#seasonal .test-card h5 {
  border-radius: 16px 16px 0 0 !important;
  font-weight: 400 !important;
  background-color: #5abd03;
  color: #ffffff;
  font-size: 25px;
  padding: 10px 14px;
  margin: 0 -20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

#seasonal ul li {
  font-size: 14px;
  line-height: 20px;
  color: #505050;
  font-weight: 400;
  margin-bottom: 8px;
  list-style: disc;
}

#seasonal .test-card button {
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  cursor: pointer;
  width: fit-content;
  height: 40px;
  border-radius: 15px;
  background-color: rgb(89 189 3);
  border: 2px solid rgb(89 189 3);
  color: #ffff;
  margin: 15px 0;
  padding: 5px 20px;
}

#seasonal .test-card button:hover {
  background-color: transparent;
  border: 2px solid #59bd03;
  color: #59bd03;
}

#seasonal .owl-nav {
  position: absolute;
  right: 0;
  top: -75px;
}

#seasonal .test-price {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #096982;
  margin-top: 15px;
}

.seasonal_disease {
  padding: 60px 0;
  background: #fff;
}

.seasonal_disease h2 {
  font-size: 26px;
  color: #474040;
  text-align: center;
}

/* ------------------Resposnive ----------------------------------- */
@media screen and (max-width: 1366px) {
  .home_health_packages .item.package_item {
    width: 31%;
  }
}

@media screen and (max-width: 1280px) {
  .home_health_packages .item.package_item {
    width: 30%;
  }
}

@media screen and (max-width: 1024px) {
  .home_health_packages .item.package_item {
    width: 47%;
  }
}

@media screen and (max-width: 768px) {

  .home_services_panel .mid_content,
  .services_blocks {
    flex-wrap: wrap;
  }

  .block_wrap {
    min-height: 360px;
    margin: 25px;
  }

  .home_services_panel .text_content {
    margin-right: 15px;
  }

  .home_choose_diagnostics .info_wrap {
    flex-direction: column-reverse;
  }

  .home_choose_diagnostics .info_wrap .info_img {
    width: 100%;
  }

  .home_choose_diagnostics .info_wrap .info_img img {
    width: 100%;
    border-radius: 20px;
  }

  .home_choose_diagnostics .info_wrap .info_block h2 {
    font-size: 16px;
    margin-top: 20px;
  }

  .home_choose_diagnostics .info_wrap .info_block p {
    font-size: 14px;
  }

  .home_choose_diagnostics .info_wrap .info_block button {
    padding: 7px 15px;
    margin-top: 15px;
    display: flex;
  }

  .home_choose_diagnostics .info_wrap .info_block {
    width: 100%;
    padding-right: 0px;
  }

  .owlslider_health_packages .owl-item.center .item {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .home_health_packages .item.package_item {
    width: 96%;
  }

  .brand_tagline,
  .footer_sub_heading {
    margin-top: 20px;
    font-size: 18px;
  }

  .footer_container h5 {
    margin-top: 20px;
    font-size: 18px;
  }

  .footer_btn {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .whyTrust .data_head span {
    font-size: 16px;
  }

  .whyTrust .data_head p {
    font-size: 12px;
  }
}

@media screen and (max-width: 578px) {
  .block_wrap {
    min-height: 300px;
  }

  .home_health_packages .item.package_item {
    width: 96%;
    margin: 15px 10px;
  }
}