.ondezx-sec-title {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  margin-top: 50px
}

@media (max-width: 768px) {
  .ondezx-sec-title {
    margin-top: 0;
  }
}

.ondezx-sec-title h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 40px;
  position: relative;
}

.ondezx-sec-title h1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 70px;
  height: 4px;
  background: #7db907;
  bottom: -23px;
  margin: 0 auto;
  border-radius: 3px;
}

.ondezx-sec-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 70px;
  height: 4px;
  background: #7db907;
  bottom: -23px;
  margin: 0 auto;
  border-radius: 3px;
}

.ondezx-sec-title h4::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 70px;
  height: 4px;
  background: #7db907;
  bottom: -13px;
  margin: 0 auto;
  border-radius: 3px;
}

.ondezx-sec-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 70px;
  height: 4px;
  background: #7db907;
  bottom: -13px;
  margin: 0 auto;
  border-radius: 3px;
}

.head-sec h1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 70px;
  height: 4px;
  background: #7db907;
  bottom: 68%;
  margin-left: 20%;
  border-radius: 3px;
}

.head-center h1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 70px;
  height: 4px;
  background: #7db907;
  bottom: 68%;
  margin: 0 auto;
  border-radius: 3px;
}

.ondezx-sec-side h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 70px;
  height: 4px;
  background: #7db907;
  bottom: -5px;
  margin-left: 20%;
  border-radius: 3px;
}

.ondezx-sec-side h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 40px;
  position: relative;
}

.common-card-hover-design {
  margin-bottom: 30px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
  background: #ffffff;
  position: relative;
}

.common-card-hover-design::before,
.common-card-hover-design::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  border-bottom: 3px solid #dddddd;
  border-left: 3px solid #dddddd;
  height: 75px;
  transition: 0.4s;
}

.common-card-hover-design::after {
  border-left: 0;
  border-bottom: 0;
  border-top: 3px solid #ddd;
  border-right: 3px solid #ddd;
  top: 0;
  right: 0;
  left: auto;
}

.common-card-hover-design:hover::before,
.common-card-hover-design:hover::after {
  width: 110px;
  height: 40px;
  border-color: #7db907;
}

.common-card-hover-design h3 {
  font-size: 20px;
  font-weight: 600;
}

.ondezx-glow-border-box {
  padding: 20px;
  border-radius: 20px;
  box-shadow: rgb(125, 185, 7) 0px 0px 0.1em, rgb(125, 185, 7) 0px 0.1em .5em;
  height: 100%;
}

.ondezx-glow-border-box span {
  padding: 5px;
  border-radius: 80%;
  background-color: #7db907;
}

.ondezx-borderonly-box{
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #7db907;
}