body {
  background-color: #fbfbfb;
}

/* Commmon */
.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;
}

/* Main Slider changes */
#main-slider .home-slider .slide.radiology-slide {
  background-image: url(../img/radiology-slider-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

#main-slider .home-slider .slide.radiology-slide .heading {
  color: black;
}

#main-slider .home-slider .slide.radiology-slide .sub-heading {
  color: black;
}

#main-slider .home-slider .slide.radiology-slide .know-more {
  background-color: #840089;
  color: white;
}

/* Testimonials & radiology-tests & How it Works Section */
/* Testimonials Section */
#testimonials {
  margin-top: 60px;
  padding-left: 50px;
  padding-right: 50px;
}

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

#radiology-tests,
#how-it-works {
  background-color: #fff4ff;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  margin-top: 80px;
}

#how-it-works {
  font-size: 13px;
  margin-top: 60px;
}

#radiology-tests .container,
#how-it-works .container {
  padding-left: 50px;
  padding-right: 50px;
}

#radiology-tests .test {
  width: 150px;
  margin-right: 5px;
}

#radiology-tests .test a {
  text-decoration: none;
  color: black;
}

#radiology-tests .test .circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

#radiology-tests .test .circle:hover {
  box-shadow: 0px 0px 15px lightgray;
}

#radiology-tests .test p {
  font-size: 13px;
}

/* Popular Radiology Tests */
#popular-radiology {
  margin-top: 60px;
  padding-left: 50px;
  padding-right: 50px;
}

#popular-radiology .load-more {
  color: white;
  font-size: 14px;
  border: none;
  background-color: #9347ad;
  padding: 10px 30px 10px 30px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  #radiology-tests .container,
  #popular-radiology,
  #how-it-works .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  #radiology-tests .container .row {
    margin-left: 0;
    margin-right: 0;
  }

  #radiology-tests .test {
    width: 135px;
  }

  #radiology-tests .test .circle {
    width: 120px;
    height: 120px;
  }

  #radiology-tests .test p {
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  #radiology-tests .test {
    width: 120px;
  }

  #radiology-tests .test .circle {
    width: 100px;
    height: 100px;
  }

  #radiology-tests .test p {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  #radiology-tests .test {
    width: 110px;
  }

  #radiology-tests .test .circle {
    width: 90px;
    height: 90px;
  }

  #radiology-tests .test p {
    font-size: 10px;
  }
  #radiology-tests .test img {
    width: 50px;
    height: 50px;
  }
}

/* Radiology Lab Page */
#radiology-links {
  margin-top: 60px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 12px;
  color: #840c89;
}

#radiology-links span {
  color: black;
}

#text-info {
  margin-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
}

#text-info .info {
  background-color: white;
  padding: 20px 25px 15px 25px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px lightgray;
}

#text-info .info .heading {
  font-size: 14px;
  font-weight: 600;
  color: #303030;
}

#text-info .info .sub-heading {
  font-size: 12px;
  font-weight: 600;
  color: #5f5f5f;
}

#text-info .info .content .border-box {
  border-right: 1px solid #fff4ff;
}

#text-info .info .content {
  font-size: 12px;
  color: #5f5f5f;
}

#text-info .info .green {
  color: #5f5f5f;
}
#text-info .info .purple {
  color: #840c89;
  cursor: pointer;
}

/* Labs List */
#labs-list {
  margin-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

#labs-list .lab-card {
  background-color: white;
  min-height: 150px;
  padding: 20px 40px 20px 40px;
  border-radius: 8px;
  border: 1px solid #ede5ff;
  margin-bottom: 20px;
  position: relative;
}

#labs-list .lab-card h1 {
  font-size: 18px;
  font-weight: 600;
  color: #5f5f5f;
  margin-top: 10px;
}

#labs-list .lab-card .details {
  font-size: 12px;
}

#labs-list .lab-card .price-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#labs-list .lab-card .mpr {
  font-size: 11px;
  color: #212121;
}

#labs-list .lab-card .price {
  color: #840089;
  font-weight: 600;
}

#labs-list .lab-card .price span {
  color: #212121;
  font-weight: 400;
  font-size: 8px;
}

#labs-list .lab-card .mpr span {
  text-decoration: line-through;
}

#labs-list .lab-card .cart-btn {
  color: #840c89;
  border: 1px solid #840c89;
  background-color: #fff4ff;
  border-radius: 28px;
  font-size: 11px;
  padding: 5px 15px 5px 15px;
  display: none;
}

#labs-list .lab-card .book-btn {
  color: white;
  border: none;
  background-color: #840c89;
  border-radius: 28px;
  font-size: 11px;
  padding: 7px 27px 7px 27px;
}

#labs-list .lab-card .discount {
  position: absolute;
  font-size: 10px;
  font-weight: 600;
  color: #19aa2a;
  background-color: #d0eed3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px 5px 10px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  top: 0;
  right: 0;
  margin-right: 70px;
}

@media (max-width: 1400px) {
  #text-info .info .content .instructions-icon {
    width: 22px;
  }
}

@media (max-width: 991px) {
  #text-info .info .content .instructions-icon {
    width: 35px;
  }
}

@media (max-width: 767px) {
  #radiology-links,
  #text-info,
  #labs-list {
    padding-left: 10px;
    padding-right: 10px;
  }

  #text-info .info .content .border-box {
    border-right: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff4ff;
  }

  #text-info .info .content .instructions-icon {
    width: 22px;
  }
  #labs-list .lab-card .discount {
    margin-right: 30px;
  }
}

@media (max-width: 440px) {
  #text-info .info .content .instructions-icon {
    width: 30px;
  }
}
