.wpb_wrapper p:nth-child(2) {
  color: white;
}

.gp-pricing-column-interval {
  color: #9C27B0 !important;
  text-transform: uppercase !important;
}

.vc_custom_heading.vc_custom_1506678632758 {
  color: #9C27B0 !important;
}

.gp-footer-third {
  padding-left: 10% !important;
}

header {
  z-index: 100 !important;
}

.form-group {
  display: flex;
  justify-content: space-around;
}

::placeholder {
  color: rgb(206, 206, 206)
}

.error {
  color: lightcoral;
  margin-right: 10px !important;
}

input.error {
  border: 1px solid lightcoral;
  ;
}

#account1,#account2,
#gp-main-header-secondary-nav,
#account.hide,#account2.hide,
#gp-main-header-secondary-nav.hide,
.signup.hide {
  display: none !important;
}

#account1.show,#account2.show,
#gp-main-header-secondary-nav.show {
  display: block !important;
}

ul li a:hover {
  text-decoration: unset !important;
}

.isnotmobile {
  display: inherit;
}

.ismobile {
  display: none;
}

#gp-mobile-primary-nav {
  transform: translateX(-300px);
}
#gp-mobile-primary-nav.show {
  transform: translate(0, 0);
}

#gp-mobile-nav-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  background: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
}

#gp-mobile-nav-bg.show {
  display: block;
}

#gp-close-mobile-nav-button.show {
  display: block;
}
#gp-close-mobile-nav-button:before {
  content: "\2715";
}

#gp-nav-button-icon {
  display: block;
}
#gp-nav-button-icon.hide {
  display: none;
}

article {
  padding: 50px 100px;
}

.modal-body input::placeholder {
  color: rgb(160, 158, 158) !important;
}
@media only screen and (max-width: 768px) {

  .vc_custom_1506940850543 {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }

  article {
    padding: 50px 50px 0px;
  }

  .texttop div,
  .texttop p {
    text-align: center !important;
    margin-left: 0px !important;
  }

  #membership-levels,
  #sectionmobile2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .isnotmobile {
    display: none;
  }

  .ismobile {
    display: inherit;
  }

  #gp_statistics_wrapper_1 {
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
  }
  #gp_statistics_wrapper_1>div {
    width: 100%;
  }
}