.hr-features-number {
  width: 100%;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  background: var(--color-3);
  color: #fff;
  max-width: 45px;
}
.hr-features-content {
  display: flex;
  column-gap: 10px;
}
.hr-features-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 7px;
  color: #0d0c17;
}
.hr-features-wapper .row {
  row-gap: 20px;
}
.hr-features-left img {
  width: 100%;
}
@media(max-width:1400px){
  .hr-features-content h3 {
  font-size: 18px;
}
}
@media(max-width:992px){
  .hr-features-inner .row {
  row-gap: 0px;
}
.hr-features-content {
  display: flex;
  column-gap: 10px;
}
.hr-features-content h3 {
  font-size: 18px;
}
.hr-features-number {
  width: 100%;
  height: 35px;
  font-size: 18px;
  max-width: 35px;
}
}


.hr-service-details-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.hr-service-details-list .hr-list-option {
  display: flex;
  align-items: center;
  column-gap: 10px;
  background: #06b453;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.hr-service-details-list .hr-list-option p {
  margin: 0;
  color: #fff;
}
.hr-service-details-list .hr-list-option:hover {
  background: #000;
}
.hr-service-list-wrapper {
  background-color: #f1f5f9;
  border: 1px solid #e5e5e5;
  padding: 50px 30px 50px;
  border-radius: 10px;
}
.hr-service-list-wrapper .hr-list-title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 10px;
}
.hr-service-list-wrapper .hr-list-title:after {
  position: absolute;
  left: 36px;
  bottom: 0;
  width: 3px;
  height: 2px;
  background: #06b453;
  content: "";
}
.hr-service-list-wrapper .hr-list-title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #06b453;
  content: "";
}

.hr-service-details-wrapper ul li {
  list-style: none;
  padding-left: 26px;
  position: relative;
  color: #6b6b6b;
}
.hr-service-details-wrapper ul {
  padding: 0;
}
.hr-service-details-wrapper ul li:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f0a4";
  font-size: 17px;
  left: 0;
  top: 0;
  position: absolute;
  width: 25px;
  height: 25px;
  color: #06b453;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.hr-section.bg-white.service-detail img {
  border-radius: 10px;
  transition: .3s ease-in-out;
  margin-bottom: 20px;
}
.hr-service-details-wrapper h3 {
  color: #06b453;
}
.hr-section.bg-white.service-detail .row {
  row-gap: 30px;
}
.hr-service-details-list .hr-list-option.active {
  background: #000;
}
@media(max-width:576px){
  .hr-service-list-wrapper .hr-list-title {
  font-size: 22px;
  margin-bottom: 25px;
}
.hr-service-list-wrapper {
  padding: 30px 15px 30px;
  border-radius: 10px;
}
}
