#map_holder1 {
    height: 380px;
    border-color: #2d3a56;
    border-style: solid;
    background-color: #202940;
}
#map_content1 {
    text-align: center;
    margin-top: 140px;
    color: #7b809a;
}

.no-js #loader { display: none; }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(26, 32, 53, 0.7);
}
.se-pre-text {
    position: fixed-bottom;
    font-size: 1rem;
    font-family: 'Roboto', monospace;
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    border-color: #2d3a56;
    z-index: 9999;
    color: #ffffffcc;
    background: #202940;
    opacity: 0.9;
    margin-bottom: 10px;
}
.plan-boxes {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.3), 0 7px 10px -5px rgba(0,0,0,0.2);
}
.plan-boxes:hover {
    cursor: pointer;
    box-shadow: 0 8px 28px 0 rgba(0,0,0,0.4), 0 10px 14px -6px rgba(0,0,0,0.25);
}
