.global-presense-module svg {
    width: 90%;
    height: 90%
}

text[Attributes Style] {
    font-family: proxima-nova, sans-serif !important;
    font-weight: 500 !important
}

.global-presense-module path,
.global-presense-module circle {
    /* fill: #d6e0e8 */
}

.global-presense-module rect {
    /* fill: #fff; */
    color: #000;
    border-radius: 8px;
    padding: 15px;
    height: 50px
}

.global-presense-module .title .text path {
    fill: #4c5f75;
    padding-left: 10px
}

#Elements .item-small .circles .circle-outer,
#Elements .item-small .circles .back-small {
    fill: #ff5ca0;
    opacity: .2
}

.item-small .circle-inner {
    fill: #ff5ca0
}

#Elements .item-small .circles,
#Elements .item-small .title {
    cursor: pointer
}

#Elements .item-small .circles .circle-outer,
#Elements .item-small .circles .back-small,
#Elements .item-small .title .text path {
    transition: .2s fill cubic-bezier(0.4, 0, 0.2, 1)
}

#Elements .item-small:hover .circles .circle-outer,
#Elements .item-small:hover .circles .back-small,
#Elements .item-small:hover .title .text path {
    fill: #ff5ca0
}

ul.map-tabs {
    list-style: none;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 20px 50px 0 #e4ebfd;
    display: inline-block;
    width: 90%;
    border-radius: 15px;
    margin-bottom: 34px !important
}

ul.map-tabs li {
    cursor: pointer;
    float: left;
    width: 19%;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: #0c2242;
    font-size: 18px;
    display: inline-block;
    background: #fff;
    padding: 15px;
    margin-bottom: 0px;
    border: 2px solid transparent;
    margin: 5px
}

ul.map-tabs li:before {
    display: none
}

ul.map-tabs li:hover,
ul.map-tabs li:focus {
    background: transparent;
    border-radius: 10px;
    color: #C3903c;
    border: 2px solid #C3903c
}

ul.map-tabs li.active {
    background: #C3903c;
    border-radius: 10px;
    color: #fff
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #333;
    width: 100%
}

ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 0px 21px;
    height: 31px;
    line-height: 31px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    background-color: #666;
    color: #ccc;
    overflow: hidden;
    position: relative
}

.tab_last {
    border-right: 1px solid #333
}

ul.tabs li:hover {
    background-color: #ccc;
    color: #333
}

.tab_container {
    display: none !important
}

.tab_container tspan {
    color: #0c2242 !important;
    font-weight: 600 !important
}

.tab_content {
    padding: 20px;
    display: none
}

.tab_drawer_heading {
    display: none
}

.accordion_map {
    display: none
}




@media screen and (max-width:767px) {
    .tab_container {
        border-top: 0;
        clear: both;
        float: left;
        width: 100%;
        background: #fff;
        overflow: auto;
        display: block !important
    }
    .accordion_map {
        display: block !important
    }
    .map-tabs,
    .maps-tab-content {
        display: none !important
    }

    .tabs {
        display: none
    }

    .tab_drawer_heading {
        background-color: #fff;
        color: #000;
        border: 1px solid #eeeaea;
        border-radius: 10px;
        margin: 0;
        padding: 15px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        box-shadow: -1px 6px 7px 0 #e4ebfd;
        margin-bottom: 20px
    }

    .d_active {
        background-color: #06e;
        color: #fff
    }
}