/*! nouislider - 14.4.0 - 5/6/2020 */
.noUi-target, .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.noUi-target {
	position: relative
}
.noUi-base, .noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}
.noUi-connects {
	overflow: hidden;
	z-index: 0
}
.noUi-connect, .noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	transform-style: flat
}
.noUi-connect {
	height: 100%;
	width: 100%
}
.noUi-origin {
	height: 10%;
	width: 10%
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto
}
.noUi-vertical .noUi-origin {
	width: 0
}
.noUi-horizontal .noUi-origin {
	height: 0
}
.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute
}
.noUi-touch-area {
	height: 100%;
	width: 100%
}
.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
	-webkit-transition: transform .3s;
	transition: transform .3s
}
.noUi-state-drag * {
	cursor: inherit!important
}
.noUi-horizontal {
	height: 18px
}
.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	right: -17px;
	top: -6px
}
.noUi-vertical {
	width: 18px
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	right: -6px;
	top: -17px
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto
}
.noUi-target {
	background: #FAFAFA;
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}
.noUi-connects {
	border-radius: 7px
}
.noUi-connect {
	background: #3FB8AF
}
.noUi-draggable {
	cursor: ew-resize
}
.noUi-vertical .noUi-draggable {
	cursor: ns-resize
}
.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}
.noUi-active {
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}
.noUi-handle:after, .noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px
}
.noUi-handle:after {
	left: 17px
}
.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}
.noUi-vertical .noUi-handle:after {
	top: 17px
}
[disabled] .noUi-connect {
	background: #B8B8B8
}
[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
	cursor: not-allowed
}
.noUi-pips, .noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.noUi-pips {
	position: absolute;
	color: #999
}
.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center
}
.noUi-value-sub {
	color: #ccc;
	font-size: 10px
}
.noUi-marker {
	position: absolute;
	background: #CCC
}
.noUi-marker-sub {
	background: #AAA
}
.noUi-marker-large {
	background: #AAA
}
.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 99.5%;
	left: 10px;
	width: 97%;
}
@media (max-width: 767.98px) {
	.noUi-pips-horizontal {
		height: 80px;
		top: 99.5%;
		left: 10px;
		width: 90%;
	}
}
.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}
.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%)
}
.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}
.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}
.noUi-marker-horizontal.noUi-marker-large {
	height: 15px
}
.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%
}
.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-left: 25px
}
.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%)
}
.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px
}
.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}
.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}
.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap
}
.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%
}
.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%
}
.noUi-horizontal .noUi-origin>.noUi-tooltip {
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
	left: auto;
	bottom: 10px
}
.noUi-vertical .noUi-origin>.noUi-tooltip {
	-webkit-transform: translate(0, -18px);
	transform: translate(0, -18px);
	top: auto;
	right: 28px
}

* {
	box-sizing: border-box;
}

#hero-banner-1.banner-area {
	padding: 20px 0;
}
.progress {
  height: 24px;
  border-radius: 10px;
}

.progress-bar {
  height: 24px;
  background: #ff7f27;
}

.progress-text {
  line-height: 24px;
}

.unslider {
  overflow: auto;
  margin: 0;
  padding: 0;
}

.unslider-wrap.unslider-carousel > li {
  float: left;
}

.unslider-wrap li {
  z-index: 8;
}

.unslider-wrap li.unslider-active {
  z-index: 10;
}

.unslider li, .unslider ol, .unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

.hero-slider li {
	padding: 41px 40px 0;
}
.hero-bottom {
    padding-bottom: 20px;
}

.unslider, .unslider-fade, .unslider-wrap {
  position: relative;
}

/* Schedule CSS */
ul.schedule-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

ul.schedule-list li span {
    color: #54595f;
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
    font-family: 'Fira Sans';
}

ul.schedule-list li {
	display: flex;
	align-items: center;
}

ul.schedule-list li img {
	margin-right: 20px;
}

.schedule-bar {
	padding: 30px 0;
}
/* Challenges CSS */
.challenges-bar {
    padding-top: 36px;
    padding-bottom: 51px;
}
.challenges-bar h2 {
    font-family: 'Fira Sans';
    font-size: 51px;
    text-align: center;
    line-height: 61px;
    color: #0729c1;
    font-weight: 700;
}
.challenges-bar h2 {
    font-family: 'Fira Sans';
    font-size: 38px;
    text-align: center;
    line-height: 1.5;
    color: #0729c1;
    margin-bottom: 50px;
    font-weight:600;
}

ul.challenges-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

ul.challenges-list li span {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #54595f;
    font-family: 'Fira Sans';
    line-height: 1.5;
    margin-top: 16px;
    font-weight: 500;
}

ul.challenges-list li {
	text-align: center;
}
.content.highest-prices .heading {
    border-bottom: 0 !important;
    margin-bottom: 0;
    padding-bottom: 6px;
    padding-top: 50px;
}
.content.highest-prices .heading h2 {
    font-size: 38px;
    line-height: 1.3;
    margin: 0;
    color: #0729c1;
    text-align: center;
    font-weight: 700;
    max-width: 866px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Fira Sans';
}
.content.highest-prices .holder p {
    margin: 0 auto 0;
    font-size: 18px;
    color: #54595f;
    text-align: center;
    font-family: 'Fira Sans';
    font-weight: 400;
    max-width: 1053px;
    line-height: 1.5;
}
.content.highest-prices .holder h2 {
    font-size: 32px;
    line-height: 49px;
    color: #f93e3e;
    margin: 0 0 19px;
    text-align: center;
	font-family: 'Myriad Pro Semibold';
}
.content.highest-prices .holder {
    position: relative;
    margin: 0 0 50px;
}
.fast-sales-wrap .sidebar {margin-left: 0;}
.fast-sales-wrap {margin: 0 auto;}
.fast-sales {
   background-image: url("../images/fast-sale-g.jpg");
    /*background-image: url("../images/fast-sale-g.png");*/
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    background-size: 100%;
    margin-bottom: 85px;
	background-position:center;
	background-color:#f6f6f3;
}
.fast-sales .features-box .holder h2 {
    font-size: 58px;
    line-height: 68px;
}
.fast-sales .features-box {
    overflow: hidden;
    background: transparent;
    margin: 0 0 26px;
    width: 500px;
    margin-left: auto;
}
.fast-sales .features-box .holder h2 {
    font-size: 70px;
    line-height: 1;
    font-family: 'Fira Sans';
}
.fast-sales .features-box .holder ul li {
    padding: 9px 0;
    border-top: none;
    text-align: left;
    text-transform: initial;
    color: #3b3b3b;
    font-size: 20px;
    font-family: 'Fira Sans';
    font-weight: 500;
}


.fast-sales .features-box .holder ul {
    padding-left: 5px;
}
.fast-sales .features-box .heading {
    font-size: 24px;
    line-height: 31px;
    padding: 50px 0px 0px 0;
    text-align: left;
    background: transparent;
    color: #0729c1;
    font-family: 'Fira Sans';
}
.fast-sales .features-box .holder .info-text {
    font-size: 27px;
    line-height: 34px;
    margin: 0 0 25px;
    font-family: 'Fira Sans';
    color: #3b3b3b;
    padding-left: 4px;
    font-weight: 500;
}
.fast-sales .features-box .holder ul {
    font-size: 18px;
    line-height: 15px;
    color: #3b3b3b;
    font-family: 'Myriad Pro Semibold';
}
.fast-sales .features-box .holder {
    padding: 0 0 50px;
    text-align: left;
}
.fast-sales .features-box .holder .btn {
    margin: 26px auto 13px 0;
    font-family: 'Fira Sans';
    width: 316px;
    line-height: 71px;
    height: 71px;
    background: #f93e3e;
    font-size: 20px;
}
.fast-sales .features-box .holder span.text {
    max-width: 316px;
    text-align: center;
    display: block;
    padding: 0 15px;
    font-size: 20px;
    font-family: 'Fira Sans';
    color: #3b3b3b;
    line-height: 25px;
    margin-left: 0;
    font-weight: 500;
    margin-right: auto;
}
.fast-sales .features-box .heading .alert {
    right: -83px;
    top: 39px;
    font-size: 24px;
    line-height: 24px;
    padding: 10px 80px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(42deg);
    font-family: 'Fira Sans';
    color: #fff;
}
.fast-sales-img {
    display: none;
}
.fast-sales-img img {
    width: 100%;
}
.testimonial-area-wrap .testimonials-area .title {
    display: block;
    font-size: 38px;
    line-height: 1.3;
    color: #0729c1;
    font-weight: 700;
    margin: 0 0 50px;
    font-family: 'Fira Sans';
}
.ts-slide-top {display: flex;align-items: center;width: 100%;margin-bottom: 12px;}
.ts-slide-top-text h4 {margin: 0;font-size: 15px;font-weight: normal;text-align: right; font-family: 'Fira Sans'; color: #999;}
.ts-slide-top-img {flex: 0 0 50%;width: 50%;}
.ts-slide-top-text {flex: 0 0 50%;}
.ts-slide-bottom h3 {
    color: #3c3c3c;
    font-size: 18px;
    text-align: left;
    font-family: 'Fira Sans';
}
.ts-slide-top-img img {
    width: 100px;
}
.ts-slide-bottom p {
    font-size: 16px;
    color: #54595f;
    text-align: left;
    font-family: 'Fira Sans';
    line-height: 1.5;
    margin-bottom: 12px;
}
.ts-slide-bottom span {
    display: block;
    text-align: left;
    color: #999;
    font-size: 15px;
    font-family: 'Fira Sans';
}
.testimonials-slider .slick-slide {
	margin: 0 20px;
  }
 .testimonials-slider .slick-list {
	margin: 0px -20px 0px -20px;
  }
  .testimonials-slider .slick-arrow {
    color: #d1d1d1;
    font-size: 46px;
    z-index: 9;
}
.testimonials-slider .slick-arrow.slick-prev {
    left: -50px;
}
.testimonials-slider .slick-arrow.slick-next {
    left: auto;
    right: -50px;
}
.fa-chevron-left:before, .fa-chevron-right:before {
    font-size: 24px !important;
}
ul.csCounter {margin: 0;padding: 0;list-style: none;display: flex;justify-content: space-between;}
ul.csCounter li h2 {
    color: #0729c1;
    font-size: 44px;
    line-height: 1.5;
    font-family: 'Fira Sans';
    font-weight: 800;
}
ul.csCounter li p {
    color: #54595f;
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    font-weight: 500;
    font-family: 'Fira Sans';
}
ul.csCounter li {
    flex: 0 0 20%;
    max-width: 20%;
}
.testimonial-area-wrap .testimonials-area.success .title {
    margin-bottom: 50px;
}
.testimonial-area-wrap {padding-bottom: 95px;}

.testimonials-area.success {padding-top: 78px;}
.about-area .description h2 {
    font-size: 50px;
    line-height: 54px;
    color: #54595f;
    margin: 0 0 40px;
    font-weight: 700;
    font-family: 'Fira Sans';
}
.about-area .countdown li {
    border: 2px solid #9c9c9c;
}
.about-area .btn {
    border: 4px solid #0729c1;
	font-weight: 700;
    font-family: 'Fira Sans';
}
.about-area .countdown {
    margin: 0 0 33px;
}
.footer .tagline a {
    font-size: 16px;
    color: #54595f;
    font-family: 'Fira Sans';
    display: inline-block;
    font-weight: 400;
    transition: all .3s ease-in-out;
}
.footer .tagline a:hover{
	text-decoration: none;
	opacity: .8;
}
.footer .tagline span.text{
    
    font-size: 11px;
}
.footer .tagline {
    padding: 16px 0 12px;
}
.footer .tagline a.cookies {position: relative;padding-right: 15px;}

.footer .tagline a.cookies:after {content: "|";position: absolute;right: -7px;top: 3px;}
.group-tagline {
    display: flex;
    align-items: center;
}

.countdown .number {
    color: #ff0000;
}

.about-area .countdown .number {
    font-family: 'Fira Sans';
    font-weight: 700;
}


element.style {
}
a.slick-next.slick-arrow fa-chevron-right {
    font-size: 22px;
}



/* Tag Line CSS */
.tagline-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tagline-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 33.333%;
}
.tagline {
    font-size: 18px;
	padding: 8px 8px 10px;
}

span.icon.icon-rating img {
    max-width: 130px;
}
.tagline span.text {
    display: block;
    line-height: 1;
}
.tagline-item.tagline-item-2 span.icon {
    margin-top: -3px;
}
.tagline-item.tagline-item-2 span.text {
    margin-top: 3px;
}
.tagline-item.tagline-item-1 .icon, .tagline-item.tagline-item-2 .icon {
    margin-left: 0;
    margin-right: 7px;
}
.tagline-item.tagline-item-1 {
    justify-content: start;
    padding-left: 2%;
}
.tagline-item.tagline-item-3 {
    justify-content: end;
    padding-right: 5%;
}
.tagline-item.tagline-item-2 {
    justify-content: start;
    padding-left: 2%;
}
.tagline .icon {
    margin-left: 0;
	margin-right: 7px;
}
.reviews-info.center-align.margin-top-10 {
    display: none;
}

@media (max-width: 1366px) {
	.tagline {
		font-size: 16px;
	}
	.tagline-item.tagline-item-1 {
		padding-left: 3%;
	}
	.tagline-item.tagline-item-2 {
		padding-left: 3%;
	}
}







@media (min-width:1368px) {
	.highest-prices-price .container {
		max-width: 1364px !important;
	}
	.testimonial-area-wrap .container {
		max-width: 1290px;
	}
}

@media (max-width:1230px) {
	ul.schedule-list li span {
		font-size: 20px;
	}
	.challenges-bar h2 {
		font-size: 38px;
		line-height: 52px;
		margin-bottom: 40px;
	}

	ul.csCounter li p {
		font-size: 18px;
		line-height: 26px;
	}
}
@media (max-width:1199px) {
	.about-area .description h2 {
		font-size: 45px;
		line-height: 52px;
		margin: 0 0 30px;
	}
	.footer .tagline a {
		font-size: 15px;
	}
	.footer .tagline a.cookies:after {
		top: 1px;
	}

		.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) {
	.banner-area h1 br,
	.banner-area h2 br {
		display: none;
	}
	.hero-slider-prev {
		left: 12px;
	}
	ul.schedule-list {
		flex-direction: column;
	}
	ul.schedule-list li{
		flex: 0 0 100%;
		width: 100%;
	}
	ul.schedule-list li + li {
		margin-top: 15px;
	}
	ul.challenges-list {
		flex-wrap: wrap;
		justify-content: center;
	}
	ul.challenges-list li{
		margin-bottom: 30px;
		flex: 0 0 50%;
	}
	.fast-sales .features-box {
		margin: 0 0 0;
		width: 100%;
		background: #eaeade;
	}
.fast-sales .features-box .heading {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}
	.fast-sales .features-box .holder {
		text-align: center;
	}
	.fast-sales .features-box .holder ul {
		max-width: 400px;
		margin: 0 auto;
	}
	.fast-sales .features-box .holder .btn {
		margin: 15px auto 15px auto;
	}
	.fast-sales .features-box .holder span.text {
		margin: 0 auto;
	}
	.fast-sales-img {
		display: block;
	}
	.fast-sales {
		background-image: none;
		
	}
	.content.highest-prices .heading{
		border: none;
	}
	.content.highest-prices .heading h2 {
		font-size: 37px;
		line-height: 47px;
	}
	.content.highest-prices .holder h2 {
		font-size: 28px;
		line-height: 38px;
		margin: 5px 0 15px;
	}
	ul.csCounter li {
		flex: 0 0 50%;
		max-width: 50%;
	}
	ul.csCounter {
		flex-wrap: wrap;
		row-gap: 25px;
		justify-content: center;
	}
	ul.csCounter li p {
		font-size: 17px;
		line-height: 26px;
		margin-left: auto;
		margin-right: auto;
	}

	.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 .prop-postcode:before {
    	left: -58px;
	}

	.challenges-bar {
    padding-bottom: 0;
    padding-top: 20px;
	}

	ul.schedule-list li img {
	    margin-right: 20px;
	    max-width: 38px;
	    height: auto;
	}
.fast-sales .features-box .holder .btn {
    width: 100%;
    max-width: 321px;
}

.fast-sales .features-box .heading .alert {
    right: -229px;
}
.fast-sales .features-box .holder ul {
    max-width: 321px;
}


}

@media (min-width: 768px) {
	#hero-slider-1 h1.for-desktop {
		display: none;
	}
	#hero-slider-1.unslider-active h1.for-desktop {
		display: block;
	}
	

}

@media (max-width: 767px) {
	ul.schedule-list li span {
		font-size: 17px;
	}
	.content.highest-prices .heading h2 {
	    font-size: 28px;
	    line-height: 1.3;
	}
	.content.highest-prices .holder h2 {
		font-size: 19px;
		line-height: 26px;
		margin: 2px 0 3px;
	}
	.content.highest-prices .holder p {
		font-size: 17px;
		line-height: 26px;
	}
	ul.csCounter li h2 {
		font-size: 25px;
		margin-bottom: 3px;
	}
	.testimonial-area-wrap .testimonials-area.success .title {
		margin-bottom: 30px;
	}
	.testimonial-area-wrap .testimonials-area .title {
    font-size: 28px;
    line-height: 1.3;
	margin: 0 0 30px;
	}
	.about-area .description h2 {
		font-size: 35px;
		line-height: 38px;
		margin: 0 0 30px;
	}
	.about-area .btn {
		max-width: 320px;
	}
	.challenges-bar h2 {
	    font-size: 28px;
	    line-height: 1.3;
	    margin-bottom: 30px;
	}
		
	.countdown .number {
	    color: #0729c1;
	}

	.tagline-item {
		justify-content: end;
		flex: 0 0 100%;
	}
	.tagline .container {
		padding: 0;
	}
	.reviews-info.center-align.margin-top-10 {
		display: block;
	}


.fast-sales .features-box .holder {
    max-width: 400px;
    margin: 0 auto;
	}
	
	.fast-sales .features-box .heading .alert {
	    right: -119px;
	}
.fast-sales .features-box .heading .alert {
    top: 27px;
    font-size: 14px;
}

.fast-sales .features-box .holder .btn {
    width: 315px;
}
.fast-sales .features-box .heading .alert {
    line-height: 11px;
}

}

@media (max-width: 630.99px) {
	.testimonials-slider {
		max-width: 80%;
		margin: 0 auto;
	}
	.testimonials-slider .slick-arrow {
		font-size: 35px;
	}
	.testimonials-slider .slick-arrow.slick-prev {
		left: -35px;
	}
	.testimonials-slider .slick-arrow.slick-next {
		right: -35px;
	}
}
@media (max-width: 575.99px) {
	ul.challenges-list li span {
		font-size: 17px;
		line-height: 27px;
		max-width: 150px;
		margin-left: auto;
		margin-right: auto;
	}
	ul.challenges-list li span br{
		display: none;
	}
	.fast-sales .features-box .heading strong{
		display: none;
	}
	.fast-sales .features-box .holder h2 {
    font-size: 55px;
    line-height: 1;
    margin-top: 35px;
}
	.fast-sales .features-box .holder .info-text {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 10px;
	}


	.fast-sales .features-box .holder ul {
		max-width: 180px;
	}

	.content.highest-prices .holder {
		margin: 0 0 25px;
	}
	.ts-slide-top-text h4 {
		font-size: 13px;
	}
	.ts-slide-bottom h3 {
		font-size: 20px;
	}
	.ts-slide-bottom p {
		font-size: 13px;
		line-height: 23px;
	}
	.ts-slide-bottom span {
		font-size: 13px;
	}
	.about-area .description h2 {
		font-size: 23px;
		line-height: 33px;
		margin: 0 0 15px;
	}
	.about-area .btn {
		max-width: 220px;
		font-size: 12px;
		height: 40px;
		line-height: 35px;
		padding: 0;
	}
	.about-area .countdown {
		margin: 0 0 15px;
	}
	.about-area .description {
		padding: 20px 0 15px;
		margin-bottom: 0;
	}
	.footer .tagline a.cookies {
		padding-right: 10px;
		margin-right: 14px !important;
	}
	.footer .tagline a {
		font-size: 12px;
	}
	.cookies-tagline {
		width: 100% !important;
		margin-bottom: 0 !important;
	}
	.group-tagline {
		display: none;
	}
	.footer .tagline {
		padding: 13px 0;
	}
	ul.schedule-list li img {
		max-width: 26px;
	}
	ul.schedule-list li + li {
		margin-top: 12px;
	}
	ul.schedule-list {
		padding-left: 30px;
	}
	.challenges-bar h2 {
		font-size: 26px;
		line-height: 33px;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.challenges-bar {
		padding-top: 0;
		padding-bottom: 0;
	}
	.content.highest-prices .heading {
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.fast-sales {
		margin-bottom: 40px;
	}
	.testimonials-area.success {
		padding-top: 30px;
	}
	.testimonial-area-wrap {
		padding-bottom: 50px;
	}
.fast-sales .features-box .heading .alert {
    font-size: 14px;
    line-height: 13px;
}
	.fast-sales .features-box .heading {
		padding: 5px 0 0 0;
	}
.fast-sales .features-box .heading .alert {
    right: -76px;
    top: 28px;
}

	.fast-sales .features-box .holder ul {
	    max-width: 340px;
	}

.fast-sales .features-box .holder .info-text {
    font-size: 21px;
}


}

@media (max-width: 460px) {
.fast-sales .features-box .holder h2 {
    font-size: 40px;
    line-height: 1.3;

}
.fast-sales .features-box .holder .info-text {
    font-size: 14px;
}

.fast-sales .features-box .holder ul li {
    font-size: 14px;
}

.fast-sales .features-box .holder .btn {
    width: 218px;
    margin: 10px;
}
.fast-sales .features-box .holder .btn {

    width: 316px;
    line-height: 51px;
    height: 54px;

    font-size: 14px;
}
.fast-sales .features-box .holder ul {
    max-width: 231px;
    margin: 0 auto;
    text-align: center;
}

.fast-sales .features-box .holder .btn {
    width: 231px;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.fast-sales .features-box .holder span.text {
    max-width: 231px;


    padding: 0 15px;
    font-size: 14px;
    line-height: 17px;

}
.fast-sales .features-box .heading .alert {
    right: -78px;
    top: 25px;
}

}

@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);
	}
}
div#exit-modal-close {
	display: none;
}

