.tell-us_wrapper {
  background-color: var(--wp--preset--color--light-blue);
}

.tell-us_white {
  background: #fff;
}

.tell-us_container {
  max-width: 816px;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 816px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 600px) {
  .tell-us_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.tell-us_container.wider {
  max-width: 1024px;
}

.tell-us_container .wp-block-button__link.has-background {
  border: 1px solid var(--wp--preset--color--teal);
}

.tell-us_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tell-us_form.block {
  display: block;
}

.tell-us_form h6 {
  font-family: var(--med-font);
  font-size: 22px;
  margin: 30px 0 10px;
}

.tell-us_form ul {
  list-style: none;
}

.tell-us_form ul li {
  margin-left: 0.7em;
  margin-bottom: 10px;
}

.tell-us_form ul li::before {
  content: "\2022";
  color: var(--wp--preset--color--teal);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 18px;
  top: 3px;
  position: relative;
}

.tell-us_form-field {
  width: 100%;
  margin: 0 0 20px;
}

.tell-us_form-field-half {
  width: 48%;
}

.tell-us_form-field-center {
  text-align: center;
}

.tell-us_form-field label {
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-family: var(--semibold-font);
  margin: 0 0 5px;
}

.tell-us_form-field input:not([type='checkbox']):not([type='radio']),
.tell-us_form-field textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #fff !important;
  outline: none;
  font-size: 18px;
  padding: 10px 15px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tell-us_form-field input:not([type='checkbox']):not([type='radio']).not-filled,
.tell-us_form-field textarea.not-filled {
  -webkit-box-shadow: 0px 0px 2px 1px #fa0707;
          box-shadow: 0px 0px 2px 1px #fa0707;
}

.tell-us_form-field input[type='checkbox'].not-filled,
.tell-us_form-field input[type='redio'].not-filled {
  -webkit-box-shadow: inset 0 0 0 1px red;
          box-shadow: inset 0 0 0 1px red;
}

.tell-us_form-field select {
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  padding: 10px 15px !important;
  font-size: 18px;
  outline: none;
}

.table-block-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #f1f7f8;
}

.table-block-2 > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #f1f7f8;
  border-width: 1px 1px 1px 0;
}

@media (max-width: 600px) {
  .table-block-2 > div {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .table-block-2 > div:first-child {
    margin-top: -20px;
    margin-bottom: 30px;
  }
}

.table-block-2 .heading {
  padding: 15px 30px;
  text-align: center;
  color: #fff;
  background: var(--wp--preset--color--teal);
  font-size: 24px;
  font-family: var(--bold-font);
}

.table-block-2 .heading.dark-green {
  background: var(--wp--preset--color--dark-green);
}

.table-block-2 .heading.light-green {
  background-color: var(--wp--preset--color--lime-green);
}

.table-block-2 .footing {
  background-color: var(--wp--preset--color--light-blue);
  padding: 15px 30px;
}

.table-block-2 .footing > p {
  margin: 0 0 20px;
}

.table-block-2 .footing > p:last-child {
  margin: 0;
}

.table-block-2 .block {
  border: 1px solid #f1f7f8;
  padding: 25px;
}

.table-block-2 .block > p {
  margin: 0 0 20px;
}

.table-block-2 .block > p:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  .page-template-page-agree-terms .tell-us_form {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .page-template-page-agree-terms p.has-background {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-template-page-agree-terms .tell-us_wrapper {
  background-image: url("/wp-content/uploads/2021/10/peasy_pricing_sec-bkgd@2x.png");
  backgroud-position: center center;
  background-size: cover;
}

.page-template-page-agree-terms .tell-us_wrapper_white {
  background-size: contain;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2021/10/peasy_pricing_btm-bkgd@2x.png");
  background-color: none;
  margin-top: -100px !important;
}

@media (max-width: 600px) {
  .page-template-page-agree-terms .tell-us_wrapper_white {
    margin-top: 0 !important;
    padding-top: 20px;
  }
}

.page-template-page-agree-terms .tell-us_wrapper_white .table-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.page-template-page-agree-terms .tell-us_wrapper_white .table-block_content > div {
  padding-bottom: 15px;
}

.page-template-page-agree-terms .tell-us_wrapper_white .table-block_content > div:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  border: 1px solid #f1f7f8;
  background: #f1f4d2;
}

.page-template-page-agree-terms .tell-us_wrapper_white .table-block_content ul {
  margin-right: 25px;
}

@media (max-width: 767px) {
  .page-template-page-agree-terms .tell-us_wrapper_white .table-block_content ul {
    margin-right: 10px;
    padding-left: 20px;
  }
}

.page-template-page-agree-terms .tell-us_wrapper_white .table-block_content p {
  margin-left: 30px;
}

@media (max-width: 600px) {
  .page-template-page-agree-terms .tell-us_wrapper_white .table-block_content p {
    margin-left: 0;
  }
}

.page-template-page-agree-terms .tell-us_wrapper_white .table-block .has-background {
  margin: 0;
}

.page-template-page-agree-terms .tell-us_wrapper_white .table-block > div:first-child {
  border: 1px solid #f1f7f8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-template-page-agree-terms .tell-us_wrapper_white .table-block > div:nth-child(2) {
  border: 1px solid #f1f7f8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-template-page-agree-terms .tell-us_wrapper_white .table-block > div:nth-child(3) {
  width: 50px;
}

.page-template-page-billing .tell-us_wrapper_white {
  margin-top: -100px !important;
}

@media (max-width: 600px) {
  .page-template-page-billing .tell-us_wrapper_white {
    margin-top: 0 !important;
  }
}

.page-template-page-billing .tell-us_container.wider {
  padding-bottom: 0;
}

.page-template-page-billing .submit-check {
  padding-top: 25px;
}

.page-template-page-pick-project .tell-us_form-field input[type=checkbox],
.page-template-page-pick-project .tell-us_form-field input[type=radio] {
  margin: 0 8px 0 0;
}

.page-template-page-pick-project .tell-us_form .tell-us_form-field {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}

.page-template-page-total .tell-us_wrapper_white {
  margin-top: -100px !important;
}

@media (max-width: 600px) {
  .page-template-page-total .tell-us_wrapper_white {
    margin-top: 0 !important;
  }
}

.center {
  text-align: center;
}

.jf-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#bg-devider {
  fill: #ffffff;
  margin: 0;
  max-width: 100%;
  background: #eff7f7;
  width: 100%;
}

.bigger {
  font-size: 18px;
}

.light-green {
  color: var(--wp--preset--color--seafoam-green);
}

.mt30 {
  margin-top: 30px;
}

.btns-block {
  margin: 30px 0 0;
}

.btns-block a {
  margin: 0 25px;
}

.font-2x {
  font-size: 22px;
}

.font-4x {
  font-size: 28px;
}

.text-left {
  text-align: left;
}

.form-pager {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 0;
  width: 100%;
}

.form-pager a {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0px 10px;
  background: var(--wp--preset--color--teal);
}

.form-pager a.active {
  width: 12px;
  height: 12px;
  pointer-events: none;
}

.form-pager a.active ~ a {
  pointer-events: none;
  background: gray;
  opacity: 0.5;
}

.page-template-page-tell-us-form .peasy-popup {
  display: block;
}

b, strong {
  font-family: var(--bold-font);
}

b.green, strong.green {
  color: var(--wp--preset--color--teal);
}

span.tooltip {
  background: #5faf9c;
  color: #fff;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  line-height: 17px;
  font-family: var(--extrabold-font);
  display: inline-block;
  text-align: center;
  font-size: 12px;
  margin: 0 2px;
  position: relative;
  top: -2px;
  cursor: pointer;
}

.peasy-popup_content {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  background: #f7fbfa;
  display: none;
  border: 2px solid #5faf9c;
  padding: 25px 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 400px;
  text-align: center;
  margin: 10px;
  width: 100%;
}
.peasy-popup_content button.close {
  border-radius: 50px;
  padding: 0.55em;
  position: absolute;
  right: 15px;
  top: 15px;
}
.peasy-popup_content button.close:focus,
.peasy-popup_content button.close:hover {
  background: #5faf9c;
}

@media (max-width: 600px) {
  .peasy-popup_content {
    max-width: 90%;
  }
}

.peasy-popup_content h6 {
  font-size: 24px;
  margin: 10px 0;
  color: #5faf9c;
}

.peasy-popup_content p {
  margin: 10px 0;
}

.entry-content ol {
  padding: 0;
}

.entry-content ol li {
  margin-left: 1em;
  padding: 0 0 12px 5px;
}

.entry-content ol li::marker {
  color: #5faf9c;
  font-family: var(--extrabold-font);
}

.page-id-1905 .kt-layout-id_f3948b-c6 ol li {
  text-align: left;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.check-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.check-all_button {
  font-family: var(--bold-font);
  font-size: 12px;
  color: #5faf9c;
  text-decoration: underline;
  line-height: 14px;
  cursor: pointer;
  display: inline-block;
}

#field_2_2,
#field_2_4,
#field_2_13 {
  opacity: 0;
  margin: 0 0 -50px;
}

#field_2_12 .gfield_label {
  display: none;
}

.gform_footer {
  text-align: center;
}

.gform_footer input[type=submit] {
  border-radius: 9999px;
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--wp--preset--color--teal) !important;
  color: #fff;
  margin-bottom: 0 !important;
}

.page-template-page-almost-done .tell-us_wrapper_white {
  margin-top: -120px !important;
}
/*# sourceMappingURL=additional.css.map */