

/*! 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%;
}

li#hero-slider-1 .field-holder.prop-postcode.mb-4 {
    display: none;
}

li#hero-slider-1.unslider-active .field-holder.prop-postcode.mb-4{
    display: block;
}
@media (max-width: 767.98px) {
	.noUi-pips-horizontal {
		height: 80px;
		top: 99.5%;
		left: 10px;
		width: 90%;
	}
}
.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}
.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%)
}
.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}
.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}
.noUi-marker-horizontal.noUi-marker-large {
	height: 15px
}
.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%
}
.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-left: 25px
}
.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%)
}
.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px
}
.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}
.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}
.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap
}
.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%
}
.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%
}
.noUi-horizontal .noUi-origin>.noUi-tooltip {
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
	left: auto;
	bottom: 10px
}
.noUi-vertical .noUi-origin>.noUi-tooltip {
	-webkit-transform: translate(0, -18px);
	transform: translate(0, -18px);
	top: auto;
	right: 28px
}






* {
	box-sizing: border-box;
}






/* Tag Line CSS */
.tagline-inner {
    display: flex;
    align-items: center;
    justify-content: 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;}



/*Banner v1 CSS*/
.banner-overlay{position: relative;}
.banner-overlay::after {
    content: '';
    opacity: 0.840;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: block;
    background: #06427b;
}
  
.banner-overlay>div{position: relative;z-index: 5;}
#hero-banner-1.banner-area {padding: 20px 0;}
.progress {height: 24px;border-radius: 10px;}
.progress-bar {height: 24px;background: #ff7f27;}
.progress-text {line-height: 24px;}
.unslider {overflow: auto;margin: 0;padding: 0;}
.unslider-wrap.unslider-carousel > li {float: left;}
.unslider-wrap>li {z-index: -1;}
.unslider-wrap>li.unslider-active {z-index: 10;}
.unslider-carousel>li, .unslider ol, .unslider .hero-slider>.unslider-carouse {list-style: none;margin: 0;padding: 0;border: none;}
.hero-slider .unslider-carouse>li {padding: 41px 0 0;}
.hero-bottom {padding-bottom: 30px;}
.unslider, .unslider-fade, .unslider-wrap {position: relative;display: block;float: left;padding: 0;}
.banner-area .form-holder {max-width: 922px;padding: 0;}
#hero-slider-1 h1 {font-size: 40px;line-height: 46px;color: #d20005;margin: 0 0 15px;font-family: "Fira Sans", sans-serif;}
.hero-progress {display: none;}
ul.unslider-wrap.unslider-carousel {margin-bottom: 0;}
.banner-area .help-text {display: none;font-size: 14px;line-height: 30px;color: #d20005;padding-top: 10px;}
.banner-area .field-holder.input-error .help-text {display: block;}
.banner-area .field-holder {max-width: 634px;margin: 0 auto 27px;position: relative;}
.field-inrholder{padding: 10px;background: #fff;}
.banner-area .text-field {
    width: 100%;
    background: #fff;
    border: 2px solid #303e4c;
    height: 70px;
    font-size: 30px;
    line-height: 50px;
    padding: 15px 15px;
    text-align: center;
    color: #a5a5a5;
    margin: inherit;
}

.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: 525px;
    height: 70px;
    border: 2px solid rgb(193, 111, 27);
    background-color: rgb(251, 203, 0);
    cursor: pointer;
    margin: 0 auto 15px;
    display: block;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    color: #7b430e;
    text-transform: uppercase;
}


.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: -120px;
	content: '';
	background: url(../images/sell_arrow2.png) no-repeat center center / 100%;
	width: 100px;
	height: 122px;
        top:inherit;
}

.banner-area .text-line {
    max-width: 628px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    opacity: 0.6;
}

.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);}

/* slide 1 */
.form-holder-vx{padding: 15px 0;}
#hero-slider-1.unslider-active h1,
#hero-slider-1.unslider-active h2,
#hero-slider-1.unslider-active h3,
#hero-slider-1.unslider-active h4,
#hero-slider-1.unslider-active .field-holder>label,
#hero-slider-1.unslider-active .feature-list {height: auto;opacity: 1;}
#hero-slider-1 h1,
#hero-slider-1 h2,
#hero-slider-1 h3,
#hero-slider-1 h4,
#hero-slider-1 .field-holder>label,
#hero-slider-1 .feature-list {height: 0;opacity: 0;font-family: "Fira Sans", sans-serif;}

#hero-slider-1:not(.unslider-active) .feature-list {padding: 0;}
#hero-slider-1{text-align: center;}

#hero-slider-1 h2{color: #fff;text-transform: capitalize;font-size: 48px;line-height: 50px;margin-bottom: 10px;}
#hero-slider-1 h3{font-size: 30px;color: rgb(251, 203, 0);line-height: 1.2;margin-bottom:20px;}
#hero-slider-1 .feature-list{list-style: none;margin: 0 auto;padding: 20px 0;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: 22px;
    color: #fff;
    float: left;
    padding: 0 20px;
	position: relative;
	line-height: 36px;
	font-weight: 500;
}
#hero-slider-1 .feature-list>li>span{display: flex;}
#hero-slider-1 .feature-list>li>span>.icon-yollow-check{
	width: 30px;
	min-width: 30px;
	height: 30px;
	background: url(../images/yollow-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;}


/* ./slide 1 */


.banner-area .offer-button .other-steps,
.hero-slider-prev {display: none;}
.banner-area .field-holder label {display: block; font-size:32px;}
.hero-progress {width: 634px;margin: 0 auto;}
.hero-progress .progress {background: #e9ecef;border-radius: 10px;height: 25px;position: relative;}
.hero-progress .progress .progress-bar {background: #26c160;border-radius: 10px;height: 25px;}
.hero-progress .progress .progress-text {position: absolute;left: 0;right: 0;top: 0;text-align: center;line-height: 25px;font-size: 12px;color: #4c494a;}
.hero-slider-prev {
    position: absolute;
    left: 240px;
    bottom: 65px;
}
.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*/


/*======================================================================= Responsive Design ==================================================================================*/



@media (max-width: 1366px) {
.hero-progress {max-width: 572px;}
.tagline {font-size: 16px;}
.tagline-item.tagline-item-1 {padding-left: 3%;}
.tagline-item.tagline-item-2 {padding-left: 3%;}
.banner-area .text-field {border: 2px solid #303e4c;height: 60px;font-size: 28px;line-height: 38px;padding: 10px;}
.banner-area .offer-button {width: 450px;height: 60px;display: block;font-size: 24px;line-height: 42px;}
#hero-slider-1 h2 {color: #fff;text-transform: capitalize;font-size: 42px;line-height: 50px;margin-bottom: 10px;}
.banner-area .field-holder {max-width: 572px;margin: 0 auto;}
#hero-slider-1 h3 {font-size: 26px;}
.form-holder-vx {padding: 5px 0;}
.field-holder.prop-postcode.mb-4 label {margin: 0;}
.banner-area .text-field {height: 50px;font-size: 18px;line-height: 34px;padding: 4px;}
.banner-area .prop-postcode:before {left: -93px;width: 82px;height: 101px;}
#hero-slider-1 .feature-list>li {font-size: 20px;}
#hero-slider-1 h3 {margin-bottom: 10px;}
.hero-slider-prev {
    position: absolute;
    left: 281px;
    bottom: 56px;
}

}

@media (max-width: 1229px) {
	.hero-slider-prev {
    left: 166px;
}

}


@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;}
	.banner-area h1 br,
	.banner-area h2 br {display: none;}
.hero-slider-prev {left: 44px;bottom: 50px;}
	#hero-slider-1 .feature-list{display: block;}
	#hero-slider-1 .feature-list li {display: block;width: 100%;text-align: left;margin-bottom: 7px;line-height: 31px;font-size: 19px;}
	#hero-slider-1 h2 {font-size: 50px;}
	.banner-area .prop-postcode:before {display: none;}
	.banner-area .text-line {font-size: 12px;}
	.banner-area .text-line {font-size: 11px;max-width: 450px;line-height: 16px;}
}



@media (max-width: 767px) {
	.field-inrholder {padding: 6px;}
	.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-family: 'Fira Sans'; */ font-size: 24px;}
	 #hero-banner-1.banner-area{padding: 15px 0;}
	 .form-holder-vx,
	 .hero-slider li{padding: 0;	 }
	 #hero-slider-1 h2{font-size: 36px;display: block;}
	 #hero-slider-1 h3{font-size: 26px;}
	 #hero-slider-1 .feature-list{padding: 10px 0;}
	 #hero-slider-1 .feature-list li{font-size: 18px;}
	 #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 .offer-button {font-size: 21px;line-height: 54px;	width: 360px;margin-bottom: 15px;}
	.banner-area .text-field{padding: 2px 10px;}
	.hero-progress {width: 100%;}
	.banner-area .text-line2 {top: 40px;font-size: 14px;}
	.banner-area .field-holder label {font-size: 26px;line-height: 30px;}
	.hero-slider-prev {bottom: 10px;}
	.banner-area h2 {font-size: 20px;line-height: 28px;}
	.banner-area .field-holder {margin-bottom: 0 !important;}
	.banner-area .help-text {font-size: 10px;line-height: 14px;margin-bottom: 10px;padding: 0;margin-top: 2px;margin-bottom: 0;}
	.banner-area h1 strong svg {width: calc(100% + 6px);height: calc(100% + 10px);}
	#hero-slider-1 h1 {font-size: 25px;line-height: 32px;margin-bottom: 20px;margin-top: 8px;}
	.hero-slider-prev {position: relative;left: unset;bottom: unset;margin-bottom: 10px;}
	.reviews-info {display: block;text-align: center;padding: 0px 0 15px;background-color: #000000;}
	.banner-area .offer-button {width: 100%;}
	.hero-slider-prev.padding-top-10 a {
    color: #fff;
    font-size: 13px;
}
#hero-slider-1 h1.for-mob {
    line-height: 35px;
    margin-bottom: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
#hero-slider-1 h1.for-mob{
    color:#FFF;
    margin-bottom: 6px;
}
.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-overlay::after {
        background-image: -moz-linear-gradient( 90deg, rgb(2,0,0) 0%, rgb(2,32,177) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(2,0,0) 0%, rgb(2,32,177) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(2,0,0) 0%, rgb(2,32,177) 100%);
}  
.banner-area .offer-button {
    background: #CED305;
    color: #fff;
    border-color: #CED305;
}
.banner-area .text-field{
    border: none;
}
#hero-slider-1 ul.feature-list.for-mob {
    display: none !important;
}
#hero-slider-1.unslider-active ul.feature-list.for-mob {
    display: block !important;
}

}

@media (max-width: 575px) {
	#hero-slider-1 h2 {font-size: 30px;}
    #hero-slider-1 h1.for-mob {
        max-width: 306px;
    }

}

@media (max-width: 575px) {
	li#hero-slider-1, li#hero-slider-2, li#hero-slider-3, li#hero-slider-4, li#hero-slider-5{margin-bottom: 15px;}

}

@media (max-width: 480px) {
	.banner-area .field-holder label {font-size: 18px;line-height: 28px;}
	.banner-area .text-line2 {font-size: 12px;}
	.field-holder.prop-postcode.mb-4 label {margin: 0;font-size: 20px;}
	#hero-slider-1 h3 {font-size: 18px;}
	#hero-slider-1 h2 {font-size: 24px;}
	.field-inrholder{padding: 5px;}
	.banner-area .text-line {font-size: 9px;line-height: 15px;}
    .field-holder>label {
        padding: 11.5px 0;
    }
   
}

@media (max-width: 395.99px) {	
	.banner-area .text-line2 {
        min-height: 40px;
    }

}
@media (max-width: 373.99px) {	
	.banner-area h2 {font-size: 16px;line-height: 28px;}
	.banner-area h1 {font-size: 20px;line-height: 30px;}
	.banner-area h1 strong svg {width: calc(100% + 3px);height: calc(100% + 14px);}
	.field-holder.prop-postcode.mb-4 label {font-size: 16px;}
	#hero-slider-1 h2 {font-size: 20px;}
	.banner-area .text-line {font-size: 8px;}

}
@media (max-width: 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;
}