.jn_quotation_modal .modal-header {
  border: none;
}
.jn_quotation_modal .modal-dialog {
  max-width: 988px !important;
}
.jn_quotation_wrapper {
  text-align: center;
  padding-bottom: 70px;
}
.jn_quotation_wrapper h1 {
  font-size: 32px;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 16px;
  color: #000;
  position: relative;
  display: inline-block;
}
.jn_quotation_wrapper h1::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -2px;
  width: 14px;
  height: 2px;
  background-color: #ffc20f;
}
.jn_quotation_wrapper p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  max-width: 430px;
  margin: 0 auto;
  font-family: "Conv_futuramediumbt";
}
.jn_custom_select {
  max-width: 334px;
  height: 47px;
  margin: 26px auto 16px;
}
.jn_custom_select select {
  width: 100%;
  height: 100%;
  padding: 0 13px;
  border: 1px solid rgba(228, 228, 228, 0.4);
  outline: none;
}
.jn_next_btn {
  max-width: 334px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffc20f;
  color: #222;
  text-decoration: none;
  text-transform: capitalize;
  margin: 0 auto;
}
.jn_next_btn:hover {
  color: #222;
  text-decoration: none;
}
@media (max-width: 575px) {
  .jn_quotation_wrapper h1 {
    font-size: 22px;
  }
}
