.new-slide-section-alter {
  background-color: #58457d;
}

.mark-holder-div {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.mark-img {
  opacity: .29;
  width: 80%;
  max-width: none;
  margin-top: 5%;
  margin-right: -30%;
  transform: rotate(-23deg);
}

.new-slider-content-div-alter {
  z-index: 10;
  background-image: linear-gradient(223deg, #58457d00, #58457d);
  justify-content: space-between;
  align-items: center;
  padding: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-text-alter {
  flex-flow: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.hero-top-line {
  color: #fff;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.hero-top-line.light {
  background-color: #00000040;
  padding: 10px 20px;
  font-size: 1.8em;
  font-weight: 400;
}

.hero-line-2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 1.5em;
  line-height: 1.5em;
}

.location-holder {
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.location-jm {
  color: #333;
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  width: 49%;
  padding: 20px 15px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

.doc-poto-div {
  text-align: center;
  flex-flow: column;
  width: 35%;
  display: flex;
}

.doc-holder {
  justify-content: center;
  display: flex;
}

.doc-jm {
  color: #fff;
  flex-flow: column;
  align-items: center;
  width: 65%;
  display: flex;
}

.image {
  width: 100%;
  margin-bottom: 15px;
}

.doc-name {
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 600;
  line-height: 1.2em;
}

.link {
  color: #333;
}

.link:hover {
  color: #58457d;
}

.read-link {
  color: #fff;
  margin-top: 10px;
  padding: 10px 20px;
  line-height: 1em;
  text-decoration: none;
}

.read-link:hover {
  background-color: #fff;
}

@media screen and (max-width: 991px) {

  .mark-holder-div {
    overflow: hidden;
  }

  .mark-img {
    width: 100%;
    margin-top: 15%;
  }

  .new-slider-content-div-alter {
    flex-flow: column;
    justify-content: flex-end;
  }

  .slide-text-alter {
    width: 100%;
  }

  .hero-top-line {
    margin-bottom: 10px;
    font-size: 2em;
  }

  .hero-top-line.light {
    padding: 10px;
  }

  .hero-line-2 {
    margin-top: 0;
    font-size: 1.2em;
  }

  .location-holder {
    margin-top: 0;
  }

  .location-jm {
    padding: 10px;
  }

  .doc-poto-div {
    width: 100%;
  }

  .doc-jm {
    width: 40%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {

  .mark-holder-div {
    overflow: hidden;
  }

  .mark-img {
    width: 120%;
    margin-top: 25%;
  }

  .hero-top-line {
    margin-bottom: 10px;
    font-size: 1.5em;
  }

  .hero-top-line.light {
    font-size: 1em;
  }

  .hero-line-2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.2em;
  }

  .location-holder {
    margin-top: 0;
  }

  .location-jm {
    width: 50%;
    padding: 5px;
    font-size: .9em;
    line-height: 1.2em;
  }

  .doc-poto-div {
    align-items: center;
  }

  .doc-holder {
    max-width: 50%;
  }

  .doc-jm {
    width: auto;
  }

  .image {
    width: 125px;
    margin-bottom: 5px;
  }

  .doc-name {
    margin-left: 0;
    margin-right: 0;
    font-size: .8em;
  }

  .read-link {
    margin-top: 5px;
    font-size: .9em;
  }
}

@media screen and (max-width: 479px) {

  .mark-holder-div {
    align-items: flex-end;
    overflow: hidden;
  }

  .mark-img {
    width: 200%;
  }

  .hero-top-line {
    font-size: 1.2em;
  }

  .hero-top-line.light, .hero-line-2 {
    font-size: .9em;
  }

  .location-holder {
    flex-flow: column;
  }

  .location-jm {
    width: 100%;
  }

  .doc-holder {
    width: 100%;
    max-width: 100%;
  }

  .doc-jm {
    width: 100%;
  }

  .read-link {
    margin-top: 10px;
  }
}


