@charset "UTF-8";
/* CSS Document */

// fonts
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,300,300italic,400italic,600,700,600italic,700italic);

// demo
body {
  background: #f8f8f8;
}

a {
  text-decoration: none;
}

hg1 {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 25px;
  line-height: 32px;
  padding-top: 70px;
}
hg1 a {
  color: #66cccc;
}

.price-table-wrapper {
  font-family: "Lato", sans-serif;
  text-align: center;
  margin-top: 15px;
}
.price-table-wrapper .featured-table {
  box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}
.price-table-wrapper .pricing-table-residential {
  display: inline-block;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  background: white;
  margin: 15px;
  transition: all 0.3s ease-in-out;
  width: 150px;
}
.price-table-wrapper .pricing-table {
  display: inline-block;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  background: white;
  margin: 15px 10px 15px 10px ;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__header {
  padding: 20px;
  font-size: 20px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #FFF;
  background: #ff9400;
}
.price-table-wrapper .pricing-table__price {
  color: #2073b9;
  padding: 10px 10px 5px 10px;
  margin: auto;
  font-size: 40px;
  font-weight: 500;
}
.price-table-wrapper .pricing-table__button {
  display: block;
  background: #2073b9;
  text-decoration: none;
  padding: 15px;
  color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__button:before {
  position: absolute;
  left: -20%;
  top: -10%;
  content: "";
  width: 60%;
  height: 220%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  background: white;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__button:after {
  position: absolute;
  content: ">";
  top: 0;
  right: 0;
  font-size: 25px;
  padding: 15px;
  padding-right: 40px;
  color: white;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__button:hover {
  background: #ff9400;
}
.price-table-wrapper .pricing-table__list {
  padding: 5px;
  color: #000000;
}
.price-table-wrapper .pricing-table__list li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c8c8c8;
  list-style: none;
}
.price-table-wrapper .pricing-table__list li:last-child {
  border: none;
}
.price-table-wrapper .pricing-table:hover {
  box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}
.price-table-wrapper .pricing-table:hover .pricing-table__button {
  padding-left: 0;
  padding-right: 35px;
}
.price-table-wrapper .pricing-table:hover .pricing-table__button:before {
  top: -80%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 100%;
}
.price-table-wrapper .pricing-table:hover .pricing-table__button:after {
  opacity: 1;
  padding-right: 15px;
}



.price-table-wrapper .compare-table {
  display: inline-block;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  background: white;
  margin: 15px 15px 15px 15px ;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .compare-table:hover {
  box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}
.price-table-wrapper .compare-table:hover .pricing-table__button {
  padding-left: 0;
  padding-right: 35px;
}
.price-table-wrapper .compare-table:hover .pricing-table__button:before {
  top: -80%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 100%;
}
.price-table-wrapper .compare-table:hover .pricing-table__button:after {
  opacity: 1;
  padding-right: 15px;
}

