#renter-content .bannerContainer {
    position: relative;
    background-size: cover;
    background-image: url('/images/renter/howitworksbannerforRenters.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

#renter-content .bannerContainer .bannerCaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #FFFFFF;
}

#renter-content .bannerContainer .bannerCaption .container h1 {
    color: #fff;
    text-shadow: 1px 0px 24px rgba(0, 0, 0, 0.35);
}

#renter-content .btn-spacer-blue {
    line-height: 32px;
    padding: 8px 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
}

#renter-content .btn-calc {
    width: 280px;
    text-align: center;
    margin: auto!important;
    display: block!important;
    margin-top: 50px!important;
}

#renter-content .rowsForDisplay {
    margin-top: 46px;
    position: relative;
    margin-bottom: 110px;
}

#renter-content .rowsForDisplay .titleCont {
    position: relative;
    text-align: center;
}

#renter-content .rowsForDisplay .titleCont h1 {
    font-size: 38px;
    text-transform: uppercase;
    margin-top: 0!important;
    font-weight: normal!important;
}

#renter-content .rowsForDisplay .titleCont h1 .bold {
    font-weight: bold;
    height: 32px;
    display: inline-table;
}

#renter-content .rowsForDisplay .titleCont .blue-line {
    height: 2px;
    width: 78px;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0AA0D4;
}

#renter-content .rowsForDisplay .titleCont .dividerTitle {
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #EEEEF0;
    z-index: -1;
}

#renter-content .spacerBenefits {
	border-top: 1px solid #C0C0C0;
    padding-top: 60px;
}

#renter-content .spacerBenefits .benefitsCol {
    margin-bottom: 30px;
}

#renter-content .spacerBenefits .iconCont {
    text-align: center;
    width: 130px;
    height: 130px;
    margin: auto;
    border-radius: 100%;
    line-height: 145px;
    font-size: 46px;
    color: #fff;
    position: relative;
}

#renter-content .spacerBenefits .spacer-orange {
    background-color: #EBB950;
}

#renter-content .spacerBenefits .spacer-pink {
    background-color: #E3195B;
}

#renter-content .spacerBenefits .spacer-green {
    background-color: #59AB46;
}

#renter-content .spacerBenefits .iconCont .icon {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 50px;
}

#renter-content .icon {
	background: none;
}

#renter-content .spacerBenefits .benefitsDesc {
    text-align: center;
    min-height: 180px;
    position: relative;
}

#renter-content .spacerBenefits .benefitsDesc h1 {
    font-size: 21px;
    margin: 20px 0;
}

#renter-content .spacerBenefits .benefitsDesc p {
    color: #9a9a9a;
    margin-bottom: 20px;
}

#renter-content .col-md-4
{
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#renter-content .titleVid
{
	text-align: center;
    color: #787878;
    font-size: 18px;
    line-height: 28px;
}

#renter-content .innerContentForSpacer {
    margin-top: 40px!important;
}

#renter-content .rowsForDisplay .row .col {
    padding: 15px;
}

#renter-content .rowsForDisplay .spacerDesc {
    max-width: 700px;
    margin: auto;
    text-align: center;
    line-height: 26px;
}

#renter-content .rowsForDisplay .spacerDesc p {
    margin-bottom: 10px;
}



@media (min-width: 992px)
{
	#renter-content .col-md-4 {
	    width: 30%;
	}
	#renter-content .col-md-5 {
	    width: 40%;
	}
	#renter-content .col-md-6 {
	    width: 48%;
	}
	#renter-content .col-md-7 {
	    width: 50%;
	}
	#renter-content .col-md-4, 
	#renter-content .col-md-5,
	#renter-content .col-md-6,
	#renter-content .col-md-7
	{
		float: left;
	}
	
}
@media (max-width: 1920px) and (min-width: 992px)
{
	#renter-content .bannerContainer {
	    min-height: 300px;
	}
	#renter-content .bannerContainer .bannerCaption {

	    height: 130px;
	}

	#renter-content .rowsForDisplay .titleCont {
	    height: 90px;
	    line-height: 85px;
	}

	#renter-content .rowsForDisplay .titleCont h1 {
	    line-height: 80px;
	}

	#renter-content .rowsForDisplay .titleCont .dividerTitle {
	    width: 320px;
	}
	#renter-content .rowsForDisplay .spacerDesc {
	    margin-top: 70px;
	}
	#renter-content .carouselContainer .steps .carousel-inner .item {
	    padding: 60px 50px;
	}
}

@media (max-width: 1920px) and (min-width: 415px)
{
	#renter-content .bannerContainer .bannerCaption  h1 {
	    font-size: 58px;
	    margin-bottom: 20px;
	    margin-top: 0;
	    line-height: 65px;
	}
	#renter-content .spacerBenefits {
	    margin-top: 60px;
	}
}