#lead_form .modal-dialog{
  margin: 0.8rem auto !important;
}

#lead_form .modal-dialog{
  max-width: 503px;
}

.modal-open {
  overflow: hidden !important;
}

#lead_form .close{
  width: 22px;
  height: 22px;
  margin: -2px 23px 0 0;
  align-self: flex-end;
}

#lead_form .close:hover {
  background-color: #fff;
}

#lead_form .close span {
  display: block;
  font-weight: 500;
  color: #2e2e2e;
}

.lead-modal-content {
  max-width: 503px;
  border-radius: 20px;
  background: linear-gradient(
    326.68deg,
    #ffebeb 0.06%,
    #ffffff 32.7%,
    #ffffff 71.15%,
    #ffffff 82.27%,
    #ffdfdf 98.08%
  );
  box-shadow: 2px 0px 9.4px 0px #00000040;
}

.lead-modal-body {
  padding: 0 65px 0 60px;
  text-align: left;
}

.lead-logo-image-container {
  margin-top: 20px !important;
}

.lead-logo-image-container .logo {
  width: 133.33px;
  height: 30px;
  margin-bottom: 11px;
}

.lead-popup-header {
  display: flex;
  flex-direction: column;
  align-items: center;
	border-bottom: none;
}

.lead-popup-header .lead-heading {
  margin: 20px 0 0 !important;
  font-weight: 600;
  font-size: 26.57px !important;
  line-height: 39.86px;
  letter-spacing: 0.19px;
  font-family: Poppins;
  color: #333232;
}

.lead-input-group {
  display: block;
  margin: 0 10px 10px 0;
}

.lead-interest-group{
  margin-right: 0;
}

.lead-label {
  font-size: 13.23px;
  font-weight: 500;
  line-height: 19.85px;
  color: #252525;
  margin-bottom: 0;
}

.lead-name-label {
  margin-bottom: 8px;
}

.lead-interest-label {
  margin-bottom: 10px;
}

.lead-text {
  font-size: 10px !important;
  font-style: italic;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 10px;
  color: #898989;
}

.lead-call-text {
  margin-bottom: 18px;
}

.lead-input {
  height: 38.6px !important;
  border-radius: 11.58px !important;
  box-shadow: 0px 0px 3px 0px #00000040 !important;
  background-color: #fff !important;
  font-size: 12.3px !important;
  font-weight: 500;
  line-height: 18.45px;
  text-align: left;
  color: #7b7b7b !important;
}

.lead-input::placeholder {
  font-size: 12.3px;
  font-weight: 500;
  line-height: 18.45px;
  color: #7b7b7b;
}

.options-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.option {
  padding: 9px 0 9px 15px;
  color: #7b7b7b;
  cursor: pointer;
  border-radius: 10.76px;
  min-height: 36px;
  font-size: 12.3px;
  font-weight: 500;
  line-height: 18.45px;
  background: #fffefe;
  box-shadow: 0px 0px 3.7px 0px #00000040 !important;
}

.timing-options{
  margin-right: 25px;
}

.timing-options .option {
  text-align: center;
}

.option.active {
  background: #ffe1e6;
  border: 1px solid #ed1a3b;
}

#lead_form .error-message{
  color: #ed1a3b;
  font-size: 11px;
  margin-bottom: 0;
}

.demo-btn{
  margin:10px 0 31px;
}

#interest-reason, #call-timings{
  display: none;
}

/* LEAD SUBMIT MODAL */
#lead_submit_modal .modal-header {
  height: 60px !important;
}

#lead_submit_modal .close:hover{
 background-color: #fff;
}

#lead_submit_modal .close span {
  display: block;
  width: 22px;
  height: 22px;
  font-weight: 500;
  color: #2E2E2E;
  margin-right: 23px;
}

#lead_submit_modal .modal-content {
  max-width: 442px;
  min-height: 321px;
  border-radius: 20px;
  text-align: center;
  background: linear-gradient(326.68deg, #FFEBEB 0.06%, #FFFFFF 32.7%, #FFFFFF 71.15%, #FFFFFF 82.27%, #FFDFDF 98.08%);
  box-shadow: 2px 0px 9.4px 0px #00000040;
}

.lead-submit-modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 33px 60px;
}

.lead-submit-heading {
  font-size: 15.17px !important;
  font-weight: 500;
  line-height: 22.75px;
  color: #000;
  margin: 15px 0 20px;
}

.lead-submit-text {
  font-size: 15.17px !important;
  font-style: italic;
  font-weight: 400;
  line-height: 22.75px;
  color: #6C6C6C;
  margin: 0 27px;
}

@media (max-width: 767.98px) {
  #lead_form .modal-dialog {
      margin: 5.8rem auto !important;
  }

  p {
    padding-left: 0;
  }

  .lead-modal-content {
    width: auto;
  }

  .lead-modal-body{
    padding: 0 30px;
  }

  .option{
    display: flex;
    align-items: center;
  }

  #lead_form .close {
    margin-right: 5px;
  }

  #lead_submit_modal .modal-dialog {
    margin: 5.8rem auto !important;
  }

  .lead-submit-modal-body {
    padding: 0 15px   30px;
  }

  #lead_submit_modal .close span{
    margin-right: 5px;
  }
}