.section-map-module .max-width-map-layout {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}
#tt_sm_map {
    max-width: 320px !important;
    background: #fff;
    border-radius: 6px;
}
#tt_sm_map .tt_sm {
    padding: 0px;
    overflow: hidden;
}
#tt_sm_map .tt_sm .tt_custom_sm {
    padding: 15px 25px;
    font-size: 14px;
}
#tt_sm_map .tt_sm > div:first-child .tt_name_sm {
    padding: 10px 25px;
    display: block;
    width: 100%;
    background: #003a70;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "HIND", sans-serif;
    display: flex;
    align-items: center;
    line-height: 17px;
    width: 100%;
}
#tt_sm_map .tt_name_sm:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 13px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 25px;
    top: 11px;
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#tt_sm_map .tt_name_sm:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 20px;
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#tt_sm_map .tt_sm > div:first-child .xmark_sm {
    display: none;
}
.list-toggle-layout-map-module {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}
.item-toggle-layout-map-module {
    padding: 10px 25px;
    background: transparent;
    color: #000;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
.item-toggle-layout-map-module.active,
.item-toggle-layout-map-module:hover,
.item-toggle-layout-map-module:focus {
    background: #003a70;
    color: #fff;
}
.content-item-map-module .content-container .decs-item-card {
    padding-top: 0;
}
.content-item-map-module .content-container {
    min-height: inherit;
}
.content-item-map-module:hover .content-container .decs-item-card {
    padding-top: 15px;
}
.zoom-class #map_inner > svg {
    transform: scale(1.2);
}
#map_inner > svg {
    transition: transform 0.3s ease, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.39, 0.76, 0.51, 0.56);
}
#map_holder div#map_zoom {
    left: auto !important;
    right: 15px !important;
}
#map_holder div#map_outer {
    left: auto !important;
    right: 15px !important;
    top: 15px !important;
    width: 38px;
    height: 38px;
    margin-bottom: 10px;
}
#map_holder div#map_outer image {
    width: 38px;
    height: 38px;
}
