<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! nouislider - 14.4.0 - 5/6/2020 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connects {
  border-radius: 7px;
}
.noUi-connect {
  background: #3fb8af;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 99.5%;
  left: 10px;
  width: 97%;
}

li#hero-slider-1 .field-holder.prop-postcode.mb-4 {
  display: none;
}

li#hero-slider-1.unslider-active .field-holder.prop-postcode.mb-4 {
  display: block;
}
@media (max-width: 767.98px) {
  .noUi-pips-horizontal {
    height: 80px;
    top: 99.5%;
    left: 10px;
    width: 90%;
  }
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin &gt; .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin &gt; .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

* {
  box-sizing: border-box;
}

/* Tag Line CSS */
.tagline-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tagline-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 33.333%;
}
.tagline {
  font-size: 18px;
  padding: 8px 8px 10px;
}
span.icon.icon-rating img {
  max-width: 130px;
}
.tagline span.text {
  display: block;
  line-height: 1;
}
.tagline-item.tagline-item-2 span.icon {
  margin-top: -3px;
}
.tagline-item.tagline-item-2 span.text {
  margin-top: 3px;
}
.tagline-item.tagline-item-1 .icon,
.tagline-item.tagline-item-2 .icon {
  margin-left: 0;
  margin-right: 7px;
}
.tagline-item.tagline-item-1 {
  justify-content: start;
  padding-left: 2%;
}
.tagline-item.tagline-item-3 {
  justify-content: end;
  padding-right: 5%;
}
.tagline-item.tagline-item-2 {
  justify-content: start;
  padding-left: 2%;
}
.tagline .icon {
  margin-left: 0;
  margin-right: 7px;
}

/* EndBanner v1 CSS*/
.footer .tagline a + a {
  margin-left: 20px;
}
.footer .tagline .tagline-left {
  width: 56%;
}
.footer .tagline a {
  color: #fff;
}

/*======================================================================= Responsive Design ==================================================================================*/

@media (max-width: 1366px) {
  .tagline {
    font-size: 16px;
  }
  .tagline-item.tagline-item-1 {
    padding-left: 3%;
  }
  .tagline-item.tagline-item-2 {
    padding-left: 3%;
  }
}

@media (max-width: 1199px) {
  .tagline-item.tagline-item-1 {
    padding-left: 4%;
  }
  .tagline-item.tagline-item-3 {
    padding-right: 2%;
  }
  .tagline-item.tagline-item-2 {
    justify-content: center;
    padding-left: 0;
  }
}

@media (max-width: 1024px) {
  .tagline-item.tagline-item-1 {
    padding-left: 1%;
  }
}

@media (max-width: 991px) {
  .tagline {
    font-size: 14px;
    padding: 4px 8px 4px;
  }
  .tagline-item-1,
  .tagline-item-2 {
    display: none;
  }
  .tagline-inner {
    justify-content: end;
  }
  .tagline-item.tagline-item-3 span.text {
    margin-top: 4px;
  }
  .footer .tagline .tagline-left {
    width: auto;
    flex: 1;
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .tagline-item {
    justify-content: end;
    flex: 0 0 100%;
  }
  .tagline .container {
    padding: 0;
  }

  .footer .tagline {
    flex-direction: column;
  }
  .footer .tagline &gt; div {
    order: 1;
  }
  .footer .tagline span.icon {
    order: 2;
    margin-top: 15px;
    margin-bottom: 3px;
  }
  .footer .tagline span.text {
    order: 3;
  }
}

@media (max-width: 575px) {
  .footer .tagline a + a {
    margin-left: 5px;
  }
  .footer .tagline .tagline-left {
    margin-left: 0;
    text-align: center;
  }
  .footer .tagline a {
    color: #fff;
    line-height: 25px;
  }
  .footer .tagline span.icon {
    margin-top: 10px;
  }
}

.csCounter-area-wrap {
  padding-bottom: 95px;
}
.success-area {
  padding: 70px 0;
}

.csCounter-area-wrap .title {
  display: block;
  font-size: 38px;
  line-height: 1.3;
  color: #0729c1;
  font-weight: 700;
  margin: 0 0 50px;
  font-family: "Fira Sans";
}
.success-inner ul.csCounter {
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 40px;
  margin-left: -30px;
}

.success-inner ul.csCounter li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  text-align: center;
}

.success-inner h2.title {
  text-align: left;
}
.success-inner ul.csCounter li h2 {
  margin-bottom: 0;
}
.success-inner ul.csCounter li h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 991px) {
  .success-area {
    padding: 25px 0;
  }
  .success-inner h2.title {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 30px;
  }
  .success-inner ul.csCounter li h2 {
    font-size: 26px;
    margin: 0;
  }
  ul.csCounter li p {
    font-size: 14px;
    line-height: 23px;
  }
  .success-inner ul.csCounter {
    row-gap: 25px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .success-inner ul.csCounter li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .success-inner ul.csCounter li:first-child {
    order: 1;
  }
  .success-inner ul.csCounter li:nth-child(2) {
    order: 2;
  }
  .success-inner ul.csCounter li:nth-child(3) {
    order: 5;
  }
  .success-inner ul.csCounter li:nth-child(4) {
    order: 3;
  }
  .success-inner ul.csCounter li:nth-child(5) {
    order: 4;
  }
  .testimonial-area-wrap {
    padding-bottom: 50px;
  }
  .csCounter-area-wrap {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .csCounter-area-wrap .title {
    font-size: 28px;
    line-height: 1.3;
    margin: 0 0 30px !important;
  }
  .testimonial-area-wrap {
    padding-bottom: 0;
  }
  .csCounter-area-wrap {
    padding-bottom: 10px;
  }
}

.estimator-wrap {
  border: 1px solid rgb(107, 107, 107);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
  max-width: 382px;
  padding: 15px;
  margin: 0 0 0 auto;
}
.estimator-top {
  background-color: rgb(0, 0, 0);
  position: relative;
  padding: 20px;
  margin-bottom: 23px;
  z-index: 1;
}
.estimator-top h2 {
  font-size: 27px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.estimator-top:after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  width: 43px;
  height: 43px;
  background-color: rgb(0, 0, 0);
  z-index: -1;
}
.estimator-top h2 {
  font-size: 27px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.estimator-subtitle h3 {
  margin: 0;
  font-size: 17px;
  text-align: center;
  line-height: 27px;
  font-weight: 700;
}
.estimator-subtitle h3 span {
  display: block;
  color: #0729c1;
}
.estimator-offer p.text-line2 {
  font-size: 14px;
  text-align: center;
}
.estimator-offer {
  overflow: hidden;
}

.estimator-offer .help-text {
  display: none;
  font-size: 14px;
  line-height: 1;
  color: #ff3e42;
  padding-top: 10px;
  text-align: left;
}
.estimator-offer .estimator-field-holder.input-error .help-text {
  display: block;
}
.estimator-slider-prev {
  display: none;
}

.estimator-offer input {
  border: 1px solid rgb(0, 0, 0);
  height: 61px;
  z-index: 8;
  width: 100%;
  padding: 5px 15px;
  text-align: center;
  color: #000000;
  font-size: 22px;
}
.estimator-offer input:focus {
  outline: none;
}
.estimator-offer .estimator-offer-button {
  border: 1px solid rgb(0, 0, 0);
  background-color: #fff000;
  color: #000;
  font-weight: 700;
  font-size: 22px;
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  margin-top: 15px;
  width: 100%;
  height: 62px;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}
.estimator-offer .estimator-offer-button:hover {
  opacity: 0.8;
}
.estimator-offer label {
  color: #000;
  font-weight: 700;
  font-size: 25px;
  margin-top: 20px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.estimator-offer span.copyright-info {
  font-size: 9px;
  line-height: 14px;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-top: 15px;
}
.estimator-progress {
  display: none;
}
.estimator-offer .progress {
  background: #e9ecef;
  border-radius: 10px;
  height: 25px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 5px;
}
.estimator-offer .progress-bar {
  height: 24px;
  background: #0729c1;
}
.estimator-offer .progress .progress-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  color: #4c494a;
}

.estimator-offer .fa-chevron-left:before {
  font-size: 14px !important;
}
.estimator-offer a.prev {
  display: block;
  font-size: 14px;
  color: #000;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}
.estimator-offer a.prev:hover {
  text-decoration: underline;
}
.estimator-offer ul.unslider-wrap.unslider-carousel li .slide-inner {
  height: 0;
}
.estimator-offer
  ul.unslider-wrap.unslider-carousel
  li.unslider-active
  .slide-inner {
  height: auto;
}
@media (max-width: 991px) {
  .estimator-wrap {
    margin: 50px auto;
  }
}
@media (max-width: 575px) {
  .estimator-offer label {
    font-size: 20px;
  }
  .estimator-top h2 {
    font-size: 22px;
    margin: 0 auto;
    max-width: 199px;
    line-height: 26px;
  }
  .estimator-top {
    padding: 10px;
  }
  .estimator-top:after {
    bottom: -19px;
  }
  .estimator-subtitle h3 {
    font-size: 13px;
    line-height: 20px;
  }
  .estimator-offer input {
    height: 56px;
    font-size: 20px;
    line-height: 56px;
  }
  .estimator-offer .estimator-offer-button {
    height: 56px;
  }
}
</pre></body></html>