
.areas-we-servepg .breadcrumb{
    background: rgb(193 204 204 / 20%);
}
.areas-we-servepg .bread-inner{
    border-bottom: 0;
}
.areas-we-servepg .hm-services{margin-top: 30px;}
.areas-list{
    display: flex;
    flex-wrap: wrap;
    margin:0;
}
.list-item{
    margin:0;
}

.areas-list li{
    width: 25%;
    line-height: 100%;
    font-size: 16px;
    padding-left: 30px;
    position: relative;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.areas-list li:nth-child(n+5){
    margin-top: 28px;
}
.areas-list li:before{
    content: "";
    position: absolute;
    background: url(../../assets/images/svg/location-black.svg) no-repeat;
    left: 0;
    width: 14px;
    height: 19px;
    filter: brightness(0);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.areas-list-col{margin-bottom: 80px;}
.areas-list li:hover:before{
    filter: inherit;
}
.areas-list li:hover,
.areas-list li.active{
    color: var(--blue-color);
}

/* SUBURB */
.areas-content-wrapper .content-wrapper:not(:last-child){
    margin-bottom: 65px;
}
.areas-map-wrap .col-ctent .areas-list li{
    width: 50%;
}
.areas-map-wrap .col-ctent .areas-list li:nth-child(n+3){
    margin-top: 30px;
}
.areas-map-wrap .col-ctent .title-md{margin-bottom: 30px;}
.areas-map-wrap .col-ctent ul{margin-bottom: 45px;}

.list-item li:nth-child(odd) {
    flex:0 0 45%;
} 
.list-item li:nth-child(even) {
    flex:0 0 55%;
} 
.list-item li:not(:last-child){
    margin-bottom: 35px;
}
/* .areas-top-content{
    background:#C1CCCC;
} */
.areas-top-content{
    padding: 80px 0 115px;

}
.areas-top-content .content-wrapper{
    position: relative;
    z-index: 1;
}
.areas-list-col .title-md{
    margin-bottom: 30px;
}

.areas-content-wrapper ul li {
    position: relative;
    padding-left: 32px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.2;
}

.areas-content-wrapper ul li:before{
    content: '';
    background: url(../../assets/images/svg/checked.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
  }

  .areas-content-wrapper ol {
    padding-left: 30px;
    margin-bottom: 15px;
}

.areas-content-wrapper ol li{
    margin-bottom: 10px;
}

/* START MEDIA QUERY */

@media screen and (max-width: 1199.98px){
    .areas-top-content {
        padding: 40px 0 80px;
    }
    .areas-list li {
        width: 33.33%;
        padding-left: 20px;
    }
    .areas-list li:nth-child(n+4) {
        margin-top: 20px;
    }
    .areas-list li:before{
        background-size: 12px
    }
    .areas-list-col {
        margin-bottom: 30px;
    }
    .areas-we-servepg .hm-services {margin-top: 0;}
    .areas-list-col .title-md{
        margin-bottom: 20px;
    }
    
}
@media screen and (max-width: 991.98px){
    .areas-list li {
        width: 50%;
    }
    .areas-list li:nth-child(n+3) {
        margin-top: 20px;
    }
    
}
@media screen and (max-width: 767.98px){
    .areas-list li , .areas-map-wrap .col-ctent .areas-list li {
        width: 100%;
    }
    .areas-list li:nth-child(n+2),
    .areas-map-wrap .col-ctent .areas-list li:nth-child(n+2) {
        margin-top: 15px;
    }
    .areas-list li:before{
        background-size: 10px
    }
    .map iframe, .col-img iframe{
        height: 350px;
    }
    
    
}
@media screen and (max-width: 575.98px){
    .list-item li:nth-child(odd) ,
    .list-item li:nth-child(even){
        flex: 0 0 100%;
    }
    .list-item li:not(:last-child) {
        margin-bottom: 20px;
    }
}