/* Map */
.map-container {
    position: relative;
}

.map-container div#map {
    position: absolute !important;
    height: 100%;
    width: 100%;
    top: 0px;
}

.map-container .uv-section-inner {
    max-width: 1920px;
    padding: 0px;
}

.uv-contact-form-section {
    padding-bottom: 180px;
}

.contact-us-title-header h1 {
    font-weight: 700 !important;
    font-size: 42px;
}

.map-square h2 {
    font-family: var(--uvwp_content_font_family);
    font-weight: var(--uvwp_content_font_weigth);
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;

}

.map-square {
    position: absolute !important;
    min-width: 390px;
    right: 7%;
    top: 50%;
    margin-top: -120px;
    border-radius: 10px;
}

.map-square p {

    font-weight: 400;
}

.map-square .uv-section-inner {
    max-width: 255px !important;
    margin-left: 0px;
    padding: 0px !important;
}

.map-square {
    padding: 40px !important;
}

.getdir-on-map a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.getdir-on-map a:before,
.getdir-on-map a:after {
    position: absolute;
    width: 0px;
    left: 50%;
    height: 2px;
    bottom: -4px;
    content: " ";

}

.uvwp-widget4 a:after {
    left: 51%;
    transform: scale(-1, -1);
}

.getdir-on-map a:hover:before {
    position: absolute;
    width: 50%;
    left: 50%;
    height: 2px;
}

.getdir-on-map a:hover:after {
    position: absolute;
    width: 50%;
    left: 0%;
    height: 2px;
}

.getdir-on-map {
    margin-bottom: 0px;
}

.map-container {
    position: relative;
    padding-top: 56.25%;
}


.contact-info-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 0px;
}

.contact-info-box p {
    margin-bottom: 0px;
}

.contact-info-box a {
    margin-bottom: 0px;

}

.uvmapdetailsmobile{
    display: none;
}


@media(max-width: 767px) {
    .map-square {
        position: relative !important;
    min-width: 100%;
    right: 0px;
    top: 0px;
    margin-top: 0;
    border-radius: 0px;
    box-shadow: 0px 2px 8px 0px #00000025;
    }

    .uvmapdetailsmobile{
        display: block;
    }
    .uvmapdetailsdesktop{
        display: none;
    }
}