body {
  background-color: #fbfbfb;
  margin-bottom: 10px;
  font-size: 14px !important;
}

/* Common */
#view-all-header h1 {
  font-size: 24px !important;
  font-weight: 600;
}
.sub-heading {
  font-size: 16px;
  font-weight: 600;
}
.checklist .list-item {
  display: flex;
  font-size: 13px;
  margin-bottom: 10px;
}
.callback-btn {
  color: white;
  background-color: #9347ad;
  padding: 7px 25px 7px 25px;
  font-size: 12px;
  border: none;
  border-radius: 20px;
  font-weight: 600;
}

/* Elderly Care & Home Critical Care & Home Critical Care */
#elderly-care,
#critical-care,
#home-attendant-care {
  margin-top: 60px;
  background-color: #fff4ff;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Covid care & Home Nursing Care &  */
#covid-care,
#home-nursing-care,
#paliative-care {
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  #elderly-care .container,
  #covid-care,
  #critical-care .container,
  #home-nursing-care,
  #home-attendant-care .container,
  #paliative-care {
    padding-left: 15px;
    padding-right: 15px;
  }
}
