.hero h2 {
  line-height: 1.31 !important;
}

.sponsor-section {
  padding-bottom: 30px !important;
}

.section-contact-us .nf-form-cont {
  border: 1px solid var(--rr-color-border-1);
  background-color: var(--rr-color-bg-1);
  padding: 75px 70px;
}
.section-contact-us .nf-form-cont .nf-form-fields-required {
  display: none;
}
.section-contact-us .nf-form-cont input:not([type=submit]),
.section-contact-us .nf-form-cont select,
.section-contact-us .nf-form-cont textarea {
  background-color: var(--rr-color-border-1);
  color: var(--rr-color-text-body);
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
  padding: 15.5px 30px;
  border-radius: 0;
  width: 100%;
}
.section-contact-us .nf-form-cont input:not([type=submit])::placeholder,
.section-contact-us .nf-form-cont select::placeholder,
.section-contact-us .nf-form-cont textarea::placeholder {
  color: #999;
  opacity: 1;
}
.section-contact-us .nf-form-cont select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><line x1="2" y1="4" x2="6" y2="8" stroke="%23b0b2b7" stroke-width="2"/><line x1="6" y1="8" x2="10" y2="4" stroke="%23b0b2b7" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 1em;
}
.section-contact-us .nf-form-cont select::-ms-expand {
  display: none;
}
.section-contact-us .nf-form-cont input[type=submit] {
  background-color: var(--rr-color-theme-primary);
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-common-white);
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 22px 30px;
  border-radius: 0;
  text-transform: capitalize;
  border: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.section-contact-us .nf-form-cont input[type=submit]:hover {
  background-color: #243dca;
}
.section-contact-us .nf-form-cont .nf-response-msg {
  background-color: #e6f4ea;
  border: 1px solid #28a745;
  padding: 1em;
  border-radius: 4px;
  font-size: 1rem;
  margin: 1em 0 1.5rem 0;
  text-align: center;
}
.section-contact-us .nf-form-cont .nf-response-msg p {
  color: #28a745;
}
.section-contact-us .nf-form-cont input:-webkit-autofill,
.section-contact-us .nf-form-cont input:-webkit-autofill:hover,
.section-contact-us .nf-form-cont input:-webkit-autofill:focus,
.section-contact-us .nf-form-cont textarea:-webkit-autofill,
.section-contact-us .nf-form-cont textarea:-webkit-autofill:hover,
.section-contact-us .nf-form-cont textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: var(--rr-color-text-body);
  transition: background-color 5000s ease-in-out 0s;
}
.section-contact-us .nf-form-cont input:-moz-autofill,
.section-contact-us .nf-form-cont textarea:-moz-autofill {
  box-shadow: 0 0 0px 1000px transparent inset;
  -moz-text-fill-color: var(--rr-color-text-body);
}
@media (max-width: 768px) {
  .section-contact-us .nf-form-cont {
    padding: 30px 20px;
  }
  .section-contact-us .nf-form-cont .one-half,
  .section-contact-us .nf-form-cont .three-sixths,
  .section-contact-us .nf-form-cont .two-fourths {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .section-retainers .e-con-inner {
    display: block !important;
  }
}
.section-retainers .e-con-inner .details-box {
  height: 100%;
}

.section-prices .elementor-widget-price-table {
  height: 100%;
}
.section-prices .elementor-price-table {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.section-prices .elementor-price-table {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.section-prices .elementor-price-table__features-list {
  flex-grow: 1;
}
.section-prices .elementor-price-table__footer {
  margin-top: auto;
}

/*# sourceMappingURL=main.css.map */
