.firm_map_section .map_title {
    text-align: center;
    /* padding: 70px 0px 22px; */
    padding: 24px 0px 12px;
    margin: 0;
    z-index: 99;
    font-size: 44px;
    line-height: 58px;
    font-family: supria-sans, sans-serif;
    font-weight: 300;
    color: #00346A;
    text-align: center;
}

.page-template-template-firm .firm_map_section .map_title {
    padding: 70px 0px 22px;
}

.firm_map_section {
    background: #F3F8FC;
    position: relative;
    overflow: hidden;
}

.firm_map_section .desc {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
}

.firm_map_section .map_warpper .firm-map__wrapper {
    overflow: hidden;
    position: relative;
}

.firm_map_section .map_warpper::before {
    content: "";
    background: #FFF;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    height: 180px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 99;
    opacity: 0;
}

.gm-style-iw-a .gm-style-iw-t .gm-style-iw.gm-style-iw-c {
    box-shadow: none;
    top: -40px;
    background-color: transparent;
    padding: 8px 12px !important;
}

.gm-style-iw-a .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    overflow: unset !important;
    border: 2px solid #F55D60;
    background-color: #FFFFFF;
    padding: 8px 12px !important;
    border-radius: 8px;
}

.gm-style-iw-a .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d .map_tooltip a {
    color: #5E1B39;
    font-size: 13px;
    line-height: 16px;
    font-family: supria-sans, sans-serif;
    font-weight: 700;
    text-decoration: underline;
}

.gm-style-iw-a .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d .map_tooltip a:hover {
    text-decoration: none;
}

.gm-style-iw-a .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d .map_tooltip_text {
    color: #8F8F8F;
    font-family: supria-sans, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
}

.gm-style .gm-style-iw-tc::after {
    display: none;
}

.gm-style-iw-a .gm-style-iw-t .gm-style-iw.gm-style-iw-c button[title='Close'] {
    opacity: 1;
    width: 14px !important;
    height: 14px !important;
    background-image: url(../img/close_icon.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    top: 12px !important;
    right: -4px !important;
}

.gm-style-iw-a .gm-style-iw-t .gm-style-iw.gm-style-iw-c button[title='Close'] span {
    opacity: 0;
}

.swipe_to_scroll_note {
    margin-bottom: 12px;
}

.firm_map_section .map_sub_title {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #00346A;
}

.firm_map_section .map_warpper .firm-map__wrapper:before {
    content: "";
    background: linear-gradient(#f3f8fc 0%, rgba(243, 248, 252, 0.99) 6.9%, rgba(243, 248, 252, 0.96) 21.18%, rgba(243, 248, 252, 0.89) 44.83%, rgba(240, 249, 253, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 310px; */
    height: 273px;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
}

.firm_map_section .map_btn {
    display: none;
    position: absolute;
    top: inherit;
    left: 50%;
    bottom: 43px;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
}

.firm_map_section .map_btn a {
    padding: 20px 31px 19px 23px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #00346A;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    transition: all .5s ease;
    min-width: 230px;
    background: #fff;
    filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.12));
}
/* 
.firm_map_section .map_btn a:hover {
    background: #E6E6E6;
} */

.firm_map_section .map_btn a .icon {
    margin-right: 15px;
}

.firm_map_section .map_warpper .firm-map__wrapper .firm-map .gm-bundled-control {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto !important;
}

@media (max-width:1440px) {
    .firm_map_section .map_warpper .firm-map__wrapper:before {
        height: 173px;
    }
}

@media (max-width:1199px) {
    .firm_map_section .map_warpper .firm-map__wrapper:before {
        height: 161px;
    }

    .firm_map_section .map_warpper::before {
        height: 80px;
    }
}

@media (max-width:991px) {
    .firm_map_section .map_title {
        font-size: 32px;
        line-height: 43px;
    }

    .firm_map_section .map_warpper .firm-map__wrapper {
        height: 621px;
    }

    .firm_map_section .map_btn {
        display: block;
    }
}

@media (max-width:767px) {
    .firm_map_section .map_warpper::before {
        height: 40px;
    }

    .firm_map_section {
        margin-bottom: 43px;
    }

    .firm_map_section .map_sub_title {
        font-size: 13px;
        line-height: 16px;
    }

    .firm_map_section .map_title {
        padding-bottom: 4px;
    }
}

@media (max-width:575px) {
    .firm_map_section .map_warpper::before {
        height: 20px;
    }

    .firm_map_section .desc {
        position: relative;
    }

    .firm_map_section .map_warpper .firm-map__wrapper:before {
        height: 80px;
    }
}

.gmnoprint[role="menubar"] {
    display: none;
}