/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */

.paoc-popup-modal-cnt {
    background:  #fff;
    padding: 20px 30px 10px 30px;
    position: relative;
}

.paoc-popup-modal {
    position: relative;
    display: none;
}

a.paoc-close-popup {
    z-index: 99;
}

a.paoc-close-popup:after {
    content: 'X';
    color: #fff;
    font-size: 18px;
}

.find_us_map {
    text-align: center;
    position: relative;
}
.find_us_map img {
    width: 100%;
}
.icon-map-position {
    width: 32px;
    height: 32px;
    position: absolute;
}
.icon1 {
    top: 67%;
    left: 25.5%;
}

.icon2 {
    top: 71%;
    left: 26%;
}

.icon3 {
    top: 71%;
    left: 32%;
}

.icon4 {
    top: 73%;
    left: 32.5%;
}

.icon5 {
    top: 71%;
    left: 36.5%;
}

.icon6 {
    top: 78%;
    left: 42%;
}
.popupaoc-image-popup {
    padding: 0 !important;
}
.search_map {
    text-align: right;
}

input#search_map {
    width: 300px;
}

@media (max-width: 992px) {
    .icon-map-position {
        width: 10px;
        height: 10px;
    }
    .icon1 {
        top: 60%;
        left: 24%;
    }

    .icon2 {
        top: 63%;
        left: 25%;
    }

    .icon3 {
        top: 63%;
        left: 31%;
    }

    .icon4 {
        top: 66%;
        left: 32.5%;
    }

    .icon5 {
        top: 63%;
        left: 35.5%;
    }

    .icon6 {
        top: 70%;
        left: 41%;
    }
    input#search_map {
        width: unset;
        margin-right: 0;
    }
}
