@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  margin-bottom: 10px;
  display: none;
  scroll-behavior: smooth;
}

/* ui-autocomplete */
.ui-autocomplete {
  width: 60% !important;
  top: 70px !important;
  z-index: 2000000;
  border-radius: 10px;
  border: none !important;
  box-shadow: 0 0 5px lightgray;
  max-height: 290px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-autocomplete .ui-state-active {
  background: #fee8ff !important;
  color: #212529 !important;
  border: none;
  margin: auto;
}
.ui-autocomplete .ui-menu-item-wrapper {
  padding: 15px 20px;
  font-size: 14px;
}
.autocomplete-item .item-type {
  font-size: 9px;
  color: #840c89;
}
/* load more btn start */
.load-more {
  color: white;
  font-size: 14px;
  border: none;
  background-color: #9347ad;
  padding: 10px 30px 10px 30px;
  border-radius: 20px;
}
/* load more btn end */
@media (max-width: 1199px) {
  .ui-autocomplete {
    width: 95% !important;
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .ui-autocomplete {
    width: 92% !important;
  }
  #search-bar .search .btn-close {
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .ui-autocomplete {
    width: 90% !important;
  }
  #search-bar .search .btn-close {
    margin-right: 3px;
  }
}
@media (max-width: 530px) {
  #search-bar .search .btn-close {
    margin-right: 3px;
  }
}
@media (max-width: 485px) {
  .ui-autocomplete {
    width: 88% !important;
  }
}
@media (max-width: 430px) {
  .ui-autocomplete {
    width: 86% !important;
  }
}
.tests-slider .slick-track,
.about-slider .slick-track,
.round-slider .slick-track {
  margin-bottom: 15px;
  margin-top: 15px;
}

/* Active dropdown background */
#search-bar .dropdown-menu {
  border-radius: 10px !important;
  border: none;
  box-shadow: 0 0 5px lightgray;
  overflow-y: scroll;
  max-height: 300px;
}
#header .dropdown-item:active {
  background-color: #a18cd1;
}
#search-bar .dropdown-item:hover,
#search-bar .dropdown-item:active {
  background-color: #fee8ff;
  color: black;
}
#search-bar .dropdown-item {
  padding: 10px 30px;
}
#search-bar .dropdown-item.item-heading {
  color: #840c89;
  font-size: 10px;
}
#search-bar .dropdown-item.item-heading:hover,
#search-bar .dropdown-item.item-heading:active {
  background-color: white;
  color: #840c89;
  cursor: auto;
}
/* Tooltip */
.tooltip-inner {
  background-color: white;
  color: black;
  box-shadow: 0px 0px 8px lightgray;
  opacity: 1 !important;
  font-size: 12px !important;
  border-radius: 6px;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: white !important;
}

.modal {
  z-index: 100001;
}

/* Header */
#header {
  margin-top: 20px;
  font-size: 14px;
  transition: padding 0.3s, border-bottom 0.3s;
  z-index: 10000;
}
#header .nav-link {
  color: black;
}
#header .nav-link.active {
  color: #840089;
  font-weight: 600;
}
#header .nav-link.active {
  color: #840089;
  font-weight: 600;
}
#header .management-btn {
  color: #840c89;
  padding: 6px 20px 6px 20px;
  border: 1px solid #840c89;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 11px;
  min-height: 45px;
}
#header .plan-btn {
  color: white;
  padding: 10px 20px 10px 20px;
  background-color: #9347ad;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .menu-icon:focus-visible {
  outline: none;
}
#header .offcanvas-body {
  padding-left: 0;
}
.offcanvas {
  z-index: 3000000;
}
#header .offcanvas-body .management-btn {
  font-size: 12px;
}
#header .username {
  text-decoration: none !important;
  color: black;
}

#header .cart-count {
  background-color: #a18cd1;
  padding: 0.35em 0.55em;
  margin-top: 2px;
}

#header .dropdown .dropdown-menu {
  z-index: 10000;
}

#header .header-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .header-search {
  display: none;
}
@media (min-width: 1200px) {
  #header .header-links {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .header-search {
    display: none;
  }
}

@media (max-width: 1200px) {
  #header .logo {
    width: 130px;
  }
  #header .container {
    font-size: 11px;
  }
  #header .header-links,
  #header .header-search {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #header .header-search {
    display: none;
  }
}

/* Search Bar */
#search-bar .search-location {
  background-color: white;
  height: 60px;
  box-shadow: 0px 0px 20px lightgrey;
  border-radius: 40px;
  position: relative;
}

#search-bar .search-location .location {
  border-right: 2px solid lightgrey;
  cursor: pointer;
}

#search-bar .search .btn-close {
  top: 75px;
  right: 30px;
  position: absolute;
  z-index: 200000000;
  display: none;
}
#search-bar .search-location .location p {
  font-size: 12px;
  color: #840089;
}

#search-bar .search-location .search p {
  font-size: 10px;
  color: #840089;
}

#search-bar .search-location .search input {
  border: none;
}

#search-bar .search-location .search input:focus-visible {
  outline: none;
}

#search-bar .search-location .search-icon {
  background-color: #840089;
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  border-radius: 50%;
  padding: 20px;
}

#search-bar .upload-prescription {
  background-color: #a18cd1;
  height: 60px;
  box-shadow: 0px 0px 5px lightgrey;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  cursor: pointer;
}

/* Mobile Number Input */
.mobile-input {
  height: 50px;
  border: 1px solid #f0b9f2;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 12px 5px 12px;
}

.mobile-input .code {
  font-size: 13px;
}

.mobile-input input {
  border: none;
  border-left: 1px solid #f0b9f2;
  margin-left: 10px;
  padding-left: 15px;
  width: 100%;
  font-size: 13px;
}

.mobile-input input:focus-visible {
  outline: none;
}

/* To hide scrollbars in a number input field */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

.slick-dots {
  bottom: -40px !important;
}

.slick-dots li {
  background-color: #c4c4c4;
  width: 15px !important;
  height: 15px !important;
  border-radius: 10px;
}

.slick-dots li button:before {
  width: 100% !important;
  height: 10px !important;
  color: transparent !important;
}

.slick-dots .slick-active {
  background-color: #840089;
}

/* Footer Section */
#footer-section {
  /* margin-top: 100px; */
  padding-left: 80px;
  padding-right: 80px;
  color: white !important;
}

#footer-section .phone-number,
#footer-section .email {
  text-decoration: none !important;
  color: white !important;
}

#footer-section .container {
  background-color: #840089;
  padding: 30px 10px 30px 10px;
  border-radius: 15px;
  font-weight: 400;
  font-size: 14px;
}

#footer-section .heading {
  font-size: 18px;
  font-weight: 700;
}

#footer-section .links a {
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
  text-decoration: none;
  color: white;
}

#footer-section .number {
  font-size: 16px;
  font-weight: 700;
}

#footer-section hr {
  opacity: 1;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  #footer-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer-section hr {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* Download Section */

#download-section {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 80px;
  padding-right: 80px;
}

#download-section .container {
  padding: 30px 10px 30px 10px;
  border-radius: 15px;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  background-image: linear-gradient(to right, #edb7f1, #a18cd1);
  /* height: 230px; */
}

#download-section .container .content {
  /* position: absolute;
  top: 0; */
  margin-top: -27px;
}

#download-section .container h1 {
  font-weight: 700;
  margin-bottom: 30px;
}

#download-section .container .link-text {
  margin-top: 50px;
  color: white;
  font-weight: 600;
}

#download-section .container .number-box {
  background-color: white;
  border-radius: 20px;
  height: 40px;
  max-width: 400px;
}

#download-section .container .number-box .code {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #e2e2e2;
  color: black !important;
}

#download-section .container .number-box input {
  border: none;
}
#download-section .container .number-box input:focus-visible {
  outline: none;
}

#download-section .container .number-box .get-link {
  background-color: #9347ad;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
}
#download-section .container .number-box .get-link button {
  background-color: #9347ad;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border: none;
  color: white;
  font-weight: 600;
  height: 100%;
}

@media (max-width: 1100px) {
  /* #download-section .container .content {
    margin-top: -320px;
  } */
  #download-section .container {
    height: 250px;
  }
}

@media (max-width: 991px) {
  #download-section .container .content {
    position: relative;
    padding: 50px;
    color: white;
  }
  #download-section .container {
    height: auto;
  }
}

@media (max-width: 767px) {
  #download-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  #download-section .container .content {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  #download-section .container .content {
    margin-top: -200px;
  }
  #download-section {
    margin-top: 160px;
  }
}

@media (max-width: 400px) {
  #download-section .app-btn {
    width: 120px;
  }
}

/* View All Heading */
#view-all-header .heading h1 {
  font-size: 20px !important;
}

#view-all-header .heading hr {
  width: 45px;
  border: 3px solid #9347ad;
  background-color: #9347ad;
  display: block;
  opacity: 1;
  border-radius: 5px;
}

@media (max-width: 767px) {
  #view-all-header .heading h1 {
    font-size: 16px !important;
  }
}

/* Main Slider */
#main-slider {
  display: none;
  margin-top: 40px;
}

#main-slider .slick-slide {
  opacity: 0.5;
}
#main-slider .slick-slide.slick-active {
  opacity: 1;
}

#main-slider .home-slider .slide {
  background-image: linear-gradient(to right, #840089, #84008964);
  background-size: cover;
  height: 300px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  justify-content: space-between;
  color: white;
  border-radius: 20px;
  margin-right: 0.5rem !important;
}

/* Slider Arrows */
#main-slider .home-slider .slick-prev {
  left: 30px;
  z-index: 2;
  width: 60px;
  height: 60px;
}

#main-slider .home-slider .slick-next {
  right: 30px;
  z-index: 2;
  width: 60px;
  height: 60px;
}

/* Slider Content */
#main-slider .home-slider .heading {
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

#main-slider .home-slider .sub-heading {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 35px;
}

#main-slider .home-slider .know-more {
  background-color: white;
  color: #840089;
  border: none;
  padding: 10px 30px 10px 30px;
  border-radius: 25px;
}

@media (max-width: 1110px) {
  #main-slider .home-slider .slide {
    padding-left: 2.5rem !important;
    padding-right: 0rem !important;
  }
  #main-slider .home-slider .heading {
    font-size: 25px;
  }
  #main-slider .home-slider .sub-heading {
    font-size: 14px;
  }
}

@media (max-width: 840px) {
  #main-slider .home-slider .slide {
    height: 250px;
  }
  #main-slider .home-slider .heading {
    font-size: 20px;
  }
  #main-slider .home-slider .sub-heading {
    font-size: 12px;
  }
  #main-slider .home-slider .doctors {
    height: 100%;
  }
}

@media (max-width: 768px) {
  #main-slider .home-slider .slide {
    margin-left: 0.5rem !important;
  }
  #main-slider .slick-slide {
    opacity: 1;
  }
}

@media (max-width: 580px) {
  #main-slider .home-slider .slide {
    height: 200px;
  }
  #main-slider .home-slider .heading {
    font-size: 18px;
  }
  #main-slider .home-slider .sub-heading {
    font-size: 11px;
  }
  #main-slider .home-slider .know-more {
    padding: 10px 15px 10px 15px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  #main-slider .home-slider .slide {
    height: 160px;
    padding-left: 15px !important;
  }
  #main-slider .home-slider .heading {
    font-size: 13px;
  }
  #main-slider .home-slider .sub-heading {
    font-size: 10px;
    margin-bottom: 15px;
  }
  #main-slider .home-slider .know-more {
    font-size: 10px;
  }
}

@media (min-width: 1600px) {
  #main-slider {
    max-width: 1400px;
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }
}

/* Testimonials Slider */
.testimonials-slider .slide {
  background-color: white;
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  /* box-shadow: 0px 0px 5px lightgray; */
  border-radius: 9px;
  margin-bottom: 5px;
}
.testimonials-slider .slide .color-area {
  background-color: #f0b9f2;
  width: auto;
  height: 10px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.testimonials-slider .slide h1 {
  font-size: 18px !important;
}
.testimonials-slider .slide p {
  text-align: justify;
  font-size: 14px;
}
.testimonials-slider .slick-prev,
.testimonials-slider .slick-next {
  width: 60px;
  height: 60px;
  z-index: 2;
}

/* Assistance Section */
#assistance-section {
  margin-top: 60px;
  padding-left: 70px;
  padding-right: 70px;
}

#assistance-section .row {
  border: none;
  border-radius: 8px;
}

#assistance-section .assistance {
  background-image: linear-gradient(to right, #860b8e 30%, #a18cd1);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  color: white;
  padding: 20px 10px 20px 10px;
  display: flex;
  align-items: center;
}

#assistance-section .assistance h2 {
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: 0;
}

#assistance-section .assistance span {
  font-size: 16px !important;
  font-weight: 500;
}

#assistance-section .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #eae4f8;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

#assistance-section .contact .number {
  color: #840089;
  font-weight: 600;
}

#assistance-section .contact .number a {
  color: #840089;
  text-decoration: none;
}

@media (max-width: 1199px) {
  #assistance-section .assistance h2 {
    font-size: 16px !important;
  }
  #assistance-section .assistance span {
    font-size: 12px !important;
  }
  #assistance-section .contact {
    font-size: 12px !important;
  }
}

@media (max-width: 990px) {
  #assistance-section .assistance h2 {
    font-size: 14px !important;
  }
  #assistance-section .assistance span {
    font-size: 11px !important;
  }
}

@media (max-width: 767px) {
  #assistance-section {
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #assistance-section .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  #assistance-section .assistance {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  #assistance-section .contact {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 0px;
    font-size: 14px !important;
  }
  #assistance-section .assistance h2 {
    font-size: 18px !important;
  }
  #assistance-section .assistance span {
    font-size: 14px !important;
  }
}

/* View All Button */
.view-all-btn {
  color: white;
  background-color: #9347ad;
  padding: 7px 15px 7px 15px;
  font-size: 12px;
  border: none;
  border-radius: 20px;
}

/* Test Slider */
.tests-slider .slick-prev {
  width: 60px;
  height: 60px;
  z-index: 2;
}
.tests-slider .slick-next {
  width: 60px;
  height: 60px;
  z-index: 2;
}
.tests-slider .slide {
  display: flex !important;
  background-color: white;
  margin-right: 0.3rem !important;
  margin-left: 0.5rem !important;
  /* box-shadow: none; */
  box-shadow: 2px 1px 7px #bcbcbc;
  border-radius: 9px;
  transition: box-shadow 0.3s;
}
.tests-slider .slide:hover {
  /* box-shadow: 0px 0px 15px lightgray; */
  box-shadow: 2px 2px 15px rgb(92, 90, 90);
}
.tests-slider .slide .color-area {
  background-color: #f0b9f2;
  width: 15px;
  height: auto;
  border-bottom-left-radius: 9px;
  border-top-left-radius: 9px;
}
.tests-slider .slide .content {
  padding: 10px;
}
.tests-slider .slide .content h1 {
  font-size: 12px !important;
}

.tests-slider .slide .content h2 {
  font-size: 11px !important;
  color: grey;
}
.tests-slider .slide .content .mrp {
  font-size: 10px !important;
  color: grey;
}
.tests-slider .slide .content .mrp span {
  text-decoration: line-through;
}
.tests-slider .slide .content .price-box p {
  color: #840089;
  font-weight: 600;
  margin-bottom: 0;
}
.tests-slider .slide .content button {
  color: white;
  font-size: 12px;
  border: none;
  background-color: #9347ad;
  padding: 5px 15px 5px 15px;
  border-radius: 20px;
}

.simple-input label {
  display: block;
  text-align: left;
  margin-left: 6px;
  margin-bottom: 5px;
  font-size: 13px;
}

.simple-input input,
.simple-input select {
  width: 100%;
  height: 50px;
  border: 1px solid #f0b9f2;
  border-radius: 6px;
  padding: 5px 12px 5px 12px;
  font-size: 13px;
}

.simple-input input:focus-visible,
.simple-input select:focus-visible {
  outline: none;
}

.simple-input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url('../img/dropdown-arrow.svg');
  background-repeat: no-repeat;
  background-position-x: 92%;
  background-position-y: 50%;
}

.simple-input input[type='date']::-webkit-calendar-picker-indicator {
  /* display: none; */
  opacity: 0;
}
.simple-input input[type='date'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url('../img/calendar-input.svg');
  background-repeat: no-repeat;
  background-position-x: 92%;
  background-position-y: 50%;
}

/* Accordion */
.accordion-item {
  border: 1px solid #f5c4f7 !important;
}

.accordion-button {
  color: black !important;
  background-color: #fff4ff !important;
  font-size: 15px;
  border-radius: 10px !important;
}

.accordion-button .collapsed {
  border-radius: 10px !important;
}

.accordion-body {
  font-size: 13px;
  font-weight: 300;
}

.accordion-button::after {
  background-image: url(../img/accordion-icon-down.svg) !important;
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  margin-top: -10px;
}
.accordion-button.collapsed::after {
  margin-top: 0px;
  margin-bottom: -10px;
}

.accordion-button:focus {
  border: none !important;
  box-shadow: none;
}

.accordion-item {
  border-radius: 10px !important;
}

/* Close Modal Icon  */
.close-modal {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -15px;
  margin-right: -15px;
  cursor: pointer;
}

/* Custom Checkbox */
/* The container */
.custom-container {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-top: 1px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #f0b9f2;
  border-radius: 6px;
}

/* When the checkbox is checked, add a blue background */
.custom-container input:checked ~ .checkmark {
  border: 1px solid #840089;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-container .checkmark:after {
  left: 1px;
  top: 1px;
  width: 18px;
  height: 18px;
  border: solid white;
  border-width: 3px 3px 3px 3px;
  background-color: #840089;
  border-radius: 6px;
}

.discount-pill {
  font-size: 10px;
  color: #19aa2a;
  background-color: #d0eed3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px 5px 10px;
  border-radius: 20px;
}

.slider-cards .slide {
  display: flex !important;
  background-color: white;
  margin-right: 0.3rem !important;
  margin-left: 0.5rem !important;
  box-shadow: 2px 1px 7px #bcbcbc;
  /* border: 1px solid #9347ad; */
  border-radius: 9px;
  transition: box-shadow 0.3s;
}
.slider-cards .slide:hover {
  /* box-shadow: 0px 0px 15px lightgray; */
  box-shadow: 2px 2px 15px rgb(92, 90, 90);
}
.slider-cards .slide .color-area {
  background-color: #f0b9f2;
  width: 15px;
  height: auto;
  border-bottom-left-radius: 9px;
  border-top-left-radius: 9px;
}
.slider-cards .slide .content {
  padding: 10px;
}
.slider-cards .slide .content h1 {
  font-size: 12px !important;
}

.slider-cards .slide .content h2 {
  font-size: 11px !important;
  color: grey;
}
.slider-cards .slide .content .mrp {
  font-size: 10px !important;
  color: grey;
}
.slider-cards .slide .content .mrp span {
  text-decoration: line-through;
}
.slider-cards .slide .content .price-box p {
  color: #840089;
  font-weight: 600;
  margin-bottom: 0;
}
.slider-cards .slide .content button {
  color: white;
  font-size: 12px;
  border: none;
  background-color: #9347ad;
  padding: 5px 15px 5px 15px;
  border-radius: 20px;
}

.nav-search-icon {
  display: none;
}