body {
  color: #444;
}

.header-top.header-top-green {
  background-color: #028674;
}

.bg-black {
  background-color: #000;
}

.bg-green {
  background-color: #028674;
}

.text-green {
  color: #028674;
}

.btn.btn-green-900:hover {
  background-image: unset;
}

.container-how-it-work {
  position: relative;
  z-index: 1;
}

.rounded-20 {
  border-radius: 20px;
}

.btn,
.btn.btn-black {
  border-radius: 5px;
}

.form-control,
.form-select,
textarea.form-control {
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #252525;
}

.custom-list li {
  margin-bottom: 20px;
  font-weight: bold;
}

hr {
  margin: 0;
}

header,
.sticky-bar.stick {
  border-bottom: 1px solid #ccc;
}

.accordion-item .accordion-button {
  background-color: #fff;
  color: #252525;
  padding: 20px 10px;
}

.swiper-pagination-bullet-active {
  background: #028674;
}

.text-center-any {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .text-center {
    text-align: left !important;
  }
}