section.map-wrapper .map-inner {
    position: relative;
    height: 463px;
}

section.map-wrapper .map-nav {
    background-color: rgba(11, 2, 42, 0.8);
    text-align: center;
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
    top: 0;
}

.map-nav button {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    background: transparent;
    height: 50px;
    outline: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.8);
    padding: 0 15px;
}

.map-nav button.active {
    color: #f7b500;
}

.map-container {
    height: 100%;
}

@media (max-width: 991px) {
    section.map-wrapper {
        padding: 10px 30px 40px;
    }

    section.map-wrapper .map-inner {
        height: 457px;
        border-radius: 10px;
        overflow: hidden;
    }

    .map-container {
        border-radius: 10px;
    }

    section.map-wrapper .map-nav {
        border-radius: 10px 10px 0 0;
    }
}

@media (max-width: 767px) {
    section.map-wrapper .map-inner {
        height: 341px;
    }

    .map-nav button {
        font-size: 19px;
        padding: 0 5px;
    }
}

@media (max-width: 575px) {
    section.map-wrapper {
        padding: 10px 15px 40px;
    }
}
