#match-result-container.loaded .loader {
  display: none;
}

.doypo-cta {
  background-color: #2771f0;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 15px;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .doypo-cta {
    padding: 20px 40px;
  }
}
.doypo-cta .doypo-cta__message {
  font-size: 1.2rem;
}
.doypo-cta .doypo-cta__button {
  padding: 10px 20px;
}
.doypo-cta .doypo-cta__button:hover {
  background-color: #be185d;
  color: #fff;
}

.post-template-default .container .entry-content.blog .doypo-cta__title {
  color: #fff;
}

.doypo-infocard {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .doypo-infocard {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.doypo-infocard .doypo-infocard-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media (min-width: 768px) {
  .doypo-infocard .doypo-infocard-col {
    padding: 30px;
  }
}
.doypo-infocard .doypo-infocard-col h5.doypo-infocart-subheading {
  font-size: 18px !important;
  color: #888 !important;
  margin-bottom: 10px;
  margin-top: 0 !important;
}
.doypo-infocard .image-col img {
  height: 50px;
}
.doypo-infocard .image-col .doypo-infocard-title {
  font-weight: bold;
}
.doypo-infocard .bulllet-points-col {
  grid-column: span 2/span 2;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .doypo-infocard .bulllet-points-col {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
}
.doypo-infocard .bulllet-points-col .doypo-infocard-bullet {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.doypo-infocard .bulllet-points-col .doypo-infocard-bullet .doypo-infocard-bullet-icon {
  margin-right: 10px;
}
.doypo-infocard .doypo-infocard-btn {
  display: inline-block;
  width: 100%;
  background-color: #2771f0;
  border-radius: 9999px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.doypo-infocard .doypo-infocard-btn:hover {
  background-color: #db2777;
}

.unnax-step {
  min-height: 320px;
}

.mortage-selector {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 15px;
  border-radius: 8px;
  border: 2px solid #eee;
}
.mortage-selector.active {
  border-color: #2d7cf2;
  transition: all 0.3s ease-in-out;
}
.mortage-selector .unnax-btn-secondary,
.mortage-selector .unnax-btn-secondary:visited,
.mortage-selector #unnax-start-again-btn {
  background: #db2778;
  color: #fff;
  border-radius: 8px;
  padding: 6px 10px;
  text-decoration: none;
  font-weight: bold;
}
.mortage-selector .mortage-selector__col input[type*=radio].gfield-choice-input {
  top: 6px;
}
.mortage-selector .mortage-selector__col--content {
  width: 90%;
  text-align: left;
}
.mortage-selector .mortage-selector__col--content .mortage-description {
  padding: 10px 0;
}
.mortage-selector .mortage-selector__col--content .mortage-description .highlight {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.mortage-selector .mortage-selector__col--content .mortage-description .highlight span {
  margin-left: 8px;
}
.mortage-selector .mortage-selector__col--content p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.mortage-selector .mortage-selector__title {
  font-size: 18px;
  font-weight: 600;
}
.mortage-selector .mortage-selector__subtitle {
  color: #db2778;
  font-weight: 600;
}
.mortage-selector .mortage-show-details-toggle:hover {
  cursor: pointer;
}

.doypo-drawer .doypo-drawer-wrapper {
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.doypo-drawer h3:not(.h3-text).doypo-drawer-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.doypo-drawer h3:not(.h3-text).doypo-drawer-title span {
  font-size: 24px;
  font-weight: bold;
}
.doypo-drawer h4 {
  font-weight: bold;
}
.doypo-drawer .show-more {
  display: flex;
  margin: 15px 0;
}
.doypo-drawer .doypo-drawer-btn {
  color: #027df6;
  font-weight: bold;
}
.doypo-drawer .doypo-drawer-footer {
  display: flex;
  justify-content: flex-end;
}

.stepper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.stepper input.btn-stepper {
  background-color: #2d7cf2;
  color: #fff;
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 9999px;
  font-weight: 700;
  width: 140px;
  cursor: pointer;
}
.stepper input.btn-stepper:hover {
  background-color: #db2777;
}
.stepper input.btn-stepper--prev {
  position: absolute;
  left: 0;
}
.stepper input.btn-stepper--next {
  position: absolute;
  right: 0;
}

.unnax-app .thankyou-step p {
  font-size: 14px;
  margin-bottom: 10px;
}
.unnax-app .thankyou-step .unnax-thank-you-icon {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

#unnax-root .gform_wrapper.gravity-theme {
  padding: 0;
}
#unnax-root .gform_wrapper.gravity-theme .gform-body .ginput_container_radio .gchoice {
  align-items: flex-start;
  padding-top: 0.3rem;
}

:root .unnax-gform_wrapper.gform_wrapper.gravity-theme .gform_button.button {
  background-color: #2d7cf2;
  color: #fff;
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 9999px;
  font-weight: 700;
  width: 140px;
  cursor: pointer;
}
:root .unnax-gform_wrapper.gform_wrapper.gravity-theme .gform_button.button:hover {
  background-color: #db2777;
}

#properties-drawer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #2d7cf2;
  color: #fff;
}
#properties-drawer .properties-drawer-col {
  width: 100%;
}
@media (min-width: 768px) {
  #properties-drawer .properties-drawer-col {
    width: 50%;
  }
}
#properties-drawer .properties-drawer__text {
  font-size: 1rem;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  margin: 0px;
}
@media (min-width: 768px) {
  #properties-drawer .properties-drawer__text {
    text-align: right;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  #properties-drawer .properties-drawer__btn_wrapper {
    text-align: left;
    margin-left: 10px;
  }
}
#properties-drawer .properties-drawer__btn_wrapper #properties-drawer-btn {
  background-color: #db2877;
}

/*# sourceMappingURL=doypo-functions.css.map */