.gm-style .gm-style-iw-c{
    padding: 0 20px 0 0 !important;
    background-color: #1C2E44 !important;
    border-radius: 0 !important;
    /* transform: translate3d(40px, calc(-50% + 50px), 0) !important; */
    overflow: visible !important;
}
.gm-style .gm-style-iw-d{
    overflow: hidden !important;
    max-height: auto !important;
    position: relative;
}
.gm-style .gm-style-iw-c:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -34px;
    display: block;
    margin: auto;
    width: 35px;
    height: 45px;
    background-image: url("../img/icon-arrow-popup-gmap.png");
    transform: rotate(-90deg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.gm-style-iw-c button[title='Close']{
    top: 0 !important;
    right: 0 !important;
    opacity: 1 !important;
    width: 45px !important;
    height: 45px !important;
}
.gm-style-iw-c button[title='Close'] span{
    background-color: #FFF !important;
    width: 25px !important;
    height: 25px !important;
    margin: auto !important;
}
.gm-style-iw-tc{
    display: none;
}
.btn-readmore-centremarker{
    text-decoration: none;
    display: table;
    padding-right: 35px;
    background-image: url("../img/icon-arrow-right-orange-big.png");
    background-position: 100% calc(50% + 1px);
    background-size: 30px auto;
}
.btn-nav-gmap{
    text-decoration: none;
    display: table;
    padding-left: 30px;
    background-image: url("../img/icon-nav.png");
    background-size: 20px auto;
    background-position: left center;
}
@media (min-width:1200px){
    .marker-info-container{
        min-width: 15vw;
    }
}