.hero-banner {
  height: calc(100vh - 573px);
  min-height: 573px;
  position: relative;
}
.idrc-clients-treatment-program {
  background-color: #22689e;
}
.black-horizontal-line {
  height: 1px;
  background-color: #313131;
  width: 100%;
}
.what-we-do-img {
  background-image: url('../images/group-adolescent.jpg');
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
}
.padding-80px {
  padding: 80px;
}
.our-treatment-program {
  background-color: #40a8e4;
}
.idrc-clients-treatment-program-bg {
  background-image: url('../images/careers.jpg');
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}
/* @media (max-width: 991px) {
  .hero-banner {
    margin-top: 80px !important;
  }
} */
