

/*! 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
}
ul.unslider-wrap li {
    float: left;
}
* {
	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 {display: none;}



/*Banner v1 CSS*/
.form-holder-vx.home-banner-v1 {
    max-width: 530px;
}
.banner-area {
    min-height: 636px;
	background-position: 60% center;
	background-color: #d9e8fd;
}
.banner-overlay{position: relative;}

.banner-overlay>div{position: relative;z-index: 5;}
#hero-banner-1.banner-area {
    padding: 30px 0 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>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;}
li#hero-slider-1 .hero-bottom {margin-top: 23px;}
.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: 68px;
    line-height: 80px;
    color: #000000;
    margin: 20px 0 30px;
    max-width: 550px;
    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: 470px;
    margin: 0;
    position: relative;
}
.field-inrholder{padding: 10px;background: #fff;}
.banner-area .text-field {
    width: 100%;
    background: #fff;
    border: 5px solid #1586ca;
    font-size: 21px;
    line-height: 45px;
    padding: 15px 15px;
    text-align: center;
    color: #5a5a5a;
}
.typeahead__resultx.active {
    display: none;
}
.banner-area .text-field:focus,
.banner-area .text-field:active {border-color: #1586ca;box-shadow: none;}
.banner-area .field-holder.input-error .text-field {border-color: #d20005;}
.banner-area .classic-form .offer-button {
    min-width: 130px;
    height: 68px;
    border: none;
    background-color: #1586ca;
    cursor: pointer;
    margin: 0;
    font-size: 19px;
    line-height: 110%;
    font-weight: 700;
    color: #fff;
    border-radius: 0;
	letter-spacing: .5px;
}
.banner-area .classic-form .offer-button:hover{
	opacity: .7;
}
li#hero-slider-5 .offer-actions button {
    border-radius: 0;
    width: 100%;
    max-width: 470px;
    /*height: 57px;*/
    line-height: 59px;
    letter-spacing: .7px;
}
.banner-area .classic-form #hero-slider-1 .offer-actions {
    max-width: 194px;
    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: 194px;
    width: 100%;
}
.banner-area .classic-form #hero-slider-5 input {
   padding-right: 173px;
}
.banner-area .classic-form #hero-slider-1 .offer-button {
    border-radius: 0;
    height: 68px;
    line-height: 60px;
    max-width: 194px;
    width: 100%;
}
.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;
}

.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: 485px;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    opacity: .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 */
#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: #1586ca;
    text-transform: capitalize;
    font-size: 35px;
    line-height: 110%;
    margin-bottom: 20px;
	margin-top: 20px;
    max-width: 510px;
    font-weight: 500;
}
.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 h2 {
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 110%;
    font-weight: 700;
    text-align: left;
}
.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: 25px;
}
.feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 634px;
}
.feature-list::after{content: '';display: block;clear: both;}
.feature-list>li {
    font-size: 28px;
    color: #000;
    padding: 4px 0;
    position: relative;
    line-height: 110%;
    font-weight: 400;
}
.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: 30px;
	min-width: 30px;
	height: 30px;
	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;
}

/* ./slide 1 */

.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: 470px;
    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;}

/* EndBanner v1 CSS*/

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;
}
li#hero-slider-1 .field-holder.prop-postcode span.typeahead__query {
    display: block;
}
/*======================================================================= Responsive Design ==================================================================================*/


.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: .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;
}

@media (min-width: 1367px) {
	.classic-form.active-two {
		margin-bottom: -116px;
	}
	.classic-form.active-three {
		margin-bottom: -117px;
	}
}
@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%;}

.classic-form #hero-slider-1 h2 {
    text-transform: capitalize;
    max-width: 572px;
}

.banner-area #hero-slider-5 .field-holder {margin: 0 0 15px;}

.classic-form .feature-list>li {font-size: 20px;}
.banner-area .text-field {
    line-height: 35px;
}
.banner-area .classic-form #hero-slider-1 .offer-button {
    height: 58px;
    line-height: 60px;
}
.banner-area .classic-form .offer-button {
    height: 58px;
 
}
.banner-area {
    min-height: 581px;
    max-height: 581px;
	background-position: 0% center;
}
.banner-area h1 {
    margin: 0 0 30px;
}
.banner-area .text-field {
    padding-right: 140px;
}
.classic-form h2 {
    margin-top: 0;
}
}

@media (min-width:1367px) and (max-width:1750px) {
	.banner-area {
		background-position: bottom right;
		background-size: 95%;
	}
}
@media (min-width:1025px) and (max-width:1280px) {
	.banner-area {
		background-position: 76% bottom;
		background-size: 96%;
	}
}
@media (min-width:768px) and (max-width:1366px) {
	li#hero-slider-2 ul.stape-list {
		margin-top: 20px;
	}
	.banner-area .offer-button {
		height: 45px;
		font-size: 19px;
		line-height: 45px;
		padding: 0;
	}

}
@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;}
	.classic-form h2 {
		font-size: 40px;
	}
	.classic-form #hero-slider-2 h2 {
		font-size: 29px;
	}
	.banner-area .hero-slider-prev a {
		font-size: 17px;
		line-height: 1;
	}
}

@media (max-width: 1024px) {
	.tagline-item.tagline-item-1 {padding-left: 1%;}
	.classic-form .feature-list>li>span>.icon-yollow-check {
		width: 22px;
		min-width: 22px;
		height: 22px;
		margin-right: 8px;
	}

}

@media (min-width:768px) and (max-width: 1024px) {
	#hero-banner-1.banner-area {
		padding: 0 0;
	}
	.classic-form h4 {
		margin-bottom: 15px;
	}
	.feature-list-wrap {
		margin-top: 10px;
	}
	li#hero-slider-1 .hero-bottom,
	.hero-bottom {
		margin-top: 5px;
	}
	.classic-form h2 {
		margin-bottom: 5px;
		font-size: 34px;
		margin-top: 20px;
	}
	.classic-form .feature-list>li>span>.icon-yollow-check {
		width: 25px;
		min-width: 25px;
		height: 25px;
	}
}

@media (min-width:992px) and (max-width: 1199px) {
	.classic-form.active-two {
		margin-bottom: -91px;
	}
	.classic-form.active-three {
		margin-bottom: -91px;
	}
}
@media (min-width:992px) and (max-width: 1024px) {
	.hero-progress {
		padding-top: 15px;
	}
	.banner-area {
		min-height: 510px;
		max-height: 510px;
	}
	.banner-area h1 {
		font-size: 50px;
		line-height: 59px;
		max-width: 500px;
		margin-top: 20px !important;
	}
	.banner-area {
		background-position: 107% bottom;
		background-size: 84%;
	}
}

/*working only in ipad portrait device*/
@media only screen and (width: 768px) and (height: 1024px) and (orientation:portrait) {
	.hero-progress {
		margin: 0 auto 0px auto !important;
	}
}
@media screen and (max-width: 1024px) and (max-height: 600px) {
	.banner-area h1 {
		font-size: 40px;
		line-height: 48px;
		max-width: 400px;
		margin-bottom: 10px;
	}
	.classic-form h3 {
		margin: 15px 0 10px;
	}
	.classic-form h2 {
		margin-top: 5px;
	}
}
@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;}
	.feature-list{display: block;}
	.feature-list li {display: block;width: 100%;text-align: left;margin-bottom: 0px;line-height: 31px;font-size: 19px;}
	
	.classic-form h2 {
		font-size: 34px;
	}
	.banner-area {
		min-height: 510px;
		max-height: 510px;
		background-position: center center;
	}

	.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;}
	.banner-area #hero-slider-5 .field-holder.input-error {
		margin-bottom: 0;
	}
	.banner-area .classic-form #hero-slider-5 .offer-actions {
		margin-top: 0;
	}
	.hero-progress {
		margin: 0 auto 0px 0;
		padding-top: 30px;
	}
	.banner-area h1 {
		font-size: 45px;
		line-height: 55px;
		margin-top: 30px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.banner-area {
		background-position: 107% bottom;
		background-size: 84%;
	}
}
@media (max-width: 767px) {
	.banner-area {
		background-color: #d9e8fd;
		background-image: none;
		min-height: 600px;
    	max-height: 600px;
	}
	.field-inrholder {padding: 6px;}
	.tagline-item {justify-content: end;flex: 0 0 100%;}
	.tagline .container {padding: 0;}
	.reviews-info {display: block; margin-top: 10px;}
	.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 0px;
	}
	 .form-holder-vx,
	 .form-holder-vx, .hero-slider li {
		padding: 0;
		margin: 0 auto;
	}
	.classic-form .feature-list>li {
		padding: 2px 0;
	}
	 #hero-slider-1 h2{font-size: 36px;display: block;}
	 #hero-slider-1 h3 {
		font-size: 26px;
		margin: 5px auto 10px;
		text-align: center;
	}
	 .feature-list {
		padding: 10px 0;
		max-width: 240px;
                margin:0 auto!important;
		margin-left: auto;
		margin-right: auto;
	}
	 .feature-list li{font-size: 18px;}
	 .feature-lis li>span>.icon-yollow-check {width: 20px;min-width: 20px;height: 26px;}
	 .for-mob li>span>.icon-yollow-check {
		width: 20px !important;
		min-width: 20px !important;
		height: 30px !important;
	}
	.banner-area .text-line {font-size: 10px;max-width: 100%;}
	.banner-area .offer-button {
		font-size: 21px;
		line-height: 50px;
		margin-bottom: 15px;
		padding: 0 !important;
	}

	.banner-area .classic-form .offer-actions {
		position: relative;
		top: initial;
		right: initial;
		transform: translateY(0);
		border-radius: 0;
		min-width: 100% !important;
		margin-top: 0;
	}
	.banner-area .classic-form .offer-button {
		transform: translateY(0);
		border-radius: 0;
		min-width: 100% !important;
		margin-top: 10px;
		height: 62px;
		text-transform: uppercase;
		font-size: 24px;
	}
	li#hero-slider-5 .offer-actions button {
		height: 62px;
		line-height: 62px;
		text-transform: uppercase;
		font-size: 24px;
	}
	.input-wrap {
		background: transparent;
	}
	.banner-area .text-field {
		padding: 2px 10px 2px 10px;
		text-align: center !important;
	}
	.banner-area .hero-slider-prev {
		padding-top: 15px;
	}

	.banner-area .classic-form #hero-slider-1 input {
		padding-right: 10px;
	}
	.banner-area .text-field {
		line-height: 48px;
	}
	.banner-area .classic-form #hero-slider-1 .offer-button {
		height: 62px;
		line-height: 62px;
	}
	
	.banner-area .classic-form #hero-slider-5 input {
		padding-right: 10px;
	}
	.banner-area .classic-form #hero-slider-5 .offer-button {
		height: 62px;
		line-height: 62px;
	}
	.hero-progress {width: 100%;}
	.banner-area .text-line2 {top: 40px;font-size: 14px;}
	.banner-area h2 {
		font-size: 30px !important;
		line-height: 110%;
		text-align: center;
	}
	.banner-area .field-holder {margin-bottom: 0 !important;}
	.banner-area .help-text {
		font-size: 18px;
		line-height: 14px;
		margin-bottom: 10px;
		padding: 0;
		margin-top: 8px;
		margin-bottom: 0;
		text-align: center;
	}
	.banner-area h1 strong svg {width: calc(100% + 6px);height: calc(100% + 10px);}
	#hero-slider-1 h1 {
		font-size: 38px;
		line-height: 42px;
		text-align: center;
		text-transform: initial;
		max-width: 375px;
		margin: 10px auto 30px;
	}
	.reviews-info {display: block;text-align: center;padding: 10px 5px 15px;background-color: #000000;}
	.reviews-info img {
		max-width: 100%;
	}


.typeahead__resultx.active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
	z-index: 9;
}
.search_header {
    display: block;
    width: 100%;
    padding: 20px 15px 10px;
    position: relative;
}
.search_header h3 {
    margin: 0;
    font-size: 17px;
}
.search_header .close {
    color: #f00;
    font-size: 15px;
    display: block;
    position: absolute;
    top: 59%;
    transform: translateY(-50%);
    right: 18px;
}
.typeahead__list, .typeahead__dropdown {
    border: none !important;
}
.typeahead__list > li {
    padding: 8px 15px !important;
    cursor: pointer;
}
.typeahead__list > li:first-child {
    border-top: none;
}
li.typeahead__item.typeahead__item2.typeahead__group-group span {
    text-decoration: underline;
    color: #26c160;
}
ul.typeahead__list {
    height: 100vh !important;
    overflow-y: scroll;
	margin-bottom: 15px !important;
}
ul.stape-list li .label h3 {
    font-size: 20px;
}
ul.stape-list li .label span {
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 17px;
    border: 3px solid #fff;
    flex: 0 0 40px;
}
ul.stape-list.stape-list-3 li:before {
    top: 30px;
    left: 19px;
}
.hero-bottom {
    margin-top: 10px;
}
li#hero-slider-5 .reviews-info.center-align{
	margin-top: 10px;
}
.hero-progress {
    margin: 0 auto 0px 0;
	padding-top: 0;
}

ul.stape-list li:before {
    left: 20px;
	top: -40px;
}
.banner-area .field-holder {
    max-width: 100%;
}
.feature-list-wrap {
    margin-top: 20px;
}

.feature-list-wrap {
	margin-top: 5px;
}
#hero-slider-1 .feature-list-wrap {
	margin-top: 15px;
}
li#hero-slider-1 .hero-bottom,
.hero-bottom {
	margin-top: 0;
}

.classic-form h2 {
	margin-bottom: 10px;
	margin-top: 20px;
}
.feature-list {
	padding: 5px 0 10px;
}
.banner-area .text-line {
    text-align: center;
}
.classic-form .feature-list>li {
    font-size: 19px;
}
.header .tell .tell-no a {
    padding: 1px 11px 1px 11px;
    border-radius: 6.25px;
}
.feature-list>li {
    font-weight: 500;
}
}
@media (max-width: 575px) {
	#hero-slider-1 h2 {font-size: 30px;}
    #hero-slider-1 h1.for-mob {
		max-width: 306px;
	}
	.banner-area .classic-form.active .offer-button {
		width: 100%;
		font-size: 24px;
	}
	.banner-area .hero-slider-prev a {
		font-size: 16px;
		line-height: 1;
	}
	.banner-area h2 {
		font-size: 24px !important;
	}
	.banner-area {
		min-height: auto;
		max-height: auto;
	}
	#hero-banner-1 .container {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 530px) {
	.slider-1-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.classic-form h2 {
		margin-left: 15px;
		margin-right: 15px;
	}
	.hero-progress {
		margin: 0 auto;
		max-width: calc( 100% - 30px);
	}
	.input-wrap {
		max-width: calc(100% - 30px);
		margin-left: auto;
		margin-right: auto;
	}
	.banner-area .help-text,
	.hero-bottom,
	.banner-area .hero-slider-prev,
	.banner-area .classic-form .offer-actions {
		padding-left: 15px;
		padding-right: 15px;
	}
	#hero-slider-1 h1{
		height: 0;
	}
	#hero-slider-1.unslider-active h1{
		height: auto;
	}
}
@media (max-width: 480px) {
	.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;}

}
@media (max-width: 424.99px) {	
	.banner-area h2 {
		font-size: 20px !important;
	}
}
@media (max-width: 390px) {	
	.banner-area .help-text {
		font-size: 14px;
		line-height: 14px;
	}
	.banner-area .help-text img{
		width: 14px;
	}
}
@media (max-width: 373.99px) {	
	.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: 359.99px) {	
	.banner-area h2 {
		font-size: 17px !important;
	}
}
@media (max-width:346.99px) {	
	#hero-slider-1 h3 {
		font-size: 16px;
	}
}
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;
}

.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;
}
@media (min-width:1367px) {
	.banner-area .text-field {
		height: 86px;
		padding-right: 140px;
	}
}
@media (max-width: 991px){
	.offer-button.offer-button-2 {
		width: 70px;
	}
}
@media (max-width: 767px){
	.offer-button.offer-button-2 {
		top: 14px;
		line-height: 45px;
		right: 15px;
	}
	.typeahead__result .typeahead__list, .typeahead__result .typeahead__dropdown {
		display: none;
	}
}
@media (max-width: 575px){
	.banner-area .text-field {
		font-size: 14px;
	}
	#hero-slider-1 h1 {
		font-size: 35px;
		line-height: 36px;
		max-width: 315px;
	}
}




@media (min-width: 768px){
	.typeahead__list, .typeahead__dropdown {
		top: 4% !important;
		left: 50% !important;
		transform: translateX(-50%);
		min-width: 634px !important;
		display: none !important;
	}
	.typeahead__container.cancel.result .typeahead__list, .typeahead__container.cancel.result .typeahead__dropdown {
		display: none !important;
	}
}
.typeahead__resultx .typeahead__list,
.typeahead__resultx .typeahead__dropdown {
    position: relative;
    top: unset;
    left: unset;
    height: auto;
	width: 100%;
}


  .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{
    background: url(../images/proof2-banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    
}

/* @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) { */
@media all and (width: 768px) and (height: 1024px) and (orientation:portrait) {

	.banner-area .field-holder{
		margin-left: auto;
		margin-right: auto;
	}
	.feature-list {
		max-width: 250px;
		margin-right: auto;
	}
	.banner-area .text-line {
		margin-left: 0;
		margin-right: auto;
	}
	.banner-area .hero-slider-prev {
		max-width: 464px;
		margin-left: 0;
		margin-right: auto;
	}
	.banner-area .field-holder{
		margin-left: 0 !important;
		margin-right: auto !important;
	}
	
	.classic-form #hero-slider-2 h2 {
		font-size: 29px;
		margin-top: 30px;
	}
	.classic-form #hero-slider-1 h2{
		margin-top: 20px;
	}
}
  

.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;
	}
	@media (min-width: 768px) {
		.social-marketing-proof {
			position: fixed;
			left:15px;
			bottom: 0;
			z-index: 9;
			max-width: 365px;
		}
                
             .header {
                padding: 0;
            }
	}
	@media (max-width: 767px) {
		.social-marketing-proof{
			display: flex;
		}
		.social-marketing-proof {
			background: #fff;
			border-bottom: 5px solid #07a;
			padding: 0 15px;
		}
                .banner-area{
                    background: #D9E8FD;
                }
	}
	@media (max-width: 355px) {
		.rep_time_wrap a img {
			max-width: 81px;
		}
	}
        
        @media (max-width: 767px){
            .banner-area h2 {
                display: block;
            }
            
        }
         .fast-sales .features-box .heading .alert{
                font-size:15px;
            }
            
            @media (max-width: 767px){
                .fast-sales .features-box .heading .alert {
                    right: -132px;
                    top: 34px;
                    font-size: 13px;
                }
            }
            @media (max-width: 460px){
                .fast-sales .features-box .heading .alert {
                    right: -92px;
                    top: 29px;
                    font-size: 12px;
                }
            }
            @media (max-width: 767px)
            {
                .banner-area{
                    min-height: auto;
                    max-height: auto;
                }
                .reviews-info{
                    margin-top:0;
                }
            }
/********************Valid*********************************/
@media only screen 
  and (max-device-width: 480px) 
  and (-webkit-device-pixel-ratio: 2) {
 .input-wrap,
    .input-wrap {
        position: relative;
    }

     .is-valid .offer-actions::after {
        position: absolute;
         right: 7%;
        top: 29px;
        /* content: "\2714"; */
        content: "";
        color: #20c997;
        -webkit-text-fill-color: rgba(32,201,151, 1); 
        -webkit-opacity: 1; 
        font-size: 34px;
        transform: translateY(-50%);
        width: 20px;
        z-index: 9999;
		background-image: url("../images/check/red-cross.png");
    }
    .input-error .offer-actions::after,
    .is-invalid .offer-actions::after {
        position: absolute;
         right: 7%;
        top: 29px;
        content: "";
        font-size: 34px;
        color: #E70952;
        -webkit-text-fill-color: rgba(231,9,82, 1); 
        -webkit-opacity: 1; 
        transform: translateY(-50%);
        width: 20px;
        z-index: 9999;
		background-image: url("../images/check/red-cross.png");
    }
}
@media (max-width: 766px) {
    .input-wrap,
    .input-wrap {
        position: relative;
    }

    .is-valid .input-wrap::after {
        position: absolute;
         right: 7%;
        top: 29px;
        content: "";
        color: #20c997;
        -webkit-text-fill-color: rgba(32,201,151, 1); 
        -webkit-opacity: 1; 
        font-size: 34px;
        transform: translateY(-50%);
        width: 24px;
        z-index: 9999;
		background-image: url("../images/check/green-check.png");
		height: 27px;
    	background-repeat: no-repeat;
    }
    .input-error .input-wrap::after,
    .is-invalid .input-wrap::after {
        position: absolute;
        right: 7%;
        top: 29px;
        /* content: "\2716"; */
        content: "";
        font-size: 34px;
        color: #E70952;
        -webkit-text-fill-color: rgba(231,9,82, 1); 
        -webkit-opacity: 1; 
        transform: translateY(-50%);
        width: 24px;
		height: 24px;
        z-index: 9999;
		background-image: url("../images/check/red-cross.png");
		background-repeat: no-repeat;
    }
}
@media (min-width: 768px) {
.input-wrap,
.input-wrap {
    position: relative;
}

.is-valid .offer-actions::before {
    position: absolute;
    right: 25px;
    top: 50%;
    /* content: "\2714"; */
    content: "";
    color: #20c997;
    font-size: 34px;
    transform: translateY(-50%);
    left: -29px;
    width: 24px;
	height: 27px;
	background-image: url("../images/check/green-check.png");
	background-repeat: no-repeat;
}
.input-error .offer-actions::before,
.is-invalid .offer-actions::before {
	position: absolute;
	right: 25px;
	top: 50%;
	/* content: "\2716"; */
	content: "";
	font-size: 34px;
	color: #E70952;
	transform: translateY(-50%);
    left: -29px;
    width: 24px;
	height: 24px;
	background-image: url("../images/check/red-cross.png");
}
}

@media(max-width:1366px){
	.input-error .offer-actions::before, .is-invalid .offer-actions::before,
	.is-valid .offer-actions::before{
		right: 5px;
	}
}
