.secondary-bg {
  background-color: #f9fcfe;
}

.search-group {
  background: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 14px 16px;
  min-width: 600px;
  position: relative;
  border-radius: 7px;
  max-width: 720px;
  margin-inline: auto;
}
@media screen and (max-width: 667.98px) {
  .search-group {
    flex-wrap: wrap;
    min-width: unset;
  }
}

.step-text {
  line-height: 90px;
}

.medicine-banner .hero-title span {
  color: #644ef3;
}
.medicine-banner .btn.btn-gradient-primary {
  padding: 0.75rem 1.5rem;
  max-width: 210px;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
}
.medicine-banner .form-group {
  width: 100%;
}
@media screen and (max-width: 667.98px) {
  .medicine-banner .form-group {
    max-width: calc(100% - 140px);
  }
}
.medicine-banner .form-group .form-control {
  padding-left: 45px;
  border-radius: 0;
  border: medium none;
}
.medicine-banner .form-group img {
  max-width: 18px;
  position: absolute;
  top: 12px;
  left: 15px;
}
.medicine-banner .speciality-dropdown {
  min-width: 170px;
}
@media screen and (max-width: 667.98px) {
  .medicine-banner .speciality-dropdown {
    min-width: 140px;
    max-width: 140px;
  }
}
.medicine-banner .banner-search-btn {
  padding: 9px 24px;
  background-color: #fff;
  border-right: 1px solid #e3e4e8;
  margin-right: 24px;
  width: calc(100% - 24px);
  color: rgba(18, 18, 18, 0.8);
  font-size: 17px;
  border-radius: 0;
}
@media screen and (max-width: 667.98px) {
  .medicine-banner .banner-search-btn {
    margin-right: 0px;
    border: 1px solid #e3e4e8;
    padding: 9px 10px;
    width: 100%;
  }
}
.medicine-banner .search-group .btn.btn-gradient-text, .medicine-banner .search-group .btn.btn-primary {
  padding: 5px 18px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  border: medium none;
  white-space: nowrap;
}
.medicine-banner .search-group .btn.btn-gradient-text span, .medicine-banner .search-group .btn.btn-primary span {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 667.98px) {
  .medicine-banner .search-group .btn.btn-gradient-text, .medicine-banner .search-group .btn.btn-primary {
    margin-left: auto;
    margin-top: 10px;
    min-width: 122px;
  }
}

.swiper.equal-height-swiper-slide .swiper-slide {
  height: auto;
}
.swiper.navigation-module-slider {
  position: relative;
  overflow: visible;
  padding-top: 30px;
}
.swiper.navigation-module-slider .swiper-button-prev,
.swiper.navigation-module-slider .swiper-button-next {
  position: absolute;
  width: 34px;
  height: 34px;
  background: #fff;
  text-shadow: none;
  top: 0;
  cursor: pointer;
  border: 0;
  color: #002578;
  border-radius: 50%;
  box-shadow: 0px 4px 14px rgba(141, 141, 141, 0.25);
  transition: all 0.6s;
}
.swiper.navigation-module-slider .swiper-button-prev::after,
.swiper.navigation-module-slider .swiper-button-next::after {
  font-size: 18px;
  font-weight: 600;
  transition: all 0.6s;
}
.swiper.navigation-module-slider .swiper-button-prev:hover,
.swiper.navigation-module-slider .swiper-button-next:hover {
  background: #002578;
}
.swiper.navigation-module-slider .swiper-button-prev:hover::after,
.swiper.navigation-module-slider .swiper-button-next:hover::after {
  color: #fff;
}
.swiper.navigation-module-slider .swiper-button-prev {
  left: unset;
  right: 65px;
}
.swiper.navigation-module-slider .swiper-button-next {
  right: 10px;
}

.pill-search-group .row > * {
  padding-inline: 8px;
}
.pill-search-group .form-group .form-control {
  padding: 16px 20px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid rgba(18, 18, 18, 0.1019607843);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.pill-search-group .form-group .form-control.btn {
  display: flex;
}
.pill-search-group .form-group .btn.btn-primary {
  padding: 16px 26px;
  font-weight: 400;
  width: 100%;
  max-width: 200px;
}

.disclaimer-text {
  color: rgba(52, 67, 81, 0.6);
}
.disclaimer-text b {
  color: #121212;
  font-weight: 600;
  margin-right: 6px;
}

.inline-search-group .icon-search {
  position: absolute;
  left: 16px;
  top: 23px;
  max-width: 18px;
}
.inline-search-group .form-group .form-control {
  line-height: 3;
  padding: 9px 125px 9px 40px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.0784313725);
}
.inline-search-group .btn.btn-gradient-text {
  position: absolute;
}

.speciality-bg {
  background-image: url("/static/images/clinics/speciality-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-btn-search .icon-search {
  left: 12px;
  top: 22px;
}
.icon-btn-search .form-group .form-control {
  padding: 18px 120px 18px 40px;
}
.icon-btn-search .btn.btn-gradient-text {
  position: absolute;
  right: 12px;
  top: 12px;
}

.bg-section {
  position: relative;
}
.bg-section::after {
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  background-color: inherit;
  content: "";
  width: 100%;
}

.drug-check-form .form-group .form-control {
  padding: 16px 80px 16px 46px;
  border-radius: 8px;
}
.drug-check-form .form-group .btn.btn-gradient-text {
  position: absolute;
  right: 6px;
  top: 6px;
  border-radius: 8px;
  height: 40px;
  padding: 8px 18px;
}

@media screen and (max-width: 419px) {
  .allopathy-ayurvedic {
    flex-direction: column;
  }
}
.allopathy-ayurvedic a {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid rgba(18, 18, 18, 0.0509803922);
}
@media screen and (max-width: 419px) {
  .allopathy-ayurvedic a {
    width: 100%;
    max-width: 250px;
    justify-content: center;
  }
}
.allopathy-ayurvedic a:first-child {
  background-color: rgba(244, 67, 156, 0.0588235294);
}
.allopathy-ayurvedic a:last-child {
  background-color: rgba(86, 205, 136, 0.0588235294);
}

.ayurveda-section {
  background-image: url("/static/images/medicines/ayurveda-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 16px 0;
}
@media screen and (max-width: 1023.98px) {
  .ayurveda-section {
    padding: 30px 0;
  }
}
.ayurveda-section .header-title {
  font-family: "Goblin One", serif;
  font-size: 52px;
  line-height: 65px;
  text-shadow: 2px 6px 4px rgba(0, 0, 0, 0.2);
  color: #575D19;
}
.ayurveda-section p {
  color: rgba(18, 18, 18, 0.8);
  max-width: 500px;
}
.ayurveda-section .btn.btn-primary {
  background-color: rgba(255, 255, 255, 0.4);
  color: #575D19;
  border-radius: 8px;
  padding: 16px 40px;
}
.ayurveda-section .btn.btn-primary:hover, .ayurveda-section .btn.btn-primary:active, .ayurveda-section .btn.btn-primary:focus {
  background-color: #575D19;
  color: #fff;
}/*# sourceMappingURL=medicine-home.css.map */