.btn-new {
  border: 1px solid #AF1685;
  /* padding: 11px 40px; */
      padding: 9.5px 42.5px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  outline: none;
  position: relative;
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  background-color: #AF1685;
  font-size: 18px;
  line-height: 23px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #ffffff;
  border-radius: 0;
  min-width: auto;
}

/* .btn-new:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
} */

.btn-block {
  display: block;
}

.btn-block:not(:last-child) {
  margin-right: 0;
  margin-bottom: 20px;
}

.btn-rounded {
  border-radius: 46px;
}

.btn-new:hover {
  background-color: #ffffff;
  color: #AF1685;
}

.prev-next-section {
  margin: 76px auto 60px;
  /* max-width: 128rem; */
  padding: 0;
}

.prev-next-section .prev-button {
  padding: 0 0 0 40px !important;
  font-family: 'Roboto Condensed', sans-serif !important;
}

.prev-next-section .prev-button  svg {
  margin-right: 10px;
  transform:rotateY(180deg);
}

.prev-next-section .text-right {
  padding: 0 40px 0 0px;
  font-family: 'Roboto Condensed', sans-serif !important;
}

.prev-next-section .btn-new {
  height: 108px;
}



.prev-next-section .next-btn .btn-new svg {
  margin-left: 10px;
  margin-right: 10px;
}

.prev-next-section a:hover {
  background-color: #2A9D8F;
  border-color: #2A9D8F;
  color: #ffffff;
}

.prev-next-section a svg rect{
  transition: all ease-in-out .25s;
}

.prev-next-section a:hover svg rect{
  fill: #2A9D8F;
}

.prev-next-section .btn-new {
  width: 240px;
  font-size: 18px;
  line-height: 21px;
}

.prev-next-section .btn-new span span.fs-medium {
  /* font-weight: 500; */
  font-weight: 300;
}

.signup-btn{
    padding: 11px 50px;
}

 .why-nourianz-btn {
padding: 9.5px 37px;
 }

@media only screen and (max-width: 768px) {

  .prev-btn {
      margin-right: 1px;
  }
  .prev-next-section {
    margin: 50px 0 !important;
  }

  .mt-0-next-section.prev-next-section{
    margin-top: 0 !important;
  }
  
  .prev-next-section .next-btn a, .next-btn, .prev-next-section .prev-btn a, .prev-btn{
    width: 100% !important;
  }
  .btn-pd-sm{
    padding: 11px 25px;
  }

  .prev-next-section .btn-new {
  height: 120px;
}
.prev-next-section .prev-button {
  padding: 0 0 0 10px !important;
}

.prev-next-section .text-right {
  padding: 0 10px 0 0px;
}

}