.custom-location-slider {
	padding: 0 10px;
}

.custom-location-img {
	background: no-repeat center #ddd;
	background-size: cover;
	min-height: 109px;
	position: relative;
	padding-top: 10px;
	display: block;
	max-width: 369px;
}

.custom-location-img::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}

.custom-location-title {
	background: rgba(0,0,0,.5);
	position: relative;
	z-index: 1;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px;
	line-height: 1.2;
	display: block;
}

.custom-location-title .normal-text {
	text-transform:none;
}

.custom-location-subtitle {
	color: #fff;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	position: relative;
	z-index: 1;
	position: absolute;
    right: 10px;
    bottom: 5px;
    display: block;
}

.custom-location-slider-wrap .slick-arrow::before {
	display: none;
}

.custom-location-slider-wrap .slick-arrow {
	width: 42px;
	height: 42px;
	background: #22b24c no-repeat center !important;
	z-index: 5;
}

.custom-location-slider-wrap .slick-arrow.slick-prev {
	background-image:url('../png/location-arrow-left.png') !important;
	background-color: #24be51 !important;
	left: -55px !important;
}

.custom-location-slider-wrap .slick-arrow.slick-next {
	background-image:url('../png/location-arrow-right.png') !important;
	background-color: #24be51 !important;
	right: -55px !important;
}

.custom-location-slider-wrap {
	background: #fff;
    padding: 20px 10px;
    box-shadow: 0px 0 15px 7px #ebebeb;
    overflow: unset;
	max-width: 1200px;
	margin: 0 auto;
	border: 1px solid #e7f3fd;
}