.custom-icon-color {
  text-align: center;
}

.custom-price-table td {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
  text-align: center;
  /*	line-height: 42px; */
}

.custom-price-table td {
  font-size: 16px;
}

.custom-regular-customer .custom-rc-container {
  background-color: #21568ade;
  color: white;
  text-align: center;
  border-radius: 15px;
  padding: 1rem;
}

.custom-regular-customer td {
  border-top: none;
  border-left: none;
  border-right: none;
}

.custom-price-table table {
  width: 50%;
  margin: 20px auto;
}

.custom-price-table .custom-container {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  background-color: #ffffffc7;
  border-radius: 10px;
  box-sizing: border-box;
}

.custom-price-table .custom-container h2 {
  text-align: center;
  margin: 0;
  padding: 1rem;
}

.custom-price-table .custom-container h4 {
  margin: 10px;
}

.custom-price-table .custom-container hr {
  width: 75%;
  margin: 0 auto;
  height: 1.5px;
  background-color: #90878b;
  border-radius: 0.75px;
}

.additional_table td {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .custom-price-table .custom-container {
    width: 90%;
  }

  .additional_table td {
    text-align: left;
  }

  .custom-price-table table {
    width: 90%;
  }
}

.page-layout-full-width .site-content .container {
  margin: 0px;
  margin-bottom: -10px;
  padding: 0px;
}



#content.site-content {
  margin-top: -30px;
}


.wpcf7 label, .wpcf7-quiz-label {
    color: rgba(33, 86, 138, 1);

    display: inline-block;
    font-weight: 500;
    line-height: inherit;
    margin-bottom: 0;
}
.button, input[type=button], input[type=reset], input[type=submit] {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(33, 86, 138, 1);
    padding-top: 12px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 12px;
    margin: 0px;
    font-size: 16px;
    font-weight: 900;
    border-style: solid;
    border-width: 0px;
    border-radius: 7px;
		width:100%;
}
.wpcf7 input.wpcf7-form-control.wpcf7-text, .wpcf7 input.wpcf7-form-control.wpcf7-number, .wpcf7 input.wpcf7-form-control.wpcf7-date, .wpcf7 textarea.wpcf7-form-control.wpcf7-textarea, .wpcf7 select.wpcf7-form-control.wpcf7-select, .wpcf7 input.wpcf7-form-control.wpcf7-quiz {
    background-clip: padding-box;
    background-image: none;
    border: 1px solid var(--fluentform-border-color);
    border-radius: var(--fluentform-border-radius);
    color: var(--fluentform-secondary);
    font-family: -apple-system, "system-ui", Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    line-height: 1;
    margin-bottom: 0;
    max-width: 100%;
    padding: 11px 15px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
		border-radius: 5px;
}