/* Comman css*/
/* reboot_css overwride */
p {
  margin-bottom: 0 !important;
}

dl,
ol,
ul {
  margin-bottom: 0 !important;

}



.host_content a,
.doc_content_main a {
  color: #000 !important;
}

.Toastify__toast-body {
  text-align: center;
}

.Toastify__toast-icon svg {
  width: 40px;
}

.main-listing-section {
  margin-bottom: 50px !important;
}

ol,
ul {
  padding-left: 0rem !important;
}

/* reboot_css overwride */

.code_none {
  font-weight: 500;
}

.totel_icon_main {
  font-weight: 500;
}

/* HomePage Start */
.sub_cont2 a {

  padding: 0;
  border: 0;
}

.main-index .hero_section2_img .swiper img {
  min-height: 385px;
  max-height: 385px;
  height: 100%;
}

.main-index .search-bar-container input[type="text"] {
  box-shadow: none;
}

.main-index .hero_section2 .swiper-slide::after {
  content: "" !important;
  position: absolute !important;
  left: 0px !important;
  top: 0px !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(to right, rgba(14, 34, 62, 1), rgba(14, 34, 62, 0.2)) !important;
  border-radius: 0px !important;
}

.sub_cont2 .login_btn {
  border: 0;
}

.mobile-burger-menu {
  display: none;
}

.main-index .hero_section {
  padding: 2rem 0px;
  padding-bottom: 6rem;
  background-color: var(--color-darkBlue);
  display: none;
}

.main-index .banner_title {
  font-size: 45px;
  font-family: var(--font-noto);
}

.main-index .semi_title {
  font-size: 17px;
  color: var(--color-white);
  background-color: var(--color-green);
  display: inline-flex;
  padding: 5px 15px;
  border-radius: 5px;
}

.main-index .hero_section2 {
  /* margin-top: -4.5rem; */
  position: relative;
  z-index: 1;
}

.top_detail_main {
  padding-top: 108px;
}

.main-index .hero_section2_img {
  height: 380px;
  object-fit: cover;
  width: 100%;
  display: flex;
  align-items: center;
}

.main-index .bg_common {
  background-color: #f3f3f3;
}

.main-index .hero_section2_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.main-index .hero_section2_img {
  position: relative;
}

.main-index .hero_section_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 100%;
  margin: auto;
}

.main-index .banner_title_semi {
  font-size: 35px;
  font-family: var(--font-noto);
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 16px !important;
}

.main-index .appointment_btn {
  background-color: var(--color-green) !important;
  gap: 5px;
}

.main-index .appointment_btn:hover {
  background-color: var(--color-blue);
  color: #fff;
}

.main-index .appointment_btn i {
  font-size: 22px;
}

.main-index .form_main {
  border-radius: 10px;
  -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.52);
  background: -moz-linear-gradient(180deg, rgb(255 255 255) 8%, rgb(250 253 255) 100%);
  background: linear-gradient(180deg, rgb(255 255 255) 8%, rgb(250 253 255) 100%);
  box-shadow: 0 0 7px rgb(0 -1 6 / 6%) inset;
}

.main-index .form_holder_input select {
  border-radius: 3px;
  padding: 11px 10px;
}

.main-index .form_title {
  background-image: linear-gradient(to right, #0e223e, #099389);
  color: var(--color-white);
  padding: 10px 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
}

.main-index .form_holder_input select:focus {
  box-shadow: none;
}

.main-index .form_holder_input label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.main-index .form_holder_input label img {
  height: 25px;
  width: auto;
}

.main-index .test_price_btn {
  background-color: rgb(223, 41, 5);
  border: none;
  color: var(--color-white);
  width: 100%;
  padding: 14px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 500;
}

.main-index .test_price_btn:hover {
  background-color: var(--color-darkBlue);

}

/*Ser*/
.main-index .ser_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.main-index .read_more_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-white);
  background-color: var(--color-darkBlue);
  padding: 10px 12px;
  margin-top: 5px;
  border-radius: 3px;
  font-weight: 500;
}

.main-index .read_more_btn i {
  width: 30px;
  height: 30px;
  background-color: var(--color-green);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.main-index .ser_title {
  font-size: 20px;
  font-weight: 600;
}

.main-index .ser_img img {
  /* height: 250px; */
  object-fit: cover;
}

.main-index .ser_content {
  width: 85%;
  padding: 15px;
  margin-top: -6rem;
  position: relative;
  background-color: white;
  margin-left: auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.main-index .startin_cont {
  font-weight: 600;
  font-size: 15px;
}

.main-index .pack_ul li {
  margin: 5px 0px;
}

/*Package*/
.main-index .pack_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.main-index .pack_header_title {
  font-weight: 600;
  font-family: var(--font-noto);
  font-size: 22px;
}

.main-index .tabs_pack {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-index .pack_ul li {
  font-size: 15px;
}

.main-index .pack_ul li i {
  color: var(--color-green);
  margin-right: 5px;
}

.main-index .tabs_pack a {
  background-color: rgba(9, 147, 137, 0.1);
  color: var(--color-darkBlue);
  display: flex;
  border-radius: 50px;
  font-size: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(9, 147, 137, 0.7);
  text-align: center;
}

.main-index .pack_container {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: var(--color-white);
  padding: 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}

.main-index .pack_container::after {
  content: "";
  position: absolute;
  top: -2rem;
  right: -3rem;
  width: 150px;
  height: 150px;
  border: 20px solid var(--color-green);
  border-radius: 50%;
  opacity: 0.2;
}

.main-index .pack_container:nth-child(even) {
  top: 25px;
  position: relative;
}

.main-index .read_btn_pack a {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-darkBlue);
  color: var(--color-white);
  padding: 13px;
  border-radius: 3px;
}

.main-index .cat_title {
  font-size: 16px;
  font-family: var(--font-noto);
  font-weight: 600;
}

.main-index .cat_grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 25px;
}

.main-index .cat_container {
  background-color: rgb(9 147 137 / 10%);
  padding-top: 15px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgb(205 205 205);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.main-index .know_btn {
  background-color: var(--color-darkBlue);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  font-size: 15px;
  border-radius: 0px 0px 5px 5px;
}

.main-index .starting_cat {
  font-weight: 600;
  font-size: 15px;
}

.main-index .cat_img {
  background-color: #ffffff;
  display: inline-flex;
  padding: 10px;
  border-radius: 100%;
  margin-bottom: 5px;
  border: 1px solid #0e223e;
  max-width: 70px;
  height: 70px;
  margin: 0 auto 5px;
}

.main-index .cat_img img {
  height: 50px;
  width: auto;
  padding: 6px;
}

/**/
.main-index .hos_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.main-index .hos_container img {
  border-radius: 5px;
  height: 293px;
  object-fit: cover;
}

.main-index .hos_container {
  position: relative;
}

.main-index .host_content {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-white);
  /* border-top: 4px solid var(--color-green); */
  width: 70%;
  text-align: center;
  padding: 12px 13px;
  border-radius: 5px;
}

.main-index .host_content p {
  font-size: 18px;
}

/**/
.main-index .doc_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 35px;
}

.main-index .doc_img img {
  /* height: 290px; */
  object-fit: cover;
  border-radius: 20px;
}

.main-index .rat_doc i {
  font-size: 14px;
  color: rgb(225, 162, 3);
}

.main-index .rat_doc {
  font-size: 14px;
}

.main-index .doc_content {
  background-color: var(--color-white);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 90%;
  margin: auto !important;
  padding: 14px;
  border-radius: 20px;
  bottom: 25px;
  left: 0;
  right: 0;
}

.main-index .doc_content_main {
  width: 100%;
}

.doc-slider .swiper .doc_container {
  margin-bottom: 70px;
}

.main-index .doc_content {
  margin: 10px 0px;
}

/*Process*/
.main-index .process_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}


.main-index .process_container {
  text-align: center;
}

.main-index .pro_img {
  margin-bottom: 5px;
}

.main-index .pro_img img {

  width: auto;
}

.main-index .bg_common2 {
  background-color: var(--color-darkBlue);
}

.main-index .num_title {
  font-family: var(--font-noto);
  font-size: 25px;
  margin-top: -5px;
}

.main-index .num_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.main-index .num_container {
  text-align: center;
}

.main-index .num_cont {
  font-size: 55px;
  font-weight: 700;
}

.main-index .pro_title_num {
  font-weight: 700;
  font-size: 36px;
}

.main-index .pro_para {
  font-size: 16px;
  margin-bottom: -5px;
}

.main-index .process_container {
  background-color: #fdfdfd;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  padding: 15px 10px;
}

.main-index .pro_content_1 {
  gap: 14px;
  text-align: start;
}

.main-index .pro_num {
  background-color: rgb(2, 224, 172);
  color: var(--color-darkBlue);
  padding: 10px 20px;
  clip-path: polygon(0 0,
      0% 20%,
      0 50%,
      0% 80%,
      0 100%,
      49% 90%,
      100% 100%,
      100% 80%,
      100% 53%,
      100% 20%,
      100% 0,
      44% 0);
  margin-top: -20px;
  text-align: center;
}

.main-index .pro_title_1 {
  font-family: var(--font-noto);
  font-size: 20px;
  font-weight: 700;
}

.main-index .title_icon img {
  height: 25px;
  width: auto;
  margin-top: -4px;
  margin-bottom: 5px;
}

.main-index .doc_title {
  font-size: 20px;
}

/*Parmacy*/
.main-index .par_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.main-index .hero_offer {
  border-top: 5px solid var(--color-white);
  color: var(--color-white);
  padding: 4px 18px;
  text-align: center;
  background-image: linear-gradient(to right, #0e223e, #099389);
}

.main-index .hero_offer p {
  font-weight: 600;
  font-family: var(--font-noto);
  font-size: 22px;
}

.main-index .award_icon img {
  height: 73px;
  width: auto;
}

/*Cate*/
.main-index .cate_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.main-index .cate_img img {
  border-radius: 5px;
  height: 250px;
  object-fit: cover;
}

.wizard-inner-box {
  position: relative;
}

.thank-content.text-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main-index .cate_cont {
  position: absolute;
  bottom: 15px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-green);
  color: var(--color-white);
  padding: 10px 15px;
  border-radius: 5px;
}

.main-index .cate_title {
  font-weight: 600;
  font-size: 23px;
}

.main-index .hos_btn {
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-index .hos_btn i {
  font-size: 20px;
}

.main-index .cate_title span {
  background-color: var(--color-darkBlue);
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 18px;
}

.main-index .doc-slider {
  padding-bottom: 10px;
}

/*Main*/
.main-index .below-process .main_grid {
  display: grid;
  grid-template-columns: 21% 21% 21% 21%;
  grid-gap: 5rem 60px;
  margin-bottom: 3rem;
}

.main-index .container-fluid.below-process {
  padding: 50px 0 !important;
  display: block;
}

.main-index .main_img img {
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.main-index .main_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  font-family: var(--font-noto);
}

.main-index .main_img img {
  height: 290px;
  object-fit: cover;
}

.main-index .main_title {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  font-family: var(--font-noto);
  background-color: var(--color-darkBlue);
  color: var(--color-white);
  width: 100%;
  padding: 15px 20px;
  border-radius: 0px 0px 5px 5px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0px;
  min-height: 70px;
}

.main-index .main_title img {
  height: 20px !important;
  width: auto;
}

.main-index .main_img img {
  height: 210px;
  object-fit: cover;
}

.main-index .main_content {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background-color: #f6f6f6;
  z-index: -1;
  border-radius: 10px;
  padding: 0px;
  /* border-right: 3px solid var(--color-darkBlue);
    border-top: 1px solid var(--color-darkBlue); */
}

.main-index .main-health-scans .main_grid {
  display: grid;
  grid-template-columns: 22% 22% 22% 22%;
  grid-gap: 5rem 2rem;
  margin-bottom: 3rem;
}

.main-index .main_img img {
  border-radius: 10px 10px 0px 0px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.main-index .main_container {
  /*box-shadow: 5px 5px 5px rgba(0,0,0,0.3);*/
  border-radius: 10px;
  z-index: 1;
  position: relative;
}

.main-index .main_container::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 1rem;
  border-radius: 25px;
  width: 100%;
  height: 85%;
  background-color: white;
  z-index: -1;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.main-index .main_title {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  font-family: var(--font-noto);
  background-color: var(--color-darkBlue);
  color: var(--color-white);
  width: 100%;
  padding: 10px 20px;
  border-radius: 0px 0px 5px 5px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-index .main_title img {
  height: 20px !important;
  width: auto;
}

.main-index .main_icon_cust {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95px;
  border-radius: 50%;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-darkBlue);
  z-index: 5;
}

.main-index .main_icon_cust::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  background-color: rgba(25, 44, 71, 0.6);
  z-index: -1;

  border-radius: 50%;
}

.main-index .main_icon_cust img {
  height: 50px;
  width: auto;
  box-shadow: none;
}

.main-index .main_content {
  /* position: absolute;
    top: 4.3rem;
    left: 2rem; */
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background-color: #f6f6f6;
  z-index: -1;
  border-radius: 10px;
  padding: 0px;
  /* border-right: 3px solid var(--color-darkBlue);
    border-top: 1px solid var(--color-darkBlue); */
}

.main-index .special_app {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

/* .sp_img img{
    border-radius: 3px;
    height: 250px;
    object-fit: cover;
} */
.main-index .special_container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-index .sp_img {
  z-index: 1;
}

.main-index .sp_img img {
  border-radius: 3px;
  height: 270px;
  width: 270px;
  border-radius: 50%;
  object-fit: cover;
}

.main-index .sp_img::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.main-index .sp_content {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 93%;
  padding: 14px 10px;
  border: 2px solid var(--color-white);
  background-color: white;
  /* border-radius: 3px; */
  color: black;
  text-align: center;
  /* box-shadow: 1px 1px 5px rgba(0,0,0,0.6); */
  border-left: none;
  border-right: none;
  border-bottom: none;
  z-index: 1;
}

.main-index .sp_content p {
  font-family: var(--font-noto);
  font-size: 19px;
  text-transform: capitalize;
}

.main-index .sp_content img {
  height: 17px;
  width: auto;
}

.main-index .our-specialist {
  margin-top: 40px;
}

.main-index .sp_img img {
  border-radius: 20px;
  object-position: center;
  height: clamp(10rem, 100vw, 12rem);
}

.main-index .sp_content img {
  display: none;
}

.main-index .sp_img::after {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.69);
}

.main-index .sp_content {
  background: transparent;
  border: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}

.main-index .ser_img {
  margin: 15px;
  padding: 12px;
  background: #ffffff;
  box-shadow: 0 5px 10px 1px #d3d3d3 !important;
  border-radius: 20px;
}

.main-index .ser_img img {
  border-radius: 20px;
}

.main-index .ser_content {
  width: 100%;
  position: relative !important;
  max-width: 250px;
  margin: -90px auto 10px;
  border-radius: 20px;
  padding: 20px;
}

.main-index .sp_content p {
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .main-index .main-health-scans .main_grid {
    grid-gap: 5rem 3rem;
  }

  .main-index .process_grid {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 5px;
  }
}

@media screen and (max-width: 425px) {
  .main-index .ser-container {
    display: none;
  }

  .main-index .ser-slider-m {
    display: block;
  }

  .main-index .ser_img {
    margin: 20px;
    padding: 20px;
    box-shadow: 0 5px 10px 1px #e8e7e7 !important;
    border-radius: 20px;
  }

  .main-index .ser_img img {
    border-radius: 20px;
  }

  .main-index .ser_content {
    width: 100%;
    position: relative !important;
    max-width: 300px;
    margin: -90px auto 0;
    border-radius: 20px;
    padding: 20px;
  }

  .main-index .doc_img img {
    height: 290px;
    object-fit: cover;
    border-radius: 20px;

  }

  a.login_btn.none_res {
    display: none !important;
  }

}

/* HomePage End */

/* Custom Start */
.main-index .hover-zoom:hover img {
  transform: scale(1.1);
}

.main-index .hover-zoom:hover .hover-box {
  transform: translate(0, 25%);
}

.main-index .hover-zoom:hover .arrow {
  transform: translate(100%, -50%);
}

.main-index .arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: transform 0.5s ease-in-out;
}

.main-index .transition-transform {
  transition: transform 0.7s;
}

.main-index .banner_title_semi {
  font-family: jost;
  text-transform: uppercase;
  font-size: 35px !important;
  padding: 0px 12px 0 0;
}

.main-index .hero_section2 .swiper-slide::after {
  height: 80% !important;
  background: linear-gradient(to bottom, rgba(14, 34, 62, 1), rgba(14, 34, 62, 0.0)) !important
}


.main-index .btn-1:hover {

  rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.main-index .main_img:hover .img-overlay {
  transform: translate(-50%, -50%) !important;
}

.main-index .main_container:hover .main-img img {
  filter: blur(5px);
}

.main-index .img-overlay {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, 200%);
  transition: transform 0.3s ease;
  opacity: 0;
}

.main-index .main_img:hover .img-overlay {
  opacity: 1;
}

.main-index .main_img {
  overflow: hidden;
  box-shadow: 4px 5px 10px 0px rgb(0 0 0 / 0.4) !important;
  border-radius: 25px;
}

.main-index .transition-transform {
  transition: transform 0.6s;
}

.main-index .transform {
  transform: scale(1);
}

.main-index .transform:hover {
  transform: scale(1.05);
}

.main-index .ser_container:hover .ser_content {
  transform: translateY(5%) translateX(-10%) !important;
  transition: transform 0.6s;
}

.main-index .ser-slider {
  /* padding-bottom: 100px; */
}

.main-index .counter-item {
  text-align: center;
  margin: 10px;
}

.main-index .counter-item h2 {
  font-size: 36px;
  margin: 0;
  color: var(--color-darkBlue);
}

.main-index .counter-item .count {
  font-size: 48px;
}

.main-index .counter-item .plus-sign1,
.plus-sign3 {
  color: #a3a1fb;
}

.main-index .counter-item .plus-sign2 {
  color: rgb(94 226 160);
}

.main-index .counter-item .plus-sign4 {
  color: rgb(254 193 99);
}

.main-index .counter-item p {
  font-size: 18px;
  margin: 5px 0 0;
  color: var(--color-darkBlue);
}

header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 5;
}

.main-index .hero_section2 {
  position: relative !important;
  z-index: 1 !important;

}

.main-body.main-index {
  overflow: hidden;
}

.main-index .logo_img {
  position: relative;
  float: left;
  margin-top: -10px;
  z-index: 1;
  border-radius: 0 0 4px 4px;
  transition: all 0.3s;
  background: #0e223e !important;
}

/* .main-index .sticky-header .logo-inner {
  background: url(../imgs/final-logo.webp) no-repeat !important;
  width: 95px !important;
  height: 85px !important;
  background-position: center !important;
  margin-top: 14px;
  background-size: 65px !important;
  box-shadow: none;
} */

/* .main-index .logo-inner {
  background: url(../imgs/final-logo.webp) no-repeat;
  width: 130px;
  height: 60px;
  background-position: center;
  transition: all 0.3s;
  background-size: 150px;
  margin-top: 7px;
  cursor: pointer;
} */

.main-index .mobile-dropdown {
  display: none;
}

.main-index .form_main {
  display: block;
}

/* .mobile-button {
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
} */
.main-index .top-search {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0px;
  padding-bottom: 5px;
}

.main-index .select-container {
  width: 50%;
}

.main-index .select-field {
  margin-top: 4px;
  margin-bottom: 12px;
  width: 100%;
  padding: 7px 16px;
  border: 1px solid #d1d5db;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 12px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.main-index .select-field:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.5);
}

.main-index .submit-button {
  width: 100%;
  background-color: #099389;
  padding: 8px 0;
  border-radius: 4px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
}

.main-index .submit-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  height: 0;
  width: 0;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.main-index .submit-button:hover::before {
  height: 160px;
  width: 100%;
  opacity: 0;
}

.main-index .submit-button:hover {
  color: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.main-index .bg_common2 {
  background: #F6F5EF !important;
}

a,
a:hover {
  text-decoration: none;
}

.main-index .header {
  height: 100vh;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.main-index .butn:link,
.main-index .butn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #0e223e;
  padding: 12px 2.5rem;
  width: 100%;
  border-radius: 4px;
  border: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}

.main-index .butn::before {
  background: #fff;
  content: "";
  height: 155px;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.main-index .butn::after {
  background: #fff;
  content: "";
  height: 20rem;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 8rem;
}

.main-index .butn__new::before {
  left: -50%;
}

.main-index .butn__new::after {
  left: -100%;
}

.main-index .butn:hover,
.main-index .butn:active {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.main-index .butn__new:hover::before {
  left: 120%;
  opacity: 0.5s;
}

.main-index .butn__new:hover::after {
  left: 200%;
  opacity: 0.6;
}

.main-index .butn span {
  z-index: 20;
}

.main-index .main-advert-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.main-index .advert-button {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #ec4899, #f59e0b);
  border-radius: 9999px;
  padding-left: 1rem;
  /* equivalent to px-4 */
  padding-right: 1rem;
  padding-top: 0.5rem;
  /* equivalent to py-2 */
  padding-bottom: 0.5rem;
  gap: 10px;
}

.main-index .advert-content {
  margin-right: 2.5rem;
}

.main-index .advert-content span {
  font-size: 1.5rem;
  line-height: 2rem;
  color: white;
  font-weight: 500;
}

.main-index .advert-icon img {
  width: 32px;
}

.main-index .advert-button-name {
  color: white;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.main-index .our-specialist-main {
  display: flex;
  flex-wrap: wrap;
}

.main-index .special_app {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}

.main-index .main-advert-bar-color {
  background: linear-gradient(184.78deg, #0f223e 7.64%, #02e0ac 120.07%);
}

.main-index .main-mobile-section {
  display: none;
}

/* here start first section mobile version code*/

.main-index .custom-card {
  max-width: 20rem;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  background-color: white;
  transition: all 0.3s ease;
  padding: 5px;
  box-shadow: 3px 3px 3px 0px rgb(0 0 0 / 0.4) !important;
  margin-bottom: 20px;
  border-radius: 4px;
}

.main-index .custom-card:hover {
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
  /* Adjust to the same as hover:shadow-xl */
  background-color: #f7fafc;
  /* Adjust to the same as hover:bg-gray-100 */
  transform: scale(1.05);
  /* Adjust to the same as hover:scale-105 */
}

.main-index .custom-card-image-wrapper {
  position: relative;
}

/* .fc-theme-standard td,
.fc-theme-standard th {
  width: 200px;
} */

.main-index .custom-card-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  padding-bottom: 0.25rem;
  /* Adjust to the same as pb-1 */
  transition: transform 0.3s ease;
  /* Adjust to the same as transition duration-300 */
}

.main-index .custom-card-image-wrapper:hover .custom-card-image {
  transform: scale(1.05);
  /* Adjust to the same as hover:scale-105 */
}

.main-index .custom-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease;
  /* Adjust to the same as transition duration-300 */
}

.main-index .custom-card-image-wrapper:hover .custom-card-overlay {
  opacity: 1;
  transform: scale(1);
  /* Adjust to the same as hover:scale-100 */
}

.main-index .custom-card-overlay-content {
  padding: 1.5rem;
  /* Adjust to the same as px-6 py-4 */
  background-color: #0f223e;
}

.main-index .custom-card-overlay-text {
  font-size: 1rem;
  /* Adjust to the same as text-base */
  color: white;
  font-weight: 600;
  /* Adjust to the same as font-semibold */
}

.main-index .custom-card-content {
  padding: 1.5rem;
  /* Adjust to the same as px-6 py-4 */
  background-color: #0f223e;
}

.main-index .custom-card-title {
  font-size: 1.25rem;
  /* Adjust to the same as text-xl */
  color: white;
  font-weight: bold;
  margin-bottom: 0.5rem;
  /* Adjust to the same as mb-2 */
}

.main-index .main-web-section {
  display: block;
}

.main-index .mobile-burger-menu {
  display: none;
}

.main-index .hero_section_content .css-13cymwt-control,
.main-index .hero_section_content .css-t3ipsp-control,
.main-index .hero_section_content .rmsc .dropdown-container {
  width: 100%;
  font-size: 12px;
  border-radius: 8px;
  border: none;
  outline: none;
  padding-left: 5px;
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1024px) {
  .main-index .main-listing {
    padding-top: 60px !important;
  }

  .main-body.main-index {
    padding-top: 65px !important;
  }

  .main-index .hero_section_content {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 992px) {
  .main-cart-page .cart-items {
    max-height: unset !important;
  }

  .main-cart-page .main-cart-box {
    margin-top: 15px !important;
  }

  .main-index .mobile-burger-menu {
    display: block;
  }

  .main-index .cat_grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .main-index .hero_section_content,
  .main-index .hero_section2_img {
    height: 100%;
  }

  .main-cart-page .item-details {
    margin-top: 15px;
  }

  .main-index .hero_section2_img .swiper img {
    height: 430px;
    min-height: 430px;
    max-height: 430px;
  }
}

@media screen and (max-width: 768px) {
  .main-index .cat_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .w-main {
    gap: 10px;
  }


  .main-index .hero_section2_img .swiper img {
    padding: 2rem 0px !important;
  }

  .image-detail-medi {
    height: 230px;
    max-width: 250px;
    margin: 0 auto;
  }

  .code_none {
    display: none;
  }

  .main_cade {
    position: relative;
    padding: 10px !important;
  }

  .totel_icon_main {
    position: absolute;
    top: -3px;
    right: -6px;
    font-size: 12px;
    font-weight: 500;
  }


  .main-product-listing .px-4 {
    margin-block-start: 16px;
    padding: 0 5px !important;
  }

  .main-how-its-work {
    padding-top: 65px;
  }


  .main-body.main-index {
    padding-top: 30px !important;
  }

  .nav_cust {
    background-color: #ffffff !important;
  }

  .mmr_top {
    margin-top: 12rem !important;
  }

  .team-banner {
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 568px) {
  .main-index .banner_title_semi {
    padding-top: 30px !important;
  }

  .main-lablisting #toggle-btn {
    margin-top: 10px;
  }

  .main-lablisting .main-lab-listing-collection {
    flex-wrap: wrap;
  }

  .main-lablisting .lab-listing-partition-line {
    border-right: 0 !important;
    padding-right: 0 !important;
  }

  .main-product-listing .mobile-filter .side-dropdown .check-box {
    font-size: 12px !important;
  }

  .wrap_me {
    flex-direction: column;
  }

  .main-doctor-listing .do_grid {
    margin: 0px;
  }

  .main-how-its-work {
    padding-top: 65px;
  }
}

@media screen and (max-width: 425px) {
  .main-index .sp_content {
    font-size: 1rem;
  }

  /* .doc_img {
    width: 100%;
    max-width: 400px;
} */
  .main-index .sp_content p {
    font-size: 1rem;
  }

  .main-index .sp_img img {
    width: 100%;
  }

  .main-index .sp_img {
    flex: 0 0 100%;
  }

  .main-index .main-mobile-section {
    display: block;
    position: relative;
    background-color: #f3f3f3;
    padding: 0 10px;
  }



  .main-index .card {
    width: 300px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .main-index .card img {
    width: 100%;
  }

  .main-index .card-content {
    padding: 20px;
  }

  .main-index .card-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
  }

  .main-index .card-action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
  }

  .main-index .card-action button {
    background-color: #4caf50;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s;
  }

  .main-index .card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  }

  .main-index .card-action button:hover {
    background-color: #45a049;
  }

  .mmr_top {
    margin-top: 7px !important;
  }

  .main-index .card-action button:active {
    transform: scale(0.95);
  }

  .css-13cymwt-control,
  .rmsc .dropdown-container {
    border-radius: 10px !important;
  }

  .sub-mobile-button button {
    border: 0;
  }

  .main-index .menu_btn {
    margin-right: 10px;
  }

  .main-index .special_app {
    display: grid !important;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px) !important;
    column-gap: 10px;
    row-gap: 10px;
    padding: 0px !important;
    margin: 0px !important;
  }

  .common_padding {
    padding: 0px 10px !important;
  }

  .main-index .sp_img img {
    width: 100%;
  }

  .main-index .home-book-btn {
    display: none !important;
  }

  .main-index .swiper-wrapper .swiper-slide {
    margin-right: 5px !important;
  }

  .main-index .hero_section2_img {
    height: 250px;
  }

  .main-index .mobile-dropdown {
    display: block;
    position: relative;
    margin-top: -60px;
    z-index: 1;
    background-color: #099389 !important;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 3px;
  }

  .main-index .below-process {
    margin-top: 20px !important;
    padding-top: 30px !important;
  }

  .main-index .form_main {
    display: none;
  }

  .main-index .process_grid {
    grid-template-columns: calc(50% - 7px) calc(50% - 7px);
    margin: 0 12px;
    grid-gap: 14px;
  }

  .main-index .num_grid {
    grid-template-columns: 50% 50%;
    grid-gap: 15px 10px;
  }

  .main-index .counter-item h2 {
    font-size: 30px;
  }

  .main-index .counter-item .count {
    font-size: 30px;
  }

  .main-index .counter-item p {
    font-size: 14px;
  }

  /* .main-index .logo-inner {
    background: url(../imgs/final-logo.webp) no-repeat;
    width: 110px;
    background-size: 110px;
    height: 40px;
    background-position: center;
    transition: all 0.3s;
    margin-top: 7px;
    cursor: pointer;
  } */

  /* .main-index .logo-inner {
    width: 120px !important;
  } */

  /* .main-index .sticky-header .logo-inner {
    background: url(../imgs/final-logo.webp) no-repeat !important;
    width: 150px !important;
    height: 70px !important;
    background-position: center;
    transition: all 0.3s;
    background-size: 150px !important;
    margin-top: 7px;
  } */

  .main-index .select-container {
    color: black;
    width: 100%;
  }

  .main-index .select-container1 {
    width: 100%;
  }

  .main-index .right-arrow {
    width: 20px;
  }

  .main-index .main-advert-bar {
    display: block;
  }

  .main-index .advert-content span {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .main-index .advert-button {
    width: 70%;
    margin-top: 10px;
  }

  .main-index .sub-top-search {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 10px;
    margin-top: 5px;
    align-items: center;
    margin-bottom: 5px;
  }

  .main-index .top-search {
    display: block;
    padding: 0px;
  }

  .main-index .submit-button {
    border-radius: 50%;
    padding: 4px 0px;
    background-color: #0e223e;
  }

  .main-index .right-arrow {
    width: 40px;
    padding: 4px 13px;
  }

  .main-index .location-mobile {
    width: 15px;
  }

  .main-index .select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .main-index .select-field {
    width: 100%;
    padding: 10px 30px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../imgs/location-dot-solid.svg) no-repeat 10px center,
      url(../imgs/caret-down-solid.svg) no-repeat right 10px center;
    background-size: 16px 16px;
    background-color: white !important;
    border-radius: 20px;
    box-shadow: -4px -4px 3px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
  }

  .main-index .select-field option[disabled][selected] {
    display: none;
    /* Hide the placeholder option in the dropdown list */
  }

  .main-index .search-container {
    width: 100%;
  }

  .main-index input[type="text"],
  .main-index .css-19bb58m input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 20px;
    border: none;
    outline: none;
    /* padding-left: 15px; */
    box-shadow: -4px -4px 3px rgba(0, 0, 0, 0.3);
  }

  .main-index .main_img img {
    height: 130px !important;
    width: 100%;
  }

  .main-index .main_title {
    width: 100%;
    font-size: 12px;
    background-color: white;
    color: #0e223e;
    min-height: 65px;
    border-radius: 0px;
    padding: 5px 5px !important;
  }

  .main-index .main-health-scans .main_grid {
    grid-template-columns: 32% 32% 32%;
    grid-gap: 8px;
    row-gap: 15px !important;
    margin: 0 10px;
  }

  .main-index .main_icon_cust img {
    height: 50px !important;
    width: 50px;
  }

  .main-index .img-overlay {
    top: 20% !important;
    left: 25% !important;
    transform: none;
    transition: none;
    opacity: 1;
  }

  .main-index .custom-card-title1 {
    font-size: 12px;
    color: white;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: center;
  }

  .main-index .banner_title_semi {
    padding: 0 !important;
  }

  .main-index .custom-card-content1 {
    padding: 5px;
    background-color: #0f223e;
  }

  .main-index .swiper-pagination {
    bottom: -10px !important;
    left: 0;
    width: 100%;
  }

  .main-index .mobile-section-title {
    text-align: center;
    padding-top: 1.5rem;
  }

  .main-index .main_img:hover .img-overlay {
    transform: none !important;
  }

  .main-index .main_img {
    border-radius: 0px !important;
    box-shadow: none !important;
  }

  .main-index .main_icon_cust::after {
    width: 70px;
    height: 70px;
  }

  .main-index .main_icon_cust img {
    height: 30px !important;
    width: 31px;
  }

  .main-index .main_icon_cust {
    width: 50px;
    height: 50px;
  }

  .main-index .main_container {
    border-radius: 0px;
    box-shadow: 3px 3px 3px 0px rgb(0 0 0 / 0.4) !important;
  }

  .main-index .main-img img {
    border-radius: 0px;
  }

  .main-index .sub-mobile-button {
    width: 35px;
    height: 35px;
    background-color: #0e223e;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }



  .main-index .sub-mobile-button svg {
    width: 12px;
    height: 12px;
  }

  .main-index .mobile-section-title {
    padding-top: 10px;
  }

  .main-index .common_title-process {
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 26px;
    font-family: var(--font-noto);

    font-weight: 700;
    color: var(--color-darkBlue);
  }


}

@media screen and (max-width: 375px) {
  .main-index .main_img img {
    height: 125px !important;
  }

  .main-index .below-process {
    margin-top: -1px !important;
    padding-top: 50px !important;
  }

  .main-index .swiper-pagination {
    bottom: -10px !important;
  }

  .main-index .mobile-section-title {
    padding-top: 10px;
  }

  .main-index .common_title {
    margin-bottom: 10px;
  }

  .main-index .main_title {
    width: 110px;
    font-size: 10px;
    padding: 5px 5px !important;
    min-height: 50px;
    border-radius: 0px;
  }

  .main-index .main-health-scans .main_grid {
    grid-gap: 5px;
  }

  .main-index .main_icon_cust img {
    height: 50px !important;
    width: 50px;
  }

  .main-index .img-overlay {
    top: 15%;
    left: 20%;
    transform: none;
    transition: none;
    opacity: 1;
  }

  .main-index .img-overlay {
    top: 20% !important;
    left: 20% !important;
  }

  .main-index .main_icon_cust::after {
    width: 85px;
    height: 85px;
  }

  .main-index .main_icon_cust img {
    height: 50px !important;
    width: 45px;
  }

  .main-index .main_icon_cust {
    width: 65px;
    height: 65px;
  }

  .main-index .main_container {
    border-radius: 0px;
  }

  .main-index .main-img img {
    border-radius: 0px;
  }

}

@media screen and (max-width: 320px) {
  .main-index .main_img img {
    height: 105px !important;
  }

  .main-index .main-health-scans .main_grid {
    grid-template-columns: 32% 32% 32%;
    grid-gap: 5px;
  }

  .main-index .main_icon_cust img {
    height: 45px !important;
    width: 45px;
  }

  .main-index .main_icon_cust {
    width: 60px;
    height: 60px;
  }

  .main-index .main_icon_cust::after {
    width: 75px;
    height: 75px;
  }

  .main-index .custom-card-title1 {
    font-size: 10px;
    margin-bottom: 0px;
  }

  .main-index .swiper-pagination {
    bottom: -10px !important;
    background-color: #f3f3f3;
  }

  .main-index .img-overlay {
    top: 11% !important;
    left: 20% !important;
  }

  .main-index .main_container {
    border-radius: 0px;
  }

  .main-index .main_title {
    font-size: 10px;
    min-height: 40px;
    border-radius: 0px;
  }

  .main-index .main-img img {
    border-radius: 0px;
  }

  .main-index .banner_title_semi {
    font-size: 28px;
  }

  .main-index .mobile-section-title {
    padding-top: 10px;
  }

  .main-index .custom-card {
    margin-bottom: 15px;
  }

  .main-index .common_title {
    margin-bottom: 10px !important;
  }

  .main-index .below-process {
    margin-top: 10px !important;
    padding-top: 30px !important;
  }

  .main-index .pro_content_2 {
    gap: 0px;
  }

  .main-index .process_grid {
    grid-template-columns: 46% 46% !important;
  }

  .main-index .process-section {
    padding: 0 12px;
  }

  .main-index .pro_num {
    background-color: rgb(2, 224, 172);
    color: var(--color-darkBlue);
    padding: 5px 10px;
    clip-path: polygon(0 0,
        0% 20%,
        0 50%,
        0% 80%,
        0 100%,
        49% 90%,
        100% 100%,
        100% 80%,
        100% 53%,
        100% 20%,
        100% 0,
        44% 0);
    margin-top: -32px;
    text-align: center;
  }

  .main-index .container-fluid {
    padding: 0px !important;
  }

  .main-index .main-hospital-sec {
    margin-bottom: 1.5rem;
  }
}

/* Custom End */

/* About Us Start */
.main-about-us .aboutus-image {
  width: 35%;
  border-radius: 14px;
}

.main-about-us .after-banner {
  padding: 30px 15px;
}

.main-about-us .main-aboutus {
  display: flex;
  gap: 30px;
  background: -moz-linear-gradient(180deg, rgb(255 255 255) 8%, rgb(250 253 255) 100%);
  background: linear-gradient(180deg, rgb(255 255 255) 8%, rgb(250 253 255) 100%);
  padding: 10px;
  box-shadow: 0 0 7px rgb(0 -1 6 / 6%) inset;
  border-radius: 15px;
  border: 1px solid #F5F5F5;
  text-decoration: none;
}

.main-about-us .aboutus-content {
  width: 60%;
}

.main-about-us .aboutus-img {
  padding: 5px;
  border: 1px solid #dee2e6;
  border-radius: 14px;
}

.main-about-us .banner-img {
  margin-top: 100px;
  height: 400px;
  object-fit: fill
}

@media screen and (max-width: 1024px) {
  .main-health-scans .main_grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media screen and (max-width: 768px) {
  .health-banner-form {
    margin-top: 0 !important;
  }

  .main-hospital .btn-3 span {
    padding: 8px 12px !important;
    font-size: 12px !important;
  }

  .main-body.main-doctor-listing {
    padding-block-start: 60px !important;
    padding-top: 45px !important;
  }

  .main-body.main-doctor-listing .hero_section2_img {
    height: 390px !important;
  }


  .main-doctor-listing .css-1jqq78o-placeholder {
    grid-area: 1 / 1 / 1 / 1;
    color: rgb(128, 128, 128);
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

  .main-body.main-doctor-listing .search_btn {
    padding: 7px 12px !important;
  }

  .main-body.main-doctor-listing .search_btn img {
    height: 14px !important;
    width: 14px !important;
    padding: 1px;
  }

  .main-index .img-overlay {
    top: 11% !important;
    left: 26% !important;
  }

  .main-health-scans .main_grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .main-index .below-process {
    margin-top: -1px !important;
    padding-top: 20px !important;
  }

  .main-index .swiper-pagination {
    bottom: -25px !important;
  }

  .main-index .swiper-pagination-bullet-active {
    opacity: 1;
    background: #099389;
  }

  .main-index .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .main-index .main_icon_cust::after {
    width: 85px;
    height: 85px;
  }

  .main-index .main_icon_cust img {
    height: 50px !important;
    width: 45px;
  }

  .main-index .main_icon_cust {
    width: 65px;
    height: 65px;
  }

  .main-index .img-overlay {
    top: 20%;
    left: 20%;
  }

  .main-index .swiper-pagination {
    z-index: 2;
  }

  .main-index .footer {
    padding: 0px 12px;
  }

  .main-product-listing .w-full {

    height: 22vh !important;
  }

  .main-about-us .main-aboutus {
    display: block;
    justify-content: center;
    gap: 30px
  }

  .main-about-us .aboutus-image {
    width: 100%;
  }

  .main-about-us .aboutus-content {
    width: 100%;
    margin-top: 20px;
  }

  .main-body.main-hospital {
    padding-top: 65px !important;
  }

  .main-index .our-specialist {
    padding: 0px 20px !important;
  }

  .doc-slider .swiper .doc_container {
    padding-inline: 10px !important;
  }

  .hospi-slider {
    padding-inline: 20px !important;
  }

  .main-advert-bar-color .advert-icon img {
    width: 22px !important;
  }

  .main-advert-bar-color .advert-button-name span {
    font-size: 14px;
  }

  .main-index .advert-content {
    margin-right: 0 !important;
  }

  .main-index .advert-button {

    margin: auto;
  }

  .main-index .main-advert-bar {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .main-about-us .main-aboutus {
    padding: 0px 20px
  }

  .main-about-us .after-banner {
    padding: 20px 20px;
  }
}

/* About Us End */

/* Blog Listing Start */
.main-blog-listing .blog-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /* flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px); */
  display: flex;
  flex-direction: column;
  padding: 10px 10px 20px 10px;
  border: 1px solid #ddd;

}

.main-blog-listing .blog-card-image {
  transition: transform 0.6s;
  transform: scale(1);
}

.main-blog-listing .blog-card-image:hover {
  transform: scale(1.1);
}

.main-blog-listing .main-blog-card {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.main-blog-listing .after-banner {
  padding: 30px 0px;
}

.main-blog-listing .blog-card img {
  width: 100%;
  height: 40vh;
  object-fit: cover;
  border-radius: 5px;
}

.main-blog-listing .blog-content {
  padding: 15px 10px 0 10px;
}

.main-blog-listing .blog-content h2 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.main-blog-listing .blog-content h3 {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.8;
  font-weight: 600;
}

.main-blog-listing .blog-content p {
  font-size: 14px;
  line-height: 1.8;
  color: #888;
}

.main-blog-listing .main-btn {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.main-blog-listing :active,
.main-blog-listing :hover,
.main-blog-listing :focus {
  outline: 0 !important;
  outline-offset: 0;
}

.main-blog-listing .banner-image {
  position: relative;
}

.main-blog-listing .banner-image::before,
.main-blog-listing .banner-image::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, rgb(30 57 96 / 68%), rgb(15 118 124 / 34%));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
}

.main-blog-listing .btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.main-blog-listing .btn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;

  transition: 0.3s;
}

.main-blog-listing .btn.hover-border-4::before,
.main-blog-listing .btn.hover-border-4::after {
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
}

.main-blog-listing .btn.hover-border-4::before {
  bottom: 0;
  left: -1px;
  border-top: 1px solid rgb(28, 31, 30);
  border-left: 1px solid rgb(28, 31, 30);
}

.main-blog-listing .btn.hover-border-4::after {
  top: 0;
  right: 0;
  border-bottom: 1px solid rgb(28, 31, 30);
  border-right: 1px solid rgb(28, 31, 30);
}

.main-blog-listing .btn.hover-border-4:hover::before,
.main-blog-listing .btn.hover-border-4:hover::after {
  width: 100%;
  height: 99%;
  opacity: 1;
  transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
}

.main-blog-listing .btn-3 span {
  background-color: #39cabb;
  padding: 9px 28px;
  border-radius: 5px;
}

.main-blog-listing .btn span:hover {
  background-color: aqua;
  color: #fff;
  transition: .5s all ease-in;
}

.blog-categroe {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
}

.blog-cat-heading h4 {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
}

.blog-categroe .nav.nav-tabs {
  display: block;
  width: 100%;
  border-bottom: none;
}

.blog-categroe .nav-link {
  width: 100%;
  text-align: left;
  border-color: transparent !important;
  font-size: 16px;
  font-weight: 500;
  color: #888 !important;
}

.blog-categroe .nav-link {
  position: relative;
  padding-inline-start: 35px;
  padding-block-start: 0;
  line-break: anywhere;
}

.blog-categroe .nav-link:hover {
  color: #099389 !important;
  transition: all 0.5s ease-in-out;
}

.blog-categroe .nav-link::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #888;
  padding-inline-start: 0;
  top: 7px;
  left: 16px;
  border-radius: 50%;
}

.main-blog-listing .banner-img {
  /* padding-top: 50px; */
}

@media (max-width: 1024) {
  .main-blog-listing .banner-img {
    padding-top: 125px;
  }
}

@media (max-width: 768px) {
  .main-blog-listing .blog-card {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }

  .header_banner_xs {
    height: 220px;
  }

  .main-hospital .hcard-content {
    padding: 10px !important;
  }

  .main-blog-listing .banner-img {
    padding-top: 70px !important;
  }
}


@media (max-width: 575px) {
  .main-blog-listing .blog-card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .main-blog-listing .main-blog-card {
    padding: 0 px !important;
  }

  .main-blog-listing .after-banner {
    padding: 20px 15px !important;
  }
}

/* Blog Listing End */

/* Cart Page Start */
.main-cart-page .grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  grid-template-rows: 100%;
  gap: 24px;
}

.main-cart-page .cart-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background-color: white;
  max-height: 315px;
}

.main-cart-page .cart-header {
  display: flex;
  justify-content: space-between;
}

.main-cart-page .saved-for-later {
  display: flex;
  align-items: center;
  gap: 4px;
}

.main-cart-page .heart-icon {
  width: 24px;
  height: 24px;
  fill: #099389;
}

.main-cart-page .cart-item {
  display: flex;
  gap: 30px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}

.main-cart-page .item-image {
  width: 30%;
}

.main-cart-page .item-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.dlate_icon {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #099389;
}

.main-cart-page .item-header {
  display: flex;
  justify-content: space-between;
}

.main-cart-page .item-title {
  font-size: 14px;
  color: #374151;
  width: 80%;
}

.main-cart-page .trash-icon {
  width: 15px;
  height: 15px;
  fill: #6b7280;
}

.main-cart-page .item-subtitle {
  font-size: 12px;
  color: #6b7280;
}

.main-cart-page .item-info {
  font-size: 12px;
  color: #6b7280;
}

.main-cart-page .item-pricing {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-cart-page .line-through {
  text-decoration: line-through;
  font-size: 12px;
  color: #9ca3af;
}

.main-cart-page .discount {
  font-size: 12px;
  color: #099389;
}

.main-cart-page .quantity-selector {
  display: flex;
  align-items: baseline;
}

.text_input_new {
  margin: 0 5px;
  border: 0;
  text-align: center;
  max-width: 60px;
}

.text_icon_new {
  background: #099389;
  height: 34px;
  padding: 3px;
  border: 1px solid #099389;
}

.text_icon_new:hover {
  border: 1px solid var(--color-darkBlue);
  background: var(--color-darkBlue);

}

.text_icon_new i {
  margin: 0;
  color: var(--color-white);
}

.main-cart-page .quantity-selector select {
  padding-left: 32px;
  padding-right: 8px;
  height: 24px;
  font-size: 12px;
  background-color: #f3f4f6;
  color: #374151;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none" width="12" height="12" stroke="#374151" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 8 10 12 14 8"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
}

.main-cart-page .price-summary {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

.main-cart-page .discount-applied {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.main-cart-page .discount-applied svg {
  width: 24px;
  height: 24px;
  fill: #099389;
}

.main-cart-page .discount-applied span {
  font-size: 14px;
  color: #374151;
}

.main-cart-page .price-details {
  font-size: 14px;
  color: #374151;
  margin-bottom: 16px;
}

.main-cart-page .price-details span {
  font-size: 20px;
  font-weight: 700;
}

.main-cart-page .price-breakdown {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main-cart-page .price-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #374151;
}

.main-cart-page .total-price {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 16px;
  color: #111827;
  margin-top: 16px;
}

.main-cart-page .savings {
  font-size: 14px;
  color: #099389;
  margin-top: 8px;
}

.image-detail-medi {
  height: 230px;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.image-detail-medi img {
  width: 100%;
  height: 100%;
}

.main-cart-page .checkout-button {
  width: 100%;
  padding: 12px;
  background-color: #099389;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 25px;
}

.main-cart-page .checkout-button:hover {
  background-color: #d25c1a;
}

.main-cart-page .checkout-button:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(243, 111, 34, 0.3);
}

.main-cart-page .checkout-button:disabled {
  background-color: #f3f4f6;
  color: #9ca3af;
  cursor: not-allowed;
}

.main-cart-page .discount-banner span {
  font-size: 12px;
}

.main-cart-page .discount-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 18px;
  background: linear-gradient(90.19deg,
      #d9f0e5 3.48%,
      #deecfc 103.06%) !important;
  padding: 5px 12px;
  border-radius: 5px;
}

.main-cart-page .card-box {
  border: 1px solid #e5e7eb;
  margin-top: 20px;
  padding: 20px 25px;
  background-color: white;
}

.main-cart-page .main-cart-box {
  margin-top: -160px;
  position: relative;
  z-index: 1;
}

.main-cart-page .cart-banner {
  position: relative;
  padding: 0;
}

.main-card-doctor .nav-pills {
  position: relative;
  top: -18px;
  margin-block-end: 0px !important;
}


@media screen and (max-width: 992px) {
  .main-cart-page .grid {
    grid-template-rows: 100%;
  }
}

@media screen and (max-width: 778px) {
  .main-cart-page .grid {
    display: block;
  }

  .main-cart-page .cart-summary {
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .main-cart-page .main-cart-box {
    padding: 0px 15px;
  }
}

@media screen and (max-width: 425px) {
  .main-cart-page .item-image {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-start;
  }

  .main-cart-page .item-image img {
    width: 40%;
  }

  .main-cart-page .cart-item {
    display: block;
  }

  .main-cart-page .item-details {
    width: 100%;
  }
}

@media screen and (max-width: 383px) {
  .main-cart-page .saved-for-later span {
    font-size: 12px;
  }

  .main-cart-page .saved-for-later {
    padding-top: 5px;
  }

  .main-cart-page .cart-header {
    display: block;
    justify-content: flex-end
  }

  .main-cart-page .your-cart span {
    font-size: 22px;
  }
}

/* Cart Page End */

/* Category Start */

.main-category a {
  text-decoration: none;
}

.main-category .flex {
  display: flex;
}

.main-category .jutyfy_between {
  justify-content: space-between;
}

.main-category .container {
  max-width: 1200px;
  margin: 0 auto;
}

.main-category .checkout_page {
  display: flex;
  height: 100%;
}

.main-category .w-75 {
  padding: 20px;
  border-right: 1px solid #ccc;
  width: 66%;
}

.main-category .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-category .logo {
  display: flex;
  align-items: center;
}

.main-category .logo img {
  width: 150px;
}

.main-category .logo span {
  font-weight: 600;
}

.main-category .login {
  width: 32%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.main-category .login a {
  color: black;
  font-size: 14px;
}

.main-category .login .account {
  color: black;
  font-size: 14px;
  margin-right: 5px;
}

.main-category .login .btn {
  padding: 10px 30px;
  border: 2px solid black;
}

.main-category .shipping {
  font-size: 16px;
  padding: 14px 0;
  background: rgb(223, 222, 221);
  margin-top: 10px;
}

.main-category .shipping span {
  padding-left: 10px;
}

.main-category .ship_add {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.main-category .ship_add span {
  margin-right: 10px;
}

.main-category .ship_add i {
  padding: 6px 8px;
  background: black;
  color: white;
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
}

.main-category .shipping-form {
  width: 100%;
  margin: 0 auto;
}

.main-category .form-group {
  margin-bottom: 15px;
}

.main-category .form-group-exist {
  margin-bottom: 15px;
}

.main-category .form-row {
  display: flex;
  justify-content: space-between;
}

.main-category .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.main-category .form-group-exist label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.main-category .form-group input,
.main-category .form-group select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.form-group-exist input,
.main-category .form-group-exist select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.main-category .form-group span {
  color: red;
}

.main-category .form-group-exist span {
  color: red;
}

.main-category .form-row .form-group {
  flex: 0 0 48%;
}

.main-category .form-row .form-group-exist {
  flex: 0 0 100%;
}

.main-category .postal-code-group {
  flex: 0 0 50%;
}

.main-category .shipping_method {
  margin-top: 40px;
}

.main-category .ship_method {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.main-category .ship_method span {
  margin-right: 15px;
  font-weight: 600;
}

.main-category .ship_method i {
  padding: 6px 8px;
  background: black;
  color: white;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
}

/* svg{
    width: 20px;
    padding: 4px 6px;
    background-color: black;
    border-radius: 50%; 
}
.tow_round span{
    width: 20px;
    padding: 4px 6px;
    background-color: black;
    border-radius: 50%; 
    color: white;
} */

.main-category .gift_options {
  margin-top: 40px;
}

.main-category .gift_options span {
  font-weight: 600;
  margin-bottom: 15px;
  /* margin-top: 20px; */
}

.main-category .form-control {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
  margin-bottom: 20px;
  padding-left: 0px !important;
}

.main-category .gift_card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  border: 1px solid #ccc;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  padding: 20px;
  flex-direction: column;
  margin: 0 auto;
}

.main-category .gift_card i {
  font-size: 50px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.main-category .gift_card p {
  width: 100%;
  text-align: center;
}

.main-category .account {
  text-decoration: underline;
}

.main-category .billing {
  margin-top: 20px !important;
}

.main-category .horizontal-line {
  width: 100%;
  height: 1px;
  background-color: black;
  /* You can change the color as needed */
  border: none;
  margin-bottom: 40px;
  padding: 0;
  /* Adjust padding if needed */
}

.main-category .countinue_btn a {
  padding: 15px 70px;
  background: black;
  color: white;
}

.main-category .countinue_btn {
  display: flex;
  justify-content: end;
  margin-bottom: 70px;
}

.main-category .payment {
  margin-bottom: 40px;
}

.main-category .payment-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: rgb(223, 222, 221);
  color: black;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
}

.main-category .payment-text {
  font-weight: bold;
}

.main-category .payment-options {
  display: flex;
  gap: 10px;
  margin-right: 10px;
}

.main-category .contact_information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  /* margin-bottom: 20px !important; */
  /* margin-bottom: 20px !important; */
  background: rgb(223, 222, 221);
  color: black;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
}

/* --------------------------------------------w-34--------------------------------------------------- */
.main-category .order_summary {
  max-height: max-content;
}

.main-category .summary {
  position: static;
  -webkit-position: sticky;
}

.main-category .sum-head {
  font-size: 18px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: end;
}

.main-category .w-34 {
  width: 34%;
  padding: 20px;
}

.main-category .billing {
  margin-top: 60px;
}

.main-category .subtotal {
  margin-bottom: 10px;
  font-weight: bolder;
  font-size: 16px;
}

.main-category .horizontal-line-34 {
  width: 100%;
  height: 1px;
  background-color: black;
  /* You can change the color as needed */
  border: none;
  margin-top: 18px;
  margin-bottom: 15px;
  padding: 0;
  /* Adjust padding if needed */
}

.main-category .total {
  font-size: 18px;
  margin-bottom: 30px;
}

.main-category .discount_btn a {
  width: 100%;
  padding: 15px 30px;
  border: 2px solid black;
  font-size: 14px;
  display: flex;
  justify-content: center;
  color: black;
  font-weight: bolder;
}

.main-category .beg_sum-head {
  max-height: max-content;
  margin-top: 20px !important;
}

.main-category .beg_sum-head {
  display: flex;
  align-items: center;
}

.main-category .beg_sum-head i {
  padding: 6px 8px;
  background: black;
  color: white;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
}

.main-category .beg_sum-head .tow_round {
  padding-left: 10px;
}

.main-category .Arrives_days {
  margin-top: 10px;
}

.main-category .text-underline {
  text-decoration: underline;
  cursor: pointer;
}

.main-category .Arrives_days span {
  color: green;
}

.main-category .w-30 {
  width: 30%;
}

.main-category .w-50 {
  width: 50%;
}

.main-category .my_order {
  gap: 10px;
}

.main-category .my_order img {
  width: 100%;
}

.main-category .w-30 img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background: grey;
}

.main-category .my_order {
  margin-top: 30px;
  height: max-content;
}

.main-category .Product_dt .price {
  text-decoration: line-through;
  padding-right: px;
}

.main-category .Product_dt .red_text {
  color: red;
  text-decoration: none !important;
  padding-right: px;
}

.main-category .w-70 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-category .w-70 .Product_dt {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  padding: 10px 10px;
  gap: 5px;
}

.main-category .edit {
  display: flex;
  gap: 15px;
  text-decoration: underline;
  cursor: pointer;
  padding-top: 20px;
}

.main-category .w-70 .edit {
  padding: 10px;
  width: 150px;
  display: flex;
  justify-content: space-between;
  font-weight: bolder;
  color: rgb(77, 74, 74);
}

.main-category .privacy_tearms {
  margin-top: 40px;
  align-items: center;
}

.main-category .privacy_tearms a {
  color: black;
  text-decoration: underline;
}

.main-category .privacy_tearms .privacy {
  border-right: 2px solid black;
  padding: 0 10px;
}

.main-category .privacy_tearms .terms {
  padding-left: 10px;
}

.main-category .privacy_tearms i {
  padding: 8px 10px;
  background: black;
  color: white;
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
}

.main-category .conditions {
  padding-left: 10px;
}

.main-category .form-control {
  border: none !important;
}

.main-category .main-checkout {
  display: flex;
}

.main-category .right-side-bar-m {
  display: none;
}

.main-category .right-side-bar-f {
  display: block;
}

.main-category .gift-label {
  margin-top: 10px;
  padding-left: 10px;
  font-size: 16px;
}

.main-category .Product_dt .title {
  font-size: 14px !important;
}

.main-category .Quntity {
  padding-top: 10px
}

.main-category .Product_dt {
  line-height: 25px;
}

.main-category .Product_dt .size {
  font-size: 12px !important;
}

.main-category .Product_dt .color {
  font-size: 14px !important;
}

.Product_dt .full-price .price,
.main-category .red_text {
  font-size: 12px !important;
}

.main-category .sticky-header {
  position: fixed;
  left: 0;
  right: 0;
}

.main-category .logo_img {
  position: relative;
  float: left;
  margin-top: -10px;
  z-index: 1;
  background-color: #cd3232;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 1px 15px 2px rgba(100, 100, 100, 0.49);
  transition: all 0.3s;
}


@media screen and (max-width: 375px) {
  .main-category .logo span {
    padding: 10px 18px !important;
    font-size: 14px !important;
  }

  .main-blog-card .blog-feed-back .blog-like .blog-show-more .btn-blog {
    padding: 10px 18px !important;
    font-size: 14px !important;

  }

  .blog-feed-back .blog-content p {

    padding-top: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .main-blog-card .blog-image-card {

    height: 180px;
  }

  .main-blog-card .blog-image-card img {
    height: 100% !important;

  }

  /* .........by monika yadav............... */
  .main-blog-card .blog-feed-back .blog-like ul {
    gap: 3px !important;
    margin-block-end: 20px !important;
  }

  .main-blog-card .blog-feed-back .blog-like ul li {
    padding: 5px 18px !important;
  }

  .main-blog-card .blog-feed-back .blog-like {
    padding-block-start: 0px !important;
    display: block !important;
  }

  .main-blog-card .blog-feed-back .blog-name-heading {
    justify-content: start !important;
    flex-wrap: wrap !important;
  }

  .main-blog-card .blog-feed-back .blog-name-heading .blog-heading-content {
    width: 100% !important;
  }

  .main-blog-card .blog-feed-back .blog-name-heading .blog-auther-info {
    width: 100% !important;
  }

  .main-blog-card .blog-feed-back .blog-name-heading .blog-auther-info ul {

    justify-content: start !important;
  }

  .main-blog-listing .blog-content {
    padding: 15px 0 0 0px !important;
  }

  .sub_cont2 .login_btn {

    font-size: 14px !important;
  }

  .main-category .main-checkout {
    display: block;
    width: 100%;
    padding: 15px;
  }

  .main-category .right-side-bar-m {
    display: block;
  }

  .main-category .right-side-bar-f {
    display: none;
  }

  .main-category .gift_options {
    margin-top: 20px;
  }

  .main-category .gift_card {
    margin-top: 20px !important;
  }

  .main-category .edit {
    display: flex;
    gap: 15px;
    margin-top: 10px;
  }

  .main-category .Product_dt .title {
    font-size: 12px !important;
  }

  .main-category .Product_dt {
    line-height: 25px;
  }

  .main-category .my_order {
    margin-top: 30px;
  }

  .main-category .Product_dt .size {
    font-size: 14px !important;
  }

  .main-category .Product_dt .color {
    font-size: 14px !important;
  }

  .Product_dt .full-price .price,
  .main-category .red_text {
    font-size: 14px !important;
  }

  .main-category .w-75 {
    width: 100% !important;
    border-right: none;
    padding: 0px;
  }

  .main-category .w-34 {
    width: 100% !important;
  }

  .main-category .horizontal-line {
    margin-bottom: 20px !important;
  }

  .main-category .shipping_method {
    margin-top: 20px !important;
  }

  .main-category .login .btn {
    padding: 5px 15px !important;
    border: 2px solid black;
  }

  .main-category .logo span {
    display: flex;
    font-size: 25px !important;
  }

  .main-category .login {
    width: 50% !important;
    font-size: 12px;
  }

  .main-category .login .btn {
    padding: 10px 20px;
    border: 2px solid black;
  }

  .main-category .login a {
    font-size: 10px;
  }

  .main-category span {
    font-size: 12px !important;
  }

  .main-category .gift_card i {
    font-size: 30px !important;
    background: transparent;
    color: black;
  }

  .main-category .billing {
    margin-top: 10px;
  }

  .main-category .countinue_btn {
    margin-bottom: 0px;
  }

  .main-category .form-group {
    font-size: 12px !important;
  }

  .main-category .form-group select {
    font-size: 14px !important;
  }

  .main-category .gift_card p {
    font-size: 12px !important;
  }

  .main-category .payment-options .gift {
    display: none;
  }

  .main-category .payment {
    margin-bottom: 0px;
  }

  .main-category .sum-head {
    height: 30px;
  }

  .main-category .order_summary {
    margin-bottom: 0px;
  }

  .main-category .countinue_btn a {
    padding: 15px 20px;
    font-size: 12px !important;
  }

  .main-category .privacy_tearms a {
    font-size: 12px !important;
  }

  .main-category .privacy_tearms i {
    padding: 6px 7px;
    background: black;
    color: white;
    border-radius: 50%;
    font-size: 6px;
    text-align: center;
  }

  .main-category .gift_options label {
    font-size: 12px !important;
  }

  .main-category i {
    padding: 4px 6px !important;
    background: black;
    color: white;
    border-radius: 50%;
    font-size: 6px !important;
    text-align: center;
  }
}

@media screen and (max-width: 991.98px) {
  .main-lablisting .distance-destination {
    margin-top: 0 !important;
  }

  .main-category .main-checkout {
    padding: 15px;
  }

  .main-how-its-work .step {
    width: 47% !important;
  }

  .top_detail_main {
    padding-top: 45px;
  }

  .main-category .w-34 {
    padding: 10px;
  }

  .main-category .login {
    width: 50%;
    font-size: 14px;
  }

  .main-category .logo img {
    width: 100px;
  }

  .main-category span {
    font-size: 14px;
  }

  .main-category .gift_card i {
    font-size: 40px;
  }

  .main-category .form-group {
    font-size: 14px;
  }

  .main-category .form-group select {
    font-size: 14px;
  }

  .main-category .gift_card p {
    font-size: 14px;
  }

  .main-category .countinue_btn a {
    padding: 15px 50px;
    font-size: 14px;
  }

  .main-category .order_summary .sum-head span {
    font-size: 16px !important;
  }

  .main-category .Product_dt span {
    font-size: 12px;
  }

  .main-category .edit span {
    font-size: 12px;
  }

  .main-category .discount_btn a {
    width: 100%;
    padding: 15px 10px;
    font-size: 12px;
  }

  .main-category .privacy_tearms a {
    font-size: 10px;
  }

  .main-category .privacy_tearms i {
    padding: 6px 7px;
    background: black;
    color: white;
    border-radius: 50%;
    font-size: 6px;
    text-align: center;
  }
}

@media screen and (max-width: 1199.98px) {
  .main-category .login {
    width: 40%;
    font-size: 14px;
  }

  .main-doctor-listing .do_grid {
    grid-gap: 30px 16px;
  }

  .main-category .discount_btn a {
    padding: 15px 10px;
  }

  .main-category .privacy_tearms a {
    font-size: 14px;
  }

  .main-category .privacy_tearms i {
    padding: 6px 7px;
    background: black;
    color: white;
    border-radius: 50%;
    font-size: 6px;
    text-align: center;
  }
}


/* CheckOut End */
/* Contact Us Start */
.main-contact .class_all_input {
  padding: 13px 14px;
  border-radius: 5px !important;
  background-color: var(--color-white);
  margin-block-end: 0px !important;
  width: 100% !important;
  border: 1px solid #dee2e6 !important;
  height: 45px;
  font-size: 14px;
  font-family: "Poppins", sans-serif !important;
}

.main-contact textarea {
  height: 90px !important;
}

.whatsup_contact {
  background-color: #ffffff;
  padding: 5px 5px !important;
  width: 40% !important;
  border-radius: 5px;
  margin-block-end: 20px;
  font-size: 16px;
}

.whatsup_contact img {
  margin-right: 10px !important;
  border-radius: 50% !important;
}

.main-contact .class_all_input:focus {
  box-shadow: none;
  background-color: var(--color-white);
}

.main-contact .form_holder_main {
  margin: 0px -10px;
}

.main-contact .class_all_input label {
  margin-bottom: 3px;
  font-weight: 600;
}

.main-contact .form_main_c {
  margin: 0px;
}

.main-contact .common_title2 {
  font-weight: 700;
  font-family: var(--font-noto);
}

.main-contact .sub_cont {
  margin: 0px 10px;
}

.main-contact .sub_btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-darkBlue);
  color: var(--color-white);
  padding: 16px;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  margin-bottom: 30px !important;
  font-size: 18px;
}

.main-contact .contact_main_control {
  background-color: white;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.main-contact .contact_img img {
  width: 100%;
  max-width: 300px;
}

.main-contact .connect_ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #EAF7F8;
  padding: 12px;
  border: 1px solid rgba(17, 92, 159, 0.1);
  border-radius: 50px;
  /* box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1); */
  margin-top: 20px;
}

.main-contact .contact_img2 {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: white;
  border: 1px solid rgba(17, 92, 159, 0.5);
  padding: 13px;
}

.main-contact .contact_title {
  font-weight: 600;
  font-size: 20px;
  color: var(--color-darkBlue);
}

.main-contact .common_title2 {
  line-height: 1.4;
  font-size: 24px;
}

.main-contact .contact_title2 {
  font-size: 19px;
}

.contact_main_control .font_15 {
  font-size: 14px !important;
}

.main-contact .contact_content {
  width: calc(100% - 60px);
}

.main-contact .common_content {
  background-color: var(--color-darkBlue);
  padding: 7px 10px;
  color: var(--color-white);
  font-size: 20px;
}

.main-contact .title_about {
  font-size: 26px;
  font-weight: 600;
}

.main-contact .title_about span {
  font-size: 22px;
}

.main-contact .title_about i {
  font-size: 18px;
  padding: 0px 3px;
}

.main-contact .about_img-2 img {
  border-radius: 5px;
  object-fit: cover;
}

.main-contact .about_content_1 {
  position: relative;
  margin-left: -5rem;
  background-color: var(--color-white);
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

@media screen and (max-width: 568px) {


  .sub_cont2 .login_btn {

    font-size: 12px !important;
  }

  .main-contact .contact_main_control {
    padding: 15px;
  }

  .main-contact .common_title2 {
    line-height: 37px;
  }

  .main-contact .class_all_input {
    font-size: 14px;
    padding: 12px 10px;
  }

  .main-contact .form_holder_c label {
    font-size: 13px;
  }

  .main-contact .contact_img2 {
    width: 53px;
    height: 53px;
  }

  .main-contact .contact_title {
    font-size: 18px;
  }
}

/* Contact Us End */

/* DashBoard Start */
.main-dashboard .after-banner {
  padding: 30px 0px;
}

.main-dashboard .active-page {
  color: #14a4af;
}

.main-dashboard .profile {
  box-shadow: 0 30px 20px -3px rgb(0 0 0 / 0.1),
    0 15px 10px -15px rgb(0 0 0 / 0.1);
  border-radius: 10px;
}

.main-dashboard .profile img {
  width: 50%;
  border-radius: 50% !important;
  margin-top: 15px;
}

.main-dashboard .profile p {
  font-size: 14px;
}

.main-dashboard .profile-name {
  font-size: 16px !important;
  font-weight: 600;
}

.main-dashboard .profile-date {
  padding-bottom: 20px;
  color: grey;
}

.main-dashboard .main-dashboard {
  padding: 0px 30px;
  display: flex;
}

.main-dashboard .sidebar {
  width: 20%;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  height: 100vh;
  position: relative;
  border: 2px solid #997f7f78;
  border-radius: 14px;
}

.main-dashboard .profile {
  margin-bottom: 20px;
  text-align: center;
}

.main-dashboard .profile p {
  margin: 5px 0;
}

.main-dashboard .dashboard {
  border-top: 1px solid #ddd;
}

.main-dashboard .logout-nav {
  border-bottom: none !important;
}

.main-dashboard .nav {
  list-style-type: none;
  padding: 0;
  margin-top: 64px;
  width: 100%;
  display: block;
  position: absolute;
  top: 30%;
}

.main-dashboard .nav-item {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.main-dashboard .nav-item:hover {
  background-color: #f1f1f1;
}

.main-dashboard .main-content {
  flex: 1;
  padding: 20px;
  background-color: #ffffff;
}

.main-dashboard .content-tab {
  display: none;
}

.main-dashboard .content-tab.active {
  display: block;
}

.main-dashboard .mobile-nav {
  display: none;
}

.main-dashboard .mobile-profile {
  display: none;
}

.main-dashboard .profile {
  display: block;
}

/* card-css */

.main-dashboard .cards-container {
  display: grid;
  grid-template-columns: 47% 47% !important;
  justify-content: space-around;
  align-items: center;
  gap: 27px;
}

.main-dashboard .card {
  background-color: white;
  width: 100%;
  height: 150px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 2px solid #d6ccccc4;
}

.main-dashboard .card .content {
  position: relative;
  z-index: 1;
  left: 0px;
  right: 0px;
  text-align: center;
}

.main-dashboard .card h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.main-dashboard .card p {
  font-size: 18px;
  color: #666;
}

.main-dashboard .card::before,
.main-dashboard .card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.6;
}

.main-dashboard .card::before {
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.7);
  top: -20px;
  left: -20px;
}

.main-dashboard .card::after {
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.3);
  bottom: -50px;
  right: -50px;
}

.main-dashboard .doctor-booking {
  background: linear-gradient(135deg, #b7e9e1 0%, #fff 100%);
}

.main-dashboard .lab-booking {
  background: linear-gradient(135deg, #ffcdc8 0%, #fff 100%);
}

.main-dashboard .health-package {
  background: linear-gradient(135deg, #a6e5f2 0%, #fff 100%);
}

.main-dashboard .medical-package {
  background: linear-gradient(135deg, #099389 0%, #fff 100%);
}

@media screen and (max-width: 800px) {
  .main-dashboard .cards-container {
    flex-direction: column;
    align-items: center;
  }

  .main-dashboard .card {
    width: 100%;
  }
}

/* Doctor Appointment */

.main-dashboard .main-btn {
  display: flex;
  gap: 10px;
}

.main-dashboard .doctor-appointment {
  border: 3px solid #ddd;
  margin-top: 20px;
  padding: 33px 40px 40px;
  border-radius: 12px;
}

.main-dashboard .appointment-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 33px;

}

/* animation-btn */
.main-dashboard :active,
.main-dashboard :hover,
.main-dashboard :focus {
  outline: 0 !important;
  outline-offset: 0;
}

/* .main-dashboard ::before,
.main-dashboard ::after {
  position: absolute;
  content: "";
} */

.main-dashboard .btn {
  position: relative;
  display: contents;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.main-row-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}



.main-dashboard .btn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;

  transition: 0.3s;
}

.main-dashboard .btn.hover-border-4::before,
.main-dashboard .btn.hover-border-4::after {
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
}

.main-dashboard .btn.hover-border-4::before {
  bottom: 0;
  left: -1px;
  border-top: 1px solid rgb(28, 31, 30);
  border-left: 1px solid rgb(28, 31, 30);
}

.main-dashboard .btn.hover-border-4::after {
  top: 0;
  right: 0;
  border-bottom: 1px solid rgb(28, 31, 30);
  border-right: 1px solid rgb(28, 31, 30);
}

.main-dashboard .btn.hover-border-4:hover::before,
.main-dashboard .btn.hover-border-4:hover::after {
  width: 100%;
  height: 99%;
  opacity: 1;
  transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
}

.main-dashboard .btn-3 span {
  background-color: #39cabb;
  padding: 9px 20px;
  color: white;
  font-size: 13px;
  border-radius: 5px;
}

/* table */

.main-dashboard .table-container {
  overflow-x: auto;
  margin-top: 20px;
  border: 1px solid #ddd;
  display: block;
}

.main-dashboard .responsive-table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main-dashboard .responsive-table th,
.main-dashboard .responsive-table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.main-dashboard .responsive-table th {
  background-color: #f4f4f4;
}

.main-dashboard .doctor-info {
  display: flex;
  align-items: center;
}

.main-dashboard .doctor-info img {
  border-radius: 50%;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.main-dashboard .doctor-info div {
  display: flex;
  flex-direction: column;
}

.main-dashboard .status {
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
}

.main-dashboard .status.confirm {
  background-color: #ebfbf3;
  border-radius: 20px;
  color: black;
  font-size: 14px !important;
  padding: 6px 15px;
}

.main-dashboard .table-status {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.main-dashboard .status.cancelled {
  background-color: #f5e7e5;
  border-radius: 20px;
  color: black;
  font-size: 14px !important;
}

.main-dashboard .status.pending {
  background-color: #fff6e5;
  border-radius: 20px;
  color: black;
  font-size: 14px !important;
}

.main-dashboard .action-btn {
  padding: 3px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 5px;
  color: white;
}

.main-dashboard .action-btn.print {
  background-color: #ebfaf8;
  border-radius: 20px;
  color: black;
  font-size: 14px !important;
}

.main-dashboard .action-btn.view {
  background-color: #e5f7fb;
  border-radius: 20px;
  color: black;
  font-size: 14px !important;
}

@media screen and (max-width: 600px) {

  .main-dashboard .responsive-table th,
  .main-dashboard .responsive-table td {
    padding: 10px;
  }

  .main-dashboard .cards-container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  .accordion-button:after {

    margin-left: 79% !important;

  }

  .main-dashboard .status {
    padding: 3px 7px;
  }

  .main-dashboard .status.cancelled {
    padding: 3px 7px;
  }
}

.main-dashboard .doctor-info img {
  width: 30px;
  height: 30px;
}

/* mobile doctor table */
.main-dashboard .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  width: 100%;
  max-width: 1200px;
  justify-content: center;
}

.main-dashboard .dcard {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 270px;
  overflow: hidden;
  text-align: center;
  display: none;
  margin: 20px;
  border: 3px solid #5f575761;
}

.main-dashboard .main-btn-doctor {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}

.main-dashboard .doctor-photo {
  width: 100%;
}

.main-dashboard .doctor-photo img {
  object-fit: cover;
}

.main-dashboard .dcard-content {
  padding: 10px;
}

.main-dashboard .doctor-name {
  margin: 10px 0;
  font-size: 22px;
  text-align: left;
}

.main-dashboard .doctor-degree,
.main-dashboard .appointment-date,
.main-dashboard .booking-date,
.main-dashboard .amount,
.main-dashboard .status {
  margin: 5px 0;
  font-size: 16px;
  text-align: left;
}

.main-dashboard .dcard-buttons {
  margin-top: 20px;
  display: flex;
}

.main-dashboard button {
  padding: 10px 20px;
  margin: 5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.main-dashboard .view-button {
  background-color: #4caf50;
  color: white;
}

.main-dashboard .view-button:hover {
  background-color: #45a049;
}

.main-dashboard .status-button {
  background-color: #2196f3;
  color: white;
}

.main-dashboard .status-button:hover {
  background-color: #0b7dda;
}

/* TAB 2 FAVORITE DOCTOR TAB */

.main-dashboard .fcards-container {
  display: flex;
  gap: 20px;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 15px;
}

.main-dashboard .fcard {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.main-dashboard .availability {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.main-dashboard .image-container {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
}

.main-dashboard .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-dashboard .content {
  padding: 15px;
  text-align: left;
}

.main-dashboard .content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.main-dashboard .content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.main-dashboard .card-content button {
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.main-dashboard .card-content button:hover {}

.main-dashboard .pagination {
  display: flex;
  justify-content: start;
  gap: 10px;
}

.main-dashboard .pagination button {
  background-color: #39cabb;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
}

.main-dashboard .pagination button:hover {
  background-color: #0056b3;
}

/* btn-hover-effect */

.main-dashboard .cbtn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 1px 0px;
}

.main-dashboard .cbtn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;

  transition: 0.3s;
}

.main-dashboard .cbtn span:hover {
  color: white !important;
}

.main-dashboard .cbtn.hover-border-4::before,
.main-dashboard .cbtn.hover-border-4::after {
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
}

.main-dashboard .cbtn.hover-border-4::before {
  bottom: 0;
  left: -1px;
  border-top: 1px solid rgb(28, 31, 30);
  border-left: 1px solid rgb(28, 31, 30);
}

.main-dashboard .cbtn.hover-border-4::after {
  top: 0;
  right: 0;
  border-bottom: 1px solid rgb(28, 31, 30);
  border-right: 1px solid rgb(28, 31, 30);
}

.main-dashboard .cbtn.hover-border-4:hover::before,
.main-dashboard .cbtn.hover-border-4:hover::after {
  width: 100%;
  height: 99%;
  opacity: 1;
  transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
}

.main-dashboard .cbtn-3 span {
  background-color: #39cabb;
  padding: 9px 28px;
}

.main-dashboard .favorite-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent !important;
  border: 1px solid white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  outline: none;
  color: #e74c3c;
  padding: 0px !important;
}

.main-dashboard .favorite-btn.active .feather-heart {
  fill: #e74c3c;
}

.main-dashboard .feather-heart {
  width: 20px;
  height: 20px;
  stroke: #e74c3c;
  fill: none;
}

/* Profile-css */

.main-dashboard .info-box {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.main-dashboard .details-box {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;

  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.main-dashboard .social-box {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.main-dashboard .profile-container {
  position: relative;
  margin-right: 20px;
}

.main-dashboard .profile-container img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 3px solid #007bff;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-25%, 50%);
}

.main-dashboard .profile-container button {
  position: absolute;
  left: 75px;
  top: 20px;
  background-color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main-dashboard .profile-container svg {
  width: 20px;
  height: 20px;
  stroke: #007bff;
}

.main-dashboard .info-content {
  margin-left: 200px;
}

.main-dashboard .info-content h2 {
  margin-bottom: 10px;
}

.main-dashboard .info-content p {
  margin-bottom: 5px;
  color: #666;
}

.main-dashboard .details-box h2 {
  margin-bottom: 10px;
}

.main-dashboard .input-group label {
  margin-bottom: 5px;
  color: #666;
}

.main-dashboard .input-group {
  margin-bottom: 15px;
}

.main-dashboard .input-group label {
  display: block;
  margin-bottom: 5px;
  color: #333;
}

.main-dashboard .input-group input,
.main-dashboard .input-group select,
.main-dashboard .input-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.main-dashboard .input-group textarea {
  resize: vertical;
  height: 100px;
}

.main-dashboard .input-field {
  display: flex;
  gap: 20px;
}

.main-dashboard .single-input-field {
  width: 50%;
  margin-right: 20px;
}

/* track order */

.main-dashboard .hh-grayBox {
  width: 100%;
}

.main-dashboard .order-tracking {
  text-align: center;
  width: 15%;
  position: relative;
  display: block;
}

.main-dashboard .order-tracking::before {
  content: "";
  display: block;
  height: 3px;
  width: 285% !important;
  background-color: #f7be16;
  top: 10px;
  position: absolute;
  left: -235% !important;
  z-index: 0;
}

.main-dashboard .order-tracking .is-complete {
  display: block;
  position: relative;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border: 0px solid #afafaf;
  background-color: #f7be16;
  margin: 0 auto;
  transition: transform 0.25s linear;
  -webkit-transition: transform 0.25s linear;
  z-index: 2;
}

.main-dashboard .order-tracking .is-complete:after {
  display: block;
  position: absolute;
  content: "";
  height: 14px;
  width: 7px;
  top: -2px;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  border: 0px solid #afafaf;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.main-dashboard .order-tracking.completed .is-complete {
  border-color: #27aa80;
  border-width: 0px;
  background-color: #27aa80;
}

.main-dashboard .main-tracking-list {
  margin-top: 20px;
}

.main-dashboard .order-tracking.completed .is-complete:after {
  border-color: #fff;
  border-width: 0px 2px 2px 0;
  width: 7px;
  left: 7px;
  opacity: 1;
}

.main-dashboard .order-tracking p {
  color: #a4a4a4;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 20px;
}

.main-dashboard .order-tracking p span {
  font-size: 12px;
}

.main-dashboard .order-tracking.completed p {
  color: #000;
}

.main-dashboard .order-tracking::before {
  content: "";
  display: block;
  height: 3px;
  width: calc(100% - 40px);
  background-color: #f7be16;
  top: 10px;
  position: absolute;
  left: calc(-50% + 20px);
  z-index: 0;
}

.main-dashboard .order-tracking:first-child:before {
  display: none;
}

.main-dashboard .order-tracking.completed:before {
  background-color: #27aa80;
}

/* order-card */

.main-dashboard .order-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease;
  margin-bottom: 35px;
  padding: 20px;
}

.main-dashboard .pt45 {
  padding-top: 10px;
}

.main-dashboard .order-card:hover {
  transform: translateY(-10px);
}

.main-dashboard .order-card-image {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 10px;
}

.main-dashboard .order-card-image h3 {
  margin-bottom: 5px;
}

/* .main-order-card {
  display: grid;
  grid-template-columns: 31% 31% 31%;
  justify-content: space-between;
} */
.main-dashboard .order-card-image img {
  width: 10%;
  height: auto;
  object-fit: cover;
}

.main-dashboard .order-card img {
  width: 25%;
  border-radius: 10px;
  object-fit: cover;
}

.main-dashboard .main-order-image-card {
  display: flex;
  gap: 20px;
}

.main-dashboard .order-card-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.main-dashboard .order-card-details {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}

.main-dashboard .order-card-details h3 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.main-dashboard .order-card-details p {
  margin: 5px 0;
  color: #666;
}

.main-dashboard .order-card-progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #999;
}

.main-dashboard .progress-bar {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #eee;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 10px;
}

.main-dashboard .progress {
  height: 100%;
  background-color: #9b59b6;
  transition: width 0.3s ease;
}

.main-dashboard .view-more {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  background-color: #9b59b6;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.main-dashboard .view-more:hover {
  background-color: #8e44ad;
}

.main-dashboard .subtotal {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  align-items: center;
}

.main-dashboard .discount {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}

.main-dashboard .tax {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}

.main-dashboard .total {
  display: flex;
  justify-content: space-between;
  background-color: #f1f1f1;
  padding: 20px;
}

.main-dashboard .order-card1 {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px;
}

.main-dashboard .order-card1:hover {
  transform: translateY(-10px);
}

.main-dashboard .payment-summery {
  font-weight: bold;
}

/* CHANGE PASSWORD */
.main-dashboard .change-password-tab {
  border: 1px solid #e5eded;
  box-shadow: 0 30px 20px -3px rgb(0 0 0 / 0.1),
    0 15px 10px -15px rgb(0 0 0 / 0.1);
  border-radius: 10px;
}

.main-dashboard .tab-title {
  padding: 36px 40px;
  border-bottom: 1px solid #e5eded;
}

.main-dashboard .tab-content {
  padding: 35px 40px 40px;
}

.main-dashboard .form-group {
  margin-bottom: 15px;
  text-align: left;
  width: 50%;
}

.main-dashboard label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.main-dashboard input[type="password"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.main-dashboard .main-dashboard button {
  width: 100%;
  padding: 10px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.main-dashboard .main-dashboard button:hover {
  background-color: #45a049;
}

@media screen and (max-width: 1440px) {
  .main-dashboard .profile-name {
    font-size: 14px !important;
  }

  .main-dashboard .action-btn.view {
    margin-top: 5px !important;
  }

  .main-dashboard .profile {
    overflow: hidden;
  }

  .main-dashboard .dcard {
    display: block;
  }

  .main-dashboard .table-container {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .main-dashboard .profile-name {
    font-size: 10px !important;
  }

  .main-dashboard .profile-date {
    font-size: 10px !important;
  }

  /* .main-order-card {
    grid-template-columns: 48% 48%;
  } */
}

@media screen and (max-width: 768px) {
  .main-dashbaord {
    padding-top: 0 !important;
  }

  .main-how-its-work .how-it-works {
    width: 95% !important;
    padding: 10px !important;
  }


  .main-how-its-work .step {
    width: 45% !important;
    padding: 0 !important;
  }

  .main-product-listing .relative {
    position: relative;
    padding: 0;
    height: 30vh;

  }

  .main-product-listing .banner-listing .hero_section2_img img {
    height: 100% !important;

  }

  .main-dashboard .social-box {
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .main-dashboard .doctor-photo {
    width: 100%;
  }

  .main-dashboard .card-grid {
    gap: 20px;
    padding: 20px 0;
  }

  .main-dashboard .dcard {
    width: 212px;
    margin: 5px;
  }

  .main-dashboard .doctor-appointment {
    border: 1px solid #ddd;
    margin-top: 20px;
    padding: 10px !important;
  }

  .main-dashboard .appointment-title {
    margin-bottom: 10px;
  }

  .main-dashboard .details-box {
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .main-dashboard .info-box {
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .main-dashboard .mobile-nav {
    display: flex;
    overflow-y: scroll;
  }

  .main-dashboard .mobile-profile {
    display: block;
  }

  .main-dashboard .profile {
    display: none;
  }

  .main-dashboard .nav {
    display: none;
  }

  .main-dashboard .sidebar {
    display: none;
  }

  .main-dashboard .mobile-image {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .main-dashboard .dashboard {
    border: none !important;
  }

  .main-dashboard .nav-item {
    border: none !important;
  }

  .main-dashboard .nav-item:hover {
    box-shadow: inset 0 -2px #099389;

    background-color: ;
  }

  .main-dashboard .nav-item .active {
    box-shadow: inset 0 -2px #408bca;
    color: #408bca;
  }

  .main-dashboard .nav-item {
    font-size: 14px !important;
    padding: 5px 5px;
    text-align: center;
    flex: 0 0 140px;
  }

  .main-dashboard .mobile-content {
    text-align: center;
  }

  .main-dashboard .main-content {
    padding: 0px;
  }

  .main-dashboard .mobile-image img {
    width: 20%;
    border-radius: 50%;
  }

  /* .main-order-card {
    grid-template-columns: 100%;
  } */
}

@media screen and (max-width: 600px) {
  .main-how-its-work .step {
    width: 42% !important;
    padding: 0 !important;
  }

  .main-dashboard .info-content {
    margin-left: 80px;
  }

  .main-dashboard .input-field {
    display: block;
  }

  .main-dashboard .single-input-field {
    width: 100%;
    margin-right: 20px;
  }

  .main-dashboard .profile-container button {
    position: absolute;
    left: 40px;
    top: 15px;
    background-color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .main-dashboard .profile-container img {
    width: 100px;
    height: 100px;
  }

  .main-dashboard .info-content h2 {
    font-size: 16px;
  }

  .main-dashboard .cards-container {
    grid-template-columns: 100%;
  }

  .main-dashboard .doctor-appointment {
    padding: 0px;
    border-radius: 15px;
  }

  .main-dashboard .appointment-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 10px;
  }

  .main-dashboard .form-group {
    width: 100%;
  }

  .main-dashboard .btn-3 span {
    padding: 9px 9px;
  }

  .main-dashboard .main-content {
    margin: 0px;
  }

  .main-dashboard .banner-image img {
    padding-top: 75px;
  }

  .main-dashboard,
  .main-dashboard .after-banner {
    padding: 0px 20px;
  }

  .main-dashboard .after-banner {
    padding: 20px 20px;
  }

  .main-dashboard .profile-name {
    font-size: 14px !important;
    padding-top: 10px;
  }

  .main-dashboard .profile-date {
    font-size: 12px !important;
    padding-top: 5px;
  }

  .main-dashboard .btn-holder {
    width: 50%;
    display: flex;
    justify-content: center;
  }

  .main-dashboard .fcard {
    width: 100% !important;
  }

  .main-dashboard .dcard {
    width: 100%;
  }

  .main-dashboard .main-btn-doctor .cbtn-holder {
    width: 50% !important;
  }

  .main-dashboard .main-btn-doctor .cbtn-holder .cbtn {
    width: 90% !important;
  }

  .main-dashboard .main-btn-doctor {
    gap: 20px;
  }

  .main-dashboard .tab-title {
    padding: 5px 10px;
    text-align: center;
  }

  .main-dashboard .tab-content {
    padding: 10px 20px;
  }

  .main-dashboard .tab-content .main-btn {
    display: block;
  }

  .main-dashboard .main-btn .cbtn-holder {
    width: 100% !important;
  }

  .main-dashboard .main-btn .cbtn-holder .cbtn {
    width: 100% !important;
  }

  .main-dashboard .main-btn .btn-holder .btn {
    width: 100%;
  }

  .main-dashboard .tab-title h1 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 425px) {
  .main-dashboard .main-order-image-card {
    display: block;
  }

  .main-how-its-work .step {
    width: 100% !important;
    padding: 0 !important;
  }

  .main-dashboard .order-card img {
    width: 100%;

  }

  .main-dashboard .order-tracking {
    width: 33.33%;
  }

  .main-dashboard .order-tracking::before {
    width: calc(100% - 40px) !important;
    left: calc(-50% + 20px) !important;
  }
}

@media screen and (max-width: 375px) {
  .main-dashboard .dcard {
    width: 100%;
  }

  .main-dashboard .cbtn-holder {
    width: 50%;
  }

  .main-dashboard .cbtn {
    width: 100%;
  }

  .main-dashboard .main-btn-doctor {
    gap: 20px;
  }

  .main-dashboard .doctor-name {
    margin: 0px 0;
    font-size: 18px;
    text-align: left;
  }

  .main-dashboard .doctor-degree {
    font-size: 16px;
  }

  .main-dashboard .appointment-date {
    font-size: 14px;
  }

  .main-dashboard .booking-date {
    font-size: 14px;
  }

  .main-dashboard .main-btn .cbtn-holder .cbtn {
    width: 100% !important;
  }

  .main-dashboard .main-btn .cbtn-holder {
    width: 100%;
  }

  .main-dashboard .cards-container {
    grid-template-columns: 44% 44% !important;
  }
}

/* DashBoard End */
/* Doctor Details Start */
.main-doctor-details .main-doctor-details {
  display: flex;
  gap: 20px;
  padding-top: 30px;
}

.main-doctor-details .ser_banner {
  background-color: var(--color-darkBlue);
  padding: 2rem 0px;
}

.main-doctor-details .des_cont_cust {
  background-color: #9e2e58;
  position: absolute;
  right: 0px;
  top: 10px;
  color: var(--color-white);
  padding: 10px 15px;
  border-radius: 3px 0px 0px 3px;
}

.main-doctor-details .des_cont_cust p {
  font-weight: 600;
  font-family: var(--font-lora);
  font-size: 20px;
}

.main-doctor-details .about_img_c img {
  height: 500px;
  object-fit: cover;
}

.main-doctor-details .gal_cont {
  cursor: pointer;
  border-radius: 5px;
}

.main-doctor-details .gal_cont img {
  height: 100px;
  width: 100%;
  object-fit: cover;
}

.main-doctor-details .form_main {
  background-color: #eaf7f8;
}

.main-doctor-details .bg_b {
  background-color: #f2f9ff;
}

.main-doctor-details .arrow_common {
  background-color: var(--color-yellow);
  width: 40px;
  height: 40px;
  z-index: 99;
  top: initial;
  bottom: 0px !important;
  transform: initial !important;
}

.main-doctor-details .swiper-button-next:after,
.main-doctor-details .swiper-rtl .swiper-button-prev:after {
  color: var(--color-black);
  font-size: 15px;
  font-weight: 700;
}

.main-doctor-details .swiper-button-prev:after,
.main-doctor-details .swiper-rtl .swiper-button-next:after {
  color: var(--color-black);
  font-size: 15px;
  font-weight: 700;
}

.main-doctor-details .swiper-button-prev.arrow_common {
  left: initial;
  right: 60px;
}

.main-doctor-details .common_title2 {
  font-family: var(--font-lora);
}

.main-doctor-details .des_stars_cont i {
  color: rgb(247, 143, 15);
}

.main-doctor-details .des_stars_cont {
  margin-top: 4px;
}

.main-doctor-details .res_slider .des_stars_cont p {
  margin-top: 0px !important;
}

.main-doctor-details .price_title {
  font-weight: 600;
  font-size: 18px !important;
  font-family: var(--font-lora);
}

.main-doctor-details .rev_title {
  background-color: #9e2e58;
  color: var(--color-white);
  border-radius: 3px;
  padding: 6px;
  text-align: center;
  margin: 5px 0px;
  font-weight: 500;
  font-size: 16px !important;
}

.main-doctor-details .cont_cust h1,
.main-doctor-details .cont_cust h2,
.main-doctor-details .cont_cust h3,
.main-doctor-details .cont_cust h4,
.main-doctor-details .cont_cust h5 {
  background-color: #dff0ff;
  font-family: var(--font-lora);
  border-left: 6px solid var(--color-blue);
  padding: 9px 10px;
  border-radius: 5px;
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-doctor-details .cont_cust p {
  margin-top: 12px;
}

.main-doctor-details .cont_cust ul {
  margin-top: 26px;
}

.main-doctor-details .ul_tick {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
}

.main-doctor-details .ul_tick li {
  display: flex;
  gap: 10px;
  font-size: 17px;
  background-color: rgba(0, 182, 122, 0.1);
  padding: 10px;
  font-weight: 600;
  border-radius: 50px;
}

.main-doctor-details .ul_tick li p {
  margin-top: 0px;
  width: calc(100% - 27px);
}

.main-doctor-details .ul_tick li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f560";
  font-weight: 900;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgb(2, 221, 177);
  margin-left: 5px;
}

.main-doctor-details .cont_all .arrow_common {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-green);

  z-index: 9 !important;
  border-radius: 3px;
  color: black;
}

.main-doctor-details .cont_all .arrow_common i {
  color: white;
}

.main-doctor-details .cont_all .swiper-button-prev,
.main-doctor-details .swiper-container-rtl .swiper-button-next {
  background-image: none !important;
}

.main-doctor-details .cont_all .swiper-button-next,
.main-doctor-details .swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
}

.main-doctor-details .cont_all .swiper-button-next:after,
.main-doctor-details .swiper-button-prev:after {
  font-size: 15px !important;
  font-weight: 600;
}

.main-doctor-details .book_a_now {
  background-color: var(--color-darkBlue);
  color: var(--color-white);
  display: inline-flex;
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 3px;
  gap: 5px;
  width: 100%;
  margin-top: 10px;
}

/* .des_d_cont {
    background-color: #fbf7ef;
    border-radius: 5px;
    padding: 25px;
} */
.main-doctor-details .des_slider_cust {
  width: 90%;
  position: relative;
  margin: auto;
  margin-top: -4.5rem;
}

.main-doctor-details .book_title {
  font-family: var(--font-lora);
  font-size: 22px;
  margin-bottom: 5px;
}

.main-doctor-details .name_spe {
  font-size: 22px;
  font-weight: 700;
}

.main-doctor-details .stars_rar {
  background-color: var(--color-darkBlue);
  color: white;
  padding-right: 15px;
}

.main-doctor-details .call_num_sp {
  background-color: var(--color-green);
  color: var(--color-white);
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.main-doctor-details .form_holder_input input {
  border-radius: 3px;
  padding: 11px 10px;
}

.main-doctor-details .form_holder_input input:focus {
  box-shadow: none;
}

.main-doctor-details .form_main_sp input {
  font-size: 14px;
}

.main-doctor-details .pm p {
  margin-top: 15px;
  font-size: 15px;
}

.main-doctor-details .pm ul {
  padding-left: 25px;
  margin-top: 15px;
}

.main-doctor-details .pm ul li {
  margin: 6px 0px;
  list-style: disc;
  font-size: 15px;
}

.main-doctor-details .pm h2,
.main-doctor-details .pm h3 {
  margin-top: 14px;
}

.main-doctor-details .accordion_cust button {
  font-weight: 500;
  font-size: 18px;
  border: none;
  border-radius: 3px !important;
  background-color: #eaf7f8;
}

.main-doctor-details .accordion_cust button:focus {
  box-shadow: none;
}

.main-doctor-details .accordion_cust .accordion-item {
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 3px !important;
}

.main-doctor-details .accordion-button:not(.collapsed) {
  background-color: var(--color-green);
  color: var(--color-white);
}

.main-doctor-details .pro-c-content2 p {
  font-size: 14px;
}

.main-doctor-details .pro-c-content2 .pr-title {
  font-size: 22px !important;
}

.main-doctor-details .tabs_d button {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0px !important;
  padding: 10px 30px;
  color: var(--color-black);
}



/* review */
.main-doctor-details .review-section {
  width: 100%;
  margin: 50px auto;
  background: #eaf7f8;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main-doctor-details .review-section h2 {
  text-align: left;
}

.main-doctor-details .comment,
.thank-you {

  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;

}

.main-doctor-details .main-comment-image {
  display: flex;
}


/* Side-Form-Code */

.main-doctor-details .info-box {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.main-doctor-details .details-box {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;

  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.main-doctor-details .social-box {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.main-doctor-details .profile-container {
  position: relative;
  margin-right: 20px;
}

.main-doctor-details .profile-container img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 3px solid #007bff;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-25%, 50%);
}

.main-doctor-details .profile-container button {
  position: absolute;
  left: 75px;
  top: 20px;
  background-color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main-doctor-details .profile-container svg {
  width: 20px;
  height: 20px;
  stroke: #007bff;
}

.main-doctor-details .info-content {
  margin-left: 200px;
}

.main-doctor-details .info-content h2 {
  margin-bottom: 10px;
}

.main-doctor-details .info-content p {
  margin-bottom: 5px;
  color: #666;
}

.main-doctor-details .details-box h2 {
  margin-bottom: 10px;
}

.main-doctor-details .input-group label {
  margin-bottom: 5px;
  color: #666;
}

.main-doctor-details .input-group {
  margin-bottom: 15px;
}

.main-doctor-details .input-group label {
  display: block;
  margin-bottom: 5px;
  color: #333;
}

.main-doctor-details .input-group input,
.main-doctor-details .input-group select,
.main-doctor-details .input-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px !important;
}

.main-doctor-details .input-group textarea {
  resize: vertical;
  height: 100px;
}

.main-doctor-details .input-field {
  display: flex;
  gap: 20px;
}

.main-doctor-details .single-input-field {
  width: 50%;
  margin-right: 20px;
}



.main-doctor-details .image-comment img {
  width: 150px;
  border-radius: 50% !important;
}

.main-doctor-details .stars {
  display: flex;
  justify-content: flex-start;
}

.main-doctor-details .stars input {
  display: none;
}

.main-doctor-details .stars label {
  font-size: 24px;
  color: #ccc;
  cursor: pointer;
}

.main-doctor-details .stars input:checked~label,
.main-doctor-details .stars input:checked~label~label {
  color: #ccc;
}

.main-doctor-details .stars input:checked+label,
.main-doctor-details .stars input:checked+label~label {
  color: gold;
}

.main-doctor-details .stars input:not(:checked)+label:hover,
.main-doctor-details .stars input:not(:checked)+label:hover~label {
  color: gold;
}

.main-doctor-details .static span {
  font-size: 24px;
  color: gold;
}

.main-doctor-details .review-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main-doctor-details .review-form input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.main-doctor-details .review-form button {
  padding: 10px;
  background: #009688;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.main-doctor-details .review-form button:hover {
  background: #00796b;
}

.main-doctor-details .thank-you {
  background: #b2dfdb;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}


/* TIme */

.main-doctor-details .input-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}

.main-doctor-details .time-input {
  display: flex;
  align-items: center;
}

.main-doctor-details .time-input input[type="number"] {
  width: 25%;
  margin-right: 0.2em;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
}

.main-doctor-details .time-input span {
  margin: 0 0.2em;
}

.main-doctor-details .time-input select {
  margin-left: 0;
  margin: 0;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px !important;
  height: 38px;
}

@media screen and (max-width: 1024px) {
  .main-doctor-details .nav-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-y: scroll !important;
  }

  .main-doctor-details .main-appointment-part {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 568px) {
  .main-doctor-details .des_stars_cont i {
    display: none;
  }

  .main-doctor-details .des_stars_cont i:nth-child(1) {
    display: flex;
  }

  .main-doctor-details .call_num_sp {
    font-size: 14px;
  }

  .main-doctor-details .form_holder_input input {
    padding: 12px 9px;
  }

  .main-doctor-details .accordion_cust button {
    font-size: 16px;
  }

  .main-doctor-details .accordion_cust .accordion-body {
    font-size: 12px;
  }

  .main-doctor-details .about_img_c img {
    height: 220px;
  }

  .main-doctor-details .gal_cont img {
    height: 70px;
  }

  .main-doctor-details .des_slider_cust {
    margin-top: -2.5rem;
  }

  .main-doctor-details .margin_top {
    margin-top: 30px !important;
  }
}

@media (max-width: 768px) {
  .main-doctor-details .main-doctor-details {
    display: block;
  }

  .main-doctor-details .book_form {
    margin-top: 20px;
  }

  .main-doctor-details .sp-p {
    display: none;
  }

  .main-doctor-details .common_title2 {
    font-size: 20px !important;
  }

  .main-doctor-details .common_title {
    margin-bottom: 0px !important;
    margin-top: 15px !important;
  }
}

@media (max-width: 425px) {
  .main-doctor-details .row {
    display: block;
  }

  .main-doctor-details .doctor-details {
    width: 100%;
  }

  .main-doctor-details .doctor-image {
    width: 100%;
  }

  .main-doctor-details .pro_img_cust {
    max-width: 261px;
    margin: 0 auto;
    display: block;
  }

  .main-doctor-details .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: scroll;
  }
}

.main-doctor-details .course-form {
  background: #fff;
  border: 1px solid #ddd;
  width: 300px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
}

.main-doctor-details .course-preview img {
  width: 100%;
  border-radius: 8px;
}

.main-doctor-details .preview-button {
  background-color: #5c67f2;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 10px;
  cursor: pointer;
}

.main-doctor-details .tab-menu {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.main-doctor-details .tab-link {
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
}

.main-doctor-details .tab-link.active {
  border-bottom: 2px solid #0E223E;
  color: #0E223E;
}

.main-doctor-details .tab-content1 {
  display: none;
  margin-top: 10px;
}

.main-doctor-details .tab-content.active {
  display: block;
}

.main-doctor-details .subscribe-button {
  background-color: #0E223E;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}

.main-doctor-details .price {
  font-size: 24px;
  margin: 10px 0;
}

.main-doctor-details .add-to-cart {
  background: #0E223E;
  border: 1px solid #333;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
  color: #fff;
}

.main-doctor-details .actions {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 12px;
}

.main-doctor-details .actions button {
  background: none;
  border: none;
  color: #0E223E;
  cursor: pointer;
  padding: 5px;
}

.main-doctor-details .coupon {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.main-doctor-details .coupon input {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  width: 70%;
}

.main-doctor-details .coupon button {
  background-color: #0E223E;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

/* Doctor Details End */

/* Doctor Listing Start*/
/*Add*/
.main-card-doctor.margin_top {
  margin-top: 60px !important;
}

.main-doctor-listing .hero_section2_img::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(14, 34, 62, 1), rgba(14, 34, 62, 0.2));
  border-radius: 0px;
}

.main-doctor-listing .hero_section_content {
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 90%;
  margin: auto;
}

.main-doctor-listing .common_title_cust {
  font-family: var(--font-noto);
  font-weight: 600;
}

.main-doctor-listing .start_cate {
  display: inline-flex;
  padding: 14px;
  font-family: var(--font-noto);
  background-color: var(--color-darkBlue);
  color: var(--color-white);
}

.main-doctor-listing .search_app {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 7px 20px;
  padding-right: 10px;
  border-radius: 5px;
}

.main-doctor-listing .search_btn {
  border: none;
  background-color: var(--color-green);
  padding: 10px;
  border-radius: 5px;
}

.main-doctor-listing .search_app input {
  width: 100%;
  border: none;
}

.main-body.main-doctor-listing .search_btn img {
  height: 30px;
  width: auto;
}

.main-doctor-listing .book_btn {
  background-color: var(--color-darkBlue);
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 15px;
}

.main-doctor-listing .book_btn {
  background-color: var(--color-darkBlue);
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 15px;
}

.main-doctor-listing .part_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.main-doctor-listing .part_img {
  padding: 25px 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.main-doctor-listing .part_img img {
  height: 40px;
  width: auto;
}

.main-doctor-listing .search_app {
  background-color: white;
}

.main-doctor-listing .hero_section2_img {
  height: 400px !important;
}

.main-doctor-listing .part_title {
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  background-color: var(--color-darkBlue);
  color: var(--color-white);
  border-radius: 3px;
  padding: 8px 6px;
  text-transform: uppercase;
  margin-top: 12px !important;
}

.main-doctor-listing .part_num {
  position: absolute;
  top: -2px;
  left: 10px;
  background-color: var(--color-darkBlue);
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: 0.8;
}

.main-doctor-listing .part_img .font_13 {
  font-size: 12px;
}

/**/
.main-doctor-listing .do_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 30px;
}

.main-doctor-listing .do_img {
  width: 121px;
  height: 110px;
  margin: auto;
  border: 2px solid var(--color-darkBlue);
  border-radius: 50%;
  padding: 8px;
}

.main-doctor-listing .do_img img {
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.main-doctor-listing .do-title {
  font-weight: 600;
  font-size: 17px;
  margin-top: -3px;
}

.main-doctor-listing .cont_1 p {
  font-weight: 500;
  background-color: var(--color-darkBlue);
  color: var(--color-white);
  padding: 6px 8px;
  border-radius: 3px;
  font-size: 11px;
}

.main-doctor-listing .title_do a {
  position: relative;
  top: -7px;
  background-color: rgb(195, 224, 255);
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  color: var(--color-black);
  padding: 4px 7px;
  border-radius: 50px;
}

.main-doctor-listing .do_container {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 5px;
  background-color: var(--color-white);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  margin-block-end: 20px;
}

.main-doctor-listing .do-ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.main-doctor-listing .do-ul li {
  font-size: 12px;
  text-align: center;
  background-color: aliceblue;
  font-weight: 500;
  padding: 7px 6px;
  border-radius: 3px;
  border-radius: 50px;
}

.main-doctor-listing .do_container::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 6px;
  background-color: var(--color-green);
  border-radius: 0px 0px 50px 50px;
}

.main-doctor-listing .nav_tabs_doc li {
  width: 100%;
}

.main-doctor-listing .nav_tabs_doc button {
  width: 100%;
  color: var(--color-black);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 10px;
  border-radius: 0px !important;
}

.main-doctor-listing .nav_tabs_doc button:hover {
  background-color: var(--color-darkBlue);
  color: var(--color-white);
}

.main-doctor-listing .status-doc span {
  width: 12px;
  height: 12px;
  background-color: rgb(0, 194, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.main-doctor-listing .status-doc {
  position: absolute;
  top: 14px;
  right: 10px;
  background-color: rgb(0, 194, 0, 0.1);
  padding: 5px 10px;
  border-radius: 50px;
  font-weight: 600;
  color: rgb(0, 113, 0);
}

.main-doctor-listing .book_btn-do {
  width: 80%;
  margin: auto;
  margin-bottom: 0px;
}

.main-doctor-listing .cate_banner {
  padding-top: 320px;
}

/* additional image */
.main-doctor-listing .nav-link {
  background-image: black !important;
}

@media screen and (max-width: 1024px) {
  .main-doctor-listing .hero_section_content {
    padding: 0px 10px;
  }

  .main-doctor-listing .do_grid {
    grid-gap: 50px 10px;
  }
}

@media screen and (max-width: 768px) {
  .main-doctor-listing .do_grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px 30px;
  }

  .main-doctor-listing .hero_section_content {
    padding: 0px 25px;
  }

  .main-doctor-listing .common_title_cust {
    font-size: 22px;
  }

  .common_title_cust {
    line-height: normal;
  }


  .main-body.main-doctor-listing .search_btn img {
    height: 15px !important;
  }

  .main-doctor-listing .search_btn {
    padding: 5px !important;
  }

  .main-body.main-doctor-listing .search_app {

    margin-top: 0px !important;
  }

}

@media screen and (max-width: 425px) {
  .main-doctor-listing .do_grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px 30px;
    margin: 0 12px;
  }

  .main-doctor-listing .hero_section_content {
    justify-content: center;
    padding: 0;
  }

  .main-doctor-listing .doctor-banner-content {
    width: 100%;
  }

  .main-doctor-listing .common_title_cust {
    font-size: 20px;
    line-height: 1.8;
  }

  .main-doctor-listing .doctor-banner-content h5 {
    font-size: 18px;
  }

  .main-doctor-listing .search_app {
    padding: 5px !important;
  }

  .main-doctor-listing .search_btn {
    padding: 2px 4px !important;
  }

  .main-doctor-listing .search_btn img {
    height: 20px !important;
  }

  .main-doctor-listing .doctor-banner-content p {
    font-size: 12px;
  }

  .main-doctor-listing .hero_section2_img {
    height: 350px !important;
    padding: 0;
  }

  .main-doctor-listing .hero_section2_img img {
    object-fit: fill !important;
  }

}

@media screen and (max-width: 375px) {
  .main-doctor-listing .status-doc {
    position: absolute;
    top: 7px;
  }

  .main-doctor-listing .status-doc span {
    font-size: 8px !important;
    width: 10px;
    height: 10px;
  }

  .main-doctor-listing .do-ul li {
    font-size: 11px;
  }
}

@media screen and (max-width: 320px) {
  .main-doctor-listing .do_grid {
    grid-gap: 50px 0px !important;
    margin: 0 !important;
  }

  .main-doctor-listing .do_container {
    padding: 6px;
  }

  .main-doctor-listing .status-doc {
    position: absolute;
    top: 7px;
    right: 10px;
    background-color: rgb(0, 194, 0, 0.1);
    padding: 0px 5px;
    border-radius: 50px;
    font-weight: 600;
    color: rgb(0, 113, 0);
  }

  .main-doctor-listing .status-doc span {
    width: 8px;
    height: 8px;

  }
}

.main-doctor-listing .nav-pills .nav-link.active {
  background-color: #0E223E !important;
}

.main-doctor-listing .nav-pills .nav-link {
  background-color: #0E223E !important;
  color: white !important;
  margin-top: 5px;
}

/* Doctor Listing End */

/* Doctors Start */
/*Add*/
.part_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.part_img {
  padding: 25px 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.part_img img {
  height: 40px;
  width: auto;
}

.part_title {
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  background-color: var(--color-darkBlue);
  color: var(--color-white);
  border-radius: 9px;
  padding: 8px 6px;
  text-transform: uppercase;
  margin-top: 12px !important;
}

.part_num {
  position: absolute;
  top: -2px;
  left: 10px;
  background-color: var(--color-darkBlue);
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: 0.8;
}

.part_img .font_13 {
  font-size: 12px;
}

/**/
.do_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 30px;
}

.do_img {
  width: 120px;
  height: 120px;
  margin: auto;
  border: 2px solid var(--color-darkBlue);
  border-radius: 50%;
  padding: 8px;
}

.do_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.do-title {
  font-weight: 600;
  font-size: 17px;
  margin-top: -3px;
}

.cont_1 p {
  font-weight: 500;
  background-color: var(--color-darkBlue);
  color: var(--color-white);
  padding: 6px 8px;
  border-radius: 3px;
  font-size: 11px;
}

.title_do a {
  position: relative;
  top: -7px;
  background-color: rgb(195, 224, 255);
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  color: var(--color-black);
  padding: 4px 7px;
  border-radius: 50px;
}

.do_container {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 5px;
  background-color: var(--color-white);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.do-ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.do-ul li {
  font-size: 12px;
  text-align: center;
  background-color: aliceblue;
  font-weight: 500;
  padding: 7px 6px;
  border-radius: 3px;
  border-radius: 50px;
}

.do_container::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 6px;
  background-color: var(--color-green);
  border-radius: 0px 0px 50px 50px;
}

.nav_tabs_doc li {
  width: 100%;
}

.nav_tabs_doc button {
  width: 100%;
  color: var(--color-black);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 10px;
  border-radius: 0px !important;
}

.nav_tabs_doc button:hover {
  background-color: var(--color-darkBlue);
  color: var(--color-white);
}

.status-doc span {
  width: 12px;
  height: 12px;
  background-color: rgb(0, 194, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.status-doc {
  position: absolute;
  top: 14px;
  right: 10px;
  background-color: rgb(0, 194, 0, 0.1);
  padding: 5px 10px;
  border-radius: 50px;
  font-weight: 600;
  color: rgb(0, 113, 0);
}

.book_btn-do {
  width: 80%;
  margin: auto;
  border-radius: 50px;
  margin-bottom: -30px;
}


/* Doctors End */
/* Hospital Start */
.main-hospital .hcard {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
  overflow: hidden;
  width: 100%;
  margin: 20px;
  transition: transform 0.2s;
  display: flex;
  gap: 30px;
}

.main-hospital .hcard:hover {
  transform: translateY(-10px);
}

.main-hospital .card-img {
  width: 100%;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  background-color: #fff;
  padding: 8px;
  text-align: center;
  min-height: 300px;
}

.main-hospital .hcard-image {
  width: 30%;
}

.main-hospital .hcard-content {
  padding: 10px 20px 10px 0;
  width: 70%;
}

.main-hospital .hcard-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.main-hospital .hcard-subtitle {
  color: #888;
  font-size: 1em;
  margin-bottom: 15px;
}

.main-hospital .hcard-description {
  font-size: 0.9em;
  margin-bottom: 15px;
}

.main-hospital .hcard-description .advanced-treatments {
  color: #007bff;
  text-decoration: none;
}

.main-hospital .hcard-description .advanced-treatments:hover {
  text-decoration: underline;
}

.main-hospital .hcard-info {
  font-size: 0.9em;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}

.main-hospital .hcard-info .rating {
  color: black;
  font-weight: 600;
}

.main-hospital .hcard-info .availability {
  color: #28a745;
}

.main-hospital .address svg {
  width: 10px;
}

.main-hospital .address {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hcard-address,
.main-hospital .hcard-distance {
  font-size: 14px;
  color: #888;
}

.main-hospital .main-address {
  margin-bottom: 15px;
}

.main-hospital .hcard-buttons {
  display: flex;
  justify-content: space-between;
}

.main-hospital .btn {
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.9em;
}

.main-hospital .direction-btn {
  background-color: #007bff;
  color: #fff;
}

.main-hospital .view-doctor-btn {
  background-color: #28a745;
  color: #fff;
}

/* Button Animation */

.main-hospital .main-btn-doctor {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.main-hospital .cbtn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 1px 0px;
}

.main-hospital .cbtn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  transition: 0.3s;
}

.main-hospital .cbtn span:hover {
  color: white !important;
}

.main-hospital :active,
.main-hospital :hover,
.main-hospital :focus {
  outline: 0 !important;
  outline-offset: 0;
}

.main-hospital ::before,
.main-hospital ::after {
  position: absolute;
  content: "";
}

.main-hospital .btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.main-hospital .btn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;

  transition: 0.3s;
}

.main-hospital .btn.hover-border-4::before {
  bottom: 0;
  left: -1px;
  border-top: 1px solid rgb(28, 31, 30);
  border-left: 1px solid rgb(28, 31, 30);
}

.main-hospital .btn.hover-border-4::after {
  top: 0;
  right: 0;
  border-bottom: 1px solid rgb(28, 31, 30);
  border-right: 1px solid rgb(28, 31, 30);
}

.main-hospital .btn.hover-border-4:hover::before,
.main-hospital .btn.hover-border-4:hover::after {
  width: 100%;
  height: 99%;
  opacity: 1;
  transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
}

.main-hospital .btn-3 span {
  background-color: #39cabb;
  padding: 9px 28px;
  color: #fff;
}

.main-hospital .cbtn.hover-border-4::before,
.main-hospital .cbtn.hover-border-4::after {
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
}

.main-hospital .cbtn.hover-border-4::before {
  bottom: 0;
  left: -1px;
  border-top: 1px solid rgb(28, 31, 30);
  border-left: 1px solid rgb(28, 31, 30);
}

.main-hospital .cbtn.hover-border-4::after {
  top: 0;
  right: 0;
  border-bottom: 1px solid rgb(28, 31, 30);
  border-right: 1px solid rgb(28, 31, 30);
}

.main-hospital .cbtn.hover-border-4:hover::before,
.main-hospital .cbtn.hover-border-4:hover::after {
  width: 100%;
  height: 99%;
  opacity: 1;
  transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
}

.main-hospital .cbtn-3 span {
  background-color: #39cabb;
  padding: 9px 28px;
}

@media (max-width: 768px) {
  .main-hospital .hcard {
    max-width: 100%;
    margin: 0px;
    margin-top: 20px;
  }

  .main-hospital .hcard {
    display: block;
  }

  .main-hospital .hcard-image {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .main-hospital .card-img {
    width: 100%;
  }

  .main-hospital .hcard-content {
    width: 100%;
  }

  .main-hospital .container,
  .container-fluid {
    padding: 15px;
  }

  .main-hospital .main-btn-doctor {
    gap: 8px;
    flex-wrap: wrap;
  }
}

@media (max-width: 425px) {
  .main-hospital .card-img {
    min-height: 280px;
  }
}

@media (max-width: 320px) {
  .main-hospital .card-img {
    min-height: 200px;
  }
}

/* Hospital End */

/* How its Work Start */
.main-how-its-work .how-it-works {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.main-how-its-work .after-banner {
  padding: 30px 17px;
}

.main-how-its-work .title-how-its-work span {
  font-size: 22px;

  font-weight: 700;
}

.main-how-its-work .title-how-its-work {
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-how-its-work .how-it-works h1 {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}

.main-how-its-work .content-how-its-work {
  padding-bottom: 10px;
}

.main-how-its-work .step {
  display: flex;
  align-items: center;
  width: 31.5%;
  margin: 10px;
}

.main-how-its-work .step:nth-child(even) .content {
  order: -1;
}

.main-how-its-work .step .image {
  flex: 1;
  text-align: center;
  margin: 10px 0;
}

.main-how-its-work .step img {
  transition: transform 0.3s ease;
  box-shadow: 4px 5px 10px 0px rgb(0 0 0 / 0.4);
}

.main-how-its-work .step image:hover img {
  transform: scale(1.5);
}

.main-how-its-work .step .content {
  flex: 2;
  padding: 0 20px;
}

.main-how-its-work .step .content h2 {
  color: #333;
  margin-bottom: 10px;
}

.main-how-its-work .step .content p {
  color: #666;
  line-height: 1.6;
}

/* Responsive design */
@media (max-width: 768px) {
  .main-how-its-work .step {
    flex-direction: column;
    text-align: center;
  }

  .main-how-its-work .step:nth-child(even) .content {
    order: 0;
  }

  .main-how-its-work .step .image,
  .main-how-its-work .step .content {
    flex: none;
    width: 100%;
    padding: 0;
  }

  .main-how-its-work .step img {
    width: 100% !important;
    height: auto;
    margin: 0 auto 20px;
  }

  .main-how-its-work .step .content {
    text-align: center;
    /* padding: 0 20px; */
  }

  .main-partner .part_grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .main-partner .part_img img {
    height: 60px;
    object-fit: cover;
    width: 100% !important;
  }


  .main-product-listing .main-product-listing {
    display: block;
    padding-block-start: 75px !important;
  }
}

/* How its Work End */

/* Labs Start */
.main-lab .css-b62m3t-container {

  width: 100%;
  height: 100%;
}

.main-lab .css-13cymwt-control {

  border-color: transparent;
}

.main-lab .css-1wy0on6 {

  visibility: hidden;
}

.main-lab .filter-section {
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
}

.main-lab .after-banner {
  padding: 30px 0px;
}

.main-lab #category-input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  flex: 1;
}

.main-lab #react-select-2-input {
  border-radius: 4px !important;
  flex: 1 !important;
}

.main-lab .css-hlgwow {
  text-align: left;
}

.main-lab #search-button {
  padding: 10px 20px;
  border: 1px solid #007bff;
  background-color: #007bff;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}

.main-lab #search-button:hover {
  background-color: #0056b3;
}

/* ..........blog by monika yadav................. */
.main-blog-card {
  /* background-color: #F9F6F6;
  padding: 40px; */
  border-radius: 20px;
  margin-bottom: 40px;
}

.main-blog-card .blog-feed-back .blog-like {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block-start: 10px;
  padding-block-end: 20px;
}

.main-blog-card .blog-image-card {
  width: 100%;
  position: relative;
}

.main-blog-card .blog-image-card img {
  height: 60vh;
  object-fit: cover;
  border-radius: 10px;

}

.main-blog-card .blog-image-card::after {
  position: absolute;
  content: "";
  background: linear-gradient(to top, rgb(14 14 15 / 50%), rgb(254 255 255 / 34%));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.main-blog-card .blog-feed-back .blog-like ul {
  display: flex;
  align-items: center;
  gap: 10px;

}

.main-blog-card .blog-feed-back .blog-like ul li {
  background-color: #099389;
  color: #fff;
  padding: 3px 24px;
  border-radius: 50px;
}

.main-blog-card .blog-feed-back .blog-like ul li i {
  padding-inline-end: 10px
}

.main-blog-card .blog-feed-back .blog-like .blog-show-more .btn-blog {
  background-color: #099389;
  border-radius: 50px;
  color: #fff;
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 500;
}

.main-blog-card .blog-feed-back .blog-name-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.main-blog-card .blog-feed-back .blog-name-heading .blog-heading-content {
  width: 60%;
}

.main-blog-card .blog-feed-back .blog-name-heading .blog-heading-content h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

.main-blog-card .blog-feed-back .blog-name-heading .blog-heading-content p {
  color: #20324C;
  font-size: 14px;
  font-weight: 500;
}

.main-blog-card .blog-feed-back .blog-name-heading .blog-heading-content p i {
  padding-inline-end: 10px;
}

.main-blog-card .blog-feed-back .blog-name-heading .blog-auther-info {
  width: 36%;
}

.main-blog-card .blog-feed-back .blog-name-heading .blog-auther-info ul {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: end;
}

.main-blog-card .blog-feed-back .blog-name-heading .blog-auther-info ul li {
  font-size: 14px;
  color: #20324C;
  font-weight: 500;
}

.main-blog-card .blog-feed-back .blog-name-heading .blog-auther-info ul li i {
  padding-inline-end: 10px;
}

.blog-feed-back .blog-content p {
  font-size: 14px;
  color: #20324C;
  font-weight: 500;
  padding-top: 20px;
}

.main-lab .blog-card-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.main-lab .blog-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  width: 100%;
  margin: 10px;
}

.main-lab .blog-card .left {
  flex: 1;
}

.main-lab .blog-card .left img {
  width: 100%;
  height: auto;
}

.main-lab .blog-card .right {
  flex: 2;
  padding: 15px;
  /* display: flex; */
  flex-direction: column;
  justify-content: space-between;
}

.main-lab .blog-card h2 {
  font-size: 1.5em;
}

.main-lab .blog-card .content {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-lab .blog-card .more-text {
  display: none;
}

.main-lab .read-more {
  color: #007bff;
  cursor: pointer;
  text-decoration: none;
  align-self: flex-start;
}

.main-lab .read-more:hover {
  text-decoration: underline;
}

.main-lab :active,
.main-lab :hover,
.main-lab :focus {
  outline: 0 !important;
  outline-offset: 0;
}

.main-lab ::before,
.main-lab ::after {
  position: absolute;
  content: "";
}

.main-lab .btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.main-lab .btn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;

  transition: 0.3s;
}

.main-lab .btn.hover-border-4::before,
.main-lab .btn.hover-border-4::after {
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
}

.main-lab .btn.hover-border-4::before {
  bottom: 0;
  left: -1px;
  border-top: 1px solid rgb(28, 31, 30);
  border-left: 1px solid rgb(28, 31, 30);
}

.main-lab .btn.hover-border-4::after {
  top: 0;
  right: 0;
  border-bottom: 1px solid rgb(28, 31, 30);
  border-right: 1px solid rgb(28, 31, 30);
}

.main-lab .btn.hover-border-4:hover::before,
.main-lab .btn.hover-border-4:hover::after {
  width: 100%;
  height: 99%;
  opacity: 1;
  transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
}

.main-lab .btn-3 span {
  background-color: #39cabb;
  padding: 9px 10px;
}

.main-lab .banner-img {
  margin-top: 100px;
}

@media (max-width: 1024px) {
  .main-lab .banner-img {
    margin-top: 140px;
  }

  .main-hospital {
    padding-top: 105px !important;
  }
}

@media (max-width: 768px) {
  .main-lab .banner-img {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .main-lab .blog-card {
    width: 100%;
    flex-direction: column;
  }


  .main-lab .blog-card .left {
    flex: none;
  }

  .main-lab .blog-card .right {
    flex: none;
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .main-hospital .banner-img {
    padding-top: 0px !important;
  }

  .main-lab .filter-section {
    padding: 0 10px;
  }

  .main-lab .after-banner {
    padding: 20px 10px;
  }
}

@media (max-width: 360px) {
  .main-lab .filter-section {
    display: block;
  }

  .main-lab #category-input {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .main-lab .main-btn {
    display: flex;
    justify-content: left;
    padding-top: 15px;
  }
}

/* Labs End */

/* LabListing Start */
#popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 600px;
  /* Adjusted to fit the content */
  width: 100%;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  max-height: 90vh;
  /* Make sure the popup is never taller than the viewport */
  overflow-y: auto;
  /* Enable scrolling if content is too tall */
}

.popup-content h2 {
  text-align: start;
  margin-bottom: 0px;
  background-color: #00a0a8;
  padding: 10px 10px;
  color: white;
}

.popup-content p {
  text-align: center;
  margin-bottom: 0px;
  /* Adjusted for better spacing */
  background-color: #00a0a8;
  padding-bottom: 10px;
  color: white;
  font-size: 12px;
}

.popup-content span {
  text-align: start;
  margin-bottom: 0px;
  /* Adjusted for better spacing */
  background-color: #00a0a8;
  padding: 0px 10px;
  color: white;
  font-size: 12px;
}

.address {
  display: flex !important;
  width: 100%;
  /* background-color: #00a0a8; */
  justify-content: felx-start;
  align-items: baseline !important;
  font-size: 14px;
  margin-block-end: 10px;
}

.popup-content table {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  border-collapse: collapse;
  overflow-x: auto;
  /* Enable horizontal scrolling if table is too wide */
}

.MRP {
  display: flex;
  justify-content: space-between;
}

.popup-content form button {}

.popup-button-appointment {
  width: 100%;
}

.popup-content table th,
.popup-content table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.payable-details {
  display: flex;
  flex-direction: column;
}

.payable-details>div {
  margin-bottom: 4px;
}

.payable-details>div:last-child {
  font-weight: bold;
}

.popup-content form {
  display: flex;
  flex-direction: column;
}

.popup-content form input,
.popup-content form select,
.popup-content form button {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
}

.popup-content form button {
  background-color: #00a0a8;
  color: #fff;
  border: none;
}

.popup-content form button:hover {
  background-color: #007c7d;
}

.popup-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.popup-footer .close-btn,
.popup-footer .save-btn {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.popup-footer .save-btn {
  background-color: #00a0a8;
  color: #fff;
}

.popup-footer .close-btn:hover,
.popup-footer .save-btn:hover {
  background-color: #ddd;
}

.modal-dialog {

  max-width: max-content !important;
}

.popup-footer .save-btn {
  background-color: #00a0a8 !important;
  ;
  color: #fff !important;
  ;
}

.field-1 {
  display: flex;
  gap: 10px;
}

/* input[type="text"] {
  box-shadow: none !important;
} */

.modal-footer {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
}

.popup-content form input,
.popup-content form select,
.popup-content form button {
  height: 45px;
}

.modal-footer button.btn.btn-primary {
  background: #00a0a8;
  border: 1px solid;
}

.main-lablisting .after-banner {
  padding: 30px 0px;
}

.main-lablisting .discount-svg {
  width: 19px;
  height: 19px;
}

.main-lablisting .main-body {
  background-color: #fff;
}

.main-lablisting .main-discount {
  display: flex;
  align-items: center;
  gap: 5px;
  background: linear-gradient(90deg,
      rgba(255, 238, 213, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
  margin: 8px 0px 10px 0px;
  padding: 5px;
}

.main-lablisting .main-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #232323;
  padding-top: 25px;
}

.main-lablisting .main-discount span {
  font-size: 18px;
}

.main-lablisting .main-content {
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 1.4375rem;
  color: #173731;
  width: 100%;
}

.main-lablisting .main-lab-listing-collection {
  display: flex;
  gap: 10px;
}

.main-lablisting .lab-listing-partition-line {
  border-right: 1px solid;
  padding-right: 5px;
}

/* first section listing page */

.main-lablisting .listings {
  overflow: hidden;
  max-height: 500px;
  /* Adjust according to your need */
  transition: max-height 0.5s ease-in-out;
  /* Smooth transition */
}

.main-lablisting .listing {
  box-shadow: 0px 3px 9px rgba(178, 178, 178, 0.2);
  margin: 10px 10px 20px;
  padding: 0px 20px;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
  background-color: white;
  gap: 10px;
  flex-wrap: wrap;
}

.main-row-desk span {
  color: #000 !important;
  font-size: 14px !important;
}

.main-row-box {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.main-row-box-1 {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  align-items: center;
}


.main-lablisting .listing img {
  width: 60px;
  height: 60px;
  padding: 10px;
}

.main-lablisting .info {
  flex: 1;
}

.main-lablisting .info h3 {
  font-size: 16px;
}

.w-main {
  width: 100%;
}

.main-lablisting .info p {
  font-size: 10px;
}

.main-lablisting .lab-machine-image {
  background-color: #fffaf3;
}

.main-lablisting .price-label {
  font-weight: 600;
}

.main-lablisting .price {
  font-size: 1.12rem;
  line-height: 1.5;
  color: #252525;
}

.main-lablisting .price span {
  display: block;
}

.main-lablisting .book-btn {
  margin: 0px !important;
  background: #00a0a8;
  border-radius: 5px;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.31rem;
  color: #fff !important;
  text-decoration: none !important;
  padding: 8px 10px;
  width: max-content;
  text-align: center;
  border: none;
  height: 38px;
}

.main-lablisting .book-btn:hover {
  background-color: #00a0a8;
}

.main-lablisting #toggle-btn {
  text-decoration: none;
  background: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: none;
  border-radius: 8px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif !important;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #2c3232;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}

.main-lablisting #toggle-btn:hover {
  background-color: #fff;
}

/* Section-2 */

.main-lablisting .main-content {
  padding-top: 10px;
}

.Healthian-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.main-lablisting .main-card {
  display: flex;
  align-items: center;
  margin: 10px 0px 10px 15px;
  background: #fff;
  box-shadow: 0 6px 11px rgba(178, 178, 178, 0.16);
  border-radius: 5px;
  width: 48%;
}

.main-lablisting .card-image {
  width: 80px;
  background-color: #e1f0ff;
  display: flex;
  justify-content: center;
  padding: 10px;
}

.main-lablisting .card-image img {
  width: 50px;
  height: 50px;
}

.main-lablisting .Healthian-cards-first {
  display: flex;
}

.main-lablisting .Healthian-cards-second {
  display: flex;
}

.main-lablisting .card-content {
  padding: 3px 20px;
}

.main-lablisting .card-content span {
  font-size: 14px;
}

.main-lablisting .Healthian-cards {
  width: 100%;
}

.main-lablisting .consultation-section {
  box-shadow: 0px 3px 9px rgba(178, 178, 178, 0.2);
  margin: 25px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  border: 1px solid #eaeaea;
}

.main-lablisting .consultation-section img {
  width: 70px;
  height: 70px;
  min-height: 70px;
  min-width: 70px;
  padding: 5px;
  border-radius: 50%;
  margin-right: 10px;
}

.main-lablisting .info span {
  font-size: 14px;
}

.main-lablisting .info table {
  width: 100%;
  border-collapse: collapse;
}

.main-lablisting .info th,
.main-lablisting .info td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.main-lablisting .info th {
  background-color: #f2f2f2;
}

.main-lablisting .product-list {
  margin-top: 20px;
}

.main-lablisting .consultation-section .book-btn {
  border-radius: 0px;
  padding: 15px;
}

.main-lablisting .main-content {
  padding-top: 10px;
}

.main-lablisting .main-Benifits-card {
  display: flex;
  align-items: center;
  margin: 10px 0px 10px 15px;
  border-radius: 5px;
  width: 50%;
}

.main-lablisting .Benifits-cards {
  display: flex;
}

.main-lablisting .Benifits-cards {
  width: 100%;
  margin: 10px 0px;
}

.main-lablisting .card-Benifits-image {
  width: 80px;

  display: flex;
  justify-content: center;
  padding: 10px;
}

.main-lablisting .card-Benifits-image img {
  width: 50px;
  height: 50px;
}

.main-lablisting .card-Benifits-content {
  padding: 0 10px;
}

/* POPUP */

.main-lablisting #popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-item.main-lablisting s: center;
}

.main-lablisting .popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 600px;
  /* Adjusted to fit the content */
  width: 100%;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  max-height: 90vh;
  /* Make sure the popup is never taller than the viewport */
  overflow-y: auto;
  /* Enable scrolling if content is t.main-lablisting oo tall */
}

.main-lablisting .popup-content h2 {
  text-align: start;
  margin-bottom: 0px;
  background-color: #00a0a8;
  padding: 10px 10px;
  col.main-lablisting or: white;
}

.main-lablisting .popup-content p {
  text-align: center;
  margin-bottom: 0px;
  /* Adjusted for better spacing */
  background-color: #00a0a8;
  padding-bottom: 10px;
  color: white;
  fon.main-lablisting t-size: 12px;
}

.main-lablisting .popup-content span {
  text-align: start;
  margin-bottom: 0px;
  /* Adjusted for better spacing */
  background-color: #00a0a8;
  padding: 0px 10px;
  color: white;
  fon.main-lablisting t-size: 12px;
}

.main-lablisting .address {
  display: flex;
  width: 100%;
  background-color: #00a0a8;
  justify-content: f.main-lablisting elx-start;
}

.main-lablisting .popup-content table {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  border-collapse: collapse;
  overflow-x: auto;
  /* Enable horizontal scrolling if table i.main-lablisting s too wide */
}

.main-lablisting .MRP {
  display: flex;
  justify-content: s.main-lablisting pace-between;
}

.main-lablisting .popup-content .main-lablisting form button {}

.main-lablisting .popup-button-appointment {
  width: 100%;
}

.main-lablisting .popup-content table th,
.main-lablisting .popup-content table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.main-lablisting .payable-details {
  display: flex;
  flex-direction: column;
}

.main-lablisting .payable-details>div {
  margin-bottom: 4px;
}

.main-lablisting .payable-details>div:last-child {
  font-weight: bold;
}

.main-lablisting .popup-content form {
  display: flex;
  flex-direction: column;
}

.main-lablisting .popup-content form input,
.main-lablisting .popup-content form select,
.main-lablisting .popup-content form button {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
}

.main-lablisting .popup-content form button {
  background-color: #00a0a8;
  color: #fff;
  border: none;
}

.main-lablisting .popup-content form button:hover {
  background-color: #007c7d;
}

.main-lablisting .popup-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.main-lablisting .popup-footer .close-btn,
.main-lablisting .popup-footer .save-btn {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.main-lablisting .popup-footer .save-btn {
  background-color: #00a0a8;
  color: #fff;
}

.main-lablisting .popup-footer .close-btn:hover,
.main-lablisting .popup-footer .save-btn:hover {
  background-color: #ddd;
}

.main-lablisting .field-1 {
  display: flex;
  gap: 10px;
}

.main-lablisting input[type="text"] {
  box-shadow: none !important;
}

/* Media Query */
@media screen and (min-width: 991px) {
  .main-product-listing .mobile-filter .nav-pills {
    display: none;

  }

}

@media screen and (max-width: 425px) {
  .main-lablisting .Benifits-cards {
    display: block;
    width: 100%;
  }

  .main-lablisting .Benifits {
    width: 100%;
  }

  .main-lablisting .main-Benifits-card {
    width: 100%;
  }



  .main-lablisting .main-card {
    width: 100%;
    margin: 10px 0px 10px 0px;
  }


  .main-lablisting .listing {
    display: block;
    width: 100%;
  }

  .main-lablisting .info h3 {
    padding-top: 10px;
    margin-bottom: 0px !important;
  }

  .main-lablisting .price {
    margin-top: 10px;
  }

  .main-lablisting .book-btn {
    margin-top: 10px !important;
  }
}

.main-lablisting .distance-destination {
  margin-top: 10px;
}

.main-lablisting .main-table-price {
  margin-top: 10px;
}


/* LabListing End */
/* Our Package start */
.main-our-packeges .tabs {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.main-our-packeges .tab-button {
  background: #f0f0f0;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

.main-our-packeges .tab-button.active {
  background: #099389;
  color: white;
}

.main-our-packeges .tab-button:hover {
  background: #ddd;
}

.main-our-packeges .tab-content {
  display: none;
  padding: 20px;
}

.main-our-packeges .tab-content.active {
  display: block;
}

.section-packages,
.main-our-packeges .section-other-content {
  padding: 2.5rem 0;
}

.main-our-packeges .container-packages {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1rem;
}

.main-our-packeges .header-packages {
  padding-bottom: 2.5rem;
  text-align: center;
  animation: show_up 1s forwards;
}

.main-our-packeges .title-packages {
  font-size: 1.875rem;
  font-weight: 600;
  color: #0F223E;
}

.main-our-packeges .subtitle-packages {
  padding-top: 1.25rem;
  font-size: 1rem;
  width: 50%;
  margin: 0 auto;
}

.main-our-packeges .cards-packages {
  display: flex;
  justify-content: space-between;
  animation: show_up 1s forwards;
  flex-wrap: wrap;
}

.main-our-packeges .card-free,
.main-our-packeges .card-basic,
.main-our-packeges .card-pro {
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 33%;
  padding: 2rem;
  text-align: center;
  margin-bottom: 30px;
}

.main-our-packeges .card-basic {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  position: relative;
}

.main-our-packeges .card-basic-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: linear-gradient(to right, #099389, #0E223E);
}

.main-our-packeges .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.main-our-packeges .card-divider {
  border-top: 1px solid #e2e8f0;
  margin-bottom: 1rem;
}

.main-our-packeges .card-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
  height: 18rem;
  overflow-y: auto;
}

.heaight_none {
  height: auto !important;
}

.main-our-packeges .card-list-item {
  padding: 0.5rem 0 0;
}

.main-index-main {
  box-shadow: 4px 5px 10px 0px rgb(0 0 0 / 0.4) !important;
  border-radius: 15px;
  padding: 10px;
  height: 100%;
  margin-bottom: 20px;
}

.main-our-packeges .card-price {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.main-our-packeges .card-button {
  background: linear-gradient(to right, #099389, #0E223E);
  color: white;
  font-weight: 700;
  padding: 0.75rem 1.25rem;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  width: 80%;
}

.main-our-packeges .card-button:hover {
  background: linear-gradient(to right, #099389, #0E223E)
}

@keyframes show_up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Our Package End */

/* PopUp Start */
.search-bar-container {
  position: relative;
}

.search-bar {
  position: relative;
  cursor: pointer;
  width: 100%;
}

.search-bar input {
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px;
}

.popup-overlay {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* semi-transparent background */
  z-index: 999;
  /* ensure it overlays everything */
  display: none;
  justify-content: center;
  align-items: center;
}

.popup-heading {
  border-bottom: 1px solid #444;
  padding: 15px 0;
}

/* Popup Container */
.popup {
  background-color: #303030;
  padding: 20px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
  width: 33%;
  height: 75%;
  color: #fff;
  overflow-y: auto;
}

.custom-checkbox:checked+label {
  color: red;
}

.popup label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
  text-transform: uppercase;
  cursor: pointer;
}

/* Checkbox Styling */
.custom-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Custom Checkmark Design */

.checkmark {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  /* border: 2px solid #ccc; */
  border-radius: 4px;
  margin-right: 10px;
  /* display: none; */
  width: 100%;
}

.popup {
  background-color: #fff !important;
}

.popup-heading {
  color: #000 !important;
}

.checkmark {
  color: #000 !important;
}

/* input[type="text"] {
  width: 100%;
  padding: 10px 15px;
  font-size: 12px;
  border-radius: 20px;
  border: none;
  outline: none;
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.3);
} */

.custom-checkbox:checked+.checkmark::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 6px;
  height: 12px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Checked Checkmark Style */


.search-bar-container {
  margin-bottom: 20px;
}

.custom-checkbox:checked+.checkmark {
  color: red;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.search-bar5 {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  outline: none;
  font-size: 14px;
}

#not-found-message {
  color: red;
  font-weight: bold;
}

@media (max-width: 700px) {
  .popup {
    width: 80%;
  }
}

@media (max-width: 425px) {
  .popup {
    background-color: #fff !important;
  }

  .popup-heading {
    color: #000 !important;
  }

  .checkmark {
    color: #000 !important;
    font-size: 14px;
  }

  input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 20px;
    border: none;
    outline: none;
    /* padding-left: 15px; */
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.3);
  }

  .custom-checkbox:checked+.checkmark::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 6px;
    height: 12px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
}

/* PopUp End */

/* Product Details Start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.main-product-details .product-page {
  display: flex;
  /* max-width: 1200px; */

  background-color: #fff;
  gap: 30px;
}

.main-product-details.w-75 {
  width: 70%;
  /* display: flex; */
}

.main-product-details .flex {
  display: flex;
  align-items: center;
}

.main-product-details .product-images {
  width: 250px;
}

.main-product-details .slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main-product-details .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.main-product-details .slide {
  min-width: 100%;
  max-width: 100%;
}

.prev,
.main-product-details .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  border: none;
  padding: 3px;
  cursor: pointer;
}

.main-product-details .prev {
  left: 10px;
}

.main-product-details .next {
  right: 10px;
}

.main-product-details .thumbnails {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.main-product-details .thumbnail {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.main-product-details .product-details {
  flex: 1;
  padding: 20px;
}

.main-product-details .product-details h1 {
  font-size: 20px;
  margin-bottom: 10px;
}

.main-product-details a {
  text-decoration: none;
}

.main-product-details .store_link a {
  margin-bottom: 10px;
  color: #27908b;
  font-size: 14px;
}

.main-product-details .ratings {
  display: flex;
  align-items: center;
  margin-bottom: px;
}

.main-product-details .ratings .stars {
  font-size: 25px;
}

.main-product-details .stars {
  color: #ffa500;
}

.main-product-details .reviews {
  margin-left: 5px;
  margin-top: 5px;
  color: #666;
  font-size: 14px;
}

.main-product-details .price {
  display: flex;
  align-items: baseline;
  font-size: 20px;
  justify-content: space-between;
}

.main-product-details .current-price {
  font-size: 24px;
  font-weight: bold;
  margin-right: 10px;
}

.main-product-details .original-price {
  text-decoration: line-through;
  color: #999;
  margin-right: 10px;
  font-size: 14px;
}

.main-product-details .taxes {
  font-size: 10px;
  margin-bottom: 10px;
}

.main-product-details .discount {
  color: #e60000;
  font-weight: bold;
  font-size: 10px;
}

.main-product-details .delivery {
  font-size: 12px;
  margin-bottom: 10px;
  color: #666;
}

.main-product-details .variant {
  margin-bottom: 20px;
}

.main-product-details .variant h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.main-product-details .variant p {
  font-size: 14px;
  font-weight: bolder;
}

.main-product-details .flavours,
.main-product-details .pack-size {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.flavours button,
.main-product-details .pack-size button {
  padding: 10px 20px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  cursor: pointer;
  border-radius: 5px;
}

.main-product-details .flavours button.active,
.main-product-details .pack-size button.active {
  border-color: #10847e;
  background-color: #f2fff8;
}

.main-product-details .flavours button:hover,
.main-product-details .pack-size button:hover {
  background-color: #f2fff8;
}

.main-product-details .add-to-cart {
  padding: 15px 30px;
  background-color: #27908b;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.main-product-details .product-details-box {
  height: 400px;
  gap: 30px;
}

.main-product-details .with-careplan img {
  width: 70px;
  height: 18px;
}

.main-product-details .location-icon svg {
  position: absolute;
  width: 15px;
  top: 25%;
  left: 10px;
  align-items: center;
}

.main-product-details .quantity select {
  width: 50% !important;
}

.main-product-details .quantity-info {
  width: 50% !important;
}

/* ---------------------------------------------cart-box-start----------------------------------------------------- */

.main-product-details .cart_box {
  width: 25%;
  height: 25%;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  top: 15%;
  position: sticky;
  left: 100%;
}

.main-product-details .cart {
  text-align: center;
  margin-bottom: 20px;
}

.main-product-details .cart p {
  margin: 0 0 10px;
  font-size: 16px;
  color: #666;
  text-align: start;
}

.main-product-details .view-cart {
  width: 100%;
  padding: 10px;
  background-color: #959595;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}

.main-product-details .offers {
  border: 1px solid #e0e0e0;
  padding: 10px;
}

.main-product-details .offers h3 {
  font-size: 18px;
  margin: 0 0 10px;
}

.main-product-details .offer {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.main-product-details .offer:last-child {
  margin-bottom: 0;
}

.main-product-details .offer-icon_10 {
  width: 40px;
  height: 30px;
  text-align: center;
  background: #10847e;
  font-size: 12px;
  padding: 5px;
  color: white;
  font-weight: 600;
}

.main-product-details .offer-icon {
  width: 40px;
  height: 30px;
  text-align: center;
  font-size: 25px;
}

.main-product-details .offer-details {
  margin-left: 10px;
}

.main-product-details .offer-details p {
  margin: 0;
  font-size: 14px;
  color: #333;
}

.main-product-details .icon-bg {
  padding: 0px 3px !important;
}

/* ---------------------------------------------cart-box-end----------------------------------------------------- */
.main-product-details .product_head {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 10px;
}

.main-product-details .swiper-container {
  width: 100%;
  padding: 20px 0;
}

.main-product-details .main-product-detail .swiper-slide {
  width: 20%;
  height: 340px;
}

.main-product-details .main-product-detail .swiper-wrapper {
  display: flex;
}

.main-product-details .main-product-detail .swiper-slide {
  background: #fff;
  /* border: 1px solid #ddd; */
  border-radius: 8px;
  padding: 10px;
  text-align: start;


}

.main-product-details .main-product-details .swiper-slide img {
  border: 1px solid #ddd;
  width: 100%;
  padding: 4px;
}

.main-product-details .product-img {
  height: 150px;
  object-fit: cover;
  width: 100%;
}

.main-product-details .product-name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.main-product-details .product-details {
  font-size: 14px;
  color: #777;
  margin-top: 10px;
  padding: 0;
}

.main-product-details .product-price {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.main-product-details .product-mrp {
  font-size: 14px;
  color: #888;
  text-decoration: line-through;
  /* margin-right: 5px; */
  margin-top: 10px;
}

.main-product-details .product-discount {
  font-size: 14px;
  color: #f00;
  margin-top: 15px;
}

.main-product-details .product-discount b {
  color: black;
  font-size: 16px;
}

.main-product-details .add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid #28a745;
  color: #10847e;
  border-radius: 4px;
  text-decoration: none;
  transition: transform 0.5s ease-in-out;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-product-details .add-btn:hover {
  background: #10847e;
  color: #fff;
}

.main-product-details .cart_box-1 {
  display: none !important;
}

.main-product-details .card {
  display: block !important;
}

.main-product-details .product-details-box .product-images {
  width: 50%;
}

.main-product-details .product-details-box .product-details {
  width: 50%;
}




/* Styles for the slider container */
.main-product-details .slider-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Styles for the main slider */
.main-product-details .slider {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.main-product-details .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.main-product-details .slide {
  width: 100%;
  height: auto;
}

/* Styles for navigation buttons */
.main-product-details .prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 1.5rem;
}

.main-product-details .prev {
  left: 0;
}

.main-product-details .next {
  right: 0;
}

/* Styles for thumbnails */
.main-product-details .thumbnails {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.main-product-details .thumbnail {
  width: 50px !important;
  height: 50px !important;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin: 0 5px;
  border: 1px solid #ddd;
}

.main-product-details .thumbnail:hover {
  transform: scale(1.1);
}

.main-product-details .main-health-checkup .swiper-slide.swiper-slide {
  height: auto !important;
}

.main-product-details .main-pharmacy .swiper-slide.swiper-slide {
  height: 160px !important;
}


/* CARD */

.main-product-details .card {
  width: 25%;
  height: 25%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  top: 20% !important;
  position: sticky;
  left: 100%;
}

.main-product-details .cart_box-1 {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.main-product-details .card-header {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.main-product-details .card-header {
  background-color: #099389;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding: 0.75rem;
}

.main-product-details .header-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.main-product-details .icon-bg {
  background-color: white;
  padding: 0.25rem;
  border-radius: 50%;
}

.main-product-details .info-text {
  font-size: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Noto Sans", sans-serif;
}

.main-product-details .card-body {
  padding: 1rem;
}

.main-product-details .price-discount {
  margin-bottom: 1rem;
}

.main-product-details .price-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
}

.main-product-details .price-option input {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #f3f3f3;
  border: 1px solid #d1d5db;
}

.main-product-details .price-info {
  font-size: 1rem;
  color: #0e223e;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.main-product-details .line-through {
  text-decoration: line-through;
  font-size: 0.75rem;
  padding-left: 0.25rem;
  color: #9ca3af;
  border-right: 1px solid #0e223e;
  padding-right: 0.5rem;
}

.main-product-details .discount {
  font-size: 0.875rem;
  color: #099389;
  padding-left: 0.25rem;
}

.main-product-details .free-shipping {
  font-size: 0.75rem;
  color: #9ca3af;
  border-right: 1px solid #0e223e;
  padding-right: 0.5rem;
}

.main-product-details .with-careplan {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1.25rem;
  border-bottom: 1px solid #d1d5db;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
}

.main-product-details .tax-info {
  color: #4b5563;
  font-size: 0.75rem;
  padding-top: 0.5rem;
}

.main-product-details .coupon-info {
  border-bottom: 1px solid #d1d5db;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  color: #4b5563;
}

.main-product-details .zipcode {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #d1d5db;
  padding-bottom: 0.5rem;
  position: relative;
}

.main-product-details .zipcode input {
  width: 100%;
  padding: 0.5rem 0.75rem 0.5rem 2.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  color: #374151;
}

.main-product-details .change-zipcode {
  position: absolute;
  right: 0.5rem;
  font-size: 0.75rem;
  font-family: "Noto Sans", sans-serif;
  display: flex;
  align-items: center;
  bottom: 40%;
}

.main-product-details .change-zipcode a {
  color: #0e223e;
  text-decoration: underline;
}

.main-product-details .delivery-info {
  display: flex;
  justify-content: space-between;
  font-family: "Noto Sans", sans-serif;
  border-bottom: 1px solid #d1d5db;
  padding: 5px 0;
}

.main-product-details .delivery-by {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.75rem;
}

.main-product-details .icon {
  width: 0.875rem;
  fill: #099389;
}

.main-product-details .delivery-by span {
  font-size: 0.625rem;
  color: #71716e;
}

.main-product-details .see-next-step {
  font-size: 0.875rem;
  font-weight: 600;
}

.main-product-details .quantity {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
}

.main-product-details .quantity select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
}

.main-product-details .quantity-info {
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
}

.main-product-details .add-to-cart {
  background-color: #099389;
  font-family: "Noto Sans", sans-serif;
  width: 100%;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 0.375rem;
  text-align: center;
}


/* -------------------------------------------------discreption-start--------------------------------------------------- */
.main-product-details .Description h3 {
  font-size: 18px;
  font-weight: 700;
  color: #4f585e;
  padding-top: 25px;
}

.main-product-details .Description .para-2 {
  padding-top: 20px;
}

.main-product-details .Description p {
  font-size: 14px;
  line-height: 1.3;
}

/* -------------------------------------------------discreption-end--------------------------------------------------- */

/* Responsive */
@media screen and (max-width: 992px) {
  .main-product-details .product-details-box {
    display: block;
  }

  .main-health-scan {
    padding-top: 65px !important;
  }

  .main-doctor-listing .do_img {
    width: 110px;
    height: 110px;
    margin: unset;
  }

  section.container.main-card-doctor.margin_top {
    max-width: 100% !important;
  }

  .main-doctor-listing .do_grid {
    grid-gap: 30px 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .main-product-details .product-page .w-75 {
    width: 60% !important;
  }

  .main-product-details .cart_box {
    width: 40%;
  }

  .main-product-details .product-images {
    width: auto;
  }

  .main-product-details .product-page {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 1024px) {
  .main-product-details .product-details-box {
    display: block;
  }

  .main-product-details .product-images {
    width: 100% !important;
  }

  .main-product-details .product-details {
    width: 100% !important;
  }

  .main-product-details .card {
    width: 33.33% !important;
  }

  .main-product-details .product-page .w-75 {
    width: 66.66% !important;
  }

  .main-product-details .thumbnails {
    gap: 20px !important;
  }

  .main-product-details .thumbnails .thumbnail {
    width: 60px !important;
    height: 60px !important;
  }
}

@media screen and (max-width: 768px) {
  .search-section input {
    margin-top: 10px;
    border: 1px #ccc solid !important;
  }

  .features-container {
    grid-template-columns: 50% 50% !important;
  }

  .main-doctor-listing .do_grid {
    grid-gap: 30px 10px;
    grid-template-columns: repeat(1, 1fr);
  }

  .main-product-details .card {
    display: none !important;
    width: 25%;
    height: 25%;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    top: 15%;
    position: sticky;
    left: 100%;
  }

  .main-product-details .cart_box-1 {
    display: block !important;
  }

  .main-product-details .product-page .w-75 {
    width: 100% !important;
  }

}

@media screen and (max-width: 575px) {
  .main-product-details .product-page .w-75 {
    width: 100% !important;
  }



  .main-product-details .product-images {
    width: auto;
  }

  .main-product-details .thumbnails .thumbnail {
    width: 50px !important;
    height: 50px !important;
  }

  .main-product-details .thumbnails {
    gap: 25px;
  }
}

@media screen and (max-width: 375px) {
  .main-product-details .thumbnails .thumbnail {
    width: 35px !important;
    height: 35px !important;
  }
}

@media screen and (max-width: 320px) {
  .main-product-details .thumbnails .thumbnail {
    width: 50px !important;
    height: 50px !important;
  }
}

/* Product Details End */

/* Product Listing Start */


/* Flex and Grid */
.main-product-listing .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-product-listing .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

/* Utility Classes */
.main-product-listing .md\\:px-0 {
  padding-left: 0;
  padding-right: 0;
}

.main-product-listing .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.main-product-listing .md\\:mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.main-product-listing .w-full {
  width: 90%;
  /* margin: auto; */
  height: 70vh;
  object-fit: contain;
}

.main-product-listing .px-4 {
  margin-block-start: 16px;
}

.banner-listing .hero_section2_img img {
  height: 80% !important;

}

.main-product-listing .p-4 {
  padding: 1rem;
}

.main-product-listing .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.main-product-listing .rounded-xl {
  border-radius: 0.75rem;
}

.main-product-listing .shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Sidebar Styles */
.main-product-listing .bg-white {
  background-color: #ffffff;
}

.main-product-listing .text-xl {
  font-size: 1.25rem;
}

.main-product-listing .font-semibold {
  font-weight: 600;
}

.main-product-listing .mb-4 {
  margin-bottom: 1rem;
}

.main-product-listing .sticky {
  position: sticky;
}

.main-product-listing .top-4 {
  top: 1rem;
}

/* Button and Input Styles */
.main-product-listing button {
  cursor: pointer;
}

input,
.main-product-listing select {
  outline: none;
}

.main-product-listing input[type="text"] {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
}

.main-product-listing select {
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.375rem;
}

/* Product Card Styles */
.main-product-listing .max-w-sm {
  max-width: 100%;
}

.main-product-listing .bg-white {
  background-color: #ffffff;
}

.main-product-listing .border {
  border: 1px solid #e2e8f0;
}

.main-product-listing .rounded-lg {
  border-radius: 0.5rem;
}

.main-product-listing .shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.main-product-listing .overflow-hidden {
  overflow: hidden;
}

.main-product-listing .hover-zoom img {
  transition: transform 0.3s;
}

.main-product-listing .hover-zoom:hover img {
  transform: scale(1.05);
}

.main-product-listing .p-4 {
  padding: 1rem;
}

.main-product-listing .text-lg {
  font-size: 1.125rem;
}

.main-product-listing .font-semibold {
  font-weight: 600;
}

.main-product-listing .mb-2 {
  margin-bottom: 0.5rem;
}

.main-product-listing .text-gray-500 {
  color: #6b7280;
}

.main-product-listing .line-through {
  text-decoration: line-through;
}

.main-product-listing .relative {
  position: relative;
}

.main-product-listing .absolute {
  position: absolute;
}

.main-product-listing .text-red-600 {
  color: #dc2626;
}

.main-product-listing .text-xs {
  font-size: 0.75rem;
}

.main-product-listing .font-bold {
  font-weight: 700;
}

.main-product-listing .text-gray-800 {
  color: #1f2937;
}

.main-product-listing .text-2xl {
  font-size: 1.5rem;
}

/* SVG Styles */
.main-product-listing svg {
  width: 1.25rem;
  height: 1.25rem;
}

.main-product-listing .side-filter {
  width: 25%;
}

.main-product-listing .side-filter .accordion_cust {
  margin: 0px 20px 0 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.main-product-listing .main-product-listing {
  display: flex;
  justify-content: space-between;

}

.main-product-listing .popularity {
  margin-right: 10px;
}

.main-product-listing .listing-card {
  height: 330px;
  flex: 1;
}

.main-product-listing .multiline-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-product-listing .main-product-listing-section {
  margin-top: 60px;
}

.main-product-listing .main-product-listing-section .grid {
  grid-template-columns: repeat(4, 1fr);
}

.main-product-listing .side-filter .accordion_cust .accordion-item {
  margin-top: 0px;
  border: none !important;
}

.main-product-listing .side-filter .accordion-button {
  padding: 10px 10px !important;
}

.main-product-listing .side-filter .accordion_cust button {
  background-color: white;
  border-radius: 5px !important;
  font-size: 16px;
}

.main-product-listing .side-filter .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #099389;
  border-radius: 5px !important;
}

.main-product-listing .side-filter .side-dropdown {
  border-bottom: 1px solid #afafaf;
}

.main-product-listing .side-filter .side-dropdown {
  border-bottom: 1px solid #afafaf;
}

.main-product-listing .slider-listing-card {
  /* background-color: #afafaf; */
  padding: 0px 20px;
}

/* slider-card */

.main-product-listing .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10px;
}


.main-product-listing .card-img-top {
  max-height: 150px;
  object-fit: cover;
}

.main-product-listing .card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-align: left;
}

.main-product-listing .rating .fa {
  color: #ffc107;
}

.main-product-listing .rating {
  display: flex;
}

.main-product-listing .rating .fa-star {
  margin-right: 0.25rem;
}

.main-product-listing .rating .fa-star.checked {
  color: #ffc107;
}

.main-product-listing .card-body {
  padding: 10px 8px;
}

.main-product-listing .card-text {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-align: left;
}

.main-product-listing .card-text span {
  font-weight: 600;
}

.main-product-listing .card-text-price {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-align: left;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.main-product-listing .price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}

.main-product-listing .original-price {
  font-size: 1rem;
  color: #999;
  text-decoration: line-through;
  margin-left: 0.5rem;
}

.main-product-listing .top-left-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.main-product-listing .badge {
  padding: 8px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 1px;
}

.main-product-listing .badge-discount {
  background-color: red;
}

.main-product-listing .badge-new {
  background-color: #b9b952;
}

.main-product-listing .filter-toggle {
  display: none;
  text-align: center;
  background-color: white;
  padding: 6px 8px;

  margin: 0 10px;
}

.main-product-listing .close-btn {
  display: none;
}

.main-product-listing .accordion-body {
  display: grid;
}


/* responsive */

@media screen and (max-width: 1200px) {
  .main-product-listing .hospi-slider {
    padding: 0px 12px;
    margin-block-start: 50px !important;
  }
}

.side-filter .accordion-button:after {

  margin-left: 80% !important;

}

@media screen and (max-width: 991px) {
  .main-dashboard .nav {

    top: 10% !important;
  }

  .main-top-del {
    padding-top: 45px;
  }



  .main-hospital {
    padding-top: 65px !important;
  }

  .main-body.main-product-listing .mobile-filter .nav-pills {

    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: stretch !important;
    gap: 18px !important;
    margin-block-end: 0px !important;
    overflow-x: scroll !important;
    border-radius: 0px;
    width: 95% !important;
    flex-direction: row;
    flex-wrap: nowrap;
    top: 0;

  }

  .main-doctor-listing .hero_section2_img {
    height: 500px !important;
  }

  html {
    overflow-x: hidden;
  }

  .main-doctor-listing .container-fluid {
    padding: 0px !important;
    width: 100% !important;
  }

  .main-product-listing {
    flex-wrap: wrap;
  }

  .main-product-listing .filter-toggle {
    display: none !important;
  }

  .main-product-listing .side-filter {
    padding: 50px 25px !important;
    display: none !important;
    position: fixed !important;
    z-index: 1;
    bottom: 0 !important;
    top: 0 !important;
    background: #0E223E !important;
    left: 0 !important;
    width: 50% !important;
    z-index: 2 !important;
  }

  .main-product-listing .card-text-price .price {
    font-size: 16px !important;
  }

  .main-product-listing .card-text-price .original-price {
    font-size: 14px !important;
  }

  .main-product-listing .card-text {
    font-size: 14px !important;
  }

  .main-product-listing .card-title {
    font-size: 16px !important;
  }

  .main-product-listing .close-btn {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    cursor: pointer !important;
    display: block !important;
    z-index: 1 !important;
    padding: 0 10px !important;
    background-color: #0E223E !important;
    color: white !important;
    border-radius: 5px !important;
  }

  .main-product-listing .fa-filter:before {
    color: #0E223E !important;
  }

  .main-product-listing .accordion-body {
    display: grid !important;
    background-color: #0E223E !important
  }

  .main-product-listing .accordion-button {
    background-color: #0E223E !important;
    color: white !important;
  }

  .main-product-listing .accordion-button::after {
    background-color: white !important;
    color: white !important;
  }

  .main-product-listing .check-box {
    color: white !important;
  }

  .main-product-listing .close-btn:hover {
    color: red !important;
    /* Change color on hover if desired */
  }
}

@media screen and (max-width: 768px) {
  .main-body .main-contact {
    padding-top: 0 !important;
  }

  .main-about-us .banner-img {
    height: 250px !important;
    margin-top: 45px !important;
  }

  .main-product-listing .font-semibold {
    height: 7vh !important;
  }

  .main-product-listing .overflow-hidden {
    height: 52vh !important;
    max-width: 100%;
    width: 100%;
  }

  .main-product-listing .text-gray-500 {
    height: 6vh !important;
  }

  .main-product-listing .grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .main-product-listing .container {
    max-width: 100%;
  }

  .nav_cust {
    width: 80% !important;
    height: 100% !important;
    overflow: scroll;
  }

  .nav_cust .call_btn a {
    border-radius: 5px !important;
  }

  .nav_cust_active~body {
    overflow: hidden;
    background-color: #000;
  }
}

@media screen and (max-width: 858px) {
  .main-product-listing .check-box {
    font-size: 12px;
  }

  .main-product-listing .main-product-listing-section .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .main-product-listing .card-text-price .price {
    font-size: 16px;
  }

  .main-product-listing .card-text-price .original-price {
    font-size: 14px;
  }

  .main-product-listing .card-text {
    font-size: 14px;
  }

  .main-product-listing .card-title {
    font-size: 16px;
  }

  .main-product-listing .main-product-listing-section .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 425px) {
  .main-product-listing .main-product-listing {
    display: block;
  }

  .main-product-listing .side-filter {
    display: none;
  }

  .main-product-listing .filter-toggle {
    display: none;
    width: 10%;
  }

  .main-product-listing .filter-icon {
    padding: 5px 6px !important;
  }

  .main-product-listing .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 320px) {
  .main-product-listing .side-filter .accordion_cust button {
    font-size: 14px;
  }

  .main-product-listing .side-filter .accordion-button {
    padding: 10px 0 !important;
  }

  .main-product-listing .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.nav_cust.container-fluid.white {
  padding: 8px 0 !important;
}

/* Product Listing End */
/*css by sandeep*/
.main-doctor-listing .hero_section2_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.main-doctor-listing .mt-3 {
  margin-top: 1rem !important;
}

.banner-listing .hero_section2_img::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 318px;
  background: linear-gradient(to right, rgba(14, 34, 62, 1), rgba(14, 34, 62, 0.2));
  border-radius: 0px;
}

/*..................by monika yadav................*/
@media screen and (min-device-width: 991px) and (max-device-width: 1900px) {
  .main-product-listing .w-full {
    max-height: 400px;
    height: 100%;
  }

  .banner-listing .hero_section2_img::after {
    max-height: 370px;
  }

  .banner-listing .hero_section2_img img {
    height: 95% !important;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .main-product-listing {
    padding-top: 10px;
  }

  .hero_section_pro_d_img {
    height: 40vh !important;
  }

  .main-product-listing .w-full {
    height: 50vh !important;
    margin: 0 !important;
    max-height: 300px;
  }

  .main-product-listing .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .banner-listing .hero_section2_img img {
    height: 100% !important;
  }
}

@media screen and (min-device-width: 991px) and (max-device-width: 1100px) {
  .links_cust ul {
    gap: 10px !important;
  }

  .links_cust ul li a {
    font-size: 12px !important;

  }
}

@media screen and (min-device-width: 991px) and (max-device-width: 1600px) {
  .links_cust ul {
    gap: 10px;
  }

  .links_cust ul li a {
    font-size: 14px;

  }
}

/* ...........by monika yadav............. */
.main-body.main-blog-listing .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-start: 40px;
  gap: 10px;
}

.main-body.main-blog-listing .pagination .your-custom-styles {
  padding: 2px 10px;
  border-radius: 5px;
  background-color: transparent;
  border-color: #0e223e;
  font-size: 16px;
}

.main-body.main-blog-listing .pagination button.page-link {
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 14px;
  border-color: #0e223e;
  color: #0e223e;
}

.active>.page-link,
.page-link.active {
  background-color: #0e223e;
  color: #fff !important;
}

/* ..........by monika yadav product-details............ */
.product-details .swiper-slide {
  height: 100% !important;
}

.product-details .thumbnails .swiper-slide {
  /* height: 60% !important; */
  width: 50px !important;
}

.main-product-details .thumbnails .swiper-sli {
  width: 100% !important;
}

.main-product-details .slide {
  width: 100px !important;
  height: 250px !important;
  object-fit: cover;
}

.main-product-details .swiper-button-prev {
  left: 0px;
  right: auto;
  background-color: #000;
  padding: 28px 17px;
}

.swiper-button-next {
  left: auto;
  right: 10px;
  background-color: #000;
  padding: 28px 17px;
}

.main-doctor-part .nav-tabs li {
  border: 1px solid #ddd;
  padding: 6px 20px;
  border-radius: 3px;
  margin-inline-end: 12px;
}

.main-doctor-part .inner-box {
  padding: 10px;
}

li.tab-btn.active-btn {
  background-color: #099389;
  color: #fff;
  border-color: #099389;
}

.main-product-listing {
  padding-block-start: 60px !important;
}

.mobile-filter {
  background-color: #f4f4f4;
  margin-inline: 4px;
  border-radius: 5px !important;
  margin-block-start: 0px;
  margin-block-end: 18px;
  padding: 110px 0px 14px;
  overflow-x: auto;
  margin-inline: auto !important;
}

.main-product-listing .mobile-filter .nav-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-block-end: 0px !important;
}

.main-product-listing .mobile-filter .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #099389;
  color: #fff !important;
}

.main-product-listing .mobile-filter .nav-pills .nav-link {
  border: 1px solid #ddd;
  color: #000;
}

.main-product-listing .mobile-filter .side-dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  /* background-color: #ddd; */
  padding: 20px 0px 0;
}

.main-product-listing .mobile-filter .side-dropdown .check-box {
  font-size: 14px;
  color: #000 !important;
  margin: 0 !important;
}

.whatsup_contact {
  width: 40%;

}

@media screen and (min-width: 991px) {
  .mobile-filter {
    display: none !important;
  }

}

@media screen and (max-width: 991px) {
  .main-body.main-blog-listing {
    padding-top: 0 !important;
  }

  .nav_cust.container-fluid.white {
    padding: 0 0 8px !important;
  }

  .main-flex-xl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 10px;
  }

  .main-flex-xl a {
    color: #0E223E;
    font-size: 14px;
    font-weight: 600;
  }

  .main-blog-listing .banner-img {
    padding-top: 0;
  }

  .main-body.main-about-us {
    padding-top: 0 !important;
  }

  .main-body.main-about-us .banner-img {
    margin-top: 40px !important;
  }

  .team-banner:before {
    display: none;
    height: 328px !important;

    top: 74px !important;
  }

  .mobile-filter {
    display: block !important;
    margin: 0 0px 10px !important;
    width: 100% !important;
    padding: 10px;
  }

  .main-product-listing {
    padding-block-start: 40px !important;
  }

  .main-product-listing .w-full {
    width: 100% !important;
  }

  .product-details .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    top: 30%;
  }
}

@media screen and (min-device-width: 420px) and (max-device-width: 768px) {
  .mobile-filter {
    padding: 10px 0px 14px;
    text-align: start;
  }

  .main-product-listing {
    padding-block-start: 10px !important;
  }

  .main-product-listing .mobile-filter .side-dropdown {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    /* background-color: #ddd; */
    padding: 20px 22px 0;
  }


}

header {
  z-index: 999;
}

.lab-listing-partition-line i {
  padding-right: 5px;
}

.main-new-deatail h2 {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.main-row-popup {
  padding: 10px;
}

@media screen and (max-width: 768px) {

  .button_main_call {
    background-color: #099389;
    font-family: "Noto Sans", sans-serif;
    width: 100%;
    max-width: 50px;
    border: 0;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 0.375rem;
    text-align: center;
  }

  .main-product-listing .mobile-filter .nav-pills .nav-link {
    white-space: nowrap;
  }

  .health-banner h2 {
    font-size: 18px;
  }

  .health-banner h4 {
    font-size: 18px;
  }

  .booklab-product_det {
    padding-top: 60px !important;

  }

  .our-team-box .our-team-contect-box h3 {
    font-size: 30px !important;

  }

  .our-team-box .team-image-box {
    height: 300px !important;
    margin-block-end: 12px !important;
  }

  .our-team-box .team-main-box {
    padding: 26px 3px !important;

  }

  .team-banner {
    height: 250px !important;
    padding-block-start: 44px !important;
  }

  .main-contact .common_padding .col-12 {
    padding: 0 !important;
  }

  input[type="text"] {

    box-shadow: none !important;
  }

  .whatsup_contact {

    width: 100% !important;

  }

  .main-contact {
    padding-top: 0px !important;
  }

  .contact-banner {
    /* padding-top: 75px !important; */
  }

  .main-product-details .product-details-box {
    height: auto !important;
  }

  .main-product-details .slider {
    height: 300px !important;
  }

  .main-product-details .thumbnails .thumbnail {
    width: 50px !important;
    height: 50px !important;
  }

  .main-product-details .cart_box-1 {
    margin-block-start: 20px;
  }

  .main-product-details .Description p {
    line-height: 1.8 !important;
  }

  .product-details .swiper-button-next {
    right: 10px;
    left: auto;
    top: 49%;
  }

  .main-our-packeges .subtitle-packages {
    width: 100%;
  }

  .main-index-main {
    margin-bottom: 15px;
  }

  .main-index-main {
    margin: 10px 0 !important;
  }


  .main-our-packeges .card-price {
    margin-bottom: .25rem;
  }

  .main-our-packeges .card-divider {
    margin-bottom: 0;
  }

  .main-our-packeges .card-title {
    margin-bottom: .5rem;
  }
}

@media screen and (min-device-width: 1150px) and (max-device-width: 1370px) {
  .main-product-details .product-details-box {
    height: 350px !important;
  }


}

@media screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  .main-product-details .product-details-box {
    height: 400px !important;
  }

  .main-product-details .slider {

    height: 60vh !important;
  }

  .main-product-details .thumbnails .thumbnail {
    width: 60px !important;
    height: 50px !important;
  }

  .main-product-details .add-to-cart {

    text-align: center;
  }

  .main-product-details .card-body {
    padding: 8px !important;
  }

  .product-details .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {

    top: 50% !important;
  }
}

.main-index .container-fluid {
  padding: 0px !important;
}

@media screen and (max-width: 568px) {
  .main-body.main-index {
    padding-top: 34px !important;
  }

  .main-index-main {
    height: unset;
  }

  .mmr_top {
    margin-top: 10rem !important;
  }

  .main-index .custom-card-image {
    max-height: 160px;
  }
}

@media screen and (max-width: 420px) {
  .header_banner_xs {
    height: 200px;
  }

  .features-container {
    grid-template-columns: 100% !important;
  }

  .main-insurance .insurance-family {
    margin-bottom: 8px !important;
    display: grid;
    grid-template-columns: 50% 50% !important;
    justify-content: space-between;
    gap: 10px;
  }

  .main-insurance .checkbox-label {
    width: 25px !important;
    height: 25px !important;
  }

  .main-health-scan {
    padding-top: 45px !important;
  }

  .main-doctor-listing .do_img {
    width: 90px;
    height: 90px;
    min-height: 90px
  }

  .health-banner {
    height: 200px;
    padding-top: 45px !important;
  }

  .main-body.main-hospital {
    padding-top: 45px !important;
  }


  .team-banner {
    height: 200px !important;
  }

  .main-about-us .banner-img {
    height: 200px !important;
  }

  .main-body.main-index {
    padding-top: 120px !important;
  }

  .mmr_top {
    margin-top: 1rem !important;
  }

  .main-index .main-advert-bar {
    padding: 10px 0 !important;
  }

  .main-index .pro_title_1 {
    font-size: 15px;
  }

  .main-product-listing {
    padding-block-start: 10px !important;
  }
}
/* ===========================
   Mobile Devices (up to 767px)
   =========================== */
@media only screen and (max-width: 767px) {
  .main-index .banner_title_semi {
    font-size: 35px !important;
    padding: 0 10px 0 0 !important;
    margin: 0 !important;           /* Removes external space */
    padding-top: 0 !important;      /* Removes internal space */
    position: relative;
    top: -61px !important;          /* Moves text upward */
    text-align: center;
  }
}

/* ===========================
   Small Mobile Devices (up to 480px)
   =========================== */
@media only screen and (max-width: 480px) {
  .main-index .banner_title_semi {
    font-size: 28px !important;
    padding: 0 8px 0 0 !important;
    margin: 0 !important;
    padding-top: 0 !important;
    position: relative;
    top: -61px !important;
    text-align: center;
  }
}

/* ===========================
   Extra Small Mobile Devices (up to 320px)
   =========================== */
@media only screen and (max-width: 320px) {
  .main-index .banner_title_semi {
    font-size: 28px !important;
    padding: 0 6px 0 0 !important;
    margin: 0 !important;
    padding-top: 0 !important;
    position: relative;
    top: -61px !important;
    text-align: center;
  }
}

.wizard-inner-box {

  position: relative;

}



.thank-content.text-center {

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

}
/*sandeep popuo*/
/* Simple & Attractive Popup MultiSelect */
.popup-multiselect-attractive {
  position: relative;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Clean Color Scheme */
:root {
  --primary: #3B82F6;
  --primary-light: #EFF6FF;
  --primary-dark: #1E40AF;
  --success: #10B981;
  --success-light: #ECFDF5;
  --error: #EF4444;
  --dark: #1F2937;
  --gray: #6B7280;
  --gray-light: #9CA3AF;
  --light: #F8FAFC;
  --white: #FFFFFF;
  --border: #E5E7EB;
  --hover: #F3F4F6;
}

/* Clean Trigger Button */
.attractive-trigger {
  border: 2px solid var(--border);
  border-radius: 12px;
  padding: 16px 20px;
  cursor: pointer;
  background: var(--white);
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 60px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1000; /* Ensure trigger is above other content */
}

.attractive-trigger.mobile-mode {
  min-height: 50px;
  padding: 12px 16px;
}

.attractive-trigger:hover {
  border-color: var(--primary);
  background: var(--primary-light);
}

.attractive-trigger.active {
  border-color: var(--primary);
  background: var(--primary-light);
}

.trigger-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.trigger-main {
  font-weight: 600;
  color: var(--dark);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.selection-badge {
  background: var(--primary);
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}

.trigger-sub {
  color: var(--gray);
  font-size: 14px;
}

.dropdown-icon {
  color: var(--gray);
  font-size: 12px;
  transition: transform 0.2s ease;
}

.dropdown-icon.rotated {
  transform: rotate(180deg);
  color: var(--primary);
}

/* FIXED: Modal Overlay - Higher z-index and proper positioning */
.attractive-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999; /* High z-index to appear above navbar */
  padding: 20px;
  animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* FIXED: Clean Modal - Higher z-index and proper positioning */
.attractive-modal {
  background: var(--white);
  border-radius: 16px;
  width: 100%;
  max-width: 440px;
  max-height: 600px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  animation: slideUp 0.3s ease;
  position: relative;
  z-index: 10000; /* Higher than overlay */
}

.attractive-modal.mobile-mode {
  max-width: 100%;
  border-radius: 16px 16px 0 0;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header */
.attractive-header {
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 10;
}

.attractive-title {
  margin: 0 0 8px 0;
  color: var(--dark);
  font-size: 18px;
  font-weight: 600;
}

.attractive-subtitle {
  margin: 0;
  color: var(--gray);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.selection-count {
  color: var(--primary);
  font-weight: 600;
}

.header-progress {
  height: 4px;
  background: var(--border);
  border-radius: 2px;
  margin-top: 12px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background: var(--primary);
  transition: width 0.3s ease;
}

/* Search Container */
.attractive-search-container {
  padding: 16px 24px;
  border-bottom: 1px solid var(--border);
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 9;
}

.attractive-search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--white);
  border-radius: 8px;
  border: 1px solid var(--border);
  transition: all 0.2s ease;
}

.attractive-search-wrapper:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.search-icon {
  padding: 0 12px;
  color: var(--gray);
  display: flex;
  align-items: center;
}

.attractive-search-input {
  flex: 1;
  padding: 12px 12px 12px 0;
  border: none;
  background: transparent;
  color: var(--dark);
  font-size: 14px;
  outline: none;
}

.attractive-search-input::placeholder {
  color: var(--gray-light);
}

.search-clear-button {
  padding: 8px 12px;
  background: transparent;
  border: none;
  color: var(--gray);
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.search-clear-button:hover {
  background: var(--hover);
  color: var(--dark);
}

/* Categories */
.attractive-categories-container {
  flex: 1;
  overflow-y: auto;
  background: var(--white);
  margin: 0;
  position: relative;
}

.category-header {
  padding: 16px 24px 12px;
  background: var(--white);
  position: sticky;
  top: 0;
  border-bottom: 1px solid var(--border);
  margin: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 8px;
}

.category-icon {
  font-size: 14px;
}

.attractive-category-title {
  margin: 0;
  color: var(--dark);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.category-count {
  color: var(--gray);
  font-size: 12px;
  margin-left: auto;
}

/* Category Items */
.attractive-category-items {
  padding: 8px 0;
  margin: 0;
}

.attractive-category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  background: transparent;
  width: 100%;
  margin: 0;
}

.attractive-category-item:hover {
  background: var(--hover);
}

.attractive-category-item.selected {
  background: var(--primary-light);
}

.attractive-category-item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.item-content {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  margin: 0;
}

.item-bullet {
  color: var(--gray-light);
  font-size: 16px;
}

.attractive-item-label {
  color: var(--dark);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

/* Enhanced Checkbox */
.attractive-item-checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid var(--border);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  background: var(--white);
  flex-shrink: 0;
  margin: 0;
}

.attractive-item-checkbox.checked {
  background: var(--primary);
  border-color: var(--primary);
}

.attractive-item-checkbox.checked .checkmark-animated {
  opacity: 1;
  transform: scale(1);
}

.attractive-item-checkbox .checkmark-animated {
  color: white;
  font-size: 12px;
  font-weight: bold;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.2s ease;
  margin: 0;
}

.attractive-category-item:hover .attractive-item-checkbox:not(.checked) {
  border-color: var(--primary);
  background: var(--primary-light);
}

.attractive-category-divider {
  height: 1px;
  background: var(--border);
  margin: 8px 24px;
}

/* No Items State */
.no-items-attractive {
  padding: 40px 24px;
  text-align: center;
  color: var(--gray);
  margin: 0;
}

.no-items-icon {
  font-size: 32px;
  margin-bottom: 12px;
  opacity: 0.5;
}

.clear-search-link {
  background: none;
  border: none;
  color: var(--primary);
  cursor: pointer;
  font-size: 14px;
  margin-top: 8px;
}

.clear-search-link:hover {
  color: var(--primary-dark);
}

/* Footer */
.attractive-footer {
  padding: 16px 24px;
  border-top: 1px solid var(--border);
  background: var(--white);
  margin: 0;
  position: sticky;
  bottom: 0;
  z-index: 10;
}

.attractive-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
}

.footer-notice {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--error);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: var(--error);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

.attractive-done-button {
  background: var(--primary);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.attractive-done-button:hover {
  background: var(--primary-dark);
}

/* Error Message */
.attractive-error-message {
  color: var(--error);
  font-size: 12px;
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.error-icon {
  font-size: 14px;
}

/* Scrollbar */
.attractive-categories-container::-webkit-scrollbar {
  width: 6px;
}

.attractive-categories-container::-webkit-scrollbar-track {
  background: var(--light);
}

.attractive-categories-container::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 3px;
}

.attractive-categories-container::-webkit-scrollbar-thumb:hover {
  background: var(--gray-light);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .attractive-modal-overlay {
    padding: 0;
    align-items: flex-end;
  }
  
  .attractive-modal {
    max-height: 80vh;
    border-radius: 16px 16px 0 0;
    animation: slideUpMobile 0.3s ease;
    margin: 0;
  }
  
  @keyframes slideUpMobile {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }
  
  .attractive-header,
  .attractive-search-container,
  .attractive-footer {
    padding: 16px 20px;
  }
  
  .attractive-category-item {
    padding: 12px 20px;
  }
  
  .category-header {
    padding: 16px 20px 12px;
  }
  
  .attractive-footer-content {
    flex-direction: column;
    gap: 12px;
  }
  
  .attractive-done-button {
    width: 100%;
  }
}

/* Selection Limit Animation */
.attractive-item-checkbox.bounce {
  animation: gentleBounce 0.5s ease;
}

@keyframes gentleBounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

/* Ensure navbar doesn't interfere */
header, nav, .navbar {
  z-index: 100 !important; /* Lower than modal overlay */
}

/* Prevent body scroll when modal is open */
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}