
/*! 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 .3s;
	transition: transform .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%;
}
@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;
}

#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: 30px;
}

.unslider, .unslider-fade, .unslider-wrap {
  position: relative;
}

.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;
}
.banner-area h2 {
	font-size: 30px;
	line-height: 37px;
	margin: 0 0 19px;
}
.hero-progress {
	display: none;
}
.banner-area .help-text {
	display: none;
	font-size: 20px;
	line-height: 30px;
	color: #d20005;
	padding-top: 10px;
}

.banner-area .field-holder.input-error .help-text {
	display: block;
}

.banner-area .field-holder {
	max-width: 787px;
	margin: 0 auto 27px;
	position: relative;
}

.banner-area .text-field {
	width: 100%;
	background: #fff;
	border: 2px solid #fff;
	height: 90px;
	font-size: 34px;
	line-height: 50px;
	padding: 20px 15px;
	text-align: center;
	color: #a5a5a5;
}
.banner-area .text-field:focus,
.banner-area .text-field:active {
	border-color: transparent;
	box-shadow: none;
}
.banner-area .field-holder.input-error .text-field {
	border-color: #d20005;
}
.banner-area .offer-button {
	width: 510px;
	height: 85px;
	background: #26c160;
	border: none;
	cursor: pointer;
	margin: 0 auto 25px;
	display: block;
	font-size: 38px;
	line-height: 55px;
	font-weight: 700;
	color: #fff;
}

.banner-area .offer-button:hover {
	opacity: 0.7;
}

.banner-area .prop-postcode {
	position: relative;
	padding: 0 !important;
}

.banner-area .prop-postcode:before {
	position: absolute;
	left: -58px;
	top: -65px;
	content: '';
	background: url(https://webuynow.co.uk/images/sell_arrow1.png) no-repeat;
	width: 126px;
	height: 126px;
}

.banner-area .text-line {
	max-width: 460px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

.banner-area .text-line a:hover {
	color: #fff;
}

.banner-area .text-line2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	text-align: center;
}

#hero-slider-1.unslider-active h1 {
	height: auto;
}
#hero-slider-1 h1 {
	height: 0;
}

.banner-area .offer-button .other-steps,
.hero-slider-prev {
	display: none;
}

.banner-area .field-holder {
	padding: 100px 0 0;
}

.banner-area .field-holder label {
	display: block;
	font-size: 40px;
	line-height: 46px;
	text-align: center;
	margin-bottom: 10px;
}

.hero-progress {
	position: absolute;
	left: 100px;
	right: 100px;
	top: 50px;
}
.hero-progress .progress {
	background: #e9ecef;
	border-radius: 10px;
	height: 25px;
	position: relative;
}

.hero-progress .progress .progress-bar {
	background: #26c160;
	border-radius: 10px;
	height: 25px;
}
.hero-progress .progress .progress-text {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	color: #4c494a;
}

.hero-slider-prev {
	position: absolute;
	left: 70px;
	bottom: 90px;
}

.hero-slider-prev i {
	font-size: 12px;
}

.hero-slider-prev a:hover {
	color: #fff;
}
.banner-area h1.for-mob {
	display: none;
}


@media (max-width: 991px) {
	.banner-area h1 br,
	.banner-area h2 br {
		display: none;
	}
	.hero-slider-prev {
		left: 12px;
	}
	.review-slider {
		margin-top: 30px !important;
	}
}
@media (max-width: 767px) {
	.banner-area h1 {
		font-size: 25px;
		line-height: 32px;
		color: #d20005 !important;
	}


	.banner-area h2 {
		font-size: 29px;
		line-height: 33px;
		letter-spacing: 0.1px;
	}
	.banner-area .prop-postcode::before {
		width: 60px;
		height: 60px;
		background-size: 100% 100%;
		top: 0;
		left: -30px;
	}
	.banner-area .text-field {
		height: 65px;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.banner-area .offer-button {
		font-size: 25px;
		line-height: 55px;
		height: 55px;
		width: 280px;
		margin-bottom: 15px;
	}
	.banner-area .text-line {
		max-width: 280px;
		font-size: 10px;
	}
	.banner-area .field-holder {
		padding-top: 80px;
	}
	.hero-progress {
		left: 30px;
		right: 30px;
		top: 22px;
	}
	.banner-area .text-line2 {
		top: 50px;
		font-size: 10px;
		line-height: 1.2;
	}
	.banner-area .field-holder label {
		font-size: 16px;
		line-height: 24px;
	}
	.hero-slider-prev {
		bottom: 10px;
	}
	.banner-area h2 {
		font-size: 20px;
		line-height: 28px;
	}
	.banner-area .field-holder {
		margin-bottom: 0;
	}
	.hero-slider li {
		padding: 0 20px 0;
	}
	.banner-area .prop-postcode:before {
		display: none;
	}
	.banner-area .help-text {
		font-size: 10px;
		line-height: 14px;
		margin-bottom: 10px;
		padding: 0;
		margin-top: 3px;
	}
	.banner-area h1 strong svg {
		width: calc(100% + 6px);
		height: calc(100% + 10px);
	}
	#hero-slider-1 h1 {
		font-size: 23px;
		line-height: 32px;
		margin-bottom: 15px;
		margin-top: 25px;
        }
		.banner-area .text-field {
			margin-bottom: 0;
		}
}

@media (max-width: 380.99px) {
	.banner-area h2 {
		font-size: 15px;
		line-height: 23px;
	}
}
@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);
	}
}

/* Trustpilot Review */
.trustpilot-review .container-fluid {
    max-width: 1326px;
    margin: 0 auto;
}
h2.review-title {
    text-align: center;
    margin-bottom: 45px;
    font-size: 28px;
}
.review-image img {
    max-width: 100%;
}
.content .holder {
    margin: 0 0 25px;
}
.trustpilot-review {
    margin-bottom: 100px;
}
.review-item-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  
  .review-slider .slick-slide {
	margin: 0 15px;
  }
  
  .review-item-left img {
	max-width: 105px;
  }
  
  .review-item-right span, .review-item h3 {
    font-size: 15px;
    font-weight: 500;
    font-family: "Fira Sans", sans-serif;
    color: #000;
}
  .review-item h3 {
		margin-top: 10px;
		margin-bottom: 5px;
	}
  
  .review-item p {
		font-size: 13px;
		font-weight: 400;
		font-family: "Fira Sans", sans-serif;
		margin: 0;
	}
  .slick-nav.slick-arrow {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #d9d9d9;
	text-align: center;
	line-height: 29px;
	padding: 0;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
  }
  .slick-nav.next-arrow.slick-arrow {
	position: absolute;
	right: 0px;
	left: auto;
  }
  .review-slider {
    margin-top: 40px;
    padding: 0 20px;
}
  .slick-nav.slick-arrow svg {
	width: 9px;
  }
  .slick-nav.slick-arrow svg path {
	fill: #888888;
  }
  .container.mobile-container {
	display: none;
  }
  .privacy {
    margin: 0 0 85px;
}
  @media (max-width:1199px) {
	.fb_top-section .container-fluid {
	  max-width: 906px;
	  margin: 0 auto;
	  width: 100%;
	  padding: 0 0;
  }

  }
  @media ( min-width:768px ) and (max-width:1270px) {
	.slick-nav.slick-arrow {
	  left: 0;
	  z-index: 2;
	  transition: all .3s ease-in-out;
  }
  .slick-nav.next-arrow.slick-arrow {
	right: 0;
  }
  
  }
  @media (max-width:991px) {
	.row.row-rev {
		flex-direction: column-reverse;
	}
	.review-image {
		text-align: center;
	}
	h2.review-title {
		margin-bottom: 30px;
		margin-top: -23px;
	}
  }
  @media (max-width:1024px) {
	.trustpilot-review {
		margin-bottom: 50px;
	}
	.privacy {
		margin: 0;
	}
  }
  @media ( min-width:576px ) and (max-width:991px) {
	.slick-nav.slick-arrow {
	  left: 0;
	  z-index: 2;
	  transition: all .3s ease-in-out;
  }

  .slick-nav.next-arrow.slick-arrow {
	right: 0;
  }
  
  }
  @media  (max-width:767px) {
	.review-slider .slick-nav.slick-arrow{
		display: block;
	}
	.container.mobile-container {
	  display: block;
  }
  .fb_top-section .container.mobile-container .holder .image{
	  display: block;
  }
  .fb_top-section .holder .image {
	display: none;
  }
  .fb_top-section .description .title {
   display: none;
  }
  .review-slider {
	margin-top: 30px;
  }
  span.tag-info{
	display: block;
  }
  .review-image {
    text-align: center;
    margin-bottom: 15px;
}
h2.review-title {
    margin-bottom: 30px;
	font-size: 22px;
}
.review-item-right span {
    font-size: 12px;
}
  }
  @media  (max-width:575px) {
	.slick-nav.slick-arrow {
	  left: 15px;
	  z-index: 2;
	  transition: all .3s ease-in-out;
	  width: 30px;
	  height: 30px;
	  line-height: 28px;
  }
  
  .slick-nav.next-arrow.slick-arrow {
	right:15px;
  }
  .slick-nav.slick-arrow svg {
	width: 10px;
  }
  .review-slider .slick-slide {
	margin: 0 0px;
  }
  .review-slider {
    padding: 0 40px;
}
.review-item-right span {
	font-size: 15px;
  }
  }
  @media  (max-width:350px) {
	.review-item-right span {
	  font-size: 12px;
	}
	.review-item p {
		font-size: 12px;
	}
	h2.review-title {
		font-size: 26px;
	}
  }
  @media  (max-width:319px) {
	.banner-area .offer-button {
		font-size: 22px;
		line-height: 100%;
		height: 55px;
		width: 229px;
		margin-bottom: 15px;
	}
	.features-box .holder .btn {
		width: 100%;
	}
  }


  
/* Tag Line CSS */
.tagline-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tagline-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 33.333%;
}
.tagline {font-size: 18px;padding: 8px 8px 10px;}
span.icon.icon-rating img {max-width: 130px;}
.tagline span.text {display: block;line-height: 1;}
.tagline-item.tagline-item-2 span.icon {margin-top: -3px;}
.tagline-item.tagline-item-2 span.text {margin-top: 3px;}
.tagline-item.tagline-item-1 .icon, .tagline-item.tagline-item-2 .icon {margin-left: 0;margin-right: 7px;}
.tagline-item.tagline-item-1 {justify-content: start;padding-left: 2%;}
.tagline-item.tagline-item-3 {justify-content: end;padding-right: 5%;}
.tagline-item.tagline-item-2 {justify-content: start;padding-left: 2%;}
.tagline .icon {margin-left: 0;margin-right: 7px;}
.reviews-info.center-align.margin-top-10 {display: none;}
@media (max-width: 1366px) {
	.tagline {font-size: 16px;}
	.tagline-item.tagline-item-1 {padding-left: 3%;}
	.tagline-item.tagline-item-2 {padding-left: 3%;}
}
@media (max-width: 1199px) {
	.tagline-item.tagline-item-1 {padding-left: 4%;}
	.tagline-item.tagline-item-3 {padding-right: 2%;}
	.tagline-item.tagline-item-2 {justify-content: center;padding-left: 0;}

}
@media (max-width: 1024px) {
	.tagline-item.tagline-item-1 {padding-left: 1%;}

}
@media (max-width: 991px) {

	.tagline {font-size: 14px;padding: 4px 8px 4px;}
	.tagline-item-1,
	.tagline-item-2 {display: none;}
	.tagline-inner {justify-content: end;}
	.tagline-item.tagline-item-3 span.text {margin-top: 4px;}
}
@media (max-width: 767px) {
	.field-inrholder {padding: 6px;}
	.tagline-item {justify-content: end;flex: 0 0 100%;}
	.tagline .container {padding: 0;}
}
