.process-slider-section {
  padding: 79px 0px;
  background: #ffffff;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.process-slider-section h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000000;
  font-family: 'Helvetica Neue';
}

.process-slider-section p.section-subtitle {
    margin: 0px;
    font-size: 16px;
    color: #020202;
    max-width: 957px;
    line-height: 31px;
    font-weight: 400;
    font-family: 'Helvetica Neue';
}

.process-slider-box  {
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  border-right: 1px solid #d3d0d0;
  padding-right: 20px;
  margin-right: 10px;
  padding-left: 3px;
}

.process-slider-box:hover {
  transform: translateY(-6px);
}

.process-slider-content h4 {
  font-size:18px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 0px;
  color: #000000;
  font-family: 'Helvetica Neue';
  background-color: #e3151e;
  border-radius: 5px;
  padding: 20px;
  color: #ffffff;
  margin-bottom: 30px;
  display: flex;
 height: 66px;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin:0px;
}
.process-slider-content p {
    font-size: 14px;
    color: #2C2C2C;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Helvetica Neue';
    padding-top: 40px;
}

.process-slider-box-wrapper .owl-theme .owl-dots {
  text-align: center;
  margin-top: 50px !important;
}

.process-slider-box-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 2px;
  margin: 5px 4px;
  background: #000000;
  display: block;
  border-radius: 20;
}

.process-slider-box-wrapper .owl-theme .owl-dots .owl-dot.active span {
  background: #e3151e;
}

.process-slider-box-wrapper .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.process-slider-box-wrapper{
  position: relative;
}

.process-slider-box-wrapper::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 1;
}

.process-slider{
  padding-top: 50px;
}


.process-slider-box-wrapper .owl-stage{
  display: flex !important;
}
