.education-box h6 {
  text-align: center;
  padding: 20px;
  color: black;
  border: 1px solid #7db907;
}

.phd-education-tabs .border-line{
  border-right: 2px solid white;
}
.phd-education-tabs .tabs {
  width: 100%;
  overflow: hidden;
}

.phd-education-tabs .tabs input[type="radio"] {
  display: none;
}

.phd-education-tabs .tabs ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #7db907;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.phd-education-tabs .tabs ul li {
  flex-grow: 1;
  text-align: center;
}

.phd-education-tabs .tabs ul li label {
  display: block;
  padding: 15px 20px;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.phd-education-tabs .tabs ul li label:hover {
  background: #45a049;
}

.phd-education-tabs .tabs input[type="radio"]:checked+label {
  background: #fff;
  color: #4CAF50;
  border-bottom: 2px solid #4CAF50;
  position: relative;
  z-index: 2;
}

.phd-education-tabs .tabs .content section {
  display: none;
  padding: 20px;
  background: #fff;
  border-top: 1px solid #eee;
}

.phd-education-tabs .tabs input[type="radio"]:nth-of-type(1):checked~.content section:nth-of-type(1),
.phd-education-tabs .tabs input[type="radio"]:nth-of-type(2):checked~.content section:nth-of-type(2),
.phd-education-tabs .tabs input[type="radio"]:nth-of-type(3):checked~.content section:nth-of-type(3) {
  display: block;
}

@media (max-width: 600px) {
  .phd-education-tabs .tabs ul {
    flex-direction: column;
  }

  .phd-education-tabs .tabs ul li label {
    border-radius: 0;
  }

  .phd-education-tabs .tabs ul li label:first-of-type {
    border-radius: 10px 10px 0 0;
  }

  .phd-education-tabs .tabs ul li label:last-of-type {
    border-radius: 0 0 10px 10px;
  }

  .phd-education-tabs .border-line{
    border-right: 0;
    border-bottom: 2px solid white;
  }
}

.h-divider {
  margin: auto;
  margin-top: 80px;
  width: 80%;
  position: relative;
}

.h-divider .phd-education-shadow {
  overflow: hidden;
  height: 20px;
}

.h-divider .phd-education-shadow:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 8px #7db907;
}

.h-divider .phd-education-text {
  width: 210px;
  height: 63px;
  padding: 10px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -28px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #7db907;
  background: white;

}

.h-divider .phd-education-text i {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 100%;
  /* border: 1px dashed #aaa; */
  text-align: center;
  font-style: normal;
  color: #999;
}

.phd-education-link-cards {
  width: 100%;
  padding: 5px;
  /* border: 2px solid #7db907; */
  border: none;
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.15), -8px -8px 12px 0 rgba(255, 255, 255, 0.5);
}
.phd-education-link-cards:before, .phd-education-link-cards:after {
  content: "•";
  position: absolute;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #7db907;
  border: 2px solid #7db907;
  line-height: 12px;
  top: 5px;
  text-align: center;
}
.phd-education-link-cards:before {
  left: 5px;
}
.phd-education-link-cards:after {
  right: 5px;
}
.phd-education-link-cards .box-inner {
  position: relative;
  border: 2px solid #7db907;
  padding: 40px;
}
.phd-education-link-cards .box-inner:before, .phd-education-link-cards .box-inner:after {
  content: "•";
  position: absolute;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #7db907;
  border: 2px solid #7db907;
  line-height: 12px;
  bottom: -2px;
  text-align: center;
}
.phd-education-link-cards .box-inner:before {
  left: -2px;
}
.phd-education-link-cards .box-inner:after {
  right: -2px;
}