#mainNav .navbar-nav>li.nav-item>a {
  display: block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  position: relative;
}

#intro .intro-text {
  padding-top: 140px;
  text-align: center;
  vertical-align: top;
}

@media (max-height: 768px) {
  #intro .intro-text {
    padding-top: 80px;
  }
}

@media (max-width: 768px) {
  #intro .intro-text {
    padding-top: 180px;
  }
}

@media (max-width: 767px) {
  #intro .intro-text {
    padding-top: 50px;
  }
}

#intro h2 {
  margin: 30px 0 10px 0;
  padding: 0 15px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

#intro p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#intro .btn-get-started:hover {
  color: #f55d47;
  background: #fff;
}

#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding-top: 30px;
  text-align: center;
  width: 100%;
  height: 530px;
}


#intro .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(50% + 54px);
  bottom: 0;
  height: 500px;
}

#intro .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(50% - 154px);
  bottom: 0;
  height: 430px;
}

#intro .product-screens .product-screen-3 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 374px);
  bottom: 0;
  height: 360px;
}

@media (max-height: 768px) {
  #intro .product-screens {
    height: 430px;
  }
  #intro .product-screens .product-screen-1 {
    height: 400px;
  }
  #intro .product-screens .product-screen-2 {
    height: 330px;
  }
  #intro .product-screens .product-screen-3 {
    height: 260px;
  }
}

@media (max-width: 767px) {
  #intro .product-screens {
    height: 400px;
  }
  #intro .product-screens .product-screen-1 {
    position: static;
  }
  #intro .product-screens .product-screen-2, #intro .product-screens .product-screen-3 {
    display: none;
  }
}

@media (max-width: 767px) and (max-height: 639px) {
  #intro .product-screens {
    height: 300px;
  }
  #intro .product-screens .product-screen-1 {
    position: static;
  }
  #intro .product-screens .product-screen-2, #intro .product-screens .product-screen-3 {
    display: none;
  }
}


/* Pricing Section
--------------------------------*/
#pricing {
  padding: 60px 0 60px 0;
}

#pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

#pricing h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 28px;
}

#pricing h4 {
  font-size: 46px;
  color: #F05F40;
  font-weight: 300;
}

#pricing h4 sup {
  font-size: 20px;
  top: -20px;
}

#pricing h4 span {
  color: #bababa;
  font-size: 20px;
}

/*#pricing ul {*/
/*  padding: 0;*/
/*  list-style: none;*/
/*  color: #999;*/
/*  text-align: left;*/
/*  line-height: 20px;*/
/*}*/

#pricing ul li {
  padding-bottom: 12px;
}

#pricing ul i {
  color: #F05F40;
  font-size: 18px;
  padding-right: 4px;
}

#pricing .get-started-btn {
  background: #F05F40;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

#pricing .featured {
  border: 2px solid #F05F40;
}

#pricing .featured .get-started-btn {
   background: #F05F40;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

/* Frequently Asked Questions Section
--------------------------------*/
#faq {
  /*padding: 60px 0;*/

  padding-bottom: 0 !important;
}

#faq-list {
  padding: 0;
  list-style: none;
}

#faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq-list > li > a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  padding-right: 20px;
}

#faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq-list p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #faq-list a {
    font-size: 18px;
  }
  #faq-list i {
    top: 13px;
  }

  section {
    padding: 1rem 0;
  }
}

#faq-list a.collapse {
  color: #1dc8cd;
}

#faq-list a.collapsed {
  color: #000;
}

#faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}


/*  TABS
----------------------*/

.tab-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #FFF;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
  padding: 3rem;
}

@media (max-width:992px) {
  .tab-content {
    padding: 1.5rem;
  }
}

.tab-content p {
  line-height: 1.8;
}

.tab-content h2 {
  margin-bottom: 0.5rem;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  padding: 1rem 1rem;
  border-color: #faf6fb #faf6fb #FFF;
  font-size: 19px;
  color: #6e86ba;
  background: #f5eff7;
}

.nav-tabs .nav-link.active {
  background: #FFF;
  border-top-width: 3px;
  border-color: #f05f40 #faf6fb #FFF;
  color: #3b558d;
}
