a:focus, a:hover {
  color: #ec5186;
}

.text-muted {
  color: #ffffff!important;
}

a:hover {
  color: #f71764;
  text-decoration: underline;
}

.txIntroDrMind {
  color: #303030;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
}

.divHeadingTitle {
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
  color: #0C9AA7;
  text-align: center;
  font-family: Raleway, sans-serif;
}

#TextfeaturesId {
  color: #ec5186;
}

.card-body.feature-card {
  background: #ec5186;
  border-radius: 20px;
  padding: 10px;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 100;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  width: 311px;
  height: 363px;
  border-width: 0px;
}

.feature-card-image {
  margin-top: 20px;
}

.img-thumbnail.mission-img-style {
  border-radius: 0px;
  border-width: 0px;
}

.col_center {
  display: grid;
  justify-content: center;
}

.divFeatureTitle {
  width: 100%;
  margin: 0px 0px 10px 0px;
  padding: 10px;
  margin-bottom: 10px;
  color: #0fcad9;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 50px;
}

#feature_title {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

@media (min-width: 979px) and (max-width: 1200px) {
  .divHeadingTitle.divHeadingTopMargin {
    margin: 200px 0px 10px 0px;
  }
}

@media (min-width:412px) and (max-width:576px) {
  .divHeadingTitle.divHeadingTopMargin {
    margin: 50px 0px 10px 0px;
  }
}

@media (min-width: 1200px) {
  .divHeadingTitle.divHeadingTopMargin {
    margin: 200px 0px 10px 0px;
  }
}

@media (min-width: 576px) and (max-width:768px) {
  .divHeadingTitle.divHeadingTopMargin {
    margin: 50px 0px 10px 0px;
  }
}

@media (min-height:600px) and (max-height:700px) {
  .divHeadingTitle.divHeadingTopMargin {
    margin: 90px 0px 10px 0px;
  }
}

#mission_text_id {
  margin: 34.5px 17px 30px 0;
  font-family: Montserrat;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}

#mission_title {
  margin: 79px 180px 20.5px 0;
  font-family: Raleway;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.38;
  letter-spacing: 1.5px;
  text-align: start;
  color: #ec5186;
}

#divider_mission {
  height: 5px;
  margin-top: 15px;
  background: #ec5186;
  border-radius: 10px;
  /*border-style: solid;*/
}

#hope_title {
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
  color: #ec5186;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 50px;
}

#play_store_id {
  color: var(--dark);
  width: 140px;
  height: 145px;
  margin-top: 20px;
}

@media (min-width: 300px) and (max-width:576px) {
  #DownloadAppId {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 576px) {
  #DownloadAppId {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#NewsAlertTitleId {
  color: #ec5186;
}

#emailIdColumn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
  overflow: hidden;
}

#newsLetterImg {
  display: block;
  width: auto;
  height: auto;
  object-fit: cover;
}

