
.fa-check {
  color: #02827b;
}

.jumbotron {
  padding: 15vh 0;
  background-size: cover;
  background-position: center;
}
.jumbotron .inner {
  margin: 0 auto;
}
.jumbotron .inner h4 {
  text-transform: uppercase;
  font-weight: bold;
  background: #111921;
  color: white;
}

section {
  padding: 4vh 0;
  background: #fbfbfb;
}
section .container .item {
  background-color: white;
  box-shadow: 1px 3px 6px rgba(17, 25, 33, 0.33);
  margin: 8vh auto;
}
section .container .item h5 {
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: underline;
  background: #0a548b;
  color: white;
}
section .container .item ul {
  color: #1e366a;
  border: dotted #0a548b 1px;
  padding: 0.5em 0.5em 0.5em 2em;
  width: 95%;
  margin: 0 auto 20px;
}
section .features h2 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 5vh;
  text-align: center;
}
section .features h2 span {
  background: #02827b;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}
section .features .comparison-table .row {
  border-top: 2px solid #fff;
}
section .features .comparison-table .row .title {
  width: 40%;
  background: #f93c1d;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}
section .features .comparison-table .row .top {
  background: white;
}
section .features .comparison-table .row .inf-area {
  width: 20%;
  background: #e9e9e9;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  font-size: 0.7em;
}
section .features .comparison-table .row .header-title {
  width: 20%;
  text-align: center;
  padding: 20px;
  background: #0a548b;
  color: white;
  text-transform: uppercase;
  font-size: 0.85em;
}
section table .header {
  background: #0a548b;
}
section table .header p {
  color: white;
  text-align: center;
}
section table tr {
  border-top: #111921;
}
section table td {
  background: #d8d8d8;
  text-align: center;
}
section table td p {
  font-size: 0.8em;
}
section table .row-head {
  background: #f93c1d;
  width: 40%;
  text-transform: uppercase;
  font-size: 0.8em;
  color: white;
}

.pricingTable {
  background-color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  padding: 0 0 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.pricingTable .pricingTable-header {
  padding: 50px 20px 100px;
  position: relative;
  z-index: 1;
}
.pricingTable .pricingTable-header:before {
  content: "";
  background-color: #02B86E;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 25%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 25%, 0% 100%);
}
.pricingTable .pricingTable-header:after {
  content: "";
  background-color: #02B86E;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 25%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 25%, 0% 100%);
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 25%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 25%);
}
.pricingTable .title {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 43px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.pricingTable .price-value {
  color: #222;
  margin: -25px 0 25px;
}
.pricingTable .price-value .amount {
  font-size: 53px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}
.pricingTable .price-value .duration {
  font-size: 18px;
  font-weight: 400;
  display: block;
}
.pricingTable .pricing-content {
  text-align: left;
  padding: 0;
  margin: 0 0 35px;
  list-style: none;
  display: inline-block;
}
.pricingTable .pricing-content li {
  color: #888;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  padding: 0 0 0 30px;
  margin: 0 0 20px;
  position: relative;
}
.pricingTable .pricing-content li:last-child {
  margin-bottom: 0;
}
.pricingTable .pricing-content li:before {
  content: "";
  color: #329124;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  margin: auto;
  position: absolute;
  top: 1px;
  left: 0;
}
.pricingTable .pricing-content li.disable:before {
  content: "";
  color: #e00d1b;
}
.pricingTable .pricingTable-signup a {
  color: #fff;
  background: #02B86E;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 18px;
  border-radius: 10px;
  display: inline-block;
  transition: all 0.3s;
}
.pricingTable .pricingTable-signup a:hover {
  text-shadow: 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.7);
}

.pricingTable.red .pricingTable-header:before {
  background-color: #FF2100;
}
.pricingTable.red .pricingTable-signup a {
  background-color: #FF2100;
}

.pricingTable.blue .pricingTable-header:before {
  background-color: #0069E9;
}
.pricingTable.blue .pricingTable-signup a {
  background-color: #0069E9;
}

@media only screen and (max-width: 990px) {
  .pricingTable {
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 576px) {
  section table .header {
    background: #0a548b;
  }
  section table .header p {
    color: white;
    text-align: center;
    font-size: 0.7em;
  }
  section table tr {
    border-top: #111921;
  }
  section table td {
    background: #d8d8d8;
    text-align: center;
  }
  section table td p {
    font-size: 0.8em;
  }
  section table .row-head {
    background: #f93c1d;
    width: 30%;
    text-transform: uppercase;
    font-size: 0.4em;
    color: white;
  }
  section .features .comparison-table .row .title {
    width: 100%;
    background: #f93c1d;
    color: white;
    text-align: center;
  }
  section .features .comparison-table .row .top {
    background: white;
  }
  section .features .comparison-table .row .inf-area {
    width: 33%;
    background: #e9e9e9;
    text-align: center;
  }
  section .features .comparison-table .row .header-title {
    width: calc(100% / 3);
  }
}

footer {
  padding: 1rem 0 1rem 0;
  background-color: #212529;
  background-repeat: no-repeat;
  background-position: center;
  color: #ced4da;
  height: 7rem;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 100;
}
footer .container-fluid {
  background-color: #212529;
}

footer .float-left {
  background-color: #212529;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fd7e14;
}

footer .copyright {
  background-color: #212529;
  display: block;
  width: 100%;
  padding: 25px 1rem .3rem 0;
  text-align: right;
}

@media (min-width: 992px) {
  footer .copyright {
    padding: 25px 1rem .3rem 0;
  }
}

.footer-link {
  color: #ced4da;
}

.copyright {
  font-size: .8rem;
}
