.wr-1033-icon-boxes{
	text-align: center;
	position: relative;
}

.wr-1033-icon-boxes h3{
	font-size: 21px;
  margin: 20px 0px 10px 0px;
}

.wr-1033-icon-boxes-text:after{
	position: absolute;
  content: "";
  background: #ccc;
  width: 1px;
  height: 170px;
  top: 70px;
  left: -15px;
}

.wr-1033-icon-boxes-text.first-child:after{
	display: none;
}
.wr-1033-btn{
	margin-top: 40px;
}

.wr-1033-small-icon-boxes{
	margin-top: 20px;
	margin-bottom: 40px;
}
.wr-1033-small-icon-boxes div img{
	width: 80px;
	max-width: 100%;
	margin-bottom: 0px;
}
.wr-1033-small-icon-boxes div{
	margin-bottom: 20px;
}
.wr-1033-small-icon-boxes div a{
	display: block;
	text-align: center;
}
.wr-1033-small-icon-boxes h5{
	line-height: 17px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-top: 5px;
  color: var(--primary-color-two);
}
.wr-1033-small-icon-boxes a h5{
	color: var(--primary-color-two);
}
.wr-1033-small-icon-boxes a:hover h5{
	color: var(--primary-color-one);
}
@media (max-width: 768px){
	.wr-1033-form-plgn-wraper.pt-60{
		padding-top: 20px !important;
	}
	.wr-1033-form-plgn-wraper.pb-60{
		padding-bottom: 20px !important;
	}
	.wr-1033-form-plgn-wraper .pd_bottom_20{
		padding-bottom: 10px !important;
	}
	.wr-1033-form-plgn-wraper .title{
		padding-bottom: 5px !important;
	}
}


/* Map Section CSS */
.mapsec_section {
    background-color: #c1f11d;
    padding: 80px 0;
}

.mapsec_title {
    font-size: 56px;
    font-weight: 800;
    text-align: center;
}

.mapsec_subtitle {
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 60px;
}

.mapsec_stat_block {
    margin-bottom: 60px;
}

.mapsec_stat_line {
    width: 160px;
    height: 2px;
    background: #000;
    margin-bottom: 25px;
}

.mapsec_stat_number {
    font-size: 64px;
    font-weight: 900;
    color: #000;
}

.mapsec_stat_text {
    font-size: 18px;
    color: #000;
}

.mapsec_map_image {
    width: 100%;
    height: auto;
}

/* Mobile */
@media (max-width: 767px) {

    .mapsec_title {
        font-size: 36px;
    }

    .mapsec_stat_number {
        font-size: 48px;
    }

    .mapsec_stat_block {
        text-align: center;
    }

    .mapsec_stat_line {
        margin: 0 auto 20px auto;
    }

}