.map {
}

.map_pin {
    position: absolute;
    z-index: 2;
}
.map iframe{height:800px;}
.map_pin:first-child {
    left: 27%;
    top: 7%;

    @media (max-width:575.98px) {
        left: 26.5%;
        top: 3%;
    }
}

.map_pin:nth-child(2) {
    left: 26%;
    top: 56%;

    @media (max-width:575.98px) {
        left: 24%;
        top: 52%;
    }
}

.map_pin:nth-child(3) {
    left: 35%;
    bottom: 2%;

    @media (max-width:575.98px) {
        left: 34%;
        bottom: -2%;
    }
}

.map_pin:nth-child(4) {
    top: 69%;
    right: 36%;

    @media (max-width:575.98px) {
        top: 66%;
        right: 34.5%;
    }
}

.map_pin:nth-child(5) {
    top: 60%;
    right: 34.5%;
}

.map_pin:nth-child(6) {
    top: 66%;
    right: 31.2%;
}

.map_pin:nth-child(7) {
    bottom: 22%;
    right: 29%;
}

.map_pin:nth-child(8) {
    bottom: 16%;
    right: 28%;

    @media (max-width:575.98px) {
        bottom: 14%;
        right: 27.2%;
    }
}

.map .dropdown-toggle {
    border: none;
    background-color: transparent;
    padding: 0;
    outline: none;
    background-image: url(../images/button.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 44px;
    height: 44px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;

    @media (max-width:991.98px) {
        width: 25px;
        height: 25px;
    }


    @media (max-width:575.98px) {
        width: 20px;
        height: 20px;
    }
}


.map .dropdown-toggle:hover {
    background-color: transparent;
}

.map .dropdown-toggle:after {
    content: none
}

.map .dropdown-location {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    margin-bottom: 15px;
    color: #6F809D
}

.map .dropdown-item {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    color: #1A4A9C;
    background-color: transparent;
    margin-bottom: 10px
}

.map .dropdown-item img {
    margin-right: 7px
}

.map .dropdown-menu {
    border: 1px solid #D6E1EC;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 15px;
    -webkit-transform: translate(-97px, 39px) !important;
    transform: translate(-97px, 39px) !important;
    min-width: 239px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}
@media(max-width:768px){
	.map iframe{height:450px;}
}