.g5plus-process-group.gf-process-group-col-2 .process-group-item {
  width: 50%;
}
.g5plus-process-group.gf-process-group-col-2 .process-group-item:nth-child(2n+1) {
  clear: both;
}
.g5plus-process-group.gf-process-group-col-2 .process-group-item:nth-child(2n+1) .pg-shape {
  -webkit-border-bottom-left-radius: 65px;
  -moz-border-radius-bottomleft: 65px;
  border-bottom-left-radius: 65px;
  -webkit-border-top-left-radius: 65px;
  -moz-border-radius-topleft: 65px;
  border-top-left-radius: 65px;
}
.g5plus-process-group.gf-process-group-col-2 .process-group-item:nth-child(2n) .pg-shape {
  -webkit-border-bottom-right-radius: 65px;
  -moz-border-radius-bottomright: 65px;
  border-bottom-right-radius: 65px;
  -webkit-border-top-right-radius: 65px;
  -moz-border-radius-topright: 65px;
  border-top-right-radius: 65px;
}
.g5plus-process-group.gf-process-group-col-3 .process-group-item {
  width: 33.33333334%;
}
.g5plus-process-group.gf-process-group-col-3 .process-group-item:nth-child(3n+1) {
  clear: both;
}
.g5plus-process-group.gf-process-group-col-3 .process-group-item:nth-child(3n+1) .pg-shape {
  -webkit-border-bottom-left-radius: 65px;
  -moz-border-radius-bottomleft: 65px;
  border-bottom-left-radius: 65px;
  -webkit-border-top-left-radius: 65px;
  -moz-border-radius-topleft: 65px;
  border-top-left-radius: 65px;
}
.g5plus-process-group.gf-process-group-col-3 .process-group-item:nth-child(3n) .pg-shape {
  -webkit-border-bottom-right-radius: 65px;
  -moz-border-radius-bottomright: 65px;
  border-bottom-right-radius: 65px;
  -webkit-border-top-right-radius: 65px;
  -moz-border-radius-topright: 65px;
  border-top-right-radius: 65px;
}
.g5plus-process-group.gf-process-group-col-4 .process-group-item {
  width: 25%;
}
.g5plus-process-group.gf-process-group-col-4 .process-group-item:nth-child(4n+1) {
  clear: both;
}
.g5plus-process-group.gf-process-group-col-4 .process-group-item:nth-child(4n+1) .pg-shape {
  -webkit-border-bottom-left-radius: 65px;
  -moz-border-radius-bottomleft: 65px;
  border-bottom-left-radius: 65px;
  -webkit-border-top-left-radius: 65px;
  -moz-border-radius-topleft: 65px;
  border-top-left-radius: 65px;
}
.g5plus-process-group.gf-process-group-col-4 .process-group-item:nth-child(4n) .pg-shape {
  -webkit-border-bottom-right-radius: 65px;
  -moz-border-radius-bottomright: 65px;
  border-bottom-right-radius: 65px;
  -webkit-border-top-right-radius: 65px;
  -moz-border-radius-topright: 65px;
  border-top-right-radius: 65px;
}
.g5plus-process-group.gf-process-group-col-5 .process-group-item {
  width: 20%;
}
.g5plus-process-group.gf-process-group-col-5 .process-group-item:nth-child(5n+1) {
  clear: both;
}
.g5plus-process-group.gf-process-group-col-5 .process-group-item:nth-child(5n+1) .pg-shape {
  -webkit-border-bottom-left-radius: 65px;
  -moz-border-radius-bottomleft: 65px;
  border-bottom-left-radius: 65px;
  -webkit-border-top-left-radius: 65px;
  -moz-border-radius-topleft: 65px;
  border-top-left-radius: 65px;
}
.g5plus-process-group.gf-process-group-col-5 .process-group-item:nth-child(5n) .pg-shape {
  -webkit-border-bottom-right-radius: 65px;
  -moz-border-radius-bottomright: 65px;
  border-bottom-right-radius: 65px;
  -webkit-border-top-right-radius: 65px;
  -moz-border-radius-topright: 65px;
  border-top-right-radius: 65px;
}
.g5plus-process-group .process-group-item {
  float: left;
  text-align: center;
}
.g5plus-process-group .process-group-item .pg-shape {
  position: relative;
  height: 130px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 7px 7px 20px rgba(153, 153, 153, 0.2);
  -moz-box-shadow: 7px 7px 20px rgba(153, 153, 153, 0.2);
  box-shadow: 7px 7px 20px rgba(153, 153, 153, 0.2);
}
.g5plus-process-group .process-group-item .pg-shape .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.g5plus-process-group .process-group-item .pg-shape .icon i {
  font-size: 45px;
  color: #333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.g5plus-process-group .process-group-item .pg-content {
  padding: 40px 5px 50px;
}
.g5plus-process-group .process-group-item .pg-content h5 {
  margin-bottom: 12px;
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 1.8;
  font-weight: 600;
  text-transform: uppercase;
}
.g5plus-process-group .process-group-item:hover .pg-shape i {
  color: #fff;
}
@media (max-width: 991px) {
  .g5plus-process-group.gf-process-group-col-5 .process-group-item {
    width: 33.33334%;
  }
  .g5plus-process-group.gf-process-group-col-5 .process-group-item:nth-child(3n+1) {
    clear: both;
  }
  .g5plus-process-group.gf-process-group-col-5 .process-group-item:nth-child(3n+1) .pg-shape {
    -webkit-border-bottom-left-radius: 65px;
    -moz-border-radius-bottomleft: 65px;
    border-bottom-left-radius: 65px;
    -webkit-border-top-left-radius: 65px;
    -moz-border-radius-topleft: 65px;
    border-top-left-radius: 65px;
  }
  .g5plus-process-group.gf-process-group-col-5 .process-group-item:nth-child(3n) .pg-shape {
    -webkit-border-bottom-right-radius: 65px;
    -moz-border-radius-bottomright: 65px;
    border-bottom-right-radius: 65px;
    -webkit-border-top-right-radius: 65px;
    -moz-border-radius-topright: 65px;
    border-top-right-radius: 65px;
  }
}
@media (max-width: 767px) {
  .g5plus-process-group.gf-process-group-col-3 .process-group-item,
  .g5plus-process-group.gf-process-group-col-4 .process-group-item,
  .g5plus-process-group.gf-process-group-col-5 .process-group-item {
    width: 50%;
  }
  .g5plus-process-group.gf-process-group-col-3 .process-group-item:nth-child(1) .pg-shape,
  .g5plus-process-group.gf-process-group-col-4 .process-group-item:nth-child(1) .pg-shape,
  .g5plus-process-group.gf-process-group-col-5 .process-group-item:nth-child(1) .pg-shape {
    border-right: none !important;
  }
  .g5plus-process-group.gf-process-group-col-3 .process-group-item:nth-child(2n+1),
  .g5plus-process-group.gf-process-group-col-4 .process-group-item:nth-child(2n+1),
  .g5plus-process-group.gf-process-group-col-5 .process-group-item:nth-child(2n+1) {
    clear: both;
  }
  .g5plus-process-group.gf-process-group-col-3 .process-group-item:nth-child(2n+1) .pg-shape,
  .g5plus-process-group.gf-process-group-col-4 .process-group-item:nth-child(2n+1) .pg-shape,
  .g5plus-process-group.gf-process-group-col-5 .process-group-item:nth-child(2n+1) .pg-shape {
    -webkit-border-bottom-left-radius: 65px;
    -moz-border-radius-bottomleft: 65px;
    border-bottom-left-radius: 65px;
    -webkit-border-top-left-radius: 65px;
    -moz-border-radius-topleft: 65px;
    border-top-left-radius: 65px;
  }
  .g5plus-process-group.gf-process-group-col-3 .process-group-item:nth-child(2n) .pg-shape,
  .g5plus-process-group.gf-process-group-col-4 .process-group-item:nth-child(2n) .pg-shape,
  .g5plus-process-group.gf-process-group-col-5 .process-group-item:nth-child(2n) .pg-shape {
    -webkit-border-bottom-right-radius: 65px;
    -moz-border-radius-bottomright: 65px;
    border-bottom-right-radius: 65px;
    -webkit-border-top-right-radius: 65px;
    -moz-border-radius-topright: 65px;
    border-top-right-radius: 65px;
  }
  .g5plus-process-group.gf-process-group-col-4 .process-group-item:nth-child(2n+1):not(:nth-child(1)) .pg-shape {
    border-right: none;
  }
  .g5plus-process-group.gf-process-group-col-5 .process-group-item:nth-child(3n+1):not(:nth-child(1)) {
    clear: initial;
  }
  .g5plus-process-group.gf-process-group-col-5 .process-group-item:nth-child(3n+1):not(:nth-child(1)) .pg-shape {
    -webkit-border-bottom-left-radius: initial;
    -moz-border-radius-bottomleft: initial;
    border-bottom-left-radius: initial;
    -webkit-border-top-left-radius: initial;
    -moz-border-radius-topleft: initial;
    border-top-left-radius: initial;
  }
  .g5plus-process-group.gf-process-group-col-5 .process-group-item:nth-child(3n) .pg-shape {
    border-right: none;
    -webkit-border-bottom-right-radius: initial;
    -moz-border-radius-bottomright: initial;
    border-bottom-right-radius: initial;
    -webkit-border-top-right-radius: initial;
    -moz-border-radius-topright: initial;
    border-top-right-radius: initial;
  }
}
@media (max-width: 480px) {
  .g5plus-process-group.gf-process-group-col-2 .process-group-item,
  .g5plus-process-group.gf-process-group-col-3 .process-group-item,
  .g5plus-process-group.gf-process-group-col-4 .process-group-item,
  .g5plus-process-group.gf-process-group-col-5 .process-group-item {
    width: 100%;
    float: none;
  }
  .g5plus-process-group.gf-process-group-col-2 .process-group-item:nth-child(1) .pg-shape,
  .g5plus-process-group.gf-process-group-col-3 .process-group-item:nth-child(1) .pg-shape,
  .g5plus-process-group.gf-process-group-col-4 .process-group-item:nth-child(1) .pg-shape,
  .g5plus-process-group.gf-process-group-col-5 .process-group-item:nth-child(1) .pg-shape {
    border-right: none !important;
  }
  .g5plus-process-group.gf-process-group-col-2 .process-group-item:nth-child(n),
  .g5plus-process-group.gf-process-group-col-3 .process-group-item:nth-child(n),
  .g5plus-process-group.gf-process-group-col-4 .process-group-item:nth-child(n),
  .g5plus-process-group.gf-process-group-col-5 .process-group-item:nth-child(n) {
    clear: both;
  }
  .g5plus-process-group.gf-process-group-col-2 .process-group-item:nth-child(n) .pg-shape,
  .g5plus-process-group.gf-process-group-col-3 .process-group-item:nth-child(n) .pg-shape,
  .g5plus-process-group.gf-process-group-col-4 .process-group-item:nth-child(n) .pg-shape,
  .g5plus-process-group.gf-process-group-col-5 .process-group-item:nth-child(n) .pg-shape {
    width: 130px;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
}
