.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-brands-400.woff2") format("woff2"),
    url("../fonts/fa-brands-400.woff") format("woff"),
    url("../fonts/fa-brands-400.ttf") format("truetype"),
    url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa-duotone-900.eot");
  src: url("../fonts/fa-duotone-900.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-duotone-900.woff2") format("woff2"),
    url("../fonts/fa-duotone-900.woff") format("woff"),
    url("../fonts/fa-duotone-900.ttf") format("truetype"),
    url("../fonts/fa-duotone-900.svg#fontawesome") format("svg");
}
.fad {
  position: relative;
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900;
}
.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}
.fad:after {
  color: var(--fa-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}
.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}
.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}
.fad.fa-inverse {
  color: #fff;
}
.fad.fa-stack-1x,
.fad.fa-stack-2x {
  position: absolute;
}
.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before,
.fad.fa-fw:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-light-300.woff2") format("woff2"),
    url("../fonts/fa-light-300.woff") format("woff"),
    url("../fonts/fa-light-300.ttf") format("truetype"),
    url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-regular-400.woff2") format("woff2"),
    url("../fonts/fa-regular-400.woff") format("woff"),
    url("../fonts/fa-regular-400.ttf") format("truetype"),
    url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-solid-900.woff2") format("woff2"),
    url("../fonts/fa-solid-900.woff") format("woff"),
    url("../fonts/fa-solid-900.ttf") format("truetype"),
    url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.fa-check-circle:before {
  content: "\f058";
}
body {
  font-size: 17px;
  line-height: 20px;
  font-family: "Fira Sans", sans-serif;
  margin: 0;
}
.wrapper {
  overflow: hidden;
  position: relative;
}
a,
button {
  text-decoration: none;
  -webkit-transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease,
    visibility 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease,
    visibility 0.4s ease;
}
.btn {
  box-shadow: none !important;
  padding: 0;
}
p {
  margin: 0 0 27px;
}
.noUi-tooltip,
.noUi-value {
  text-align: center;
  white-space: nowrap;
}
.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;
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
  border-radius: 7px;
}
.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%;
  background: #3fb8af;
}
.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-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-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  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;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 99.5%;
  left: 10px;
  width: 97%;
}
@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;
}
.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;
}
.header {
  position: relative;
  padding: 5px 0;
}
.header .logo {
  width: 304px;
  margin: 0 26px 0 0;
}
.header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header .tell {
  text-align: center;
}
.header .tell .text {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #54595f;
  margin: 0 0 3px;
}
.header .tell .tell-no {
  color: #54595f;
  font-size: 28px;
  line-height: 34px;
  font-weight: 800;
}
.logo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px 0 -5px;
}
.logo-list li {
  padding: 0 5px;
}
.tagline {
  background: #54595f;
  padding: 3px 8px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: #fff;
}
.tagline .icon {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
}
.tagline .icon img {
  display: block;
}
.banner-area {
  position: relative;
  padding: 70px 0 78px;
  background: url(../images/image1.jpg) no-repeat;
  background-size: cover;
}
.banner-area .form-holder {
  max-width: 737px;
  margin: 0 auto;
  padding: 41px 40px 78px;
  background: -webkit-linear-gradient(top, #001c84 0%, #020000 67%);
  background: linear-gradient(180deg, #001c84 0%, #020000 67%);
  color: #fff;
  position: relative;
  left: -7px;
}
.banner-area h1 {
  font-weight: 700;
  font-size: 38px;
  line-height: 42px;
  margin: 0 -10px 41px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.banner-area h1 strong {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #40e200;
}
.banner-area h2 {
  margin: 0 0 19px;
}
.counter-bar {
  background: #54595f;
  color: #fff;
  padding: 12px 0;
}
.counter-bar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.counter-bar .title {
  display: block;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  margin-right: 30px;
}
.countdown {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: uppercase;
}
.countdown li {
  margin: 0 5px;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #3b3b3b;
}
.counter-bar .countdown li {
  background: #fff;
}
.countdown .number {
  display: block;
  width: 100%;
  text-align: center;
  color: #d10e15;
  font-size: 31px;
  line-height: 31px;
}
.countdown .text {
  color: #3b3b3b;
  font-size: 11px;
  line-height: 12px;
  display: block;
  width: 100%;
  text-align: center;
}
.main {
  padding: 52px 0;
}
.main .content {
  padding: 0 0 0 15px;
}
.main .sidebar {
  margin-left: 74px;
}
.content .heading {
  padding: 20px 0;
  border-top: 2px solid #b5b5b5;
  border-bottom: 2px solid #b5b5b5;
  margin: 0 0 22px;
}
.content .heading h2 {
  font-size: 31px;
  line-height: 33px;
  margin: 0;
  color: #0729c1;
  text-align: center;
  font-weight: 700;
}
.content .holder {
  position: relative;
  margin: 0 0 110px;
}
.content .holder h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #d10e15;
  margin: 0 0 19px;
}
.content .holder p {
  margin: 0 0 23px;
}
.features-box {
  overflow: hidden;
  background: #f1f1f1;
  margin: 0 0 26px;
}
.features-box .heading {
  position: relative;
  background: #54595f;
  font-size: 27px;
  line-height: 33px;
  padding: 15px 25px 15px 15px;
  color: #fff;
  text-align: center;
}
.features-box .heading .alert {
  position: absolute;
  right: -34px;
  top: 22px;
  background: #f93e3e;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  padding: 0 28px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
}
.features-box .holder {
  padding: 36px 85px 30px;
  text-align: center;
}
.features-box-stoprepo .holder {
  padding: 36px 19px 30px;
  text-align: center;
}
.features-box .holder h2 {
  font-size: 68px;
  line-height: 72px;
  color: #0729c1;
  margin: 0;
}
.features-box .holder .info-text {
  display: block;
  color: #3b3b3b;
  font-size: 17px;
  line-height: 20px;
  margin: 0 0 27px;
  letter-spacing: 0.7px;
}
.features-box .holder ul {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 20px;
  list-style: none;
  color: #7a7a7a;
  text-transform: uppercase;
}
.features-box .holder ul li {
  padding: 14px 0;
  border-top: 2px solid #cecece;
}
.features-box .holder ul li:first-child {
  border: none;
}
.features-box .holder ul .fa-check-circle {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  color: #7a7a7a;
}
.features-box .holder .btn {
  display: block;
  color: #fff;
  width: 285px;
  height: 48px;
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  background: #f93e3e;
  border-radius: 4px;
  margin: 11px auto 13px;
}
.features-box .holder .text {
  font-size: 13px;
  line-height: 15px;
  color: #3b3b3b;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
}
.btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 28px 0 32px;
  border-top: 2px solid #cecece;
  border-bottom: 2px solid #cecece;
  margin: 0 0 47px;
}
.btn-holder li {
  width: 46.5%;
}
.btn-holder .btn {
  display: block;
  width: 100%;
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
  color: #3b3b3b;
  padding: 19px 15px;
  background: #d8d8d8;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonials-area {
  text-align: center;
}
.testimonials-area .title {
  display: block;
  font-size: 22px;
  line-height: 25px;
  color: #000;
  font-weight: 800;
  margin: 0 0 20px;
}
.about-area {
    position: relative;
    background: url(../images/timer-bg.jpg) no-repeat #fff;
    background-size: cover;
    padding: 100px 0 77px;
}
.about-area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-area .image {
  margin-top: -56px;
  margin-right: -13px;
  margin-left: -82px;
  width: 513px;
}
.about-area .image img {
  display: block;
}
.about-area .description {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  text-align: center;
  margin: 0 0 23px;
}
.about-area .description h2 {
  font-size: 50px;
  line-height: 54px;
  color: #54595f;
  margin: 0 0 59px;
}
.about-area .countdown {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 40px;
}
.about-area .btn {
  display: block;
  background: #0729c1;
  color: #fff;
  max-width: 463px;
  margin: 0 auto;
  border: 4px solid #7f7f7f;
  border-radius: 9px;
  font-size: 27px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 18px 10px;
  font-weight: 700;
  outline: none;
}
.about-area .btn:hover,
.about-area .btn:focus,
.about-area .btn:active {
  background: none;
  border-color: #f6a623;
  color: #f6a623;
}
.testimonials-slider {
  padding: 0 0 43px;
  position: relative;
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.testimonials-slider {
  cursor: grabbing;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.testimonials-slider .slick-track,
.testimonials-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  position: absolute;
  left: 0;
  top: 30px;
  color: rgba(238, 238, 238, 0.9);
  font-size: 20px;
}
.slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  position: relative;
  padding: 0 10px 0 0;
}
.slick-dots li.slick-active button {
  background: #000;
}
.slick-dots button {
  font-size: 0;
  line-height: 0;
  width: 8px;
  height: 8px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
  background: #ccc;
  outline: none;
  border-radius: 50%;
  border: none;
  padding: 0;
}
.slick-dots button:hover {
  background: #000;
}
.banner-area h1 strong svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 2px);
  height: calc(100% + 15px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: visible;
}
.banner-area h1 strong svg path {
  stroke: #61ce70;
  stroke-width: 9;
  fill: none;
  stroke-dasharray: 1500;
  -webkit-animation: elementor-headline-dash 10s infinite;
  animation: elementor-headline-dash 10s infinite;
}
.banner-area h1 strong svg {
  top: auto;
  left: auto;
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-107%, -16%);
}
.banner-area-stoprepo h1 strong svg {
  top: auto;
  left: auto;
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-103%, -16%) !important;
}
.form .submit:active,
.form .submit:focus,
.form .submit:hover {
  -webkit-animation-name: elementor-animation-wobble-skew;
  animation-name: elementor-animation-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.btn-holder .btn:active,
.btn-holder .btn:focus,
.btn-holder .btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.header .tell .tell-no a {
  display: none;
}
.desc-mob {
  display: none;
}
body {
  min-width: 320px;
}
@-webkit-keyframes elementor-headline-dash {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  to {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
@keyframes elementor-headline-dash {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  to {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
@-webkit-keyframes elementor-animation-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes elementor-animation-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.logos_apart {
  text-align: center;
  background: #fff;
  height: 210px;
  margin-top: 40px;
  padding: 10px;
}
.logos_apart h4 {
  margin: 0;
  font-size: 24px;
  padding: 10px 0;
}
.custom_overlay .overlay-content {
  height: 490px;
  text-align: center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 800px;
  font-family: "Roboto", Sans-serif;
}
.custom_overlay .overlay-content h4 {
  font-size: 24px;
}
.custom_overlay #loader {
  position: relative;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
  margin: auto;
  margin-top: 30px;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}
@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1060;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(203, 208, 216, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
* {
  box-sizing: border-box;
}
#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: 8;
}
.unslider-wrap li.unslider-active {
  z-index: 10;
}
.unslider li,
.unslider ol,
.unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
.hero-slider li {
  padding: 41px 40px 0;
}
.hero-bottom {
  padding-bottom: 20px;
}
.unslider,
.unslider-fade,
.unslider-wrap {
  position: relative;
}
ul.schedule-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.schedule-list li span {
  color: #54595f;
  display: inline-block;
  font-size: 22px;
  line-height: 32px;
  font-family: "Fira Sans";
}
.challenges-bar h2,
ul.challenges-list li span {
  line-height: 1.5;
  font-family: "Fira Sans";
  text-align: center;
}
.group-tagline,
ul.schedule-list li {
  display: flex;
  align-items: center;
}
ul.schedule-list li img {
  margin-right: 20px;
}
.schedule-bar {
  padding: 30px 0;
}
.challenges-bar {
  padding-top: 36px;
  padding-bottom: 51px;
}
.challenges-bar h2 {
  font-size: 38px;
  color: #0729c1;
  margin-bottom: 50px;
  font-weight: 600;
}
ul.challenges-list,
ul.csCounter {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.tagline-inner,
.ts-slide-top {
  align-items: center;
  display: flex;
}
ul.challenges-list li span {
  display: block;
  font-size: 18px;
  color: #54595f;
  margin-top: 16px;
  font-weight: 500;
}
ul.challenges-list li {
  text-align: center;
}
.content.highest-prices .heading {
  border-bottom: 0 !important;
  margin-bottom: 0;
  padding-bottom: 6px;
  padding-top: 50px;
}
.content.highest-prices .heading h2 {
  font-size: 38px;
  line-height: 1.3;
  margin: 0 auto;
  color: #0729c1;
  text-align: center;
  font-weight: 700;
  max-width: 866px;
  font-family: "Fira Sans";
}
.content.highest-prices .holder p {
  margin: 0 auto;
  font-size: 18px;
  color: #54595f;
  text-align: center;
  font-family: "Fira Sans";
  font-weight: 400;
  max-width: 1053px;
  line-height: 1.5;
}
.content.highest-prices .holder h2 {
  font-size: 32px;
  line-height: 49px;
  color: #f93e3e;
  margin: 0 0 19px;
  text-align: center;
  font-family: "Myriad Pro Semibold";
}
.content.highest-prices .holder {
  position: relative;
  margin: 0 0 50px;
}
.fast-sales-wrap .sidebar {
  margin-left: 0;
}
.fast-sales-wrap {
  margin: 0 auto;
}
.fast-sales {
  background-image: url("../images/fast-sale-g.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 85px;
}
.fast-sales .features-box {
  overflow: hidden;
  background: 0 0;
  margin: 0 0 26px auto;
  width: 500px;
}
.fast-sales .features-box .holder h2 {
  font-size: 70px;
  line-height: 1;
  font-family: "Fira Sans";
}
.fast-sales .features-box .holder ul li {
  padding: 9px 0;
  border-top: none;
  text-align: left;
  text-transform: initial;
  color: #3b3b3b;
  font-size: 20px;
  font-family: "Fira Sans";
  font-weight: 500;
}
.fast-sales .features-box .holder ul {
  padding-left: 5px;
  font-size: 18px;
  line-height: 15px;
  color: #3b3b3b;
  font-family: "Myriad Pro Semibold";
}
.fast-sales .features-box .heading {
  font-size: 24px;
  line-height: 31px;
  padding: 50px 0 0;
  text-align: left;
  background: 0 0;
  color: #0729c1;
  font-family: "Fira Sans";
}
.fast-sales .features-box .holder .info-text {
  font-size: 27px;
  line-height: 34px;
  margin: 0 0 25px;
  font-family: "Fira Sans";
  color: #3b3b3b;
  padding-left: 4px;
  font-weight: 500;
}
.fast-sales .features-box .holder {
  padding: 0 0 50px;
  text-align: left;
}
.fast-sales .features-box .holder .btn {
  margin: 26px auto 13px 0;
  font-family: "Fira Sans";
  width: 316px;
  line-height: 71px;
  height: 71px;
  background: #f93e3e;
  font-size: 20px;
}
.fast-sales .features-box .holder span.text {
  max-width: 316px;
  text-align: center;
  display: block;
  padding: 0 15px;
  font-size: 20px;
  font-family: "Fira Sans";
  color: #3b3b3b;
  line-height: 25px;
  margin-left: 0;
  font-weight: 500;
  margin-right: auto;
}
.fast-sales .features-box .heading .alert {
  right: -83px;
  top: 39px;
  font-size: 24px;
  line-height: 24px;
  padding: 10px 80px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(42deg);
  font-family: "Fira Sans";
  color: #fff;
}
.fast-sales-img,
.reviews-info.center-align.margin-top-10,
div#exit-modal-close {
  display: none;
}
.fast-sales-img img {
  width: 100%;
}
.testimonial-area-wrap .testimonials-area .title {
  display: block;
  font-size: 38px;
  line-height: 1.3;
  color: #0729c1;
  font-weight: 700;
  margin: 0 0 50px;
  font-family: "Fira Sans";
}
.ts-slide-top {
  width: 100%;
  margin-bottom: 12px;
}
.ts-slide-bottom h3,
.ts-slide-bottom p,
.ts-slide-bottom span {
  text-align: left;
  font-family: "Fira Sans";
}
.ts-slide-top-img {
  flex: 0 0 50%;
  width: 50%;
}
.ts-slide-bottom h3 {
  color: #3c3c3c;
  font-size: 18px;
}
.ts-slide-top-img img {
  width: 100px;
}
.ts-slide-bottom p {
  font-size: 16px;
  color: #54595f;
  line-height: 1.5;
  margin-bottom: 12px;
}
.ts-slide-bottom span {
  display: block;
  color: #999;
  font-size: 15px;
}
.testimonials-slider .slick-slide {
  margin: 0 20px;
}
.testimonials-slider .slick-list {
  margin: 0 -20px;
}
.testimonials-slider .slick-arrow {
  color: #d1d1d1;
  font-size: 46px;
  z-index: 9;
}
.testimonials-slider .slick-arrow.slick-prev {
  left: -50px;
}
.testimonials-slider .slick-arrow.slick-next {
  left: auto;
  right: -50px;
}
.fa-chevron-left:before,
.fa-chevron-right:before {
  font-size: 14px !important;
}
ul.csCounter li h2 {
  color: #0729c1;
  font-size: 44px;
  line-height: 1.5;
  font-family: "Fira Sans";
  font-weight: 800;
}
.about-area .description h2,
ul.csCounter li p {
  color: #54595f;
  font-family: "Fira Sans";
}
ul.csCounter li p {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  font-weight: 500;
}
ul.csCounter li {
  flex: 0 0 20%;
  max-width: 20%;
}
.testimonial-area-wrap .testimonials-area.success .title {
  margin-bottom: 50px;
}
.testimonial-area-wrap {
  padding-bottom: 95px;
}
.testimonials-area.success {
  padding-top: 78px;
}
.about-area .description h2 {
    font-size: 50px;
    line-height: 54px;
    margin: 0 0 65px;
    font-weight: 700;
    color: #2188c8;
}
/* .about-area .countdown li {
  border: 2px solid #9c9c9c;
} */
.about-area .btn {
  border: 4px solid #0729c1;
  font-weight: 700;
  font-family: "Fira Sans";
}
.about-area .countdown {
    margin: 0 0 55px;
    gap: 10px;
}
 
.about-area .countdown li {
  position: relative;
}
.about-area .countdown li + li::before {
    position: absolute;
    content: ":";
    top: 50%;
    left: -22px;
    color: #000;
    font-size: 55px;
    font-weight: 700;
    transform: translateY(-50%);
}
.countdown .number {
  color: red;
}
.about-area .countdown .number {
  color: #000;
}
.about-area .countdown .number {
    font-family: "Fira Sans";
    font-weight: 500;
}
.about-area .countdown .text{
  text-transform: capitalize;
}
a.slick-next.slick-arrow fa-chevron-right {
  font-size: 22px;
}
.tagline-inner {
  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 .icon,
.tagline-item.tagline-item-1 .icon,
.tagline-item.tagline-item-2 .icon {
  margin-left: 0;
  margin-right: 7px;
}
.tagline-item.tagline-item-1,
.tagline-item.tagline-item-2 {
  justify-content: start;
  padding-left: 2%;
}
.tagline-item.tagline-item-3 {
  justify-content: end;
  padding-right: 5%;
}
.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;
}
.reviews-info {
  display: none;
}
.form-holder-vx.home-banner-v1 {
  max-width: 780px;
}
.banner-area {
  min-height: 600px;
  background-position: 60% center;
  background-color: #d9e8fd;
}
.banner-overlay {
  position: relative;
}
.banner-overlay > div {
  position: relative;
  z-index: 5;
}
.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 > 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 {
  margin-top: 25px;
  padding-bottom: 0;
}
li#hero-slider-1 .hero-bottom {
  margin-top: 28px;
}
.unslider,
.unslider-fade,
.unslider-wrap {
  position: relative;
  display: block;
  float: none;
  padding: 0;
}
.banner-area .form-holder {
  max-width: 922px;
  padding: 0;
}
.banner-area h1 {
  font-size: 54px;
  line-height: 54px;
  color: #000000;
  margin: 8px 0 27px;
  text-align: left;
}
.hero-progress {
  display: none;
}
ul.unslider-wrap.unslider-carousel {
  margin-bottom: 0;
}
.banner-area .help-text {
  display: none;
  font-size: 18px;
  line-height: 110%;
  color: #d20005;
  margin-top: 8px;
}
.banner-area .help-text img {
  margin-top: -2px;
  width: 18px;
}
.banner-area .field-holder.input-error .help-text {
  display: block;
}
.banner-area .field-holder {
  max-width: 645px;
  margin: 0;
  position: relative;
}
.field-inrholder {
  padding: 10px;
  background: #fff;
}
.banner-area .text-field {
  width: 100%;
  background: #fff;
  border: 3px solid #1586ca;
  font-size: 28px;
  line-height: 45px;
  padding: 15px 15px;
  text-align: center;
  color: #5a5a5a;
  border-radius: 0;
}
.banner-area .text-field:focus,
.banner-area .text-field:active {
  border-color: #1586ca;
  box-shadow: none;
  outline: none;
}
.banner-area .field-holder.input-error .text-field {
  border-color: #d20005;
}
.banner-area .classic-form .offer-button {
  min-width: 165px;
  height: 68px;
  border: none;
  background-color: #1586ca;
  cursor: pointer;
  margin: 0;
  font-size: 28px;
  line-height: 110%;
  font-weight: 700;
  color: #fff;
  border-radius: 0;
  letter-spacing: 0.5px;
}
.banner-area .classic-form .offer-button:hover {
  opacity: 0.7;
}
li#hero-slider-5 .offer-actions button {
  border-radius: 0;
  width: 100%;
  max-width: 470px;
  line-height: 59px;
  letter-spacing: 0.7px;
  min-width: 255px;
}
.banner-area .classic-form #hero-slider-1 .offer-actions {
  max-width: 290px;
  width: 100%;
}
.banner-area .classic-form .offer-actions {
  position: absolute;
  right: 9px;
  top: 9px;
  z-index: 9;
}
.banner-area .classic-form #hero-slider-5 .offer-actions {
  max-width: 290px;
  width: 100%;
}
.banner-area .classic-form #hero-slider-5 input {
  padding-right: 173px;
}
.banner-area .classic-form #hero-slider-1 .offer-button {
  height: 68px;
  line-height: 60px;
  max-width: 290px;
  width: 100%;
  border-radius: 0;
  box-shadow: 0px 1px 8px 0px rgba(83, 116, 136, 0.4);
}
span.guaranted-text {
  display: block;
  font-size: 17px;
  max-width: 645px;
  text-align: center;
  padding: 10px 10px;
  background: #d0edff;
  font-weight: 700;
  color: #1586ca;
  position: relative;
  z-index: 2;
  margin-top: 15px;
}
span.guaranted-text:after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: -15px;
  background: url("../images/crot.png");
  width: 40px;
  height: 40px;
  z-index: -1;
}
.banner-area .classic-form #hero-slider-1 input {
  padding-right: 210px;
}
.offer-actions .offer-button-mob {
  display: none;
}
.banner-area .offer-button:hover {
  opacity: 0.7;
}
.banner-area .prop-postcode {
  position: relative;
  padding: 0 !important;
}
#hero-slider-1,
#hero-slider-2,
#hero-slider-3 {
  visibility: hidden;
  opacity: 0;
}
#hero-slider-1.unslider-active,
#hero-slider-2.unslider-active,
#hero-slider-3.unslider-active {
  visibility: visible;
  opacity: 1;
}
.input-wrap {
  background: #fff;
  position: relative;
  border-radius: 10px;
}
.banner-area .prop-postcode .input-wrap .location-icon {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
.input-wrap span.label {
  background: #fff;
  position: absolute;
  left: 15px;
  top: 0px;
  z-index: 9;
  font-size: 12px;
  padding: 0 5px;
  font-weight: 700;
}
.banner-area .text-line {
  max-width: 744px;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .banner-area .text-line {
    display: flex;
    align-items: self-start;
    gap: 8px;
  }
}
.banner-area .text-line a:hover {
  color: #fff;
  opacity: 1;
}
.banner-area .text-line2 {
  color: #fff;
  text-align: center;
}
.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: rgb(251, 203, 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 .feature-list {
  height: auto;
  opacity: 1;
}
.classic-form h1,
.classic-form h2,
.classic-form h3,
.classic-form h4,
#hero-slider-1 .field-holder > label,
.feature-list {
  font-family: "Fira Sans", sans-serif;
}
#hero-slider-1:not(.unslider-active) .feature-list {
  padding: 0;
}
.classic-form h2 {
  color: #000;
  text-transform: capitalize;
  font-size: 33px;
  line-height: 110%;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 700;
  text-align: left;
}
.first-track {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
  margin-top: -10px;
}
.first-track span {
  color: #1586ca;
  font-weight: 700;
  font-size: 22px;
}
.first-track img {
  max-width: 40px;
}
.classic-form h4 {
  color: #fff;
  text-transform: capitalize;
  font-size: 34px;
  line-height: 110%;
  margin-bottom: 50px;
  max-width: 510px;
  font-weight: 400;
}
.classic-form #hero-slider-1 h3 {
  font-size: 31px;
  max-width: 100%;
  color: #1230b7;
  margin-top: 0;
  margin-bottom: 0;
}
.classic-form #hero-slider-1 h2 {
  margin-bottom: 7px;
  font-size: 31px;
  line-height: 110%;
  font-weight: 600;
  text-align: left;
  color: rgb(0, 0, 0);
  margin-top: 19px;
  font-weight: 700;
}
.classic-form #hero-slider-1 h2 span {
  color: #1230b7;
}
.classic-form h3 {
  color: #1586ca;
  line-height: 110%;
  max-width: 470px;
  font-weight: 700;
  font-size: 29px;
  margin: 31px 0 10px;
}
.feature-list-wrap {
  margin-top: 22px;
  position: relative;
}
.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  display: flex;
  gap: 15px;
}
.feature-list:not(.feature-list-first) {
  justify-content: center;
  flex-direction: column;
  max-width: 634px;
  gap: 0;
}
.feature-list::after {
  content: "";
  display: block;
  clear: both;
}
.feature-list > li {
  font-size: 31px;
  color: #000;
  padding: 4px 0;
  position: relative;
  line-height: 110%;
  font-weight: 400;
}
.feature-list.feature-list-first > li {
  font-size: 23px;
}
.classic-form .feature-list > li > span {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.classic-form .feature-list > li > span > .icon-yollow-check {
  width: 25px;
  min-width: 25px;
  height: 25px;
  background: url(../images/green-tick-v1.png) no-repeat center center / 100%;
  margin-right: 10px;
}
.for-mob > li > span > .icon-yollow-check {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: url(../images/yollow-tick.png) no-repeat center center / 100% !important;
  margin-right: 10px;
}
.field-holder.prop-postcode.mb-4 label {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 10px;
}
.classic-form.active .remove-first {
  display: none !important;
}
.banner-area .offer-button .other-steps,
.banner-area .offer-button .five-steps,
.hero-slider-prev {
  display: none;
}
.banner-area .field-holder label {
  display: block;
}
.hero-progress {
  width: 645px;
  margin: 0 auto 15px 0;
}
.hero-progress .progress {
  background: #e9ecef;
  border-radius: 10px;
  height: 25px;
  position: relative;
}
.hero-progress .progress .progress-bar {
  background: #1586ca;
  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;
}
.hero-slider-prev i {
  font-size: 12px;
}
.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: #000;
}
ul.stape-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
ul.stape-list li {
  position: relative;
}
ul.stape-list li:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 30px;
  top: -60px;
  z-index: -1;
}
#hero-slider-2 ul.stape-list li:first-child:before,
ul.stape-list.stape-list-3 li:last-child::before {
  content: none;
}
ul.stape-list.stape-list-3 li:before {
  top: 50px;
}
ul.stape-list li .label {
  display: flex;
  align-items: center;
  gap: 15px;
}
ul.stape-list li .label span {
  width: 60px;
  height: 60px;
  text-align: center;
  color: #000;
  background: #fff;
  border-radius: 50%;
  line-height: 55px;
  font-size: 29px;
  border: 5px solid #fff;
}
ul.stape-list li .label.no-fill span {
  background: transparent;
  color: #fff;
}
ul.stape-list li.active .label span {
  background: #fed839;
}
ul.stape-list li .label h3 {
  margin: 0;
  font-size: 32px;
  color: #ffffff;
}
ul.stape-list li + li {
  padding-top: 15px;
}
.banner-area .hero-slider-prev {
  padding-top: 20px;
  font-size: 17px;
  font-weight: 400;
}
.banner-area .hero-slider-prev a {
  font-size: 17px;
  font-weight: 400 !important;
  display: inline-block;
  text-decoration: underline;
}
.classic-form.active .center-align .offer-button {
  margin-left: auto;
}
.banner-area #hero-slider-3 .offer-button {
  width: auto;
  padding: 0 10px !important;
}
.postcode-mob {
  display: none;
}
ul.stape-list li .label.no-fill {
  opacity: 0.4;
}
ul.stape-list li .label h3 {
  font-size: 24px;
}
ul.stape-list li .label span {
  width: 45px;
  height: 45px;
  line-height: 35px;
  font-size: 20px;
  border: 3px solid #fff;
}
ul.stape-list li:before {
  left: 22px;
  top: -45px;
}
ul.stape-list.stape-list-3 li:before {
  top: 45px;
}
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;
}
.classic-form.active .center-align {
  text-align: center;
}
.banner-area .offer-button:hover {
  opacity: 1;
}
.banner-area .text-field {
  z-index: 1;
  text-align: left;
  position: relative;
}
.banner-area .text-field::-webkit-input-placeholder {
  color: #a0a0a0;
  font-size: 28px;
  font-weight: 400;
}
.banner-area .text-field:-ms-input-placeholder {
  color: #a0a0a0;
  font-size: 28px;
  font-weight: 400;
}
.banner-area .text-field::placeholder {
  color: #a0a0a0;
  font-size: 28px;
  font-weight: 400;
}
.field-inrholder {
  position: relative;
}
li#hero-slider-5 {
  display: none;
}
li#hero-slider-5.unslider-active {
  display: block;
}
ul.unslider-wrap.unslider-carousel.unslider-vertical {
  min-height: 600px !important;
}
.form-control {
  position: relative;
  width: 100%;
  height: 55px;
}
.form-label {
  position: absolute;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: inherit;
  left: 1rem;
  top: 18px;
  color: #000;
  background: #fff;
  transition: all 0.3s ease;
  z-index: 2;
  cursor: text;
  padding-left: 3px;
  padding-right: 3px;
}
.banner-area {
 
  z-index: 1;
  background:linear-gradient(45deg, #ffffff 12%, #e0f6ff 100%);

}
.banner-area:before {
  background: url(../images/hero-person.png);
  background-position: right bottom;
  background-size: 46%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.marketing-proof-l-inner {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.marketing-proof-r h4 {
  font-size: 17px;
  line-height: 1;
  margin: 0 0 5px;
  color: #696161;
}
.marketing-proof-r-inner p {
  margin: 0 0 1px;
  font-size: 14px;
  color: #818087;
}
.marketing-proof-r-inner p span {
  color: #298419;
  font-weight: 700;
}
.marketing-proof-r .marketing-proof-r-inner span.rep_time {
  display: block;
  font-size: 12px;
  font-family: "Fira Sans", sans-serif;
  color: #298419;
  position: relative;
  padding-right: 10px;
}
.marketing-proof-r .marketing-proof-r-inner span.rep_time:after {
  content: "";
  width: 1px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  position: absolute;
  right: 3px;
}
.social-marketing-proof-inner {
  display: flex;
  align-items: center;
  gap: 7px;
  max-width: 510px;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px 10px 10px 10px;
  border-radius: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
}
span.offer_close {
  position: absolute;
  right: 10px;
  top: 2px;
  width: 10px;
  height: 10px;
  display: block;
  cursor: pointer;
}
span.offer_close img {
  max-width: 100%;
}
.rep_time_wrap {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 5px;
}
.rep_time_wrap a {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #000000;
  text-decoration: none;
}
.fast-sales .features-box .heading .alert {
  font-size: 15px;
}
.new-about-area {
  position: relative;
  background: url(../images/footer-bg.png) no-repeat #fff;
  background-size: auto;
  background-position: bottom center;
}
.new-about-area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-about-area .image {
  margin-top: -56px;
  margin-right: -13px;
  margin-left: -82px;
  width: 513px;
}
.new-about-area .image img {
  display: block;
}
.new-about-area .description {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  text-align: center;
  margin: 0 0 23px;
}
.new-about-area .description h2 {
  font-size: 36px;
  line-height: 46px;
  color: #0729c1;
  margin: 0 0 51px;
}
.new-about-area .countdown {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 40px;
}
.new-about-area .btn {
  display: block;
  background: rgb(231, 73, 73);
  color: rgb(255, 255, 255);
  max-width: 334px;
  margin: 0px auto;
  border: none;
  border-radius: 0px;
  font-size: 25px;
  line-height: 1;
  padding: 15px 0px 14px;
  font-weight: 600;
  outline: none;
  text-transform: capitalize;
}
.new-about-area .btn img {
  margin-right: 10px;
}
.new-about-area .btn:hover,
.new-about-area .btn:focus,
.new-about-area .btn:active {
  background: #0729c1;
}
.new-about-area .description-tell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  max-width: 458px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.description-tell-left img {
  max-width: 68px;
}
.new-about-area .description-tell-right span,
.new-about-area .description-tell-right a {
  display: block;
  text-align: left;
  font-family: "Fira Sans", sans-serif;
}
.new-about-area .description-tell-right span {
  font-weight: 600;
  color: #54595f;
  font-size: 23px;
  line-height: 1;
}
.new-about-area .description-tell-right a {
  color: #323232;
  font-weight: 600;
  line-height: 1;
  font-size: 36px;
}
.new-about-area .description-tell-right a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.new-about-area .description .or {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #000000;
  margin: 10px 0 16px;
}
.new-about-area-top-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.new-about-area-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.new-about-area-top-left-info p {
  margin: 0;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  max-width: 360px;
  line-height: 29px;
  font-family: "Caveat", cursive;
}
.new-about-area-top {
  padding: 25px 40px 7px;
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
}
.new-tagline {
  background: #212631;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-tagline {
  background: #54595f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-tagline-left span.text,
.new-tagline-center span.text {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  max-width: 600px;
  font-weight: 400;
  line-height: 1.5;
}
.new-tagline-left span.icon img {
  margin-top: 4px;
}
.new-tagline-left span.text {
  font-weight: 300;
  max-width: 481px;
}
.new-tagline-left,
.new-tagline-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.new-tagline-center {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.new-tagline-right,
.new-tagline-right a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.new-tagline-right a:hover {
  text-decoration: underline;
}
.new-tagline-right a {
  padding-right: 5.5px;
  margin-left: 5.5px;
}
.new-tagline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
.new-tagline-wrap {
  background: #54595f;
}
.new-tagline-right a.a-1 {
  margin-left: 0;
}
.new-tagline-right a.a-3 {
  padding-right: 0;
}
.cs-table {
  padding: 30px 0;
}
.cs-table-inner {
  max-width: 850px;
  margin: 0 auto;
}
.cs-table-row {
  display: flex;
  gap: 10px;
}
.cs-table-row + .cs-table-row {
  margin-top: 4px;
}
.cs-table-title.hide-title h3 {
  min-width: 337px;
  opacity: 0;
  visibility: hidden;
}
.cs-table-agent.cs-table-common-items,
.cs-table-title.agent-title {
  min-width: 155px;
}
.cs-table-buyers.cs-table-common-items,
.cs-table-title.buyer-title h3 {
  min-width: 190px;
}
.cs-table-buynow.cs-table-common-items,
.cs-table-title.buy-title h3 {
  min-width: 136px;
}
.cs-table-title.buy-title h3 {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 17px;
  font-size: 15px;
}
.cs-table-title.buy-title h3 {
  background: #1587cb;
}
.cs-table-inner h3 {
  font-size: 17px;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  background: #54595e;
  border-radius: 10px;
  padding: 12px 15px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.cs-table-inner h3 br {
  display: none;
}
.cs-table-common-item {
  height: 100%;
  text-align: center;
  background: #e8e8e8;
  padding: 9px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs-table-title-item {
  background: #1587cb;
  color: #fff;
  padding: 0 19px;
  border-radius: 10px;
  padding: 10.5px 19px;
  min-width: 337px;
}
.cs-table-title-item span {
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-family: "Fira Sans", sans-serif;
}
.cs-table-agent.cs-table-common-items h3 {
  min-width: 155px;
}
.cs-table-buyers.cs-table-common-items h3 {
  min-width: 190px;
}
.cs-table-buynow.cs-table-common-items h3 {
  background: #1587cb;
  min-width: 136px;
}
.cs-table-buynow.cs-table-common-items .cs-table-common-item {
  background: #dae8fc;
}
.cs-table-title-wrap h2 {
  font-size: 50px;
  line-height: 54px;
  color: #54595f;
  margin: 0 auto 40px;
  font-family: "Fira Sans";
  text-align: center;
  max-width: 800px;
  font-weight: 500;
}
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background: #212327;
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.75);
}
.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}
.cookiealert a {
  text-decoration: underline;
}
.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
  background-color: #ffff;
  padding: 1px 11px;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme
  .odometer-digit
  .odometer-value.odometer-last-value,
.odometer.odometer-theme-default
  .odometer-digit
  .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
