/* ------------ Area Section ------------ */
.area-map-wrapper {
    display: flex;
    justify-content: space-between;
}

.area-map-left {
    width: calc(100% - 623px);
    padding-right: 116px;

    & .heading-20 {
        font-weight: 800;
        font-size: 20px;
        line-height: 1;
        letter-spacing: 0;
        color: #101010;
        margin-bottom: 17px;
    }
}

.area-map-right {
    width: 623px;

    & iframe {
        height: 483px;
        border-radius: 0px;
    }
}


.area-frame {
    padding: 9px;
    position: relative;
    background: transparent linear-gradient(310deg, #006CB9 0%, #BCD525 100%) 0% 0% no-repeat padding-box;
}

.area-frame:before {
    position: absolute;
    content: "";
    right: -1px;
    bottom: -1px;
    width: 53px;
    height: 53px;
    z-index: 1;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #E3EEF6;
    border: 1px solid #E3EEF6;
}


.areas-we-serve-list {
    display: flex;
    flex-wrap: wrap;
    /* column-gap: 89px; */
    column-gap: 0;
    margin-bottom: 0;

    & li {
        /* width: calc(33.33% - 60px); */
        width: 33.33%;
        position: relative;
        margin-bottom: 0;
        padding-bottom: 0;

        &:last-child {
            margin-bottom: 0;
        }
    }
}

.areas-we-serve-list.gap-0 {
    column-gap: 0;
}

.areas-we-serve-list.gap-0 li {
    width: 100%;
}

.areas-we-serve-list>li>a,
.areas-we-serve-list>li {
    padding-left: 18px;
    display: flex;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 26px;
    color: #2A2D32;
    font-family: 'Instrument Sans';
}

.areas-we-serve-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    background: transparent url("../images/icon/map-b.svg") no-repeat center center;
    background-size: contain;
    height: 13px;
    width: 10px;
}

.areas-we-serve-list li::after {
    display: none;
}

.areas-we-serve-list li>a {
    padding-left: 0px;
}

.areas-we-serve-list li>a:hover {
    color: var(--themecolor);
}

.areas-divide {
    display: flex;
    flex-wrap: wrap;
    column-gap: 96px;
}

.areas-left-divide,
.areas-right-divide {
    width: calc(50% - 48px);
    position: relative;
}

.areas-divide li {
    width: 100%;
}

/* .areas-we-serve-list li::after {
    display: none;
} */



/* ----------------------------------------------- */

@media (max-width: 1599px) {
    .areas-we-serve-list {
        & li {
            width: calc(50% - 45px);
        }
    }
}


@media (max-width: 1440px) {
    .area-map-left {
        width: calc(100% - 550px);
        max-width: 100%;
        padding-right: 20px;
    }

    .area-map-right {
        width: 500px;
    }

    .area-map-right {
        & iframe {
            width: 100%;
            border-radius: 10px;
        }
    }

}

@media (max-width: 1199.98px) {
    .area-map-left {
        width: calc(100% - 450px);
        max-width: 100%;
    }

    .area-map-right {
        width: 450px;
    }

    .areas-we-serve-list {
        column-gap: 50px;
    }

    .areas-we-serve-list {
        & li {
            width: calc(50% - 25px);
        }
    }

    .areas-divide {
        column-gap: 50px;
    }

    .areas-left-divide,
    .areas-right-divide {
        width: calc(50% - 25px);
        position: relative;
    }


    .areas-left-divide li,
    .areas-right-divide li {
        width: 100%;
    }

    .area-map-right {
        & iframe {
            height: 400px;
        }
    }

}

@media (max-width: 991.98px) {
    .area-map-left {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        padding-top: 30px;
        order: 2;
    }

    .area-map-right {
        width: 100%;
    }

    .area-map-wrapper {
        flex-wrap: wrap;
    }

    .areas-left-divide li,
    .areas-right-divide li {
        margin-bottom: 20px !important;
    }

    .area-map-right {
        & iframe {
            height: 350px;
        }
    }

    .areas-we-serve-list {
        & li {
            width: calc(33.33% - 34px);
        }
    }

}

@media (max-width: 767.98px) {
    .areas-we-serve-list {
        column-gap: 25px;
    }

    .areas-we-serve-list {
        & li {
            width: calc(50% - 13px);
        }
    }

    .areas-we-serve-list>li>a,
    .areas-we-serve-list>li {
        font-size: 17px;
    }
}

@media (max-width: 575.99px) {}

@media (max-width: 480px) {
    /* .areas-we-serve-list {
        & li {
            width: 100%;
        }
    } */

    .areas-left-divide,
    .areas-right-divide {
        width: 100%;
    }

    .area-map-right {
        & iframe {
            height: 250px;
        }
    }

}


@media (max-width: 375px) {
    .areas-we-serve-list {
        & li {
            width: 100%;
        }
    }
}