/* ======================================================================== */
/* ============================ Contact Page ============================== */
/* ======================================================================== */
.contact_info_wrap { float:left;position:relative;width:49%; }
.map_wrap { margin:0px 0px 20px 0px;float:right;position:relative;text-align:center;width:49%;border-radius:0px;box-shadow:#000000 0px 0px 4px 1px; }
@media (max-width:768px) {
	.contact_info_wrap { float: none;width: 100%; }
	.map_wrap { margin:12px 0 0 0;float:none;width:100%; }
}

.boxbody h3 {
    font-size: 1.5em;
    color: var(--accent-color);
}

.radio_checkbox_wrapper {
    width: 100%;
}
.radio_checkbox_value {
    border-bottom: 1px solid #ddd;
    padding: 5px 10px 5px 0;
    width: 90%;
}
.radio_checkbox {
    padding: 5px 0;
    width: 10%;
}

.location-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
}

.location-wrapper div {
max-width: 42%;
width: 100%;
}

@media (max-width: 992px) {
.location-wrapper div {
max-width: 100%;
width: 100%;
margin: auto;
}

}