.request-quote-sec1 {
	background-color: #e8f1fd;
} 
.request-quote-sec1 .heading, .request-quote-sec2 .heading {
    border-bottom: 5px solid #3081df;
}
a.quote-link {
    display: inline-block;
}
a.quote-link:hover {
    box-shadow: 0 0 15px #000;
}
a.quote-link img {
    float: left;
}
a.quote-link .text {
    background-color: #1b74dc;
}
a.quote-link span {
    border-left-color: #203797;
    border-width: 16px;
}
.request-quote-sec2 {
    background-image: url(../images/request-quote-sec2-bg.jpg);
    background-position: center top;
    background-size: cover;
}
.request-quote-sec2 ul {
    clear: both;
    float: left;
    list-style-image: url(../images/list.jpg);
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 20px;
}
.request-quote-sec2 ul li {
    padding: 0 0 5px 16px;
}
.request-quote-sec2 a.quote {
    clear: both;
    float: left;
    padding: 10px 50px 5px 50px;
    background-color: #9e0b0f;
}
.request-quote-sec2 a.quote:hover {
    background-color: #292929;
}




@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
	.request-quote-sec2 {
	  background-image: none;
	  padding: 30px 1%;
	}
}
@media screen and (max-width: 479px) {
}