/*General*/

.re-product .btn-blue, .re-contact .btn-fp {
  color: #fff;
}
/*.re-product .btn-blue:hover, .re-contact .btn-fp:hover {
  color: #fff;
}*/


main {
  padding-bottom: 0;
}

.bg-gray {
  background-color: #f2f1f4;
}

.re-nar .section-title {
   margin-bottom: 4rem;
}

.re-product .btn {
  margin-top: 1rem;
}

/* temporary styling for hero pricing promotion */
@media (min-width: 48em) {
.banner-text {
    width: 51%;
}
}
.banner-text-img .container .pricing-promo {
  font-size: 20px;
   display: block;
}
/* end */






.re-benefits, .re-product, .re-how, .re-customers, .re-contact, .re-nar {
    padding: 5rem 0;
    position: relative;
}
.re-product {
   padding-bottom: 8rem;
}

.re-benefits:before {
  border-top: 100px solid transparent;
  border-left: 50vw solid white;
  border-right: 50vw solid white;
  content: "";
  position: absolute;
  top: -100px;
}

@media screen and (min-width: 1440px) {
.re-benefits:before {
  border-top: 100px solid transparent;
  border-left: 720px solid white;
  border-right: 720px solid white;
  content: "";
  position: absolute;
  top: -100px;
  margin: 0;
}


@media screen and (max-width: 767px) {

.banner-text-img .container .pricing-promo {
  font-size: 12px;
  text-align: center;
}
.re-benefits:before {
  border-top: 50px solid transparent;
  border-left: 50vw solid white;
  border-right: 50vw solid white;
  content: "";
  position: absolute;
  top: -50px;
}


.col-sm-6.image-col {
    margin-top: 2rem;
}

/*Re-Product*/
.re-product ul li {
    margin: 1rem 1.5rem;
    display: inline-block;
}
.re-product {
    background: #f8f8f8;
    margin: 0;
}
.re-product ul{
    margin: 3rem 0;
}
.re-product ul li{
    display: inline-block;
}
.re-nar .container p {
    padding-top: 0.75rem;
}
.re-product .btn-fp{
  color: #fff;
}


/*Re-how*/

.re-how{
  background: #f8f8f8;
}
.re-how .section{
  width: 60%;
  margin: 3rem auto;
}
.re-how .section:last-child{
  margin-bottom: 0;
}
.re-how .section img {
    width: 60%;
    margin: auto;
    margin-bottom: 2rem;
}
.re-how .house{
    margin-top: 1rem;
}
.re-how .paper img{
    width: 45%;
}
.re-how .mobile img{
    width: 35%;
}

/*re-customers*/
.re-customers .col-sm-3 {
    height: 100px;
}
.re-customers .col-sm-3 img{
  height: 70px;
  margin: auto;
  margin-top: 2rem;
}

/*Re-contact*/
.re-contact{

}
.re-contact .buttons-wrapper {
    margin-top: 2rem;
}

/*Bottom-block*/
.bottom-block {
    text-align: left;
}
.bottom-block img {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) and  (min-width: 767px){

	.banner-text-img .container h1{
	 max-width: 22rem;
	}

}
@media screen and (max-width: 1024px) {
  .re-nar .container p {
      font-size: 0.875rem;
      padding-top: 1.00rem;
  }
  .banner-text-img .container h1{
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .bottom-block {
      text-align: center;
  }

  .banner-text-img .container h1{
    margin: 0 auto;
    text-align: center;
  }
	.banner-text-img .container .btn {
	    min-width: 14rem;
	    margin-left: -7rem;
	    width: 14rem;
	}
  .bottom-block .section-subtitle {
      margin-top: 0;
  }
  .bottom-block img {
      display: inline-block;
      margin-bottom: 30px;
  }
  .re-nar .container img {
      margin: auto;
      height: 35px;
  }
  .re-nar .container p {
		font-size: 0.70rem;
		padding-top: .50rem;
  }
  .re-how{
    -webkit-clip-path: none;
    clip-path: none;
  }
  .re-product ul li{
      margin-top: 1rem;
  }
  .re-benefits, .re-product, .re-how, .re-customers, .re-contact{
      padding: 3rem 0;
  }
}
@media screen and (max-width: 480px) {
	.re-how:before {
	 content: none;
	}
	.re-nar .container{
	 margin-top: 1.25rem;
	}
}

@media screen and (max-width: 320px) {
	.re-nar .container{
	 margin-top: 0rem;
	}
}
