.header-nav-logo
{
    width:170px;
}
.map-framer-wrapper{
    overflow:hidden;
}
.map-framer-wrapper iframe {
    width: 100%;
    height: calc(100vh - 120px);
}
.footer-logo{
    width:120px;
}
.fs-7{
    font-size:0.9rem;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-thumb {
    background-color: #1271c4;
}

::-webkit-scrollbar-track {
    background: #1271c426;
}

.popup-map-title {
    color: #2da4dc !important;
    width: calc(100% - 13px);
}