.contactIcon{
    width: 45px;
    height: 45px;
    background-color: #CBA024;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.contactIcon i{
    color: #fff;
    font-size: 25px;
}
.map{
    position: relative;
}

.map .iframeBadge{
    position: absolute;
    width: 40%;
    left: 30%;
    height: 40px;
    border-radius: 0 0 8px 8px;
    background-color: #000;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.map .iframeBadge a{
    font-size: 18px;
    color: #fff;
}