.care-module-wrapper {
  max-width: 1400px;
  margin: auto;
  padding: 20px;
}

.care-module {
  display: flex;
  font-family: sans-serif;
  align-items: center;
}

.care-module ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.care-module ul li {
  margin: 0;
  padding: 0;
}

.care-blocks-wrapper {
  width: 50%;
  padding-right: 20px;
}

.care-block {
  display: flex;
  width: 100%;
  padding-bottom: 15px;
}

.care-block:last-child {
  padding-bottom: 0;
}

.care-title {
  align-self: center;
  width: 33%;
  min-width: 160px;
  position: relative;
}

.care-title h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
}

.care-title .care-block-content{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  z-index: 2;
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 85%;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.7);
  box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.7);
}

.care-title:hover .care-block-content{
  display: block;
}

.care-list {
  width: 63%;
}

.care-list > ul > li {
  padding: 0 20px;
  padding-left: 5px;
  border-radius: 20px;
  margin-bottom: 5px;
  position: relative;
  display: flex;
  color: #fff;
  align-items: center;
  min-height: 45px;
}

.care-list > ul > li:last-child {
  margin-bottom: 0;
}

.care-list > ul > li .care-list-icon {
  width: 40px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: -2px;
}

.care-list > ul > li .care-list-icon img{
  width: 40px;  
}

.care-list > ul > li .care-list-icon .inactive-icon {
  display: none;
}

.care-block.block-inactive .care-list > ul > li .care-list-icon .active-icon {
  display: none;
}

.care-block.block-inactive .care-list > ul > li .care-list-icon .inactive-icon {
  display: inline-block;
}

.care-block.block-active .care-list > ul > li .care-list-icon .inactive-icon {
  display: none;
}

.care-block.block-active .care-list > ul > li .care-list-icon .active-icon {
  display: inline-block;
}

.care-list > ul > li .care-list-title {
  padding: 5px 0;
}

ul.care-list-items {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 2;
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 85%;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.7);
  box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.7);
}

ul.care-list-items > li {
  padding: 0;
  margin: 0;
  color: #fff;
}

.care-list ul li:hover .care-list-items {
  display: block;
}

/*  */
/*  */
#preventive_care .care-title h3 {
  color: #f49e30;
}

#preventive_care.block-inactive .care-title h3 {
  color: #ccc;
}

#preventive_care.block-active .care-title h3 {
  color: #f49e30;
}

#preventive_care .care-list > ul > li {
  background: #f49e30;
}

#preventive_care.block-inactive .care-list > ul > li {
  background: #ccc;
}

#preventive_care.block-active .care-list > ul > li {
  background: #f49e30;
}

#preventive_care .care-list-items {
  background: #e7b23e;
}
#preventive_care .care-title .care-block-content{
  background: #e7b23e;
}
/*  */
#operative_care .care-title h3 {
  color: #312783;
}

#operative_care.block-inactive .care-title h3 {
  color: #ccc;
}

#operative_care.block-active .care-title h3 {
  color: #312783;
}

#operative_care .care-list > ul > li {
  background: #312783;
}
#operative_care.block-inactive .care-list > ul > li {
  background: #ccc;
}

#operative_care.block-active .care-list > ul > li {
  background: #312783;
}

#operative_care .care-list-items {
  background: #434e99;
}
#operative_care .care-title .care-block-content{
  background: #434e99;
}
/*  */
#integrated_care .care-title h3 {
  color: #e6007e;
}

#integrated_care.block-inactive .care-title h3 {
  color: #ccc;
}

#integrated_care.block-active .care-title h3 {
  color: #e6007e;
}

#integrated_care .care-list > ul > li {
  background: #e6007e;
}

#integrated_care.block-inactive .care-list > ul > li {
  background: #ccc;
}

#integrated_care.block-active .care-list > ul > li {
  background: #e6007e;
}

#integrated_care .care-list-items {
  background: #bd5182;
}

#integrated_care .care-title .care-block-content{
  background: #bd5182;
}

/*  */
#ownership_of_care .care-title h3 {
  color: #36a9e1;
}

#ownership_of_care.block-inactive .care-title h3 {
  color: #ccc;
}

#ownership_of_care.block-active .care-title h3 {
  color: #36a9e1;
}

#ownership_of_care .care-list > ul > li {
  background: #36a9e1;
}

#ownership_of_care.block-inactive .care-list > ul > li {
  background: #ccc;
}

#ownership_of_care.block-active .care-list > ul > li {
  background: #36a9e1;
}

#ownership_of_care .care-list-items {
  background: #79b5e5;
}

#ownership_of_care .care-title .care-block-content{
  background: #79b5e5;
}

/*  */

.care-block .care-title h3 {
  transition: all 0.3s;
}

.care-block .care-list > ul > li {
  transition: all 0.3s;
}

.care-block.block-inactive .care-list > ul > li {
  transition: all 0.3s;
}

.care-block.block-active .care-list > ul > li {
  transition: all 0.3s;
}

.care-block .care-list-items {
  transition: all 0.3s;
}

.icon-list {
  width: 180px;
}

.icon-list-icon {
  position: relative;
  display: block;
  padding-bottom: 8px !important;
}

.icon-list-icon:last-child {
  padding-bottom: 0 !important;
}

.icon-list-icon .icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #662483;
  position: relative;
  display: block;
  margin: auto;
  transition: all 0.3s;
}

.icon-list-icon.icon-inactive .icon {
  background: #ccc;
  transition: all 0.3s;
}

.icon-list-icon.icon-active .icon {
  background: #662483;
  transition: all 0.3s;
}

.icon-list-icon .icon:after {
  content: "";
  background: url(https://www.fdiworlddental.org/modules/custom/ino_pt_infographic/assets/infographic-1/img/mouth.svg) center no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 9px;
  left: 18px;
  display: block;
}

.icon-list-icon.reduced-icon .icon:after {
  background: url(https://www.fdiworlddental.org/modules/custom/ino_pt_infographic/assets/infographic-1/img/reduced.svg) center no-repeat;
  background-size: contain;
}

.icon-list-icon.professional-icon .icon:after {
  background: url(https://www.fdiworlddental.org/modules/custom/ino_pt_infographic/assets/infographic-1/img/professional.svg) center no-repeat;
  background-size: contain;
}

.icon-list-icon.improved-icon .icon:after {
  background: url(https://www.fdiworlddental.org/modules/custom/ino_pt_infographic/assets/infographic-1/img/improved.svg) center no-repeat;
  background-size: contain;
}

.icon-list-icon.teeth-icon .icon:after {
  background: url(https://www.fdiworlddental.org/modules/custom/ino_pt_infographic/assets/infographic-1/img/teeth.svg) center no-repeat;
  background-size: contain;
}

.icon-list-icon.durable-icon .icon:after {
  background: url(https://www.fdiworlddental.org/modules/custom/ino_pt_infographic/assets/infographic-1/img/durable.svg) center no-repeat;
  background-size: contain;
}

.icon-list-icon .icon-label {
  width: 100%;
  text-align: center;
  display: block;
  padding: 5px 10px;
  border-radius: 20px;
  margin: auto;
  margin-top: -24px;
  background: #951b81;
  z-index: 2;
  position: relative;
  max-width: 140px;
  font-size: 12px;
  color: #fff;
  transition: all 0.3s;
}

.icon-list-icon.icon-inactive .icon-label {
  background: #ccc;
  transition: all 0.3s;
}

.icon-list-icon.icon-active .icon-label {
  background: #951b81;
  transition: all 0.3s;
}

.leaf-graphic {
  width: 40%;
  padding-left: 3%;
}

.leaf-graphic img {
  display: block;
  width: 100%;
  height: auto;
}

/*  */
.top-text-boxes {
  display: flex;
  margin-bottom: -50px;
}
.top-text-boxes div {
  display: block;
  padding: 40px;
  padding-left: 0;
  width: 20%;
}

.top-text-boxes div img {
  display: block;
  width: 100%;
  height: auto;
}

.top-text-boxes div:last-child {
  padding-right: 0;
  width: 30%;
}
/*  */

.bottom-text-boxes {
  display: flex;
  align-items: center;
}
.bottom-text-boxes div {
  display: block;
  padding: 40px 0;
  padding-right: 40px;
  width: 43%;
}

.bottom-text-boxes div img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 500px;
}

.bottom-text-boxes div:last-child img {
  max-width: 400px;
}

/*  */
@media (max-width: 1199px) {
  .leaf-graphic {
    width: 30%;
  }
}

@media (max-width: 999px) {
  .leaf-graphic {
    display: none;
  }

  .care-blocks-wrapper {
    width: 66%;
  }

  .top-text-boxes {
    margin: auto;
    flex-wrap: wrap;
  }

  .top-text-boxes div {
    width: 40%;
    padding: 20px;
  }

  .top-text-boxes div:last-child {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .top-text-boxes {
    display: none;
  }

  .bottom-text-boxes {
    display: none;
  }

  .care-block {
    display: block;
  }

  .care-title {
    width: 100%;
    margin-bottom: 10px;
  }
  .care-title br {
    display: none;
  }

  .care-title .care-block-content{
    margin-top: 0 !important;
  }

  .care-list {
    width: 100%;
  }

  .icon-list-icon .icon-label {
    box-sizing: border-box;
  }
  
}
