div#sfr-districts-map {
    height: 500px;
}

.district_map_info {
    display: none;
}


div#sfr-map-search-results .district_map_info {
    display: block;
}
.pac-container {
    width: 65%;
}
select#district {
    width: 82%;
}
input#search-address {
    width: 100%;
    padding: 3px 5px;
    border-radius: 5px;
}

div#infowindow-content {
    display: none;
}

.step-label {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.step-info {
    display: inline-block;
    width: 79%;
    padding-bottom: 30px;
}
.step-info,
.step-info label {
    display: block;
    color:white;
    font-size:16px;
    font-weight:bold;
}

.pac-container {
    box-shadow: none;
    border: none;
   /* background-color: #23201f; */
}

#click-on-map{
	margin-top:40px;
}
input#search-address,
select#district {
    font-size: 16px;
}

div.search-form {
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 768px) {
div.search-form {
    max-width: 100%;
    margin: auto;
}
	.step-label {
    display: inline-block;
    width: 100% !important;
    padding-bottom: 30px;
	}
}

@media only screen and (max-width: 320px) {
	div.search-form {
    max-width: 80%;
    margin: auto;
}
}