.map-section {
    padding: 27px 0 50px;
}

.map-heading {
    width: 100%;
    max-width: 1098px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}

.map-heading p {
    padding-bottom: 0;
}

.map-contact-section .contact-section__form-wrapper {
    width: 100%;
    max-width: 100%;
}

.map-contact-section {
    padding: 50px 0 82px;
    position: relative;
    z-index: 1;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.tab-accordion__tabs {
    display: flex;
    justify-content: space-between;
}

.tab-accordion__tab {
    padding: 0 32px 0 31.3px;
    width: auto;
    margin: 0 0;
    font-size: 16px;
    border: none;
    background-color: #888888;
    border-radius: 0;
    line-height: 37px;
    color: #fff;
}

.tab-accordion__tab.is-active {
    border: none;
    background: #E6E6E6;
}

.map-info-tab {
    margin-top: 20px;
}

.map-info-tab .tab-accordion__panel__content {
    overflow: visible;
    padding: 0;
}


body .wpcf7-not-valid-tip {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #C6222E;
    letter-spacing: 0.05em;
    position: relative;
    display: block;
    padding-top: 3px;
}

.wpcf7-response-output {
    display: none;
}

select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input.wpcf7-not-valid,
.wpcf7-not-valid .choices {
  outline: none;
  border: none;
  border-left: 5px solid #D22429;
  border-bottom: 1px solid #96122B;
}

input.wpcf7-not-valid:active,
input.wpcf7-not-valid:focus {
    border-left: 5px solid #D22429;
    border-bottom: 1px solid #96122B;
}

.form-col input[name="state"] {
    background-color: #2929291a;
}

#map_access {
    display: none !important;
}

#map_inner .tt_sm {
    padding: 1em;
}

@media(min-width: 768px) {
    .map-contact-section {
        padding: 100px 0 73px;
    }

    .map-section {
        padding: 93px 0 98px;
    }

    .map-heading {
        padding-bottom: 50px;
    }
}