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

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

h1 {
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
}
.col-48 {
  color: #484848;
}
.mb-22 {
  margin-bottom: 2rem;
}
.mb-18 {
  margin-bottom: 1.8rem;
}
.fs-8 {
  font-size: 0.87rem;
}
.fs-7 {
  font-size: 0.75rem;
}
.mg-cart {
  border-radius: 1.25rem;
  box-shadow: -11px 68px 19px 0px rgba(0, 0, 0, 0),
    -7px 43px 18px 0px rgba(0, 0, 0, 0.01),
    -4px 24px 15px 0px rgba(0, 0, 0, 0.05),
    -2px 11px 11px 0px rgba(0, 0, 0, 0.09), 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.div-1 {

  height: 3.5rem;
  margin-top: 1.5rem;
}
.div-border{
  border-left: 1px solid #e6e6e647;
  height: 100%;
}
.input-2 {
  height: 1.5rem !important;
}
.div-2 {
  height: 3.5rem;
  margin-top: 1.5rem;

}
.under-2 {
  bottom: 25px !important;
}
.div-all {
  background: #F7F7F7;

  /* padding: 0.5625rem 0.75rem; */
  border-radius: 0.9375rem;
border: 1px solid var(--Neutral-Neutral-100, #E6E6E6);

}
.div-end{
  padding: 0.84375rem 0.42188rem;
  background: #043198;
  border-radius: 0.9375rem 0rem 0rem 0.9375rem;
}
.div-p{
  direction: ltr;
}
.form-select {
  background-image: url("../images/insurance/flesh.svg") !important
  ;
  background-size: unset !important;
  border: unset;
  border-radius: unset !important;
  background-color: #F7F7F7;
  margin-top: 1.5rem;


}
.div-h{
  height: 1rem;
}
.div-3 {
  height: 3.5rem;
  padding-top: 0.5rem;
}
.form-select:focus {
  box-shadow: unset !important;
}

.mb-88 {
  margin-bottom: 0.88rem;
}
.col-b3 {
  color: #b3b3b3;
}
.inputbox {
  padding: 0.5625rem 0.75rem;
  border-radius: 0.9375rem;
  background: #f7f7f7;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.form-control:focus {
  background: #f7f7f7;
}
.form-control {
  padding: 0rem !important;
  border: unset !important;
  direction: rtl;
  box-shadow: unset !important;
  font-size: 1rem;
  font-weight: 600;
  color: #0c0c0c;
  background: #f7f7f7;
}
.form-control::placeholder {
  font-size: 1rem;
  font-weight: 600;
  color: #0c0c0c;
  background: #f7f7f7;
}
.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);
  margin-bottom: 1.31rem;
}

.mg:hover {
  background: #2f9905;
}
.custom-input-wrapper-3 {
  position: relative;
  width: fit-content;
}

.custom-input-3 {
  width: 54px;
  border: none;
  outline: none;
  font-size: 13px;
  letter-spacing: 6px;
  padding: 5px 5px 5px 5px;
  background: transparent;
}

.underlines-3 {
  position: absolute;
  bottom: 5px;
  left: 10px;
  display: flex;
  gap: 4px;
}

.underlines-3 span {
  display: inline-block;
  width: 9px;
  height: 3px;
  background-color: #000;
}
.custom-input-wrapper {
  position: relative;
  width: fit-content;
}

.custom-input {
  margin-top: 1rem;
  height: 1.5rem;
  width: 40px;
  border: none;
  outline: none;
  font-size: 13px;
  letter-spacing: 5px;
  padding: 5px 5px 5px 5px;
  background: transparent;
}
.custom-input-4 {
  height: 1.5rem;
  width: 40px;
  border: none;
  outline: none;
  font-size: 13px;
  letter-spacing: 5px;
  padding: 5px 5px 5px 5px;
  background: transparent;
}

.underlines {
  position: absolute;
  bottom: 5px;
  left: 10px;
  display: flex;
  gap: 4px;
}

.underlines span {
  display: inline-block;
  width: 9px;
  height: 3px;
  background-color: #000;
}
@media (max-width: 992px) {
  .first {
    width: 100% !important;
  }
}
