/* PLACE YOUR CUSTOM STYLES IN THIS FILE */
.logo-plate {
    position: relative;
    top: 0;
    max-width: 300px;
    z-index: 2;
    margin:auto;
}
.logo-plate img {
    max-width:100%;
}
.lead {
    font-size:1.5rem;
}
.h2, h2 {
    font-size: 3rem;
}
.nk-footer, .nk-footer p {
    font-size:1.2rem;
}
.pricing {
  padding: 64px 0;
}
.pricing-table {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  background-color: #fff;
}
.pricing-table .pricing-header .pt-price {
  color: #4c4c4c;
  font-size: 40px;
  line-height: 70px;
  font-weight: 400;
  text-align: center;
  padding: 10px 40px;
}
.pricing-table .pricing-header .pt-price small {
  font-size: 13px;
  color: #9a9a9a;
  font-weight: 300;
}
.pricing-table .pricing-header .pt-name {
  padding: 10px 40px;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  color: #4c4c4c;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.pricing-table .pricing-body ul {
  margin: 0;
  padding: 20px 0;
  list-style: none;
}
.pricing-table .pricing-body ul li {
  padding: 6px 25px;
  margin: 0;
  font-size:1.2rem;
}
.pricing-table .pricing-body ul li:nth-child(even) {

}
.pricing-table .pricing-body ul li .fa-times {
  color: #ff6666;
}
.pricing-table .pricing-body ul li .fa-check {
  color: #496C84;
}
.pricing-table .pricing-footer {
  text-align: center;
  padding: 15px 40px;
  border-top: 1px solid #f2f2f2;
}
.pricing-table.featured .pricing-header {
  position: relative;
  overflow: hidden;
}
.pricing-table.featured .pricing-header .pt-price {
  color: #4ecdc4;
}
.pricing-table.featured .pricing-header .pt-price small {
  color: #4ecdc4;
}
.pricing-table.featured .pricing-header .pt-name {
  color: #4ecdc4;
}
.pricing-table.featured .pricing-header .featured-text {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  background-color: #4ecdc4;
  color: #fff;
  position: absolute;
  top: 22px;
  left: -28px;
  padding: 5px 0;
  width: 126px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn-default {
  color: #676767;
  border-color: #e5e5e5;
 
}
.btn-default:hover {
  color: #fff;
  background-color: #4ecdc4;
  border-color: #4ecdc4;
}
.btn {
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 40px;
  padding: 8px 30px;
  margin-bottom: 5px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
          transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.btn-main {
  color: #fff;
  background-color: #4ecdc4;
  border-color: #4ecdc4;
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active {
  background-color: #33b5ac;
  border-color: #33b5ac;
  color: #fff;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    .nk-header-title.nk-header-title-lg .nk-header-table {
        min-height: 370px;
    }
    .h1, h1 {
        font-size: 2rem;
    }
    .nk-box-3, .nk-box-rounded-3 {
        padding: 30px;
    }
    .pricing-table {
        margin-bottom: 15px;
    }
    .pricing {
        padding: 50px 0 0 0;
    }
}
