  .contact-map{
    display: block;
    position: relative;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 75px 25px;
}
.contact-map:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0f2c47;
    opacity: 1;
    z-index: 0;
    margin: 0;
    padding: 0;
}
.iframe-map {
    position: relative;
    height: 450px;
}
.contact-details-footer {
    position: relative;
    background: #0f2c47;
    padding: 30px 50px;
    height: 100%;
}
.contact-details-footer h4 {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
.contact-map-details ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-map-details ul li {
    display: flex;
    align-items: center;
    margin: 15px 0px 15px 0px;
}
.social-icn-container {
    padding: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-right: 15px;
}

.social-icn-container i {
    font-size: 30px;
    color: #fff;
}
.contact-map-details span {
    font-size: 16px;
    color: #fff;
}
.icn-socials a {
    display: inline-flex;
    width: 2.85em;
    height: 2.85em;
    text-decoration: none;
    text-align: center;
    padding: 0;
    background: #fff;
    line-height: 1;
    align-items: center;
    justify-content: center;
    color: #9e9e9e;
    box-sizing: content-box;
    vertical-align: top;
    border-radius: 8px;
    transition: 0.15s all ease;
}
.icn-socials {
    margin-top: 30px;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 5px;
}
.icn-socials i {
    font-size: 28px;
    line-height: 28px;
}
.icn-socials a:hover {
    color: #0f2c47;
}