.new-h1 .profile-marker {
    display: inline !important;
}

.profile-marker .icon-info {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #999;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.profile-marker .icon-info i {
    font-size: 10px;
    color: #fff;
    position: relative;
    top: 1px;
}

#detail-marker .modal-dialog {
    width: 420px;
    max-width: 100%;
    margin: 90px auto;
}

#detail-marker .modal-body {
    margin: 15px;
    border: 1px solid #ddd;
    overflow: hidden;
}

#detail-marker .close {
    color: #fff;
    box-shadow: none;
}

#detail-marker .info-area {
    font-size: 12px;
    border-radius: 15px;
    border: 1px dashed #f0f0f0;
    padding: 5px 20px;
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#detail-marker .info-area span, #detail-marker .info-area i {
    opacity: .5;
}

#detail-marker .info-area i {
    margin-right: 10px;
    font-size: 15px;
    position: absolute;
    left: 10px;
}

#detail-marker .info-area .text-a {
    display: inline;
}

#detail-marker .info-area .text-b {
    display: none;
}