.providers-overview {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 700px) {
  .providers-overview {
    flex-direction: column;
  }
}
.providers-overview-card {
  width: 33%;
}
@media only screen and (max-width: 700px) {
  .providers-overview-card {
    width: 100%;
  }
}

.plc {
  width: 94%;
  margin: 20px auto;
  -webkit-box-shadow: 2px 2px 5px 0px #999;
  -moz-box-shadow: 2px 2px 5px 0px #999;
  box-shadow: 2px 2px 5px 0px #999;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 12px;
  padding: 15px 0;
  min-height: 425px;
}
@media only screen and (max-width: 700px) {
  .plc {
    min-height: 385px;
  }
}
.plc-top {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plc-top img {
  object-fit: contain;
}
.plc-top .stars {
  margin-left: 0;
}
.plc-info {
  width: 100%;
}
.plc-info-highlight {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 5%;
}
.plc-info-box {
  width: 100%;
  background-color: rgba(60, 191, 149, 0.1);
  padding: 10px 5%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.plc-info-box-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.plc-btn-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 15px 5%;
}
.plc-btn-container a {
  min-width: 140px;
}
.plc-btn-container-white {
  position: relative;
  border: 1px solid #00B38C;
  border-radius: 16px;
  font-size: 12px;
  color: #00B38C;
  text-align: center;
  padding: 12px 0px;
  transition: 0.2s ease-out;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background-color: white;
  width: 100%;
  margin: 0 auto;
  max-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 47%;
}
.plc-btn-container-white svg {
  margin-left: 5px;
  width: 10px;
  height: auto;
}
.plc-btn-container-white svg path {
  fill: #00B38C;
}
.plc-btn-container-green {
  background-color: #00B38C;
  border-radius: 16px;
  font-size: 15px;
  color: white;
  text-align: center;
  padding: 12px 0px;
  width: 100%;
  margin: auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  font-weight: 600;
  width: 47%;
}
.plc-btn-container-green:hover {
  background-color: #2D8668;
}
.plc-btn-container-green svg {
  position: relative;
  max-height: 32px;
  width: 16px;
  height: 28px;
  margin-left: 10px;
}
.plc-example-text {
  padding-top: 15px;
  font-size: 10px;
  line-height: 15px;
  color: #9297A3;
  width: 100%;
  padding: 5px 5%;
}

.oplc {
  width: 94%;
  margin: 20px auto;
  -webkit-box-shadow: 2px 2px 5px 0px #999;
  -moz-box-shadow: 2px 2px 5px 0px #999;
  box-shadow: 2px 2px 5px 0px #999;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 12px;
  padding: 15px 0;
}
.oplc img {
  object-fit: contain;
}
.oplc a {
  text-decoration: none;
  padding: 10px 20px;
}

.provider-info-card {
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #DDDDDD;
  opacity: 1;
  border-radius: 14px;
  max-width: 685px;
  margin: 25px auto;
  padding: 10px 15px;
  position: relative;
  background-image: url("/images/info-background.svg");
  background-size: cover;
}
@media only screen and (max-width: 700px) {
  .provider-info-card {
    max-width: 95%;
    background-image: url("/images/infocard-mobile.svg");
  }
}
.provider-info-card-watermark {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 30px;
  width: auto;
}
.provider-info-card-headline {
  background-color: #1D275F;
  color: white;
  padding: 10px 5px;
  font-size: 29px;
  width: 60%;
  margin: 15px auto;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media only screen and (max-width: 700px) {
  .provider-info-card-headline {
    width: 94%;
    font-size: 25px;
  }
}
.provider-info-card-content {
  display: flex;
  flex-wrap: wrap;
  padding: 5%;
  padding-top: 0;
  justify-content: space-between;
}
.provider-info-card-content-item {
  width: 45%;
  display: flex;
  align-items: center;
  margin: 3% 0;
}
@media only screen and (max-width: 700px) {
  .provider-info-card-content-item {
    width: 100%;
  }
}
.provider-info-card-content-item-icon svg {
  width: 65px;
  height: 65px;
}
.provider-info-card-content-item-text {
  margin-left: 15px;
}
.provider-info-card-content-item-text b {
  color: #EC5D35;
}
.provider-info-card-content-item-text p {
  margin: 0;
  color: black;
}

.provider-rating-card {
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #DDDDDD;
  opacity: 1;
  border-radius: 14px;
  max-width: 685px;
  margin: 25px auto;
  padding: 30px 15px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .provider-rating-card {
    max-width: 95%;
  }
}
.provider-rating-card-top {
  display: flex;
  justify-content: center;
}
.provider-rating-card-top-logo {
  width: 50%;
  display: flex;
  justify-content: center;
}
.provider-rating-card-top-logo img {
  width: 60%;
  height: auto;
  object-fit: contain;
}
@media only screen and (max-width: 700px) {
  .provider-rating-card-top-logo img {
    width: 80%;
  }
}
.provider-rating-card-top-average {
  width: 50%;
}
.provider-rating-card-top-average-content {
  width: 80%;
  background: #FDF0ED;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 29px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
}
@media only screen and (max-width: 700px) {
  .provider-rating-card-top-average-content {
    width: 90%;
  }
}
@media only screen and (max-width: 700px) {
  .provider-rating-card-top-average-content b {
    font-size: 15px;
  }
}
.provider-rating-card-top-average-content-result {
  font-size: 35px;
}
@media only screen and (max-width: 700px) {
  .provider-rating-card-top-average-content-result {
    font-size: 35px !important;
  }
}
.provider-rating-card-top-average .stars {
  margin: 0;
}
.provider-rating-card-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.provider-rating-card-content-item {
  width: 40%;
  display: flex;
  justify-content: space-between;
  margin: 15px 5%;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .provider-rating-card-content-item {
    width: 100%;
  }
}
.provider-rating-card-content-item::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  left: -20px;
  background-image: url("../images/small-icon.svg");
  background-size: cover;
  margin-top: auto;
  margin-bottom: auto;
  bottom: 0;
  top: 0;
}

.provider-contact-card {
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #DDDDDD;
  opacity: 1;
  border-radius: 14px;
  max-width: 685px;
  margin: 25px auto;
  padding: 15px;
  position: relative;
  background-image: url(../../images/contact-illu.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 45%;
  margin-bottom: 5vh;
}
@media only screen and (max-width: 700px) {
  .provider-contact-card {
    background-image: none;
    width: 95%;
  }
}
.provider-contact-card-headline {
  background-color: #1D275F;
  color: white;
  padding: 10px 5px;
  width: 80%;
  margin: 15px auto;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.provider-contact-card-headline h2 {
  font-size: 29px;
}
@media only screen and (max-width: 700px) {
  .provider-contact-card-headline {
    width: 94%;
    font-size: 25px;
  }
}
.provider-contact-card-content {
  display: flex;
  flex-direction: column;
}
.provider-contact-card-content-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px;
}
@media only screen and (max-width: 700px) {
  .provider-contact-card-content-item {
    margin: 10px 0;
  }
}
.provider-contact-card-content-item svg {
  margin-right: 10px;
  width: 39px !important;
  height: 39px;
}
.provider-contact-card-content-item a {
  text-decoration: none;
  color: black;
}

.plhc {
  width: 100%;
  -webkit-box-shadow: 2px 2px 5px 0px #999;
  -moz-box-shadow: 2px 2px 5px 0px #999;
  box-shadow: 2px 2px 5px 0px #999;
  margin: auto;
  border-radius: 20px;
  margin-top: -40px;
  background-color: white;
  padding: 15px;
  max-width: 1000px;
}
@media only screen and (max-width: 700px) {
  .plhc {
    width: 95%;
    margin: auto;
    margin-top: 5px;
  }
}
.plhc-content {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 700px) {
  .plhc-content {
    flex-direction: column;
  }
}
.plhc-content-first {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.plhc-content-first-imgcontainer {
  height: 60px;
}
.plhc-content-first img {
  max-width: 200px;
  max-height: 60px;
}
@media only screen and (max-width: 700px) {
  .plhc-content-first {
    width: 100%;
  }
}
.plhc-content-second {
  width: 33%;
}
.plhc-content-second-highlight {
  padding: 5px 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.plhc-content-second-box {
  padding: 10px 5%;
  background-color: rgba(60, 191, 149, 0.1);
}
.plhc-content-second-box-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 700px) {
  .plhc-content-second {
    width: 100%;
  }
}
.plhc-content-third {
  padding-top: 20px;
}
@media only screen and (max-width: 700px) {
  .plhc-content-third {
    padding: 0;
  }
}
.plhc-content-third ul li {
  list-style-type: none;
}
.plhc-content-third ul li::before {
  height: 12px;
  width: 12px;
  content: "";
  background-image: url(/images/checkmark-green.svg);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  margin-right: 10px;
}
@media only screen and (max-width: 700px) {
  .plhc-content-third ul {
    margin-bottom: 0;
  }
}
.plhc-content-third.oplhc-third {
  width: 33%;
  padding-top: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .plhc-content-third.oplhc-third {
    width: 100%;
  }
}
.plhc-content-third.oplhc-third .plhc-btn {
  margin: auto;
}
.plhc-content-third.oplhc-third .plhc-btn a {
  text-decoration: none;
}
.plhc-example {
  padding-top: 15px;
  font-size: 10px;
  line-height: 15px;
  color: #9297A3;
  width: 100%;
  border-top: 1px solid lightgrey;
  margin-top: 20px;
  padding-top: 5px;
}
.plhc-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.plhc-btn a {
  border: 1px solid #00B38C;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 23px;
  color: #00B38C;
  font-weight: 600;
  padding: 10px 70px;
}
.plhc-btn a:hover {
  color: white;
  background-color: #00B38C;
}

.other-providers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 700px) {
  .other-providers {
    flex-direction: column;
  }
}
.other-providers-text {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.other-providers-text b {
  font-size: 24px;
}

.plhc-btn a {
  text-decoration: none;
  cursor: pointer;
}