/*! nouislider - 14.4.0 - 5/6/2020 */
html {
  scroll-behavior: smooth;
}
.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 > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .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: center;
}
.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: 0px;
}
.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: center;
  cursor: pointer;
  padding-left: 0;
}
.tagline .icon {
  margin-left: 0;
  margin-right: 7px;
}
.reviews-info.center-align.margin-top-10 {
  display: none;
}

/*Banner v1 CSS*/
.banner-overlay {
  position: relative;
  overflow: hidden;
}
.banner-overlay::after {
  content: "";
  opacity: 0.84;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: block;

  background: #06427b;
}
.banner-overlay > div {
  position: relative;
  z-index: 5;
}
#hero-banner-1.banner-area {
  padding: 20px 0;
}
.progress {
  height: 24px;
  border-radius: 10px;
}
.progress-bar {
  height: 24px;
  background: #ff7f27;
}
.progress-text {
  line-height: 24px;
}
.unslider {
  overflow: auto;
  margin: 0;
  padding: 0;
}
.unslider-wrap.unslider-carousel > li {
  float: left;
}
.unslider-wrap > li {
  z-index: -1;
}
.unslider-wrap > li.unslider-active {
  z-index: 10;
}
.unslider-carousel > li,
.unslider ol,
.unslider .hero-slider > .unslider-carouse {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
.hero-slider .unslider-carouse > li {
  padding: 41px 0 0;
}
.hero-bottom {
  padding-bottom: 30px;
}
.unslider,
.unslider-fade,
.unslider-wrap {
  position: relative;
  display: block;
  float: left;
  padding: 0;
}
.banner-area .form-holder {
  max-width: 922px;
  padding: 0;
}
#hero-slider-1 h1 {
  font-size: 40px;
  line-height: 46px;
  color: #d20005;
  margin: 0 0 15px;
  font-family: "Fira Sans", sans-serif;
}
.hero-progress {
  display: none;
}
ul.unslider-wrap.unslider-carousel {
  margin-bottom: 0;
}
.banner-area .help-text {
  display: none;
  font-size: 14px;
  line-height: 1;
  color: #ff3e42;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
.banner-area .field-label-wrap-last .help-text {
  text-align: center;
  padding-bottom: 0;
}
.banner-area .field-label-button .help-text {
  padding-bottom: 0;
}
.banner-area .field-holder.input-error .help-text {
  display: block;
}
.banner-area .field-holder {
  max-width: 740px;
  margin: 0 auto 27px;
  position: relative;
}
.field-inrholder {
  padding: 0;
  width: calc(100% - 110px);
}
.field-label-wrap.field-label-wrap-last .field-inrholder {
  width: 100%;
}
.banner-area
  .field-label-wrap.field-label-wrap-last
  .field-inrholder
  .text-field {
  border-radius: 10px;
  text-align: center;
}
.banner-area .text-field {
  width: 100%;
  background: #fff;
  height: 80px;
  font-size: 30px;
  line-height: 50px;
  padding: 15px 30px;
  color: #a5a5a5;
  margin: inherit;
  border-radius: 10px 0 0 10px;
  border: none;
}
.banner-area .text-field:focus,
.banner-area .text-field:active {
  border-color: #5a98dc;
  box-shadow: none;
  outline: none;
}
.banner-area .field-holder.input-error .text-field {
  border-color: #d20005;
}
.field-label-button .offer-button {
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 0 10px 10px 0;
  background: #ffef00;
  width: 110px;
  height: 80px;
}
.banner-area .banner-footer .offer-button {
  width: 330px;
  height: 60px;
  border: 2px solid #a5700c;
  background-color: #ffef00;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  font-size: 27px;
  line-height: 42px;
  font-weight: 700;
  color: #723f15;
  border-radius: 10px;
  box-shadow: 0 6px 3px -2px rgb(0 0 0 / 38%);
}
.field-label-button .offer-button {
  animation: valuation-btn-flash--white infinite 2s;
}

/* box-shadow: -1px -6px 25px rgba(255, 255, 255, 0.5), 1px 6px 25px rgba(255, 255, 255, 0.5); */

@keyframes valuation-btn-flash--white {
  0% {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5),
      0 0 10px rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5),
      0 0 25px rgba(255, 255, 255, 0.8);
  }
  100% {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.5),
      0 0 10px rgba(255, 255, 255, 0.5);
  }
}

.field-label-button {
  display: flex;
  gap: 0;
}
.button-wrap .offer-button-mob {
  display: none;
}
.banner-area .offer-button:hover {
  opacity: 0.7;
}
.banner-area .prop-postcode {
  position: relative;
  padding: 0 !important;
}
.banner-area .prop-postcode:before {
  position: absolute;
  left: -105px;
  content: "";
  background: url(../images/sell_arrow3.png) no-repeat center center / 100%;
  width: 92px;
  height: 176px;
  top: -25px;
}

.banner-area .text-line {
  max-width: 758px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-weight: 400;
}
.banner-area .text-line .copyright-info span {
  opacity: 0.6;
}
.banner-area .text-line a:hover {
  color: #fff;
  opacity: 1;
}
.banner-area .text-line2 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 10px;
}
.field-holder label {
  font-size: 32px;
  color: #fff;
  line-height: 1.2;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 0;
}
.field-holder label span {
  color: #fcde35;
}
.social-marketing-proof-review {
  margin-top: 35px;
  margin-bottom: 15px;
}
.social-marketing-proof-banner {
  display: none;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.social-marketing-proof-banner p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  font-family: "Caveat", cursive;
  letter-spacing: 1px;
}
.hero-slider input::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #707070;
  font-style: italic;
}

.hero-slider input::placeholder {
  color: #707070;
  font-style: italic;
}
.field-count {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}

.field-count .title {
  color: #fff;
  line-height: 1;
  font-size: 30px;
  margin-bottom: 0;
}
.field-count .countdown {
  color: #fff;
  align-items: center;
  gap: 7px;
  font-size: 30px;
}
.field-count .countdown li {
  background: transparent;
  padding: 0;
  border: 1px solid #fff;
  font-weight: 400;
}
.field-count .countdown li .number {
  font-weight: 400;
}
.field-count .countdown li .text {
  font-weight: 400;
  text-transform: capitalize;
}
.field-count .countdown {
  text-transform: lowercase;
}
/* slide 1 */
.form-holder-vx {
  padding: 15px 0;
}
#hero-slider-1.unslider-active h1,
#hero-slider-1.unslider-active h2,
#hero-slider-1.unslider-active h3,
#hero-slider-1.unslider-active h4,
#hero-slider-1.unslider-active .field-holder label,
#hero-slider-1.unslider-active .feature-list {
  height: auto;
  opacity: 1;
}
#hero-slider-1 h1,
#hero-slider-1 h2,
#hero-slider-1 h3,
#hero-slider-1 h4,
#hero-slider-1 .field-holder label,
#hero-slider-1 .feature-list {
  height: 0;
  opacity: 0;
  font-family: "Fira Sans", sans-serif;
}

#hero-slider-1:not(.unslider-active) .feature-list {
  padding: 0;
}
#hero-slider-1 {
  text-align: center;
}

#hero-slider-1 h2 {
  color: #fff;
  text-transform: capitalize;
  font-size: 56px;
  line-height: 50px;
  margin-bottom: 20px;
}
#hero-slider-1 h3 {
  font-size: 30px;
  color: #fcde35;
  line-height: 1.2;
  margin-bottom: 10px;
}
#hero-slider-1 .feature-list {
  list-style: none;
  margin: 0 auto;
  padding: 6px 0 25px;
  width: auto;
  display: flex;
  justify-content: center;
}
#hero-slider-1 .feature-list::after {
  content: "";
  display: block;
  clear: both;
}
#hero-slider-1 .feature-list > li {
  font-size: 23px;
  color: #fff;
  float: left;
  padding: 0 15px;
  position: relative;
  line-height: 36px;
  font-weight: 500;
}
#hero-slider-1 .feature-list > li > span {
  display: flex;
  align-items: center;
}
#hero-slider-1 .feature-list > li span img {
  width: 40px;
  height: 34px;
  margin-right: 10px;
}
#hero-slider-1 .feature-list > li:nth-child(2) span img {
  width: 38px;
}
#hero-slider-1 .feature-list > li > span > .icon-yollow-check {
  width: 25px;
  min-width: 25px;
  height: 25px;
  background: url(../images/yollow-tick-v2.png) no-repeat center center / 100%;
  margin-right: 10px;
}

.field-holder.prop-postcode.mb-4 label {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 5px;
}

.banner-footer {
  margin-top: 15px;
  position: relative;
}
/* ./slide 1 */
.hero-slider-prev {
  text-align: center;
  margin: 15px 0 10px;
}
.banner-area .offer-button .other-steps,
.hero-slider-prev {
  display: none;
}
.banner-area .field-holder label {
  display: block;
  font-size: 32px;
  font-weight: 700;
}
.banner-area .field-holder > label {
  margin-bottom: 20px;
}
.first-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 35px;
  margin-bottom: 15px;
}
.first-track img {
  max-width: 35px;
}
.first-track span {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
.hero-progress {
  width: 815px;
  margin: 0 auto;
}
.hero-progress .progress {
  background: #e9ecef;
  border-radius: 10px;
  height: 25px;
  position: relative;
}
.hero-progress .progress .progress-bar {
  background: #26c160;
  border-radius: 10px;
  height: 25px;
}
.hero-progress .progress .progress-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  color: #4c494a;
}
.banner-footer-copyright {
  position: relative;
}

.hero-slider-prev a {
  color: #fff;
}
.hero-slider-prev i {
  font-size: 12px;
}
.hero-slider-prev .fa-chevron-left:before,
.hero-slider-prev .fa-chevron-right:before {
  font-size: 12px !important;
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.hero-slider-prev a:hover {
  color: #fff;
}
.for-mob {
  display: none !important;
}
.for-desk {
  display: block !important;
}
.for-desk-inline {
  display: inline-block !important;
}
.hero-slider-prev.padding-top-10 a {
  color: #fff;
}

/* EndBanner v1 CSS*/
.footer .tagline a + a {
  margin-left: 20px;
}
.footer .tagline .tagline-left {
  width: 56%;
}
.footer .tagline a {
  color: #fff;
}

.field-label-button .offer-button span {
  display: none;
}
.customize-modal .modal-content {
  border-radius: 27px;
}

.customize-modal .modal-content .modal-body {
  padding: 30px 40px;
}

.customize-modal .modal-content .modal-body p {
  color: #54595f;
  font-size: 18px;
  line-height: 27px;
}

.customize-modal .modal-content .modal-body .author-img img {
  max-height: 100px;
}

.customize-modal .modal-content .modal-body .author-img {
  margin-bottom: 24px;
}

.customize-modal .modal-content button.close {
  position: absolute;
  right: 30px;
  top: 15px;
  font-size: 44px;
  font-weight: 300;
  cursor: pointer;
  max-height: 30px;
  padding: 0;
  line-height: 30px;
  z-index: 9;
}

.customize-modal .modal-content button.close:focus {
  outline: none;
  box-shadow: none;
}
/*======================================================================= Responsive Design ==================================================================================*/

@media (max-width: 1366px) {
  .hero-progress {
    max-width: 655px;
  }
  .tagline {
    font-size: 16px;
  }

  #hero-slider-1 h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .banner-area .field-holder {
    max-width: 655px;
    margin: 0 auto;
  }
  #hero-slider-1 h3 {
    font-size: 26px;
  }
  .form-holder-vx {
    padding: 5px 0;
  }
  .field-holder.prop-postcode.mb-4 label {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 0;
  }
  .banner-area .text-field {
    height: 65px;
    font-size: 18px;
    line-height: 34px;
    padding: 4px 25px;
  }
  .social-marketing-proof-review {
    margin-top: 25px;
  }
  .banner-area .prop-postcode:before {
    left: -90px;
    width: 75px;
    height: 170px;
    top: -25px;
  }
  #hero-slider-1 .feature-list > li span img {
    width: 34px;
    height: 28px;
  }
  #hero-slider-1 .feature-list > li:nth-child(2) span img {
    width: 32px;
  }
  .field-count .countdown li {
    width: 55px;
    height: 55px;
  }
  .field-count .countdown li .number {
    font-size: 24px;
    line-height: 24px;
  }
  .field-count .title {
    font-size: 28px;
  }
  .field-count {
    gap: 15px;
    margin-bottom: 25px;
  }
  .field-label-button .offer-button {
    width: 100px;
    height: 65px;
  }
  .field-inrholder {
    width: calc(100% - 100px);
  }
  #hero-slider-1 .feature-list > li {
    font-size: 22px;
    padding: 0 10px;
  }
  #hero-slider-1 .feature-list > li > span > .icon-yollow-check {
    margin-right: 6px;
  }
  #hero-slider-1 h3 {
    margin-bottom: 0;
  }
  .hero-slider-prev {
    font-size: 14px;
  }
  .first-track span {
    font-size: 14px;
  }
  .first-track img {
    max-width: 25px;
  }
  .first-track {
    height: 25px;
  }

  .field-holder.prop-postcode.mb-4 {
    margin-bottom: 0 !important;
  }
  #hero-banner-1.banner-area {
    padding: 15px 0 20px;
  }

  #hero-slider-1 .feature-list {
    padding: 15px 0 15px;
  }

  .banner-area .field-holder > label {
    margin-bottom: 0;
    padding-top: 0;
  }
  .field-holder label.mb-0 {
    padding: 10px 0 0;
  }
  .banner-area .banner-footer .offer-button {
    height: 50px;
  }
  #hero-slider-5 .first-track {
    height: 10px;
  }
}

@media (max-width: 1199px) {
  span.icon.icon-rating img {
    max-width: 100px;
  }
}

@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 {
    display: none;
  }

  .tagline-item.tagline-item-3 span.text {
    margin-top: 4px;
  }
  .banner-area h1 br,
  .banner-area h2 br {
    display: none;
  }
  #hero-slider-1 .feature-list {
    display: block;
    max-width: 278px;
    padding-top: 20px;
  }
  #hero-slider-1 .feature-list li {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 7px;
    line-height: 31px;
    font-size: 19px;
  }
  #hero-slider-1 h2 {
    font-size: 50px;
  }
  .banner-area .prop-postcode:before {
    display: none;
  }
  .banner-area .text-line {
    font-size: 12px;
  }
  .banner-area .text-line {
    font-size: 11px;
    max-width: 570px;
    line-height: 16px;
  }
  .footer .tagline .tagline-left {
    width: auto;
    flex: 1;
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .tagline-item {
    flex: 1;
  }
  .tagline-inner {
    justify-content: center;
    flex-direction: column;
    gap: 7px;
    padding: 6px 0;
  }
  .tagline .container {
    padding: 0;
  }
  .reviews-info.center-align.margin-top-10 {
    display: block;
  }
  .banner-area h1 {
    display: none;
    font-size: 25px;
    line-height: 32px;
  }
  .for-mob {
    display: block !important;
  }
  .for-desk {
    display: none !important;
  }
  .for-desk-inline {
    display: none !important;
  }
  .banner-area h2 {
    font-size: 29px;
    line-height: 33px;
    letter-spacing: 0.1px;
  }
  .field-holder.prop-postcode.mb-4 label {
    font-weight: 700; /* font-family: 'Fira Sans'; */
    font-size: 24px;
  }
  #hero-banner-1.banner-area {
    padding: 15px 0;
  }
  .form-holder-vx,
  .hero-slider li {
    padding: 0;
  }
  #hero-slider-1 h2 {
    font-size: 36px;
    display: block;
  }
  #hero-slider-1 h3 {
    font-size: 26px;
  }

  #hero-slider-1 .feature-list li {
    font-size: 21px;
  }
  #hero-slider-1 li > span > .icon-yollow-check {
    width: 20px;
    min-width: 20px;
    height: 26px;
  }
  .for-mob li > span > .icon-yollow-check {
    width: 20px;
    min-width: 20px;
    height: 26px;
  }
  .banner-area .text-line {
    font-size: 10px;
    max-width: 100%;
  }
  .banner-area .banner-footer .offer-button {
    font-size: 21px;
    line-height: 45px;
    width: 360px;
    margin-bottom: 15px;
  }
  .hero-progress {
    width: 100%;
  }
  .banner-area .text-line2 {
    top: 40px;
    font-size: 14px;
  }
  .banner-area .field-holder label {
    font-size: 26px;
    line-height: 30px;
  }

  .banner-area h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .banner-area h1 strong svg {
    width: calc(100% + 6px);
    height: calc(100% + 10px);
  }
  #hero-slider-1 h1 {
    font-size: 31px;
	line-height: 37px;
	margin-bottom: 6px;
	margin-top: 8px;
	text-transform: capitalize;
	text-align: center;
	/* max-width: 305px; */
	margin-left: auto;
	margin-right: auto;
	color: #fff;
  }

  .hero-slider-prev {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .reviews-info {
    text-align: center;
    padding: 15px;
    background-color: #000000;
  }
  .reviews-info img {
    max-width: 100%;
  }
  .banner-area .banner-footer .offer-button {
    width: 100%;
  }
  .hero-slider-prev.padding-top-10 a {
    color: #fff;
    font-size: 13px;
  }

  .for-mob strong.heighlight svg path {
    stroke: #d20005 !important;
  }
  .for-mob strong.heighlight {
    color: #ffffff;
  }
  .for-mob strong svg {
    transform: translate(-95%, -16%) !important;
  }

  .banner-area .text-field {
    padding: 2px 30px;
    border-radius: 50px 0 0 50px;
  }
  #hero-slider-1 .feature-list > li span img {
    width: 35px;
    height: 29px;
  }
  #hero-slider-1 .feature-list > li:nth-child(2) span img {
    width: 32px;
  }
  #hero-slider-1 .feature-list li {
    margin-bottom: 15px;
  }
  #hero-slider-1 .feature-list li:last-child {
    margin-bottom: 7px;
  }
  .field-label-button .offer-button {
    border-radius: 30px;
  }
  .field-label-button {
    display: flex;
    gap: 0;
    background: #fff;
    border-radius: 50px;
    height: 69px;
    width: 100%;
    border: 2px solid #1487cb;
  }
  #hero-slider-1 ul.feature-list.for-mob {
    display: none !important;
    max-width: 298px;
  }
  #hero-slider-1.unslider-active ul.feature-list.for-mob {
    display: block !important;
    padding: 10px 0;
  }
  .footer .tagline {
    flex-direction: column;
  }
  .footer .tagline > div {
    order: 1;
  }
  .footer .tagline span.icon {
    order: 2;
    margin-top: 15px;
    margin-bottom: 3px;
  }
  .footer .tagline span.text {
    order: 3;
  }
  .first-track span {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
  }
  .first-track img {
    max-width: 24px;
  }
  .first-track {
    height: 24px;
  }
  .social-marketing-proof-review {
    display: none;
  }
  .social-marketing-proof-banner {
    display: none;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .banner-area .help-text {
    padding-top: 6px;
    position: absolute;
    left: 30px;
  }
  .customize-modal .modal-content .modal-body {
    padding: 30px 20px;
  }
  .customize-modal .modal-content .modal-body .author-img img {
    max-height: 70px;
  }
  .customize-modal .modal-content .modal-body .author-img {
    margin-bottom: 20px;
  }
  .customize-modal .modal-content .modal-body p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  .field-count {
    flex-direction: column;
    margin-top: 5px;
    gap: 10px;
  }
  .field-count .title {
    font-size: 22px;
    font-weight: 400;
  }
  .field-count .countdown li {
    width: 50px;
    height: 50px;
  }
  .field-count .countdown li .number {
    font-size: 20px;
    line-height: 21px;
  }
  .field-count .countdown li .text {
    font-size: 8px;
    line-height: 10px;
  }
  .field-count .countdown {
    gap: 5px;
  }
}

@media (max-width: 575px) {
  #hero-slider-1 h2 {
    font-size: 30px;
  }
  #hero-slider-1 h1.for-mob {
    max-width: 306px;
  }
  .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;
  }
  #hero-slider-1 ul.feature-list.for-mob {
    max-width: 282px;
  }
  #hero-slider-1 .feature-list > li {
    padding: 0;
  }
  div#hero-banner-1 .container {
    padding: 0;
  }
  .banner-area .field-holder {
    margin-bottom: 0 !important;
  }
  .field-footer-wrap {
    background: rgba(111, 159, 212, 0.5);
    padding: 20px 0 !important;
  }
  #hero-banner-1.banner-area {
    padding-bottom: 0;
  }
  .banner-footer .text-line {
    padding: 10px 15px;
    opacity: 1;
  }
  .banner-footer .text-line span {
    display: block;
    opacity: 0.6;
  }
  .field-inrholder {
    padding: 0;
    margin: 0 auto;
  }

  .banner-area .help-text {
    margin-top: 10px;
  }

  .hero-slider-prev {
    margin-bottom: 10px;
    text-align: center;
  }
  .hero-slider-prev a {
    color: #fff;
  }
  .banner-area .banner-footer .offer-button {
    margin-bottom: 0;
  }
  .banner-footer-copyright {
    padding: 0 15px 15px;
  }

  .banner-area .text-line2,
  .hero-progress {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  #hero-slider-1 .feature-list > li > span > .icon-yollow-check {
    width: 21px;
    min-width: 21px;
    height: 21px;
  }
  .banner-overlay::after {
    background-image: -moz-linear-gradient(
      120deg,
      rgb(2, 0, 0) 0%,
      rgb(0, 26, 177) 100%
    );
    background-image: -webkit-linear-gradient(
      120deg,
      rgb(2, 0, 0) 0%,
      rgb(0, 26, 177) 100%
    );
    background-image: -ms-linear-gradient(
      120deg,
      rgb(2, 0, 0) 0%,
      rgb(0, 26, 177) 100%
    );
  }

  span.copyright-info {
    display: flex;
    align-items: start;
    gap: 10px;
  }
  span.copyright-info span {
    text-align: left;
  }

  .field-label-button .offer-button {
    height: 56px;
  }
  .banner-area .banner-footer .offer-button {
    height: 56px;
    font-weight: 700;
    font-size: 27px;
  }
  .field-label-button {
    height: 60px;
  }
  .banner-area .text-field {
    font-size: 20px;
    height: 56px;
    line-height: 56px;
  }
  .banner-area .text-field {
    padding: 2px 20px;
  }
  .banner-area
    .field-label-wrap.field-label-wrap-last
    .field-inrholder
    .text-field {
    border: 4px solid #5a98dc;
    border-radius: 37px;
  }
  .banner-area .field-label-button .help-text {
    text-align: center;
  }
  .field-label-wrap {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .banner-area .field-holder label {
    font-size: 18px;
    line-height: 28px;
  }
  .banner-area .text-line2 {
    font-size: 12px;
  }
  .field-holder.prop-postcode.mb-4 label {
    margin: 0;
    font-size: 20px;
  }
  #hero-slider-1 h3 {
    font-size: 18px;
  }
  #hero-slider-1 h2 {
    font-size: 24px;
  }
  .banner-area .text-line {
    font-size: 9px;
    line-height: 15px;
  }
  .field-holder > label {
    padding: 11.5px 0;
  }
}

@media (max-width: 395.99px) {
  .banner-area .text-line2 {
    min-height: 40px;
  }
}
@media (max-width: 373.99px) {
  .banner-area h2 {
    font-size: 16px;
    line-height: 28px;
  }
  .banner-area h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .banner-area h1 strong svg {
    width: calc(100% + 3px);
    height: calc(100% + 14px);
  }
  .field-holder.prop-postcode.mb-4 label {
    font-size: 16px;
  }
  #hero-slider-1 h2 {
    font-size: 20px;
  }
  .banner-area .text-line {
    font-size: 8px;
  }
}
@media (max-width: 362.99px) {
  .first-track span {
    font-size: 13px;
  }
  .first-track img {
    max-width: 20px;
  }

  .banner-area .banner-footer .offer-button,
  .field-label-button .offer-button {
    font-size: 24px;
  }
}

@media (max-width: 362.99px) {
  .first-track span {
    font-size: 12px;
  }
}
@media (max-width: 356.99px) {
  #hero-slider-1 .feature-list > li {
    padding: 0;
  }
}
@media (max-width: 323.99px) {
  .banner-area .field-holder label {
    font-size: 15px;
  }
}

div#gha-preload {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.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;
  }
  .tagline-item {
    flex: 0 0 50%;
  }
}
@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;
  }
  .banner-footer-copyright {
    padding-top: 15px;
  }
}

.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;
}

.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) {
  .banner-footer-copyright {
    padding: 37px 30px 10px;
  }
  .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;
  }
  #hero-slider-5 .banner-footer-copyright {
    padding-bottom: 0;
  }
  .social-marketing-proof-banner {
    gap: 5px;
    margin-bottom: 15px;
  }
  .social-marketing-proof-banner img {
    width: 30px;
  }
  .social-marketing-proof-banner p {
    font-size: 18px;
  }
}
@media (max-width: 406px) {
  .social-marketing-proof-banner p {
    font-size: 16px;
  }
  .social-marketing-proof-banner.email img {
    max-width: 23px;
  }

  .social-marketing-proof-banner.email p {
    letter-spacing: 0.5px;
    font-size: 16px;
  }
}

.field-label-button .offer-button {
  animation: valuation-btn-flash--white infinite 2s;
}

/* box-shadow: -1px -6px 25px rgba(255, 255, 255, 0.5), 1px 6px 25px rgba(255, 255, 255, 0.5); */

@keyframes valuation-btn-flash--white {
  0% {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5),
      0 0 10px rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5),
      0 0 25px rgba(255, 255, 255, 0.8);
  }
  100% {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.5),
      0 0 10px rgba(255, 255, 255, 0.5);
  }
}
