.w-fill {
  width: -webkit-fill-available;
}

.w-fit {
  width: fit-content;
}
.w-max {
  width: max-content;
}

h1 {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.border-rd {
  border-radius: 0.625rem;
}
.text-col {
  color: #9a9a9a;
}
.req {
  height: 2rem;
}
.border-rd1 {
  border-radius: 0.625rem;
}
.p-sabt {
  margin-bottom: 2.75rem;
}
.fs-8 {
  font-size: 0.87rem;
}
.fs-7 {
  font-size: 0.75rem;
}
.divbox {
  padding: 1.5rem;
  border-radius: 0.9375rem;
  border: 1px solid var(--Neutral-Neutral-100, #e6e6e6);
}
.divbox-1 {
  padding: 1.78rem 1.0625rem;
  border-radius: 1.25rem;
  border: 1px solid var(--Neutral-Neutral-100, #e6e6e6);
}
.mb-38 {
  margin-bottom: 0.38rem;
}
.col-16 {
  color: #16a34a;
}
.pencil {
  border-radius: 1.25rem;
  box-shadow: 0px 32px 45.3px -26px rgba(0, 0, 0, 0.55);
}
.divbox-2 {
  padding: 1.5rem 2.25rem;
  border-radius: 0.9375rem;
  border: 1px solid var(--Neutral-Neutral-100, #e6e6e6);
  background: rgba(249, 249, 249, 0);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.box-3 {
  padding-top: 0.56rem;
  padding-bottom: 0.56rem;
}
.br-box {
  border-bottom: 1px solid var(--Neutral-Neutral-100, #e6e6e6);
}
.w-8{
  width: 7.8rem;
}
.mg {
  height: 2.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.375rem 0.8125rem;
  border-radius: 0.625rem;
  background: var(--Bank-Bank-5, #39c501);
}

.mg:hover {
  background: #2f9905;
}

@media (max-width: 1308px) {
  .first {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .divbox-1 {
    padding: 0rem;
    border-radius: unset;
    border: unset;
  }
  .divbox-2 {
    padding: 1.5rem 1.5rem;
  }
}
@media (max-width: 575px) {
  .br-box {
    border-bottom: unset !important
    ;
  }
}
@media (max-width: 357px) {
  .first {
    width: 100% !important;
  }
  .divbox-2 {
    padding: 0.5rem 0.5rem;
  }
}
