#address-detail {
    display: none;
}

@media (min-width: 991px) {
    .map-btn-confirm {
        position: absolute;
        width: calc(100% - 20px);
        height: 50px;
        background: -webkit-linear-gradient(180deg, #1192b9 0%, #00d6e4 100%);
        border-radius: 35px;
        color: white !important;
        bottom: 10px;
        right: 10px;
        z-index: 10000;
        display: none;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 18px;
        cursor: pointer;
    }
}

@media (max-width: 991px) {
    .map-btn-confirm {
        position: absolute;
        width: calc(100% - 20px);
        height: 40px;
        background: -webkit-linear-gradient(180deg, #1192b9 0%, #00d6e4 100%);
        border-radius: 35px;
        color: white !important;
        bottom: 10px;
        right: 10px;
        z-index: 10000;
        display: none;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 14px;
        cursor: pointer;
    }
}