.custom-header {
	background-image: url('../images/banner-daikin-locate-dealer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    padding: 80px 0;
    background-position: bottom;
    margin-top: 0;
}

.title-header.custom-header .banner-content {
    width: 550px;
    margin: 200px auto;
}

h3.banner-title {
    font-size: 30px;
    margin-bottom: 12px;
    text-transform: Capitalize;
}

.progressbar-header{
	margin-left: 10%;
	margin-right: 10%;
}

.progressbar{
	position: relative;
	counter-reset: step;
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding-inline-start: 0px;
	display: flex;
	padding: 0;
}
.progressbar:after {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 3px;
	background-color: #1ea0da;
}
.progressbar li{
	position: relative;
	z-index: 2;
	list-style: none;
	display: flex;
	flex: 1;
	position: relative;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	color: #1ea0da;
}

.progressbar li label{
	font-size: 1.2rem;
	color: #818181;
}

.progressbar li:before {
	content: counter(step, decimal-leading-zero);
	counter-increment: step;
	width: 50px;
	height: 50px;
	line-height : 50px;
	border: 1px solid #1ea0da;
	border-radius: 100%;
	display: block;
	text-align: center;
	margin-bottom: 0px;
	background-color: #fff;
	margin-left: 35px;
}

.progressbar li:after {
	content: "";
	position: absolute;
	width: 80%;
	height: 1px;
	background-color: #1ea0da;
	top: 25px;
	left: 20%;
	z-index : -1;
}

.progressbar li:last-child {
	flex-grow: 0;
	align-items: flex-end;
	white-space: nowrap;
}

.progressbar li:last-child:before {
	margin-right: 25%;
}

.progressbar li:last-child:after {
	content: none;
}

.progressbar li.active label{
	color: #666666;
	font-weight: 600;
}

.progressbar li.active:before {
	color: #ffff;
	background-color: #1ea0da;
} 

.progressbar li.active + li:after {
	background-color: #1ea0da;
}

/*step1*/
.locate-dealer{
	width: 100%;
	margin-bottom: 4rem;
}

.locate-dealer-header{
	margin-left: 10%;
	margin-right: 10%;
}

.page-title{
	margin-top: 0px;
    padding-bottom: 24px;
}

.product-page-title{
	font-size: 1.7rem;
}

.product-model-content{
	margin-left: 9.4%;
    margin-right: 9.4%;
}

.container_inner{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.product-model-list{
	flex-basis: 20%;
    margin: 0;
    padding: 10px 0.8%;
    text-align: center;
}

.product-link{
	display: block;
	background-color: #ffff;
	border: 1px solid #1ea0da;
	text-decoration: none;
	cursor: pointer;
}

.product-name{
	width: 100%;
	color: #ffff;
	font-size: 1rem;
	padding: 0.5rem 0;
	background-color: #1ea0da;
}

.product-img{
	padding: 0.5rem 2rem;
}

.product-img img{
	max-width: 100%;
    height: auto;
}
.btn-view-all {
	width: 200px;
	margin: 30px auto 0 auto;
}
.btn-view-all a.product-link{
	width: 100%;
	color: #ffffff !important;
	font-size: 1rem;
	padding: 0.5rem 0;
	background-color: #1ea0da;
	text-align: center;
	border: none;
}

/*step2*/

#step2{
	display: none;
}

.select-holder{
	display: flex;
	justify-content: space-between;
}

.state-select, .city-select{
	padding: 0.6rem 1rem;
	display: flex;
	flex-grow: 1;
	margin-right: 2rem;
	border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
}

.select-holder input{
	padding: 0.6rem 1rem;
	background-color: #ffff;
	display: flex;
	flex-grow: 1;
	margin-right: 2rem;
	text-align: left;
}

.select-holder button{
	background: #00a1e4;
    color: #fff;
    border: 0;
    padding: 0.6rem 3rem;
    width: auto;
}

.other-selection .seperator{
	text-align: center;
	font-weight: 700;
	margin: 30px 0;
}

.other-selection .seperator p{
	margin: 0;
}

.store{
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
	margin-top: 0;
}

.store a{
	display: block;
	padding: 20px;
}

.store img{
	height: 7vw;
	transition: .2s;
}

.store a:hover img{
	transform: scale(1.02);
}

/*step3*/
#step3{
	display: none;
}

.outlet-box{
	border: 1px solid #ddd;
}

.outlet-list-holder{
	list-style: none;
	padding: 1rem 2rem;
	counter-reset: location;
	height: 600px;
	overflow-y: scroll !important;
}

.outlet-item{
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ddd;
	position: relative;
	cursor: pointer;
}

/*blue-icon*/
.outlet-item:before{
	content: counter(location);
	counter-increment: location;
	display: inline-block;
    height: 45px;
    width: 30px;
	background-image: url('../images/ico-map.png');
	background-size: cover;
    background-repeat: no-repeat;
    padding-left: 11px;
    padding-top: 5px;
    font-size: 1.1rem;
    color: white;

    position: absolute;
    top: 1rem;
    left: 0;
}

.outlet-item .details{
	margin-left: 3rem;
	display: inline-block;
}

.outlet-item .outlet-name{
	font-size: 1.3rem;
	font-weight: 600;
}

.outlet-item .outlet-city{
	font-size: 1.1rem;
}

.outlet-item .outlet-address{
	font-size: 1.1rem;
}
.outlet-item .outlet-link {
	display: flex;
}
.outlet-item .outlet-link a{
	margin-right: 10px;
}




@media only screen and (max-width: 1023px){
	.product-model-content{
		margin-left: 8.5%;
	    margin-right: 8.5%;
	}

	.product-model-list{
		flex-basis: 50%;
		padding: 20px 2%;
	}

	.state-select, .city-select, .select-holder input, .select-holder button{
		width: 100%;
		margin-right: 0;
		margin-bottom: 1rem;
	}

	.outlet-item .details{
		margin-left: 3rem;
		margin-top: 0rem;
	}

	.progressbar li:after {
		width: 100%;
		left: 19%;
	}

	.product-name{
		padding: 0.8rem 0;
	}

	.store img{
		height: 9vw;
	}
}

@media screen and (min-width: 200px) and (max-width: 678px) {
	.title-header.custom-header .banner-content {
	    width: 100%;
	    margin: 30px auto;
	}
	.progressbar{
		margin-top: 3rem;
		margin-bottom: 2rem;
	}
	.progressbar li{
		display: block;
		flex-direction: initial;
		font-size: 15px;
		line-height: 1.2;
	}
	.progressbar li:first-child {
		margin-left: 0;
	}
	.progressbar li:last-child {
		white-space: pre-wrap;
	}
	.progressbar li:before {
		margin-left: 0px;
	}
	.progressbar li:last-child:before {
		margin: 0 auto 10px auto;
	}
	.progressbar li:after {
		left: 30%;
		width: 100%;
	}
	.progressbar li label{
		font-size: 1rem;
		margin: 0;
		padding: 0;
		display: block;
		width: 50%;
		position: relative;
		left: -5px;
		top: 0;
		line-height: 1.2;
	}
	.progressbar li:last-child label{
		left: 5px;
	}
	.locate-dealer-header{
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}
	.product-model-content{
		margin-left: 2rem;
	    margin-right: 2rem;
	}

	.product-model-list{
		flex-basis: 100%;
	}
	.outlet-list-holder{
		height: 300px;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
	}
	.col-lg-7 iframe{
		height: 300px;
	}
	.outlet-list-holder{
		margin-bottom: 2rem;
	}
	.store a{
		width: 100%;
	}
	.store img{
		width: 100%;
		height: auto;
		transition: .2s;
	}
}
