.modal_header_holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #707070;
  padding-bottom: 20px;
  margin-bottom: 25px;
  gap: 61px;
}

.solar_modal .modal-content .banner_right_div {
    box-shadow: none;
    width: 100%;
    height: 600px;
    overflow: auto;
}

.solar_modal .modal-content {
  padding: 20px;
}

.modal_header_holder .modal_title {
  font-size: 18px;
}

.modal_header_holder .close_btn {
  border: none;
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

.modal_btn_holder {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.modal_btn_holder .common_btn {
  width: 200px;
}

.form-label span {
  color: red;
}

.budget_btn {
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  transition: 0.3s;
}

.budget_btn.active {
  background-color: #0d6efd !important;
  color: #fff !important;
  border-color: #0d6efd !important;
}

.solar_modal .modal_header_holder .close_btn {
    width: 26px;
    height: 26px;
    font-size: 15px;
}

/* =================== Media Queries ================= */

@media (min-width: 0) and (max-width: 574px) {
  .modal_header_holder .modal_title {
    font-size: 14px;
  }

  .modal_header_holder .close_btn {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .modal_header_holder {
    gap: 5px;
  }
}

@media (min-width: 575px) and (max-width: 991px) {
  .modal_header_holder .modal_title {
    font-size: 15px;
  }

  .modal_header_holder .close_btn {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .modal_header_holder {
    gap: 5px;
  }
}
