#locations-lists .listings-map #map {
    position: absolute !important;
    height:950px !important;
	top: inherit !important;
}
#locations-lists .listings {
	overflow-y: scroll;
    padding-right: 10px;
    height: 950px;
	margin-bottom: 0px;
}

#nearme-brief {
	float: left;
	width: 100%;
	padding: 30px 0;
}
#nearme-brief h2 {
	position: relative;
	margin: 0;
	font-family: 'Montserrat';
	font-size: 30px;
    color: #222222;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
}
#nearme-brief h2:after {
	content: "";
	display: block;
	width: 270px;
	max-width: 100%;
    margin: 0px auto;
	border-style: solid;
    border-bottom-width: 0px;
}
#nearme-brief p {
    margin: 25px 0 0 0;
    font-size: 16px;
    line-height: 26px;
	text-align: center;
}
#nearme-brief .alignleft {
	float: left;
	width: 535px;
	margin-bottom: 20px;
	padding-right: 25px;
}
#nearme-brief .alignright {
	float: right;
	width: 535px;
	margin-bottom: 20px;
	padding-left: 25px;
}

#ups-services {
	float: left;
    width: 100%;
	padding: 30px 0;
}
#ups-services h2 {
	position: relative;
	margin: 0;
	font-family: 'Montserrat';
	font-size: 30px;
	color: #222222;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
}
#ups-services h2:after {
	content: "";
	display: block;
	width: 270px;
	max-width: 100%;
	margin: 0 auto;
	border-style: solid;
	border-bottom-width: 0;
}
#ups-services p.tagline {
	margin: 30px 0 0 0;
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}
#ups-services .offerServices {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
}
#ups-services .offerServices .item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: calc(25% - 15px);
	padding: 15px;
	border: 1px solid #E9E9E9;
	border-radius: 10px;
}
#ups-services .offerServices .item .imgTitle {
	display: flex;
	align-items: center;
	gap: 20px;
}
#ups-services .offerServices .item .imgTitle .image {
	min-width: 80px;
	width: 80px;
	height: 80px;
}
#ups-services .offerServices .item .imgTitle img {
	max-width: 100%;
	height: 100%;
	border-radius: 100%;
	object-fit: cover;
}
#ups-services .offerServices .item .imgTitle h3 {
	margin: 0;
	font-size: 20px;
	color: #222222;
	font-weight: 700;
	line-height: 25px;
}
#ups-services .offerServices .item p {
	flex: 1;
	margin: 0;
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	line-height: 24px;
}
#ups-services .offerServices .item .buttons {
	display: flex;
	margin: 0;
	gap: 20px;
	margin-bottom: auto;
}
#ups-services .offerServices .item .buttons .btn {
	display: inline-block;
	width: 100%;
	padding: 12px 17px;
	background: #dde2e7;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: "Montserrat";
	font-size: 14px;
	color: #3d444c;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	transition: all 0.3s;
}
#ups-services .offerServices .item .buttons .btn:hover {
	background: #399fdd;
	color: #ffffff;
}
#ups-services .offerServices .item .buttons .btn + .btn {
	background: #399fdd;
	color: #ffffff;
}
#ups-services .offerServices .item .buttons .btn + .btn:hover {
	background: #dde2e7;
	color: #3d444c;
}
#ups-services .importantNotes {
	margin-top: 25px;
}
#ups-services .importantNotes p {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	line-height: 26px;
}
#ups-services .importantNotes p:last-child {
	margin-bottom: 0;
}

#make-appointment {
	float: left;
	width: 100%;
	padding: 30px 0 20px 0;
}
#make-appointment h2 {
	position: relative;
	margin: 0;
	font-family: 'Montserrat';
	font-size: 30px;
    color: #222222;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
}
#make-appointment h2:after {
	content: "";
	display: block;
	width: 270px;
	max-width: 100%;
    margin: 0px auto;
	border-style: solid;
    border-bottom-width: 0px;
}
#make-appointment .row {
	padding-top: 60px;
	margin-left: -25px;
    margin-right: -25px;
}
#make-appointment .row:after,
#make-appointment .row:before {
	content: "";
	display: table;
	clear: both;
}
#make-appointment .col-3 {
	float: left;
	width: 33.33%;
	padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px;
    text-align: center;
}
#make-appointment .col-3 .icon {
    margin-bottom: 30px;
}
#make-appointment .col-3 .icon img {
    max-width: 100%;
    height: auto;
	vertical-align: middle;
}
#make-appointment .col-3 h3 {
	margin: 0 0 10px 0;
    font-family: "Montserrat";
    font-size: 20px;
    color: #222222;
    font-weight: 700;
    line-height: 35px;
}
#make-appointment .col-3 p {
	margin: 0;
    font-size: 16px;
    line-height: 30px;
}

#locations-faq {
	float: left;
	width: 100%;
	padding: 0 0 60px 0;
}
#locations-faq h3 {
	position: relative;
	margin: 0;
	font-family: 'Montserrat';
	font-size: 30px;
    color: #222222;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
}
#locations-faq h3:after {
	content: "";
	display: block;
	width: 270px;
	max-width: 100%;
    margin: 0px auto;
	border-style: solid;
    border-bottom-width: 0px;
}
#locations-faq .accordion {
	width: 75%;
    margin: 0 auto;
	margin-top: 20px;
}
#locations-faq .accordion li:last-child {
	margin-bottom: 0;
}
