.heading_with_map {
    background-color: var(--color_blue);
    overflow: hidden;
    padding: 176px 0 90px
}

.heading_with_map_inner {
    margin: 0 auto;
    max-width: 1024px;
    position: relative
}

.heading_with_map_inner .heading_section {
    margin-bottom: 50px;
    text-align: center
}

.heading_with_map_inner .heading_section .heading {
    color: var(--color_white);
    margin-bottom: 0
}

.heading_with_map_inner .map__controls {
    bottom: 12px;
    display: none;
    position: absolute;
    right: 12px
}

.heading_with_map_inner .map__controls button {
    background-color: transparent;
    border: none;
    color: var(--color_white);
    height: 30px;
    width: 30px
}

.heading_with_map_inner .map__controls button+button {
    margin-left: 10px
}

.heading_with_map_inner .map_section_wrapper {
    position: relative
}

.heading_with_map_inner .map_section_inner {
    background-image: url(../../images/map_wrap.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 488px
}

.heading_with_map_inner .map_section_inner .map_section_item {
    position: absolute;
    transform: translate(-50%, -50%)
}

.heading_with_map_inner .map_section_inner .map_section_item .map_marker {
    cursor: pointer
}

.heading_with_map_inner .map_section_inner .map_section_item .map_marker_icon {
    height: 40px;
    width: 40px
}

.heading_with_map_inner .map_section_inner .map_section_item .map_marker .marker_heading {
    background-color: var(--color_white);
    border-radius: 8px;
    color: var(--color_black_2);
    font-family: var(--font_inter_semibold);
    font-size: 12px;
    font-weight: 500;
    left: 0;
    left: 50%;
    line-height: 18px;
    min-width: 139px;
    opacity: 0;
    padding: 12px 16px;
    pointer-events: none;
    position: absolute;
    top: -40%;
    transform: translate(-50%, -100%);
    transition: all .6s ease;
    visibility: hidden
}

.heading_with_map_inner .map_section_inner .map_section_item .map_marker .marker_heading:after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid var(--color_white);
    bottom: -10px;
    content: "";
    height: 0;
    position: absolute;
    right: 34%;
    transform: translateX(-50%)
}

.heading_with_map_inner .map_section_inner .map_section_item .map_marker:hover .marker_heading {
    opacity: 1;
    pointer-events: all;
    transition: all .6s ease;
    visibility: visible
}

@media (max-width:1359px) {
    .heading_with_map {
        padding: 86px 0 80px
    }

    .heading_with_map_inner .heading_section {
        margin-bottom: 40px
    }

    .heading_with_map_inner .map_section_inner {
        min-height: 412px
    }
}

@media (max-width:1199px) {
    .heading_with_map {
        padding: 70px 0
    }

    .heading_with_map_inner .heading_section {
        margin-bottom: 30px
    }

    .heading_with_map_inner .map_section_inner {
        min-height: 386px
    }
}

@media (max-width:991px) {
    .heading_with_map {
        padding: 60px 0
    }

    .heading_with_map_inner .heading_section {
        margin-bottom: 20px
    }

    .heading_with_map_inner .map__controls {
        display: block
    }

    .heading_with_map_inner .map_section {
        max-height: 295px;
        overflow: auto
    }

    .heading_with_map_inner .map_section::-webkit-scrollbar {
        background-color: transparent;
        height: 0;
        width: 0
    }

    .heading_with_map_inner .map_section::-webkit-scrollbar-thumb {
        background-color: var(--color_gray_3);
        border-radius: 8px
    }

    .heading_with_map_inner .map_section_inner {
        min-height: 295px
    }
}

@media (max-width:767px) {
    .heading_with_map {
        padding: 40px 0
    }

    .heading_with_map .container {
        padding-left: 0;
        padding-right: 0
    }

    .heading_with_map_inner .heading_section {
        margin-bottom: 50px;
        padding: 0 20px;
        margin-top: 100px;
    }

    .heading_with_map_inner .map_section_inner {
        min-height: 278px
    }
}

/*# sourceMappingURL=heading_with_map.css.map */