/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.bserv-group {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  min-height: 500px;
  width: 100%; }
  .bserv-group > * {
    margin-bottom: 20px; }
  .bserv-group select {
    outline: none;
    width: 100%;
    max-width: 400px;
    padding: 10px 20px; }
  .bserv-group .group-product {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    max-width: 700px; }
    .bserv-group .group-product .group-content {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin-top: 30px; }
      .bserv-group .group-product .group-content > * {
        display: inline-flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        flex-basis: 49%;
        padding: 30px 15px;
        border: 1px solid #ddd;
        border-radius: 5px;
        text-align: center;
        background-color: #fff;
        margin-bottom: 15px; }
        .bserv-group .group-product .group-content > * .content-action {
          margin-top: 40px; }
          .bserv-group .group-product .group-content > * .content-action a {
            display: inline-block;
            padding: 10px 15px;
            border-radius: 5px;
            font-weight: 600;
            background-color: #009de0;
            color: #fff;
            width: 150px;
            text-decoration: none; }
      .bserv-group .group-product .group-content > .content-single:not(:last-of-type) {
        margin-right: 5px; }

@media (min-width: 992px) {
  .bserv-group {
    padding: 60px 0; }
    .bserv-group .group-content > * {
      padding: 30px 20px; }
    .bserv-group .content-single {
      flex-basis: 32%; } }

.bserv-single {
  display: block;
  max-width: 900px;
  width: 100%;
  margin: 0 auto; }
  .bserv-single .bserv-wrap {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    min-height: 500px;
    text-align: center;
    width: 100%; }
    .bserv-single .bserv-wrap h1 {
      line-height: 1.4; }
    .bserv-single .bserv-wrap > p {
      margin-top: 15px; }
    .bserv-single .bserv-wrap .bserv-desc {
      margin-top: 10px;
      padding: 30px;
      border: 1px solid #ddd;
      border-radius: 5px; }
    .bserv-single .bserv-wrap .bserv-pricing {
      padding: 20px 0 0 0;
      text-align: center; }
      .bserv-single .bserv-wrap .bserv-pricing h3 {
        margin-bottom: 15px; }
      .bserv-single .bserv-wrap .bserv-pricing select {
        outline: none;
        max-width: 400px;
        padding: 10px 20px; }
    .bserv-single .bserv-wrap .bserv-checkout {
      margin-top: 30px; }
      .bserv-single .bserv-wrap .bserv-checkout button, .bserv-single .bserv-wrap .bserv-checkout a {
        border-radius: 5px;
        cursor: pointer;
        background-color: #009de0;
        color: #fff;
        text-decoration: none; }
    .bserv-single .bserv-wrap .bserv-notice {
      display: none;
      margin-top: 30px; }
      .btn-login {
        border-radius: 5px;
    cursor: pointer;
    background-color: #009de0;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 15px;
      }
      .btn-signup {
        border-radius: 5px;
    cursor: pointer;
    background-color: #009de0;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 15px;
      }

@media (min-width: 992px) {
  .bserv-single .bserv-wrap {
    padding: 60px 0px; } }

.bserv-login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #009de0; }
  .bserv-login .bserv-wrap {
    width: 400px;
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 5px; }
    .bserv-login .bserv-wrap .login-heading p {
      margin-top: 10px;
      font-size: 11px;
      line-height: 1.3; }
    .bserv-login .bserv-wrap .login-content {
      padding: 30px 0; }
      .bserv-login .bserv-wrap .login-content input {
        width: 100%;
        margin-bottom: 10px;
        background-color: #f0f0f0; }
    .bserv-login .bserv-wrap .login-action {
      display: flex; }
      .bserv-login .bserv-wrap .login-action button {
        margin-left: auto;
        cursor: pointer;
        background-color: #009de0;
        color: #fff; }

.bserv-signup {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #009de0; }
  .bserv-signup .bserv-wrap {
    width: 600px;
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 5px; }
    .bserv-signup .bserv-wrap .signup-heading h2 {
      margin: 0;
      font-size: 20px; }
    .bserv-signup .bserv-wrap .signup-heading p {
      margin-top: 10px;
      font-size: 11px;
      line-height: 1.3; }
    .bserv-signup .bserv-wrap .signup-content {
      padding: 30px 0; }
      .bserv-signup .bserv-wrap .signup-content .in-fifty {
        display: flex; }
        .bserv-signup .bserv-wrap .signup-content .in-fifty input:not(:last-of-type), .bserv-signup .bserv-wrap .signup-content .in-fifty select:not(:last-of-type) {
          margin-right: 20px; }
      .bserv-signup .bserv-wrap .signup-content input, .bserv-signup .bserv-wrap .signup-content select {
        width: 100%;
        padding: 10px 20px;
        font-size: 12px;
        margin-bottom: 20px;
        background-color: #f0f0f0; }

.bserv-success {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #009de0; }
  .bserv-success .bserv-wrap {
    width: 400px;
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 5px; }
    .bserv-success .bserv-wrap .success-heading p {
      margin-top: 10px;
      font-size: 11px;
      line-height: 1.3; }
    .bserv-success .bserv-wrap .success-content {
      padding: 30px 0; }

.bserv-complete .bserv-wrap {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  flex-wrap: wrap;
  width: 100%; }
  .bserv-complete .bserv-wrap .bserv-download a {
    margin-top: 50px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #ddd;
    border-radius: 5px;
    font-weight: 600;
    color: #2d2d2d; }

.bserv-modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0000003a;
  z-index: 99; }
  .bserv-modal .login-wrap {
    display: none;
    width: 400px;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .bserv-modal .login-wrap .modal-head h1 {
      margin: 0; }
    .bserv-modal .login-wrap .modal-content .form-group {
      margin: 10px 0; }
      .bserv-modal .login-wrap .modal-content .form-group input {
        width: 100%; }
        .bserv-modal .login-wrap .modal-content .form-group input.error {
          border: 1px solid #e74c3c; }
    .bserv-modal .login-wrap .modal-action {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .bserv-modal .login-wrap .modal-notice {
      display: none;
      margin-top: 10px;
      padding: 15px;
      border: 1px solid #e74c3c;
      border-radius: 5px; }
      .bserv-modal .login-wrap .modal-notice .modal-text {
        margin: 0;
        font-size: 12px; }
  .bserv-modal .register-wrap {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 5px; }
    .bserv-modal .register-wrap .signup-heading h2 {
      margin: 0;
      font-size: 20px; }
    .bserv-modal .register-wrap .signup-heading p {
      margin-top: 10px;
      font-size: 11px;
      line-height: 1.3; }
    .bserv-modal .register-wrap .signup-content {
      display: flex;
      flex-wrap: wrap;
      padding-top: 30px;
      height: 300px;
      overflow-y: scroll; }
      .bserv-modal .register-wrap .signup-content .in-fifty {
        display: flex;
        flex-basis: 100%; }
        .bserv-modal .register-wrap .signup-content .in-fifty input:not(:last-of-type), .bserv-modal .register-wrap .signup-content .in-fifty select:not(:last-of-type) {
          margin-right: 20px; }
      .bserv-modal .register-wrap .signup-content input, .bserv-modal .register-wrap .signup-content select {
        width: 100%;
        padding: 10px 20px;
        font-size: 12px;
        margin-bottom: 20px;
        background-color: #f0f0f0; }
        .bserv-modal .register-wrap .signup-content input.error, .bserv-modal .register-wrap .signup-content select.error {
          border: 1px solid #e74c3c; }
    .bserv-modal .register-wrap .modal-notice {
      display: none;
      margin-bottom: 30px;
      padding: 15px;
      border: 1px solid #e74c3c;
      border-radius: 5px; }
      .bserv-modal .register-wrap .modal-notice .modal-text {
        margin: 0;
        font-size: 12px; }
  .bserv-modal .reset-wrap {
    display: none;
    width: 400px;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .bserv-modal .reset-wrap .reset-head h1 {
      margin: 0;
      font-size: 30px; }
    .bserv-modal .reset-wrap .reset-content .form-group {
      margin: 10px 0; }
    .bserv-modal .reset-wrap .modal-notice {
      display: none;
      margin-top: 10px;
      padding: 15px;
      border: 1px solid #3ce759;
      border-radius: 5px; }
      .bserv-modal .reset-wrap .modal-notice .modal-text {
        margin: 0;
        font-size: 12px; }

@media (min-width: 992px) {
  .bserv-modal .register-wrap {
    width: 600px; }
    .bserv-modal .register-wrap form .signup-content {
      height: 100%;
      overflow: initial; }
      .bserv-modal .register-wrap form .signup-content .in-fifty {
        flex-basis: 49%; }
        .bserv-modal .register-wrap form .signup-content .in-fifty:not(:nth-child(2n)) {
          margin-right: 10px; } }

.single-bservpackage {
  display: flex;
  flex-direction: column;
  padding: 30px;
  justify-content: center;
  background-color: #fff;
  border-radius: 5px; }
  .single-bservpackage h3 {
    text-align: center;
    margin: 10px 0 !important; }
  .single-bservpackage .bservpackage-action {
    display: flex;
    justify-content: center; }
    .single-bservpackage .bservpackage-action a {
      text-decoration: none;
      padding: 10px 20px;
      border-radius: 5px;
      background-color: #e8e8e8;
      color: #2d2d2d;
      font-weight: 600;
      font-size: 16px; }

.single-protected {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px; }
  .single-protected h4 {
    text-align: center;
    font-size: 30px; }
  .single-protected a {
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #e8e8e8;
    color: #2d2d2d;
    font-weight: 600;
    font-size: 16px; }
