html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
  padding-right: 0 !important;
}

.c-form-wrapper {
  padding-top: 25px;
  padding-bottom: 5px;
  text-align: center;
}

.c-form-wrapper .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
}

.c-form-wrapper input[type=date],
.c-form-wrapper input[type=email],
.c-form-wrapper input[type=number],
.c-form-wrapper input[type=password],
.c-form-wrapper input[type=search],
.c-form-wrapper input[type=tel],
.c-form-wrapper input[type=text],
.c-form-wrapper input[type=url],
.c-form-wrapper select,
.c-form-wrapper textarea {
  border-radius: 0 !important;
  border-color: #e4e4e4 !important;
  font-family: "Montserrat", sans-serif !important;
}

.c-form-wrapper .c-form-btn {
  border: none !important;
  background-color: #25a5bf !important;
  color: #ffffff !important;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif !important;
}

.c-form-wrapper .wpcf7-spinner {
  position: absolute;
  margin: 12px 24px;
}

.c-btn button:hover,
.c-btn a:hover,
.c-form-btn:hover {
  background-color: #e4e4e4 !important;
  color: #25a5bf !important;
}

.custom-list .elementor-icon-list-item {
  align-items: flex-start !important;
}

.pum-theme-enterprise-blue .pum-content+.pum-close {
  background-color: #25a5bf !important;
}