section.condominium-sec1 {
	background-image: url(../images/condominium-sec1-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
.condominium-sec1 .blue-box {
    background-color: #042062;
}
.condominium-sec1 .heading {
    border-bottom: 4px solid #1b74dc;
    width: 70%;
    margin: 0 auto;
}
.condominium-sec2 .heading {
    border-bottom: 4px solid #1b74dc;
    width: 63%;
}
.condominium-sec2 ul {
    list-style-image: url(../images/list.jpg);
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding: 0 0 0 20px;
}
.condominium-sec2 ul li {
    padding: 0 0 10px 30px;
}
.condominium-sec2 ul li a {
    text-decoration: none;
    color: #000;
}
.condominium-sec2 ul li a:hover {
    text-decoration: underline;
}
.get-quote {
    border: 7px solid #fff;
    box-shadow: 0 0 15px #ccc;
    background-color: #122999;
    color: #fff;
}
.get-quote a.quote {
    background-color: #ab1f1e;
    padding: 10px 30px 2px 30px;
    border: 1px solid #fff;
}
.get-quote a.quote:hover {
    background-color: #292929;
}




@media screen and (max-width: 1362px) {
	.condominium-sec2 .condominium.z-column.z-p-20.z-pb-60 {
	  padding-left: 0;
	  padding-right: 0;
	  padding-bottom: 0;
	}
}
@media screen and (max-width: 992px) {
	.condominium-sec1 .heading, .condominium-sec2 .heading {
	  width: 100%;
	}
	.get-quote a.quote {
	  float: left;
	  margin-top: 10px;
	}
}
@media screen and (max-width: 767px) {
	.condominium-sec2 ul {
	  width: 100%;
	}
	.condominium-sec2.z-pv-70 {
	  padding-top: 0;
	}
}
@media screen and (max-width: 479px) {
	.condominium-sec2 ul li {
	  padding: 0 0 10px 10px;
	}
}