.catalog-section h3 {
  font-size: 34px;
  font-weight: 700;
  color: #3b3b84;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 40px;
  text-transform: capitalize;
  line-height: 35px;
}
.card {
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(49, 34, 170, 0.15);
  background-color: #fafbff;
  max-width: 1050px;
  margin: auto;
}
.Process-diffenrence li {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #3b3b84;
  padding-top: 21px;
  padding-bottom: 21px;
  border-bottom: 1px dashed #3b3b84;
}
.Process-diffenrence li:first-child {
  font-size: 24px;
  padding-top: 25px;
  padding-bottom: 18px;
}
.Other-process {
  background-color: #2ac1ad;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
.Other-process li {
  border-bottom: 1px dashed #fafbff;
  padding-top: 21px;
  padding-bottom: 21px;
}
.Other-process li:first-child,
.Carbanio-process li:first-child {
  padding-top: 24px;
  padding-bottom: 18px;
  font-size: 24px;
  text-transform: capitalize;
}
.Other-process li,
.Carbanio-process li {
  text-transform: uppercase;
}
.Carbanio-process {
  background-color: #2b43a0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
.Carbanio-process li {
  border-bottom: 1px dashed #fafbff;
  padding-top: 21px;
  padding-bottom: 21px;
}
.Other-process,
.Carbanio-process,
.Process-diffenrence {
  width: calc(100% / 3);
  margin: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.Carbanio-process {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.register-now-section {
  padding: 20px 0;
  border: solid 2px #c5cbf2;
  background-color: #fafbff;
  max-width: 700px;
  margin: 110px auto 0;
  border-radius: 10px;
}

.register-now-section h2 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  color: #3b3b84;
  margin: 0;
}
.register-btn {
  margin: 18px auto 0;
  width: max-content;
}
.register-btn button {
  padding: 13px 39px 13px;
  border-radius: 8px;
  background: linear-gradient(0deg, rgb(26, 29, 96) 0%, rgb(47, 32, 168) 100%);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-align: center;
  color: #ffffff;
  border: none;
}
.manufacture-cards {
  max-width: 1240px;
  margin: 40px auto 50px;
  padding: 0 15px;
}
.manufacture-card-1,
.manufacture-card-2,
.manufacture-card-3 {
  max-width: 380px;
  padding: 30px 20px 30px;
  border-radius: 10px;
  border: solid 2px #c5cbf2;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.36px;
  text-align: center;
  color: #3b3b84;
}
.manufacture-card-1 p,
.manufacture-card-2 p,
.manufacture-card-3 p {
  margin: 0;
}
.manufacture-card-1 img,
.manufacture-card-2 img,
.manufacture-card-3 img {
  margin-bottom: 30px;
}
.manufacture-buyNow-btn {
  width: max-content;
  margin: auto;
}
.manufacture-buyNow-btn button {
  margin-top: 10px;
  padding: 9px 30px;
  border: solid 1.5px #3b3b84;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #3b3b84;
}
.manufacture-buyNow-btn button:hover {
  background-color: #3b3b84;
  color: #fff;
  box-shadow: 0 0 15px 0 rgb(49 34 170 / 12%);
}
.manufacture-CS h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #3b3b84;
  margin-top: 70px;
  text-transform: uppercase;
}
.hr-border {
  width: 118px;
  height: 2.5px;
  margin: 9px auto 49px;
  background-color: #3b3b84;
}
.manufacture-CS h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #3b3b84;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.manufacture-CS p {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #3b3b84;
  margin-bottom: 30px;
}
.manufacture-CS h4 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.22px;
  text-align: center;
  color: #3b3b84;
  margin-bottom: 25px;
}
.button-section {
  padding: 3px;
  width: max-content;
  margin: auto;
  border-radius: 10px;
  border: solid 1px #3b3b84;
  background-color: #ffffff;
}
.button-section .Pack-size {
  padding: 13px 66px;
  border-radius: 10px;
  background-color: #3b3b84;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  border: none;
}
.button-section .New-Derivative {
  padding: 13px 40px;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  color: #3b3b84;
  border: none;
}
.flow-steps {
  margin: 50px auto 40px;
  max-width: 1060px;
  padding: 19px 30px 38px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(49, 34, 170, 0.15);
  background-color: #fafbff;
}
.flow-steps .steps-wraper {
  width: max-content;
  margin: 0 auto 40px;
  position: relative;
}
.v-hr {
  border-right: 1px dashed #3b3b84;
  width: 1px;
  height: 25px;
  position: absolute;
  margin-top: 6px;
  left: 55px;
}
.v-hr img {
  margin-left: -4px;
  width: 9px;
  height: 8px;
  margin-top: 5px;
}
.flow-steps .step-number {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.18px;
  color: #3b3b84;
  margin-top: 40px;
}
.flow-steps span {
  font-size: 20px;
  font-weight: 700;
  margin-right: 25px;
  padding: 7px 13px;
  border: dashed 1px #3b3b84;
}
#new-steps,
#new-steps-mobile {
  display: none;
}
.how-it-works-mobile {
  display: none;
}

/* =======================
adjust alignments  
========================== */
.manufacture-hdiv3 {
  width: 385px !important;
}
.sticky .manufacture-hdiv3 {
  width: 360px !important;
}

/* =======================
alignments for devices
========================== */

.manufacture-section-4 h3 {
  padding: 0 15px;
}
