@import url("https://use.typekit.net/gsl2vnk.css");
@import url("style.css");

.splide__arrow {
    width: 48px !important;
    height: 48px !important;
    background: #ffffff !important;
    opacity: 1 !important;
}

    .splide__arrow svg {
        fill: #00558c !important;
    }

.splide__pagination__page {
    width: 8px !important;
    height: 8px !important;
    opacity: 1 !important;
    background: #ffffff !important;
}

    .splide__pagination__page.is-active {
        transform: none !important;
        background: #00aef0 !important;
    }

#mobile-property-detail-slider .splide__arrow {
    display: none;
}

.splide__pagination {
    width: fit-content !important;
    margin: auto !important;
    background: #01253c;
    border-radius: 50px !important;
    opacity: 0.65;
    height: 32px !important;
}

.splide__pagination li {
    margin-top: -3px !important;
}
