<style>

    .p-2 {
        padding: 20px 0;
    }

    .mlocation {
        margin-bottom: 30px;
    }

    .location-sect {
        margin: 50px 0;
    }

    .top-tl {
        background: #71430C;
        padding: 7px 0;
        height: 90px;
    }

    .top-tl h4 {
        text-align: center;
        margin: 0;
        padding: 10px;
        font-weight: 600;
    }

    .location-sect h2 {
        text-align: center;
        color: #643D0E;
    }

    .cust-mb-loc {
        margin-top: 10px;
    }

    .part-contact p {
        word-break: break-word;
        font-weight: 600;
    }

    .part-contact img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .address-cont {
        margin: auto 0;
        word-break: break-word;
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        color: #685443;
    }

    .address-cont p {
        margin: 0;
        color: #643D0E;
    }

    .address-cont a {
        color: #685443;
    }

    .add-top {
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 400;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: left;
        color: #643D0E;
    }

    .map-loc {
        height: 390px;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        transition: 0.3s ease-out;
    }
    
    .tl-card-map a {
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 400;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: left;
        color: #685443;
    }

    /* start mapping */
    .distribution-map {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .img-center {
        display: flex;
        align-items: center;
        margin: 50px 0;
    }

    .icon-map {
        cursor: pointer;
        outline: 0;
        z-index: 0;
        position: absolute;
    }

    .label-container {
        position: absolute;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: table;
        visibility: hidden;
        width: 100%;
    }

    .label-text {
        color: #643D0E;
        background: #fff;
        display: table-cell;
        vertical-align: middle;
        padding: 10px;
        border-radius: 20px;
        font-size: 12px;
        width: 100%;
    }

    .float+div.label-container {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s ease;
    }

    .float:hover+div.label-container {
        visibility: visible;
        opacity: 1;
    }

    /* end mapping */
    .ms-auto {
        margin-left: auto !important;
    }

    @media (max-width: 1200px) and (min-width:991px) {
        .map-loc {
            height: 470px;
        }
    }

    @media (max-width: 991px) and (min-width:768px) {
        .map-loc {
            height: 440px;
        }
    }

    @media (max-width: 800px) {
        .img-center {
            margin: 0px;
        }
    }

    @media (max-width: 767px) {

        .top-tl {
            height: max-content;
        }

        .map-loc {
            height: 100% !important;
        }
    }

</style>
