.areas-we-serve-sec1 {
    color: #5e5e5e;
    background-color: #e8f1fd;
}
.areas-we-serve-sec2 {
    background-image: url(../images/areas-we-serve-sec2-bg.jpg);
    background-position: center top;
    background-size: cover;
}
.serve-areas {
    background-color: rgba(255, 255, 255, .75);
    background-image: url(../images/areas-map.png);
    background-position: right top;
    background-repeat: no-repeat;
}
.areas-we-serve-sec2 .heading {
    border-bottom: 5px solid #1b74dc;
}
.serve-areas ul {
    clear: both;
    float: left;
    list-style-image: url(../images/list.jpg);
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 20px;
}
.serve-areas ul li {
    padding: 0 0 5px 16px;
}
.serve-areas ul li a {
    text-decoration: none;
    color: #000;
}
.serve-areas ul li a:hover {
    text-decoration: underline;
}



@media screen and (max-width: 1362px) {
	.areas-we-serve-sec1 .z-t-24.z-ph-100 {
	  padding: 0 1%;
	}
}
@media screen and (max-width: 992px) {
	.serve-areas {
	  background-image: none;
	}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}