/*co-founder packages*/
.pageheading {
  font-size: 24px;
  margin-bottom: 15px;
  border-bottom: 2px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .pageheading span {
    display: inline-block;
    margin-bottom: -2px;
    border-bottom: 2px solid #1d2c4c;
    padding-bottom: 3px; }
  .pageheading .btn {
    padding: 5px 20px; }
  .pageheading.multiBtn {
    justify-content: flex-end; }
    .pageheading.multiBtn span {
      margin-right: auto; }
    .pageheading.multiBtn .btn + .btn {
      margin-left: 5px; }
      @media (max-width: 575.98px) {
        .pageheading.multiBtn .btn + .btn {
          margin-left: 0;
          margin-top: 5px; } }
  @media (max-width: 575.98px) {
    .pageheading {
      flex-direction: column;
      align-items: flex-start; } }

.membershipPackages {
  margin-bottom: 60px; }
  .membershipPackages .col-md-6:nth-child(n+3) {
    margin-top: 40px; }
  .membershipPackages .package {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 15px 15px 0 #acbdcb;
    padding: 20px; }
    .membershipPackages .package .pachageTitle span.seller {
      display: block;
      width: 40%;
      margin: 0 auto 5px;
      text-align: center;
      font-size: 13px;
      color: red;
      position: relative;
      height: 20px; }
      .membershipPackages .package .pachageTitle span.seller.active:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        height: 1px;
        background-color: red; }
      .membershipPackages .package .pachageTitle span.seller span {
        position: relative;
        z-index: 1;
        padding: 0 5px;
        display: inline-block;
        background-color: #fff; }
    .membershipPackages .package .pachageTitle .packageName {
      font-size: 18px; }
      .membershipPackages .package .pachageTitle .packageName strong {
        font-size: 24px;
        display: block; }
    .membershipPackages .package .pachageTitle .specialMsg {
      border-radius: 5px;
      width: 200px;
      margin: auto;
      text-align: center;
      padding: 2px;
      color: #2ab26f;
      font-weight: 500;
      font-style: italic;
      font-size: 14px;
      height: 25px; }
      .membershipPackages .package .pachageTitle .specialMsg.active {
        background-color: rgba(5, 183, 102, 0.2); }
    .membershipPackages .package .discount {
      margin: 15px 0; }
      .membershipPackages .package .discount span:not(.newPrice) {
        display: inline-block; }
      .membershipPackages .package .discount .discountPercent {
        color: #2ab26f;
        font-weight: 500;
        margin-right: 6px; }
      .membershipPackages .package .discount .totalPrice {
        color: #95959d;
        text-decoration: line-through; }
      .membershipPackages .package .discount .newPrice {
        font-weight: bold;
        font-size: 24px; }
      .membershipPackages .package .discount .perMonth {
        color: #95959d; }
    .membershipPackages .package ul {
      margin-top: 20px;
      text-align: left;
      list-style: none;
      padding-left: 0px; }
      .membershipPackages .package ul li {
        padding-left: 30px; }
        .membershipPackages .package ul li.active {
          position: relative; }
          .membershipPackages .package ul li.active:before {
            content: '\f00c';
            font-family: fontawesome;
            position: absolute;
            top: 0px;
            left: 5px;
            color: #2ab26f; }
        .membershipPackages .package ul li:not(.active) {
          text-decoration: line-through;
          color: #95959d; }
    .membershipPackages .package .proceedBtn {
      margin-top: auto; }

.choosePlan {
  width: 1000px;
  margin: auto;
  text-align: center;
  padding: 30px 0;
  box-shadow: 0 15px 15px 0 #acbdcb;
  margin-bottom: 30px;
  border-top: 5px solid #2ab26f;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 60px; }
  .choosePlan p {
    text-align: center; }
  .choosePlan .priceQuickview {
    border: 1px solid #cccccc;
    padding: 20px;
    transition: 0.3s; }
    .choosePlan .priceQuickview span {
      display: block;
      font-weight: 500; }
      .choosePlan .priceQuickview span.period {
        font-size: 16px; }
      .choosePlan .priceQuickview span.newPrice {
        font-size: 28px; }
      .choosePlan .priceQuickview span.perMonth {
        font-size: 16px;
        color: #72727d;
        margin-bottom: 20px; }
    .choosePlan .priceQuickview:hover {
      border-color: #2ab26f; }

.foursec {
  margin-bottom: 60px; }
  .foursec .pageSubHeading {
    text-align: center;
    margin-bottom: 20px; }
    .foursec .pageSubHeading span {
      font-weight: normal; }
  .foursec .info {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    box-shadow: 0 15px 15px 0 #acbdcb;
    margin-bottom: 30px; }
    .foursec .info .fourSubHeading {
      font-size: 18px;
      margin-bottom: 10px; }

#testimonials, .otherInfo {
  margin-bottom: 60px; }

/*co-founder packages*/
