body {
  background-color: #fbfbfb;
}

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

#main-slider .home-slider .slide.tests-slide .heading {
  color: #840089;
}

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

#main-slider .home-slider .slide.tests-slide .know-more {
  background-image: linear-gradient(to right, #840089, #a18cd1);
  color: white;
}

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

/* Health Checkup Section 
& Popular Tests Section 
& How it Works Section */
#health-checkup,
#popular-tests,
#how-it-works {
  margin-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
}

#health-checkup {
  margin-top: 80px;
}

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

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

/* Testimonials & Vital Organs 
& Book With Us Section */
#testimonials,
#vital-organs,
#book-with-us {
  background-color: #fff4ff;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  margin-top: 40px;
}

#testimonials {
  margin-top: 60px;
}

#testimonials .container,
#vital-organs .container,
#book-with-us .container {
  padding-left: 50px;
  padding-right: 50px;
}

#vital-organs .organ {
  width: 150px;
  margin-right: 5px;
}

#vital-organs .organ a {
  text-decoration: none !important;
  color: black !important;
}

#vital-organs .organ .circle:hover {
  box-shadow: 0px 0px 15px lightgray;
}

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

#vital-organs .organ p {
  font-size: 13px;
}

#book-with-us p {
  font-size: 14px;
}

#book-with-us .heading {
  color: #840089;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 5px;
}
#book-with-us .text {
  font-size: 13px;
  text-align: center;
}

@media (max-width: 767px) {
  #testimonials,
  #health-checkup {
    margin-top: 40px;
  }
  #testimonials .container,
  #health-checkup,
  #vital-organs .container,
  #popular-tests,
  #book-with-us .container,
  #how-it-works {
    padding-left: 10px;
    padding-right: 10px;
  }

  #vital-organs .container .row {
    margin-left: 0;
    margin-right: 0;
  }

  #vital-organs .organ {
    width: 135px;
  }

  #vital-organs .organ .circle {
    width: 120px;
    height: 120px;
  }

  #vital-organs .organ p {
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  #vital-organs .organ {
    width: 120px;
  }

  #vital-organs .organ .circle {
    width: 100px;
    height: 100px;
  }

  #vital-organs .organ p {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  #vital-organs .organ {
    width: 110px;
  }

  #vital-organs .organ .circle {
    width: 90px;
    height: 90px;
  }

  #vital-organs .organ p {
    font-size: 10px;
  }
  #vital-organs .organ img {
    width: 50px;
    height: 50px;
  }
}

/* #download-section {
  margin-top: 320px !important;
} */
