

/*! 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;
    overflow: hidden;
}
.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: 1;
    color: #ff3e42;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}
.banner-area .field-label-wrap-last .help-text{
	text-align: center;
	padding-bottom: 0;
}
.banner-area .field-label-button .help-text{
	padding-bottom: 0;
}
.banner-area .field-holder.input-error .help-text {display: block;}
.banner-area .field-holder {
    max-width: 815px;
    margin: 0 auto 27px;
    position: relative;
}
.field-inrholder {
    padding: 0;
    width: calc(100% - 110px);
}
.field-label-wrap.field-label-wrap-last .field-inrholder{
	width:100%;
}
.banner-area .field-label-wrap.field-label-wrap-last .field-inrholder .text-field{
	border-radius: 10px;
	text-align: center;
}
.banner-area .text-field {
    width: 100%;
    background: #fff;
    height: 80px;
    font-size: 30px;
    line-height: 50px;
    padding: 15px 15px;
    color: #a5a5a5;
    margin: inherit;
    border-radius: 10px 0 0 10px;
    border: none;
}
.banner-area .text-field:focus,
.banner-area .text-field:active {border-color: #5a98dc;box-shadow: none;outline: none;}
.banner-area .field-holder.input-error .text-field {border-color: #d20005;}
.field-label-button .offer-button {
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0 10px 10px 0;
    background: #ffef00;
    width: 110px;
    height: 80px;
}
.banner-area .banner-footer .offer-button {
    width: 330px;
    height: 60px;
    border: 2px solid #a5700c;
    background-color: #ffef00;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    font-size: 27px;
    line-height: 42px;
    font-weight: 700;
    color: #723f15;
    border-radius: 10px;
    box-shadow: 0 6px 3px -2px rgb(0 0 0 / 38%);
}
.field-label-button {
    display: flex;
    gap: 0;
}
.button-wrap .offer-button-mob {
    display: none;
}
.banner-area .offer-button:hover {opacity: 0.7;}
.banner-area .prop-postcode {position: relative;padding: 0 !important;}
.banner-area .prop-postcode:before {
    position: absolute;
    left: -100px;
    content: '';
    background: url(../images/sell_arrow3.png) no-repeat center center / 100%;
    width: 79px;
    height: 151px;
    top: -100px;
}

.banner-area .text-line {
    max-width: 758px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    
}
.banner-area .text-line .copyright-info span{
	opacity: .6;
}
.banner-area .text-line a:hover {color: #fff;opacity: 1;}
.banner-area .text-line2 {
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
	margin-top: 10px;
}
.field-holder label {
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 0;
}
.field-holder label span {
    color: #fcde35;
}

/* slide 1 */
.form-holder-vx{padding: 15px 0;}
#hero-slider-1.unslider-active h1,
#hero-slider-1.unslider-active h2,
#hero-slider-1.unslider-active h3,
#hero-slider-1.unslider-active h4,
#hero-slider-1.unslider-active .field-holder label,
#hero-slider-1.unslider-active .feature-list {height: auto;opacity: 1;}
#hero-slider-1 h1,
#hero-slider-1 h2,
#hero-slider-1 h3,
#hero-slider-1 h4,
#hero-slider-1 .field-holder label,
#hero-slider-1 .feature-list {height: 0;opacity: 0;font-family: "Fira Sans", sans-serif;}

#hero-slider-1:not(.unslider-active) .feature-list {padding: 0;}
#hero-slider-1{text-align: center;}

#hero-slider-1 h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 56px;
    line-height: 50px;
    margin-bottom: 20px;
}
#hero-slider-1 h3 {
    font-size: 30px;
    color: #fcde35;
    line-height: 1.2;
    margin-bottom: 10px;
}
#hero-slider-1 .feature-list {
    list-style: none;
    margin: 0 auto;
    padding: 6px 0 45px;
    width: auto;
    display: flex;
    justify-content: center;
}
#hero-slider-1 .feature-list::after{content: '';display: block;clear: both;}
#hero-slider-1 .feature-list>li {
    font-size: 23px;
    color: #fff;
    float: left;
    padding: 0 15px;
    position: relative;
    line-height: 36px;
    font-weight: 500;
}
#hero-slider-1 .feature-list>li>span {
    display: flex;
    align-items: center;
}
#hero-slider-1 .feature-list>li>span>.icon-yollow-check {
    width: 25px;
    min-width: 25px;
    height: 25px;
    background: url(../images/yollow-tick-v2.png) no-repeat center center / 100%;
    margin-right: 10px;
}
.for-mob>li>span>.icon-yollow-check{
	width: 22px;
	min-width: 22px;
	height: 22px;
	background: url(../images/yollow-tick1.png) no-repeat center center / 100% !important;
    margin-right: 10px;
}

.field-holder.prop-postcode.mb-4 label {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 5px;
}
.field-label-wrap {
    background: #2d5f8f;
    padding: 24px 95px 50px;
    border-radius: 100px;
    margin-bottom: 25px;
    box-shadow: 0 -10px 32px rgba(111, 159, 212, .7);
}
.field-label-wrap.field-label-wrap-commom {
    padding: 70px 95px;
}
.field-label-wrap.field-label-wrap-last {
    padding: 30px 95px;
}
.banner-footer {
	margin-top: 15px;
    position: relative;
}
/* ./slide 1 */


.banner-area .offer-button .other-steps,
.hero-slider-prev {display: none;}
.banner-area .field-holder label {display: block; font-size:32px;font-weight: 700;}
.banner-area .field-holder>label {
    margin-bottom: 20px;
}
.first-track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 35px;
    margin-bottom: 15px;
}
.first-track img {
    max-width: 35px;
}
.first-track span {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
.hero-progress {
    width: 815px;
    margin: 0 auto;
}
.hero-progress .progress {background: #e9ecef;border-radius: 10px;height: 25px;position: relative;}
.hero-progress .progress .progress-bar {background: #26c160;border-radius: 10px;height: 25px;}
.hero-progress .progress .progress-text {position: absolute;left: 0;right: 0;top: 0;text-align: center;line-height: 25px;font-size: 12px;color: #4c494a;}
.banner-footer-copyright {
    position: relative;
}
.hero-slider-prev {
    position: absolute;
    left: -75px;
    top: -60px;
}
.hero-slider-prev a{
	color: #fff;
}
.hero-slider-prev i {font-size: 12px;}
.hero-slider-prev .fa-chevron-left:before, .hero-slider-prev .fa-chevron-right:before {
    font-size: 12px !important;
}
.fal {font-family: "Font Awesome 5 Pro";font-weight: 900;}
.hero-slider-prev a:hover {color: #fff;}
.for-mob {display: none!important;}
.for-desk {display: block!important;}
.for-desk-inline {display: inline-block!important;}
.hero-slider-prev.padding-top-10 a {color: #fff;}

/* EndBanner v1 CSS*/
.footer .tagline a+a{
    margin-left:20px
}
.footer .tagline .tagline-left{
    width:56%
}
.footer .tagline a{
    color: #fff;
}

.field-label-button .offer-button span{
	display: none;
}

/*======================================================================= Responsive Design ==================================================================================*/



@media (max-width: 1366px) {
.hero-progress {
	max-width: 655px;
}
.tagline {font-size: 16px;}
.tagline-item.tagline-item-1 {padding-left: 3%;}
.tagline-item.tagline-item-2 {padding-left: 3%;}
#hero-slider-1 h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 10px;
}
.banner-area .field-holder {
    max-width: 655px;
    margin: 0 auto;
}
#hero-slider-1 h3 {font-size: 26px;}
.form-holder-vx {padding: 5px 0;}
.field-holder.prop-postcode.mb-4 label {
    font-size: 27px;
    line-height: 32px;
	margin-bottom: 0;
}
.banner-area .text-field {
    height: 65px;
    font-size: 18px;
    line-height: 34px;
    padding: 4px 15px;
}
.banner-area .prop-postcode:before {
    left: -68px;
    width: 50px;
    height: 98px;
    top: -20px;
}
.field-label-button .offer-button {
    width: 100px;
    height: 65px;
}
.field-inrholder {
    width: calc(100% - 100px);
}
#hero-slider-1 .feature-list>li {
    font-size: 18px;
	padding: 0 10px;
}
#hero-slider-1 .feature-list>li>span>.icon-yollow-check {
    margin-right: 6px;
}
#hero-slider-1 h3 {
    margin-bottom: 0;
}
.hero-slider-prev {
    font-size: 14px;
}
.first-track span {
    font-size: 14px;
}
.first-track img {
    max-width: 25px;
}
.first-track {
    height: 25px;
}

.field-holder.prop-postcode.mb-4 {
    margin-bottom: 0 !important;
}
#hero-banner-1.banner-area {
    padding: 15px 0 20px;
}

#hero-slider-1 .feature-list {
    padding: 6px 0 20px;
}
.field-label-wrap {
    padding: 15px 95px 40px;
	margin-bottom: 15px;
}
.field-label-wrap.field-label-wrap-commom {
    padding: 53px 95px;
}
.banner-area .field-holder>label {
    margin-bottom: 0;
    padding-top: 0;
}
.field-holder label.mb-0 {
    padding: 10px 0 0;
}
.banner-area .banner-footer .offer-button {
    height: 50px;
}
#hero-slider-5 .first-track {
    height: 10px;
}
}



@media (max-width: 1199px) {
	.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-1 .feature-list {
		display: block;
		max-width: 265px;
		padding-top: 20px;
	}
	#hero-slider-1 .feature-list li {display: block;width: 100%;text-align: left;margin-bottom: 7px;line-height: 31px;font-size: 19px;}
	#hero-slider-1 h2 {font-size: 50px;}
	.banner-area .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;}
	.footer .tagline .tagline-left{
		width:auto;
		flex:1;
		margin-left:15px
	}
	.hero-slider-prev {
		position: relative;
		left: auto;
		top: auto;
	}
}



@media (max-width: 767px) {

	.tagline-item {justify-content: end;flex: 0 0 100%;}
	.tagline .container {padding: 0;}
	.reviews-info.center-align.margin-top-10 {display: block;}
	.banner-area h1 {display: none;font-size: 25px;	line-height: 32px;}
	.for-mob {display: block!important;}
	.for-desk {display: none!important;}
	.for-desk-inline {display: none!important;}
	.banner-area h2 {font-size: 29px;line-height: 33px;letter-spacing: 0.1px;}
	.field-holder.prop-postcode.mb-4 label {font-weight: 700; /* font-family: 'Fira Sans'; */ font-size: 24px;}
	 #hero-banner-1.banner-area{padding: 15px 0;}
	 .form-holder-vx,
	 .hero-slider li{padding: 0;	 }
	 #hero-slider-1 h2{font-size: 36px;display: block;}
	 #hero-slider-1 h3{font-size: 26px;}
	 
	 #hero-slider-1 .feature-list li {
		font-size: 21px;
	}
	 #hero-slider-1 li>span>.icon-yollow-check {width: 20px;min-width: 20px;height: 26px;}
	 .for-mob li>span>.icon-yollow-check {width: 20px;min-width: 20px;height: 26px;}
	.banner-area .text-line {font-size: 10px;max-width: 100%;}
	.banner-area .banner-footer .offer-button {font-size: 21px;line-height: 45px;	width: 360px;margin-bottom: 15px;}
	.hero-progress {width: 100%;}
	.banner-area .text-line2 {top: 40px;font-size: 14px;}
	.banner-area .field-holder label {font-size: 26px;line-height: 30px;}
	.hero-slider-prev {top: 0;}
	.banner-area h2 {font-size: 20px;line-height: 28px;}
	.banner-area .help-text {font-size: 16px;line-height: 14px;margin-bottom: 10px;padding: 0;margin-top: 8px;margin-bottom: 0;}
	.banner-area h1 strong svg {width: calc(100% + 6px);height: calc(100% + 10px);}
	#hero-slider-1 h1 {
		font-size: 32px;
		line-height: 37px;
		margin-bottom: 6px;
		margin-top: 8px;
		text-transform: capitalize;
		text-align: left;
		max-width: 305px;
		margin-left: auto;
		margin-right: auto;
		color: #fff;
	}
	
	.hero-slider-prev {position: relative;left: unset;bottom: unset;margin-bottom: 10px;}
	.reviews-info {display: block;text-align: center;padding: 0 0 15px;background-color: #000000;}
	.banner-area .banner-footer .offer-button {width: 100%;}
	.hero-slider-prev.padding-top-10 a {
    color: #fff;
    font-size: 13px;
}

.for-mob strong.heighlight svg path {
        stroke: #d20005 !important;
}
.for-mob strong.heighlight {
    color: #ffffff;
}
    .for-mob strong svg {
    transform: translate(-95%, -16%)!important;
}


.banner-area .text-field {
    padding: 2px 10px;
}
#hero-slider-1 ul.feature-list.for-mob {
    display: none !important;
    max-width: 290px;
}
#hero-slider-1.unslider-active ul.feature-list.for-mob {
    display: block !important;
	padding: 10px 0;
}
.footer .tagline{
	flex-direction:column
}
.footer .tagline>div{
	order:1
}
.footer .tagline span.icon{
	order:2;
	margin-top:15px;
	margin-bottom:3px
}
.footer .tagline span.text{
	order:3
}
.first-track span {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.first-track img {
    max-width: 24px;
}
.first-track {
    height: 24px;
}
.field-label-wrap {
    padding: 20px 50px 20px;
    margin-bottom: 15px;
	box-shadow: 0 -5px 15px rgba(111, 159, 212, .3);
}
.field-label-wrap.field-label-wrap-commom {
    padding: 40px 50px;
}
.field-label-wrap.field-label-wrap-last {
    padding: 30px 50px;
}

}

@media (max-width: 575px) {
	#hero-slider-1 h2 {font-size: 30px;}
    #hero-slider-1 h1.for-mob {
        max-width: 306px;
    }
	.footer .tagline a+a{
        margin-left:5px
	}
    .footer .tagline .tagline-left{
        margin-left:0;
        text-align:center
    }
    .footer .tagline a{
        color:#fff;
        line-height:25px
    }
    .footer .tagline span.icon{
        margin-top:10px
    }
	#hero-slider-1 ul.feature-list.for-mob {
		max-width: 325px;
	}
	div#hero-banner-1 .container {
		padding: 0;
	}
	.banner-area .field-holder {
		margin-bottom: 0 !important;
	}
	.field-footer-wrap {
		background: rgba(111, 159, 212, .5);
		padding: 20px 0 !important;
	}
	#hero-banner-1.banner-area {
		padding-bottom: 0;
	}
	.banner-footer .text-line {
		padding: 10px 15px;
		opacity: 1;
	}
	.banner-footer .text-line span{
		display: block;
		opacity: .6;
	}
	.field-inrholder {
		padding: 0;
		margin: 0 auto;
	}

	.banner-area .help-text {
		margin-top: 10px;
	}
	.banner-area .text-field:focus, .banner-area .text-field:active{
		box-shadow: 2px 0px 9px #0074b7;
	}
	.hero-slider-prev {
		margin-bottom: 10px;
		top: unset;
		margin-left: 0;
		text-align: center;
	}
	.hero-slider-prev a{
		color: #fff;
	}
	.banner-area .banner-footer .offer-button {
		margin-bottom: 0;
	}
	.banner-footer-copyright {
		padding: 0 15px 15px;
	}

	.banner-area .text-line2,
	.hero-progress {
		width: calc(100% - 30px);
		margin-left: auto;
		margin-right: auto;
	}
	#hero-slider-1 .feature-list>li>span>.icon-yollow-check {
		width: 21px;
		min-width: 21px;
		height: 21px;
	} 
	.banner-overlay::after {
		background-image: -moz-linear-gradient( 120deg, rgb(2,0,0) 0%, rgb(0,26,177) 100%);
		background-image: -webkit-linear-gradient( 120deg, rgb(2,0,0) 0%, rgb(0,26,177) 100%);
		background-image: -ms-linear-gradient( 120deg, rgb(2,0,0) 0%, rgb(0,26,177) 100%);
	}
	.field-label-wrap {
		border-radius: 0;
		padding: 20px 30px 20px;
	}
	span.copyright-info {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	span.copyright-info span{
		text-align: left;
	}
	.field-label-wrap.field-label-wrap-commom {
		padding: 40px 30px;
	}
	.field-label-wrap.field-label-wrap-last {
		padding: 30px 30px;
	}
	.field-label-button .offer-button span{
		display: block;
	}
	.field-label-button .offer-button img{
		display: none;
	}
	.field-label-button {
		flex-direction: column;
	}
	.field-inrholder{
		width: 100%;
	}
	.field-label-button .offer-button {
		width: 90%;
		border-radius: 35px;
		margin: 15px auto 0;
		font-size: 27px;
		font-weight: 700;
		border: 2px solid #a5700c;
		height: 60px;
		-webkit-box-shadow: 0 6px 3px -2px rgb(0 0 0 / 38%);
    box-shadow: 0 6px 3px -2px rgb(0 0 0 / 38%);
	}
	.banner-area .banner-footer .offer-button{
		width: 90%;
		border-radius: 35px;
		height: 60px;
		font-size: 27px;
		color: #000;
		-webkit-box-shadow: 0 6px 3px -2px rgb(0 0 0 / 38%);
    box-shadow: 0 6px 3px -2px rgb(0 0 0 / 38%);
	}
	.banner-area .text-field {
		border-radius: 37px;
		text-align: center;
		-webkit-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.35);
		box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.35);
		font-size: 20px;
		border: 4px solid #5a98dc;
		border-radius: 37px;
		color: #000000;
		height: 60px;
	}
	.banner-area .field-label-wrap.field-label-wrap-last .field-inrholder .text-field{
		border: 4px solid #5a98dc;
		border-radius: 37px;
	}
	.banner-area .field-label-button .help-text{
		text-align: center;
	}
	.field-label-wrap {
		background: #445f9e;
	}
}



@media (max-width: 480px) {
	.banner-area .field-holder label {font-size: 18px;line-height: 28px;}
	.banner-area .text-line2 {font-size: 12px;}
	.field-holder.prop-postcode.mb-4 label {margin: 0;font-size: 20px;}
	#hero-slider-1 h3 {font-size: 18px;}
	#hero-slider-1 h2 {font-size: 24px;}
	.banner-area .text-line {font-size: 9px;line-height: 15px;}
    .field-holder>label {
        padding: 11.5px 0;
    }
   
}

@media (max-width: 395.99px) {	
	.banner-area .text-line2 {
        min-height: 40px;
    }

}
@media (max-width: 373.99px) {	
	.banner-area h2 {font-size: 16px;line-height: 28px;}
	.banner-area h1 {font-size: 20px;line-height: 30px;}
	.banner-area h1 strong svg {width: calc(100% + 3px);height: calc(100% + 14px);}
	.field-holder.prop-postcode.mb-4 label {font-size: 16px;}
	#hero-slider-1 h2 {font-size: 20px;}
	.banner-area .text-line {font-size: 8px;}

}
@media (max-width: 362.99px) {	
	.first-track span {
		font-size: 13px;
	}
	.first-track img {
		max-width: 20px;
	}
	
	.banner-area .banner-footer .offer-button, .field-label-button .offer-button {
		font-size: 24px;
	}

}

@media (max-width: 362.99px) {	
	.first-track span {
		font-size: 12px;
	}
	
}
@media (max-width: 356.99px) {	
	#hero-slider-1 ul.feature-list.for-mob {
		max-width: 305px;
		padding: 10px 0;
	}
	#hero-slider-1 .feature-list>li {
		padding: 0;
	}
	.field-label-wrap.field-label-wrap-last,
	.field-label-wrap.field-label-wrap-commom,
	.field-label-wrap {
		padding: 20px 20px 20px;
	}
}
@media (max-width: 323.99px) {	
	.banner-area .field-holder label {
        font-size: 15px;
    }
	
}


div#gha-preload {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.csCounter-area-wrap{
	padding-bottom: 95px;
}
.success-area {
    padding: 70px 0;
}

.csCounter-area-wrap .title {
    display: block;
    font-size: 38px;
    line-height: 1.3;
    color: #0729c1;
    font-weight: 700;
    margin: 0 0 50px;
    font-family: 'Fira Sans';
}
.success-inner ul.csCounter {
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 40px;
    margin-left: -30px;
}

.success-inner ul.csCounter li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center;
}


.success-inner h2.title {
    text-align: left;
}
.success-inner ul.csCounter li h2{
	margin-bottom: 0;
}
.success-inner ul.csCounter li h2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
}

@media (max-width:991px) {
	.success-area {
		padding: 25px 0;
	}
	.success-inner h2.title {
		font-size: 30px;
		margin-bottom: 20px;
		text-align: center;
		margin-top: 30px;
	}
	.success-inner ul.csCounter li h2 {
		font-size: 26px;
		margin: 0;
	}
	ul.csCounter li p {
		font-size: 14px;
		line-height: 23px;
	}
	.success-inner ul.csCounter {
		row-gap: 25px;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
	}
	.success-inner ul.csCounter li {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.success-inner ul.csCounter li:first-child{
		order: 1;
	}
	.success-inner ul.csCounter li:nth-child(2){
		order: 2;
	}
	.success-inner ul.csCounter li:nth-child(3){
		order: 5;
	}
	.success-inner ul.csCounter li:nth-child(4){
		order: 3;
	}
	.success-inner ul.csCounter li:nth-child(5){
		order: 4;
	}
	.testimonial-area-wrap{
		padding-bottom: 50px;
	}
	.csCounter-area-wrap{
		padding-bottom: 30px;
	}
}
@media (max-width:767px) {
	.csCounter-area-wrap .title {
		font-size: 28px;
		line-height: 1.3;
		margin: 0 0 30px !important;
	}
	.testimonial-area-wrap {
		padding-bottom: 0;
	}
	.csCounter-area-wrap{
		padding-bottom: 10px;
	}
}

.estimator-wrap {
    border: 1px solid rgb(107, 107, 107);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
    max-width: 382px;
    padding: 15px;
    margin: 0 0 0 auto;
}
.estimator-top {
	background-color: rgb(0, 0, 0);
	position: relative;
	padding: 20px;
	margin-bottom: 23px;
	z-index: 1;
}
.estimator-top h2 {
    font-size: 27px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.estimator-top:after {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
    width: 43px;
    height: 43px;
    background-color: rgb(0, 0, 0);
	z-index: -1;
}
.estimator-top h2 {
    font-size: 27px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.estimator-subtitle h3 {
    margin: 0;
    font-size: 17px;
    text-align: center;
    line-height: 27px;
}

.estimator-subtitle h3 span {
    display: block;
    color: #0729c1;
}
.estimator-offer p.text-line2 {
    font-size: 14px;
    text-align: center;
}
.estimator-offer {
    overflow: hidden;
}

.estimator-offer .help-text {
    display: none;
    font-size: 14px;
    line-height: 1;
    color: #ff3e42;
    padding-top: 10px;
    text-align: left;
}
.estimator-offer .estimator-field-holder.input-error .help-text {
    display: block;
}
.estimator-slider-prev {
    display: none;
}

.estimator-offer input {
	border: 1px solid rgb(0, 0, 0);
	height: 61px;
	z-index: 8;
	width: 100%;
	padding: 5px 15px;
	text-align: center;
	color: #000000;
	font-size: 22px;
}
.estimator-offer input:focus{
	outline: none;

}
.estimator-offer .estimator-offer-button {
	border: 1px solid rgb(0, 0, 0);
	background-color: #fff000;
	color: #000;
	font-weight: 700;
	font-size: 22px;
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	margin-top: 15px;
	width: 100%;
	height: 62px;
	z-index: 9;
	transition: all .3s ease-in-out;
  }
  .estimator-offer .estimator-offer-button:hover{
	opacity: .8;
  }
.estimator-offer label {
	color: #000;
	font-weight: 700;
	font-size: 25px;
	margin-top: 20px;
	text-align: center;
	display: block;
	margin-bottom: 10px;
  }
  
  .estimator-offer span.copyright-info {
    font-size: 9px;
    line-height: 14px;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-top: 15px;
}
.estimator-progress{
	display: none;
}
.estimator-offer .progress {
    background: #e9ecef;
    border-radius: 10px;
    height: 25px;
    position: relative;
	margin-top: 10px;
	margin-bottom: 5px;
}
.estimator-offer .progress-bar {
    height: 24px;
    background: #0729c1;
}
.estimator-offer .progress .progress-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #4c494a;
}

.estimator-offer  .fa-chevron-left:before {
    font-size: 14px !important;
}
.estimator-offer a.prev{
	display: block;
	font-size: 14px;
	color: #000;
	margin-top: 10px;
	transition: all .3s ease-in-out;
}
.estimator-offer a.prev:hover{
	text-decoration: underline;
}
.estimator-offer ul.unslider-wrap.unslider-carousel li .slide-inner{
	height: 0;
}
.estimator-offer ul.unslider-wrap.unslider-carousel li.unslider-active .slide-inner{
	height: auto;
}
@media (max-width:991px) {
	
	.estimator-wrap {
		margin: 50px auto;
	}

}
@media (max-width:575px) {
	
	.banner-footer-copyright {
		padding: 0 15px 10px;
	}
	.estimator-offer label {
		font-size: 20px;
	}
	.estimator-top h2 {
		font-size: 22px;
		margin: 0 auto;
		max-width: 199px;
		line-height: 26px;
	}
	.estimator-top {
		padding: 10px;
	}
	.estimator-top:after {
		bottom: -19px;
	}
	.estimator-subtitle h3 {
		font-size: 13px;
		line-height: 20px;
	}
	.estimator-offer input {
		height: 56px;
		font-size: 20px;
		line-height: 56px;
	}
	.estimator-offer .estimator-offer-button {
		height: 56px;
	}
	#hero-slider-5 .banner-footer-copyright{
		padding-bottom: 0;
	}
}