html {
  background-color: #292929;
}

.center {
  text-align: center;
}

.image-tile {
  border-radius: 8px;
}

.sub-block {
  text-align: center;
  padding-top: 15px;
}

.scrolled {
  box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, .4);
}

.section-border {
  border-top: 10px solid #9037ff;
  border-bottom: 10px solid #9037ff;
}

ul.menu li:not(.signup) a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 38px;
  left: 0;
  background-color: #9037ff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

ul.menu li:not(.signup) a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.align-left {
  text-align: left !important;
}

 .header-btn {
  line-height: 26px;
  padding: 0 16px;
 }

section.feature-page {
  padding: 50px 0 !important;
}

.feature-home h5 {
  font-size: 20px !important;
  margin-top: 10px;
}

 .feature-home i {
  color: #9037ff !important;
 }

 a.help, abbr.help{
  border-bottom: 1px dashed #fff;
  text-decoration: none;
  cursor: help;
 }

 .darker > abbr.help {
  border-bottom: 1px dashed #444444;
 }

 h1.medium {
    font-size: 48px;
    line-height: 55px;
    font-weight: 300;
 }

 p.lead {
   margin-bottom: 30px;
 }

 p.pricing-detail {
  font-size: 14px;
  margin-bottom: 30px;
}

 .darker {
  color: #444444 !important;
 }

 .dark {
  color: #888888 !important;
 }

 p.about {
  font-size: 18px;
  line-height: 29px;
}

section.pageheader {
    padding: 70px 0;
}

h3.pageheader {
  display: inline-block;
  border-bottom: 2px solid #7329ce;
  padding-bottom: 15px;
  font-size: 38px;
}

h4.sideheader {
  display: inline-block;
  border-bottom: 2px solid #7329ce;
  padding-bottom: 15px;
  font-size: 30px;
}

 table {
    width: 100%;
    margin-left:auto; 
    margin-right:auto;
    text-align:center;
 }

 th {
  text-align:center;
  width: 33.33%;
 }

 td {
  text-align:center;
  width: 33.33%;
 }

 .align-right {
   text-align: right;
 }

.bg-dark .underline {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
}

.underline {
  border-bottom: 1px solid #9037ff;
  padding-bottom: 15px;
}

/* Browser mockup code
 * Contribute: https://gist.github.com/jarthod/8719db9fef8deb937f4f
 * Live example: https://updown.io
 */

 .browser-mockup {
    border-top: 2em solid rgba(230, 230, 230, 0.7);
    box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.4);
    position: relative;
    border-radius: 3px 3px 0 0
  }
  
  .browser-mockup:before {
    display: block;
    position: absolute;
    content: '';
    top: -1.25em;
    left: 1em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background-color: #f44;
    box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
  }
      
  .browser-mockup.with-tab:after {
    display: block;
    position: absolute;
    content: '';
    top: -2em;
    left: 5.5em;
    width: 20%;
    height: 0em;
    border-bottom: 2em solid white;
    border-left: 0.8em solid transparent;
    border-right: 0.8em solid transparent;
  }
  
  .browser-mockup.with-url:after {
    display: block;
    position: absolute;
    content: '';
    top: -1.6em;
    left: 5.5em;
    width: calc(100% - 6em);
    height: 1.2em;
    border-radius: 2px;
    background-color: white;
  }
  
  .browser-mockup > * {
    display: block;
  }

  section.pb0 {
      padding: 10px 0 0 0;
  }

  .nav-bar {
      border-bottom: 0px !important;
  }

  .pricing-layout {
    margin-bottom: 30px;
  }

  .pricing-table {
    border: 1px solid #ffffff;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 40px;
    background-color: #ffffff !important;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
  }

  .pricing-table p {
    color: #292929 !important;
  }

  .pricing-table h5 {
    color: #9037ff !important;
  }

  .btn-filled {
    border-color: #9037ff !important;
  }

  .pricing-feature i {
    color: #ffffff;
  }

  .signup-plans {
    color: #ffffff;
  }

.plan-box {
    border: 2px solid #444444;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 4fr 8fr 26px;
    align-items: center;
    transition: ease border-color .2s;
    -webkit-transform: translateZ(0);
}

.plan-box:hover {
  border: 2px solid #ccc;
}

.checked.plan-box:hover {
  border: 2px solid #ccc;
  
}

.checked.plan-box:hover .plan-select {
  border: 2px solid #ccc;
}

.not-checked.plan-box:hover .plan-select {
  border: 2px solid #ccc;
}

.checked.plan-box {
  border: 2px solid #9037ff;
  background-color: #9037ff;
}

.not-checked .plan-select {
  border: 2px solid #444444;
}

.checked .plan-select {
  background: #5b269e;
  border: 2px solid #9037ff;

}

.plan-select {
  position: relative;
  left: -25px;
  width: 46px;
  height: 46px;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 100%;
  transition: ease border .2s;
}

.checked .plan-select:after {
  position: relative;
  top: -16px;
  left: -9px;
  content: "";
  display: block;
  transform: rotate(45deg);
  height: 23px;
  width: 10px;
  margin-left: 60%; 
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
}

.plan-box h2, .plan-box p {
  margin: 0 !important;
  padding: 0 !important;
}
.plan-box h2 {
  font-size: 26px;
  font-weight: 500;
  margin: 40px 0 10px 0;
}

h5.signup-features-heading {
  color: #8efdd2 !important;
  font-weight: bold;
  margin-bottom: 5px !important;
  margin-top: 30px;
}


.signup-features-grid {
    color: #8efdd2 !important;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.signup-features-grid span {
  color: #8efdd2 !important;
}

.plan-heading {
  margin-top: -5px;
}

.plan-heading h5 {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
}

.plan-heading .price {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.plan-heading .price small{
  font-size: 20px;
}

form.signup input[type="text"] {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  border-radius: 8px;
  background: #444;
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    color: #ccc;
}

form.signup input[type="text"]:focus,
form.signup input[type="password"]:focus {
  outline: none;
  border: 2px solid #9037ff;
}

form.signup input[type="text"]::-webkit-input-placeholder {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px !important;
  text-transform: none;
  font-weight: normal;
}
form.signup input[type="text"]::-moz-placeholder {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px !important;
  text-transform: none;
  font-weight: normal;
}
form.signup input[type="text"]:-ms-input-placeholder {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px !important;
  text-transform: none;
  font-weight: normal;
}
form.signup input[type="text"]::placeholder {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px !important;
  text-transform: none;
  font-weight: normal;
}

form.signup input[type="text"]:focus {
  background: #ffffff;
  color: #292929;
}

form p {
  line-height: 18px;
  padding-bottom: 10px;
}

.form-error {
  border-radius: 8px;
  width: 100%;
  padding: 10px;
}

@media only screen and (max-device-width: 1000px)
{
  br {
  display: block !important;
  }
}