.dropdown-active {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  overflow: auto !important;
}

.ct-sticky-container {
  height: 120px !important;
}

.ct-menu-link {
  white-space: normal !important;
}

.intgrtn-form-wrapper {
  padding-top: 15px;
}
.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input:focus {
  border-color: #b511de;
}
.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input .intgrtn-areas-dropdown {
  color: #000000;
}
.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-input-holder.has-btn-generate-password {
  display: none;
}
.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-btn-submit-holder {
  text-align: left;
}
.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit {
  color: #fff !important;
  font-weight: 600;
  border: none;
  background-color: #b511de;
  padding: 5px 20px;
  min-height: 50px;
  border-radius: 15px;
  transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-size: 15px;
}
.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit:hover {
  background-color: #5d06b7;
}

.footer {
  text-align: center;
}
.footer .container-custom .footer-ul {
  background-color: #9e6ad6;
  display: flex;
  justify-content: center;
  list-style-type: none;
}
@media all and (max-width: 768px) {
  .footer .container-custom .footer-ul {
    display: block;
    padding: 0;
  }
}
.footer .container-custom .footer-ul li {
  padding: 20px;
}
.footer .container-custom .footer-ul li a {
  color: #595959FF;
  font-size: 15px;
  text-decoration: none;
  font-weight: 700;
}
.footer .container-custom .agreements-text {
  padding: 10px;
  max-width: 1200px;
  margin: auto;
}

/*# sourceMappingURL=intgrtn.css.map */
