#map {
		width: 100%;
		height: 100%;
		background: gray;
}

li {
		margin: 0.5em
				cursor: pointer;
}

.row {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
}
.second {
		width: 100%;
}

.filter-links {
		margin: 0;
		margin-bottom: 15px;
		padding: 0;
		display: flex;
		justify-content: center;
		list-style: none;
		flex-wrap: wrap;
}

.filter-links li {
		background-color: rgb(244,244,244);
		border-radius: 30px;
		width: fit-content;
		height: 45px;
		padding: 0 25px;
		text-decoration: none;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 10px;
		transition: all .3s ease-in-out;
		cursor: pointer;
}

.filter-links li:hover {
		background-color: rgba(187,42,38,0.9)!important;
		color:white;
}

.filter-sections {
		display: flex;
		max-height: 250px;
		width: 100%;
		overflow: hidden;
		overflow-y: overlay;
		flex-direction: column;
}
.filter-sections::-webkit-scrollbar-track
{
		-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
		border-radius: 10px;
		background-color: #F5F5F5;
}

.filter-sections::-webkit-scrollbar
{
		width: 12px;
		background-color: #F5F5F5;
}

.filter-sections::-webkit-scrollbar-thumb
{
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
		background-color: #D62929;
}

.filter-sections div {
		opacity: 0;
		border-radius: 15px;
		display: none;
		margin-bottom: 1%;
		margin-top: 1%;
		padding: 10px 30px;
		float: left;
		text-transform: capitalize;
		background: rgb(244 244 244);
}

.filter-sections div:hover {
		background-color: rgb(244,244,244);
}

.view {
		display: block !important;
		opacity: 1 !important;
}


.selected{
		background-color: rgb(187,42,38)!important;
		color:white;
}

#googleMapsDIV_1 {
		box-sizing: border-box;
		color: rgb(33, 37, 41);
		display: flex;
		text-decoration: none solid rgb(33, 37, 41);
		flex-direction: row;
		font: 16px / 24px;
		gap: 60px;
		margin: 0px;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-around;
}

#googleMapsDIV_3 {
		box-shadow: rgba(21, 28, 52, 0.07) 0px 20px 20px 0px;
		box-sizing: border-box;
		color: rgb(33, 37, 41);
		height: 560px;
		text-decoration: none solid rgb(33, 37, 41);
		width: 100%;
		font: 16px / 24px;
		max-width: 45%;
}

#googleMapsDIV_356 {
		padding: 0px 15px;
}

#googleMapsP_358 {
		box-sizing: border-box;
		color: rgb(51, 51, 51);
		letter-spacing: 0.46px;
		opacity: 0.4;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 700;
		margin: 0px;
		padding: 0px 0px 10px;
}

#googleMapsH3_359 {
		box-sizing: border-box;
		color: rgb(51, 51, 51);
		text-decoration: none solid rgb(51, 51, 51);
		font-size: 24px;
		font-weight: 700;
		margin: 0px;
}

#googleMapsP_360 {
		box-sizing: border-box;
		color: rgb(51, 51, 51);
		opacity: 0.9;
		text-decoration: none solid rgb(51, 51, 51);
		font-size: 14px ;
		margin: 0px;
		padding: 12px 0px 40px;
}

#googleMapsDIV_361 {
		box-sizing: border-box;
		color: rgb(33, 37, 41);
		text-decoration: none solid rgb(33, 37, 41);
		font-size: 16px ;
}

#googleMapsDIV_363 {
		box-sizing: border-box;
		color: rgb(51, 51, 51);
		cursor: pointer;
		display: flex;
		padding-inline-start: 10px;
		text-decoration: none solid rgb(51, 51, 51);
		background: rgb(244, 244, 244) none repeat scroll 0% 0% / auto padding-box border-box;
		border: 1px solid rgba(0, 0, 0, 0);
		border-radius: 7px;
		font: 15px / 22.5px;
		padding: 10px 0px 10px 10px;
}


@media (max-width: 992px) {
		#googleMapsDIV_1{
				flex-direction: column;
		}
		.dropdown-wrapper{
				margin-top: 20px;
		}

		.filter-links li {
				margin-bottom: 10px;
				max-width: 80px;
				width: 100%;
		}
		.filter-links {
				flex-wrap: wrap;
		}

		#googleMapsDIV_356{
				max-width: 100%;
				flex: 100%;
				max-width: 100%;
				width: 100%;
				margin-bottom: 30px;
		}

		#googleMapsDIV_3{
				max-width: 100%;
				height: 300px;
				box-shadow: none;
				margin-bottom: 30px;
		}
}

