.upgrade-page-container {
  display: block;
  width: 916px;
  max-width: 100%;
  margin: 0 auto; }

.upgrade-infos-box {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px; }
  .upgrade-infos-box h2 {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    margin: 0 0 12px 0;
    border: none; }
    .upgrade-infos-box h2:last-child {
      margin: 0; }
  .upgrade-infos-box p {
    display: block;
    color: transparent;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400; }
  @media (max-width: 767px) {
    .upgrade-infos-box {
      padding: 20px 12px; }
      .upgrade-infos-box h2 {
        font-size: 22px;
        line-height: 26px; }
      .upgrade-infos-box p {
        font-size: 15px;
        line-height: 25px; } }

.upgrade-infos {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 16px 0 0 0; }
  .upgrade-infos .colm {
    display: block;
    float: left;
    padding: 16px;
    position: relative;
    max-width: 33.333333%;
    flex: 0 0 33.333333%; }
    @media (max-width: 767px) {
      .upgrade-infos .colm {
        max-width: 50%;
        flex: 0 0 50%; } }
    @media (max-width: 640px) {
      .upgrade-infos .colm {
        padding: 12px 8px; } }
    @media (max-width: 479px) {
      .upgrade-infos .colm {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 6px 0; } }
    .upgrade-infos .colm:after {
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      right: 0;
      height: calc(100% - 20px);
      width: 2px; }
    .upgrade-infos .colm:before {
      content: "";
      display: block;
      position: absolute;
      left: 10px;
      top: 0px;
      width: calc(100% - 20px);
      height: 2px; }
    .upgrade-infos .colm:not(:nth-child(3n)):after {
      border-right: 1px solid #CDCDCD; }
    .upgrade-infos .colm:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):before {
      border-top: 1px solid #CDCDCD; }
    @media (max-width: 767px) {
      .upgrade-infos .colm:before, .upgrade-infos .colm:after {
        border: none !important; }
      .upgrade-infos .colm:not(:nth-child(2n)):after {
        border-right: 1px solid #CDCDCD !important; }
      .upgrade-infos .colm:not(:first-child):not(:nth-child(2)):before {
        border-top: 1px solid #CDCDCD !important; } }
    @media (max-width: 479px) {
      .upgrade-infos .colm:before, .upgrade-infos .colm:after {
        display: none; } }
    .upgrade-infos .colm .txt-area {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
      .upgrade-infos .colm .txt-area .ico {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        background-color: transparent;
        border-radius: 100px; }
        .upgrade-infos .colm .txt-area .ico img {
          display: block;
          float: left;
          margin: 0;
          padding: 0;
          width: auto;
          max-width: 24px; }
        @media (max-width: 640px) {
          .upgrade-infos .colm .txt-area .ico {
            width: 40px;
            height: 40px;
            flex: 0 0 40px; }
            .upgrade-infos .colm .txt-area .ico img {
              max-width: 22px; } }
      .upgrade-infos .colm .txt-area .txt {
        display: block;
        float: left;
        padding: 0 0 0 8px;
        color: transparent;
        font-size: 15px;
        line-height: 21px;
        font-weight: 500; }
        @media (max-width: 640px) {
          .upgrade-infos .colm .txt-area .txt {
            font-size: 14px;
            line-height: 20px; } }

.package-section {
  display: block;
  margin: 40px 0 0 0; }
  .package-section h2 {
    display: block;
    text-align: center;
    color: #9B2629;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 12px 0; }
  .package-section p {
    display: block;
    color: #5E5A5A;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400; }
    .package-section p:not(:last-child) {
      margin: 0 0 10px 0; }
  @media (max-width: 767px) {
    .package-section h2 {
      font-size: 24px;
      line-height: 28px; }
    .package-section p {
      font-size: 15px;
      line-height: 26px; } }

.package-container {
  display: block;
  margin: 30px 0 0 0; }

.package-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px; }
  .package-row .colm {
    display: block;
    float: left;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    padding: 13px; }
    .package-row .colm:nth-child(even) .package-box {
      background: linear-gradient(180deg, #EDF0F8 -39.55%, #FFF 66.93%, #E4E7EF 156%);
      background-color: #EDF0F8;
      box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.12); }
      .package-row .colm:nth-child(even) .package-box .head {
        background-color: #3C0000; }
      .package-row .colm:nth-child(even) .package-box .head-bot {
        background-color: #9B2629; }
      .package-row .colm:nth-child(even) .package-box .pkg-services li {
        padding-top: 17px;
        padding-bottom: 17px;
        background-position: top 17px left; }
  @media (max-width: 767px) {
    .package-row {
      margin: 0 -8px; }
      .package-row .colm {
        padding: 8px; } }
  @media (max-width: 639px) {
    .package-row {
      justify-content: center; }
      .package-row .colm {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 8px 8px 20px 8px; }
        .package-row .colm .package-box {
          height: 100%; }
          .package-row .colm .package-box .pkg-services {
            flex: 1; }
            .package-row .colm .package-box .pkg-services li {
              padding: 13px 0 13px 32px !important; } }
    @media (max-width: 639px) and (max-width: 479px) {
      .package-row .colm {
        max-width: 100%;
        flex: 0 0 100%; }
        .package-row .colm:not(:last-child) {
          padding-bottom: 24px; }
        .package-row .colm .package-box {
          max-width: 300px;
          margin: 0 auto; } }

.package-box {
  display: flex;
  flex-flow: column;
  border-radius: 10px;
  background: linear-gradient(180deg, #EDF0F8 -39.55%, #FFF 66.93%, #E4E7EF 156%);
  background-color: #EDF0F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); }
  .package-box .head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
    background-color: #000;
    color: #FFF;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 16px;
    min-height: 60px; }
  .package-box .head-bot {
    display: flex;
    flex-flow: column;
    background-color: #514E4E;
    padding: 22px 16px;
    color: #fff;
    text-align: center; }
    .package-box .head-bot .time {
      display: block;
      font-size: 15px;
      line-height: 18px;
      font-weight: 400; }
    .package-box .head-bot .old-prc {
      display: block;
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      text-decoration: line-through;
      margin: 10px 0 0 0; }
    .package-box .head-bot .new-prc {
      display: block;
      font-size: 26px;
      line-height: 28px;
      font-weight: 600;
      margin: 6px 0 0 0; }
  .package-box .pkg-services {
    display: flex;
    flex-flow: column;
    padding: 16px;
    margin: 0; }
    .package-box .pkg-services li {
      display: flex;
      flex-wrap: wrap;
      padding: 13px 0 13px 32px;
      margin: 0;
      color: #000;
      font-size: 15px;
      line-height: 22px;
      font-weight: 500;
      background: url(../images/checked-circle.svg) no-repeat top 13px left;
      background-size: auto 22px; }
      .package-box .pkg-services li:not(:last-child) {
        border-bottom: 1px solid #E4E4E5; }
  .package-box .foot {
    display: flex;
    justify-content: center;
    margin: 10px 0 0 0; }
    .package-box .foot .c-btn {
      border-radius: 10px 10px 0 0;
      text-transform: uppercase;
      font-weight: 600;
      min-height: 42px;
      min-width: 110px; }

.package-details-c {
  display: block;
  margin: 60px 0 0 0; }
  @media (max-width: 639px) {
    .package-details-c {
      margin: 40px 0 0 0; } }
  .package-details-c .package-details-table {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.11);
    border-collapse: separate;
    border-spacing: 0; }
    .package-details-c .package-details-table tr th {
      background-color: #D9D9D9;
      color: #181717;
      text-align: center;
      font-size: 18px;
      line-height: 24px;
      font-weight: 600;
      padding: 18px 16px;
      text-align: center; }
      .package-details-c .package-details-table tr th:first-child {
        border-radius: 10px 0px 0px 0px;
        background-color: #9B2629;
        color: #fff;
        border-left: 1px solid #E3E3E3; }
      .package-details-c .package-details-table tr th:last-child {
        border-radius: 0px 10px 0px 0px;
        background-color: #272424;
        color: #fff;
        border-right: 1px solid #E3E3E3; }
      .package-details-c .package-details-table tr th:not(:first-child) {
        width: 30%; }
    .package-details-c .package-details-table tr td {
      color: #292424;
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      padding: 16px 16px; }
      .package-details-c .package-details-table tr td:not(:first-child) {
        text-align: center; }
      .package-details-c .package-details-table tr td:first-child {
        border-left: 1px solid #E3E3E3; }
      .package-details-c .package-details-table tr td:last-child {
        border-right: 1px solid #E3E3E3; }
      .package-details-c .package-details-table tr td img {
        display: inline-block;
        vertical-align: top;
        max-height: 22px; }
    .package-details-c .package-details-table tbody tr:nth-child(even) td {
      background-color: #FAFAFA; }
    .package-details-c .package-details-table tbody tr:last-child td {
      border-bottom: 1px solid #E3E3E3; }
      .package-details-c .package-details-table tbody tr:last-child td:first-child {
        border-radius: 0 0 0 10px; }
      .package-details-c .package-details-table tbody tr:last-child td:last-child {
        border-radius: 0 10px 0 0; }
    @media (max-width: 639px) {
      .package-details-c .package-details-table {
        background: transparent;
        box-shadow: none; }
        .package-details-c .package-details-table thead {
          display: none; }
        .package-details-c .package-details-table tbody {
          display: flex;
          flex-wrap: wrap;
          margin: 0 -6px; }
          .package-details-c .package-details-table tbody tr {
            display: block;
            float: left;
            width: calc(50% - 12px);
            border-radius: 10px;
            background-color: #fff;
            box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.11);
            padding: 10px;
            margin: 6px; }
            .package-details-c .package-details-table tbody tr td {
              display: flex;
              flex-wrap: wrap;
              justify-content: center;
              font-weight: 600;
              text-align: center;
              padding: 5px 0;
              border: none !important;
              background: transparent !important;
              font-size: 17px;
              line-height: 22px; }
              .package-details-c .package-details-table tbody tr td:before {
                content: attr(data-th);
                font-size: 13.5px;
                line-height: 16px;
                font-weight: 600;
                color: #727272; }
              .package-details-c .package-details-table tbody tr td img {
                margin: 0 0 0 6px;
                max-height: 18px; } }
    @media (max-width: 639px) and (max-width: 479px) {
      .package-details-c .package-details-table tbody {
        margin: 0; }
        .package-details-c .package-details-table tbody tr {
          width: 100%;
          margin: 6px 0; } }

/*# sourceMappingURL=upgrade-page-style.css.map */
