/*! 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 > .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 */
.header .container {
  max-width: 1635px;
}
.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: 0;
}
.tagline-item.tagline-item-3 {
  justify-content: end;
}
.tagline-item.tagline-item-3 {
  justify-content: end;
  padding-right: 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.71;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: block;
  background: #023f85;
}
.banner-overlay > div {
  position: relative;
  z-index: 5;
}
#hero-banner-1.banner-area {
  padding: 80px 0 40px;
}
.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;
  overflow: hidden;
}
.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 {
  margin: 0 auto 27px;
  position: relative;
}
.banner-area .field-holder.prop-postcode {
  margin-bottom: 83px;
}
.field-holder {
  max-width: 690px;
}
.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: 65px;
  font-size: 30px;
  line-height: 50px;
  padding: 15px 15px;
  color: #525252;
  margin: inherit;
  border: none;
}
.banner-area .text-field:focus,
.banner-area .text-field:active {
  border-color: #5a98dc;
  box-shadow: none;
  outline: none;
}
.banner-area .text-field::-webkit-input-placeholder {
  font-size: 22px;
  color: #9b9b9b;
  font-weight: 600;
}
.banner-area .text-field::-moz-placeholder {
  font-size: 22px;
  color: #9b9b9b;
  font-weight: 600;
}
.banner-area .text-field:-ms-input-placeholder {
  font-size: 22px;
  color: #9b9b9b;
  font-weight: 600;
}
.banner-area .text-field:-moz-placeholder {
  font-size: 22px;
  color: #9b9b9b;
  font-weight: 600;
}
.banner-area .field-holder.input-error .text-field {
  border-color: #d20005;
}
.field-label-button .offer-button {
  border: none;
  box-shadow: none;
  outline: none;
  background: #fccc00;
  height: 65px;
  font-size: 24px;
  color: #54595f;
  font-weight: 700;
  padding: 0 15px;
  border-radius: 0 6px 6px 0;
}
li#hero-slider-1 .field-label-button .offer-button,
li#hero-slider-5 .field-label-button .offer-button {
  max-width: 220px;
  width: 100%;
}
.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%);
}
.input-error .field-label-button {
  border-color: #ff3e42;
}
.field-label-button {
  display: flex;
  gap: 0;
  border: 3px solid #26a8e3;
  padding: 6px;
  background: #fff;
  border-radius: 10px;
}
.button-wrap .offer-button-mob {
  display: none;
}
.banner-area .offer-button:hover {
  opacity: 0.7;
}
.banner-area .prop-postcode {
  position: relative;
  padding: 0 !important;
}
.text-line.copyright-info-wrap {
  margin-top: 35px;
}
.banner-area .text-line {
  margin-left: auto;
  margin-right: auto;
  max-width: 758px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-weight: 400;
}
.banner-area .text-line .copyright-info img {
  opacity: 0.8;
  max-width: 20px;
}
.banner-area .text-line .copyright-info span {
  opacity: 0.6;
  font-style: oblique;
}
.banner-area .text-line a:hover {
  color: #fff;
  opacity: 1;
}
.banner-area .text-line2 {
  color: #fff;
  margin-bottom: 5px;
  margin-top: 10px;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* slide 1 */
#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: 68px;
  line-height: 86px;
  margin-bottom: 32px;
  text-align: center;
}
#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 45px;
  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 > .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;
}
.for-mob > li > span > .icon-yollow-check {
  width: 22px;
  min-width: 22px;
  height: 22px;
  background: url(../images/yollow-tick1.png) no-repeat center center / 100% !important;
  margin-right: 10px;
}
.field-holder.prop-postcode.mb-4 label {
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: left;
  color: #fbdc48;
  letter-spacing: 0.5px;
}
.field-label-wrap.field-label-wrap-last {
  padding: 30px 95px;
}
.banner-footer {
  margin-top: 15px;
  position: relative;
}
/* ./slide 1 */
.banner-area .offer-button .other-steps,
.hero-slider-prev {
  display: none;
}
.banner-area .field-holder label {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.field-holder label.mb-0 {
  padding: 20px 0 20px;
}
.banner-area .field-holder > label {
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: center;
}
.first-track {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 35px;
  margin-bottom: 15px;
  justify-content: center;
}
.first-track img {
  max-width: 35px;
}
.first-track span {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
.hero-progress .progress {
  background: #e9ecef;
  border-radius: 10px;
  height: 25px;
  position: relative;
  max-width: 690px;
  margin: 0 auto;
}
.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;
  margin-top: 30px;
  text-align: center;
}
.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;
}
ul.feature-list-banner {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
}
ul.feature-list-banner li{
  margin: 0;
  padding: 0;
}
ul.feature-list-banner li span {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  gap: 10px;
}
/*==================== Responsive Design ====================*/
@media (max-width: 1366px) {
  .tagline {
    font-size: 16px;
  }
  #hero-slider-1 h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 60px;
    line-height: 61px;
  }
  .banner-area .field-holder {
    max-width: 655px;
    margin: 0 auto;
  }
  ul.feature-list-banner {
    gap: 20px;
  }
  .banner-area .field-holder.prop-postcode {
    margin-bottom: 45px;
  }
  #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: 15px;
  }
  .banner-footer-copyright {
    margin-top: 15px;
  }
  .text-line.copyright-info-wrap {
    margin-top: 20px;
  }
  #hero-slider-2 .text-line.copyright-info-wrap,
  #hero-slider-3 .text-line.copyright-info-wrap,
  #hero-slider-4 .text-line.copyright-info-wrap,
  #hero-slider-5 .text-line.copyright-info-wrap {
    margin-top: 0;
  }
  .banner-area .text-field {
    height: 55px;
    font-size: 18px;
    line-height: 56px;
    padding: 4px 10px;
  }
  .field-label-button .offer-button {
    height: 55px;
    line-height: 56px;
  }
  .field-inrholder {
    width: calc(100% - 100px);
  }
  #hero-slider-1 .feature-list > li {
    font-size: 18px;
    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: 35px;
  }
  .field-holder.prop-postcode.mb-4 {
    margin-bottom: 0 !important;
  }
  #hero-banner-1.banner-area {
    padding: 35px 0;
  }
  #hero-slider-1 .feature-list {
    padding: 6px 0 20px;
  }
  .banner-area .field-holder > label {
    margin-bottom: 18px;
    line-height: 1;
  }
  .field-holder label.mb-0 {
    padding: 10px 0 10px;
  }
  .banner-area .banner-footer .offer-button {
    height: 50px;
  }
}
.banner-position-holder {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .tagline-item.tagline-item-2 {
    justify-content: center;
    padding-left: 0;
  }
}
@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;
  }
  .banner-area h1 br,
  .banner-area h2 br {
    display: none;
  }
  #hero-slider-1 .feature-list {
    display: block;
    max-width: 265px;
    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 .text-line {
    font-size: 12px;
  }
  .banner-area .text-line {
    font-size: 11px;
    max-width: 450px;
    line-height: 16px;
  }
  .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;
  }
  .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-size: 30px;
    line-height: 35px;
    margin-top: 15px;
  }
  #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 .help-text {
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 10px;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .banner-area h1 strong svg {
    width: calc(100% + 6px);
    height: calc(100% + 10px);
  }
  #hero-slider-1 h1 {
    font-size: 45px;
    line-height: 55px;
    margin-top: 8px;
    text-transform: capitalize;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin-bottom: 0;
  }
  .banner-position-holder {
    margin-bottom: 0 !important;
  }
  ul.feature-list-banner {
    margin: 28px auto 37px;
    max-width: 277px;
  }
  .reviews-info {
    display: block;
    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 10px;
  }
  .banner-area .text-field::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 60px;
  }
  .banner-area .text-field::-moz-placeholder {
    font-size: 18px;
    line-height: 60px;
  }
  .banner-area .text-field:-ms-input-placeholder {
    font-size: 18px;
    line-height: 60px;
  }
  .banner-area .text-field:-moz-placeholder {
    font-size: 18px;
    line-height: 60px;
  }
  #hero-slider-1 ul.feature-list.for-mob {
    display: none !important;
    max-width: 290px;
  }
  #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;
    justify-content: center;
  }
  .field-label-wrap {
    margin-bottom: 15px;
  }
  .banner-position-holder {
    gap: 10px;
  }
  ul.feature-list-banner li span {
    font-size: 26px;
  }
}
@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: 325px;
  }
  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: 30px;
  }
  .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;
  }
  .banner-area .text-field:focus,
  .banner-area .text-field:active {
    box-shadow: 2px 0px 9px #0074b7;
  }
  .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;
  }
  span.copyright-info {
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }
  span.copyright-info span {
    text-align: left;
    font-style: normal !important;
  }
  .field-label-button {
    flex-direction: column;
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
  }
  .banner-position-holder {
    gap: 0 !important;
  }
  .form-holder-vx.home-banner-v1 {
    padding: 0 40px;
  }
  #hero-slider-1 h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .field-inrholder {
    width: 100%;
  }
  .field-label-button .offer-button {
    border-radius: 8px;
    margin: 15px auto 0;
    font-size: 27px;
    font-weight: 700;
    height: 60px;
    width: 100%;
    color: #ac5244;
    background: #fccc00;
  }
  li#hero-slider-1 .field-label-button .offer-button,
  li#hero-slider-5 .field-label-button .offer-button {
    max-width: 100%;
  }
  .banner-area .banner-footer .offer-button {
    width: 90%;
    border-radius: 35px;
    height: 60px;
    font-size: 27px;
    color: #000;
    -webkit-box-shadow: 0 6px 3px -2px rgb(0 0 0 / 38%);
    box-shadow: 0 6px 3px -2px rgb(0 0 0 / 38%);
  }
  .banner-area .text-field {
    border-radius: 37px;
    text-align: center;
    font-size: 20px;
    border: 3px solid #2cace7;
    border-radius: 8px;
    color: #000000;
    height: 60px;
  }
  .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;
  }
  ul.feature-list-banner {
    max-width: 304px;
  }
  ul.feature-list-banner {
    gap: 5px !important;
  }
}
@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 0 10px;
    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;
  }
}
@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);
  }
  #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 ul.feature-list.for-mob {
    max-width: 305px;
    padding: 10px 0;
  }
  #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;
  }
  .banner-position-holder {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  #hero-slider-1 h2 {
    font-size: 45px;
    line-height: 55px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .field-holder.prop-postcode.mb-4 label,
  .banner-area .field-holder label {
    text-align: center;
  }
  .banner-area .text-line2 {
    text-align: center;
  }
  ul.feature-list-banner li span{
    font-size: 18px;
  }
  ul.feature-list-banner{
    gap: 15px;
  }
}
@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;
  }
  ul.feature-list-banner{
    flex-direction: column;
  }
}
.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 (min-width: 576px) {
  .help-wrap.mobile {
    display: none;
  }
}
@media (max-width: 575px) {
  .banner-footer-copyright {
    padding: 0 0px 20px;
  }
  .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;
  }
  ul.feature-list-banner li span {
    font-size: 20px;
  }
  ul.feature-list-banner li span img {
    max-width: 28px;
  }
  ul.feature-list-banner li + li {
    margin-top: 15px;
  }
  .help-wrap.desktop {
    display: none;
  }
}
@media (max-width: 420px) {
  .form-holder-vx.home-banner-v1 {
    padding: 0 25px;
  }
}
@media (max-width: 335px) {
  #hero-slider-1 h1 {
    font-size: 37px;
    line-height: 46px;
  }
}