.page-banner.rental {
    background-image: url(../images/rental-banner.jpg);
}
.rental-sec1 .head, .rental-sec3 .head, .rental-sec4 .head {
    color: #129795;
    margin: 0 0 50px 0;
}
.rental-sec1 .text, .rental-sec3 .text, .rental-sec4 .text {
    color: #6b6b6b;
}
.rental-sec1 .box {
    color: #478e8d;
}
.img3in1-sec3 img {
    float: left;
    width: 33.33%;
}
.rental-sec3 {
    background-color: #eeeeee;
}
.rental-sec4 {
    background-image: url(../images/rental-sec4-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 80px 0 350px 0;
}
.rental-sec4 .head {
    border-bottom: 2px solid #e1e1e1;
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
}
.rental-rates {
    position: relative;
    background-color: #46a6a4;
    padding: 30px 50px;
    margin-top: 80px;
}
.rental-rates:before {
    content: '';
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #a1a1a1;
}
.rental-rates .row {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}
.rental-rates .col {
    float: left;
    width: 27.3%;
    padding: 0 40px 0 0;
}
.rental-rates .col.col1 {
    width: 18%;
}
.rental-rates .col.col4 {
    padding-right: 0;
}


@media screen and (max-width: 1362px) {
	.rental-rates .col {
	    padding: 0 10px 0 0;
	}
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
	.rental-sec1 .head, .rental-sec3 .head, .rental-sec4 .head {
	    margin: 0 0 15px 0;
	}
}
@media screen and (max-width: 479px) {
	.img3in1-sec3 img {
	    width: 100%;
	}
	.rental-rates .col.col1, .rental-rates .col {
	    width: 100%;
	    padding: 0;
	}
	.rental-rates {
	    padding: 20px;
	}
	.rental-sec4 {
	    padding: 80px 0;
	}
}