.floating_btn {
  position: fixed;
  bottom: 0px;
  left: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:
  center;
  justify-content:
  center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  /* animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1); */
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.s3_text h3 {
    color: #181818;
    font-size: 36px;
    font-weight: 900;
}

.s3_text h3>span {
    color: var(--primary-color);
}

.s3_box h4 {
    font-size: 19px;
    color: #181818;
    margin: 20px 0 0 0;
}

.s3_box img {
    width: 90px;
}

.process-sect-heading {
    text-align: center;
    margin-bottom: 40px;
}


.process-content-part {
    text-align: center;
    margin-bottom: 25px;
}

.process-content-part h4 {
    font-weight: 600;
    padding: 0px 20px;
    margin-bottom: 10px;
}