a:hover {
  text-decoration: none; }

a, button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.subscription {
  font-size: 16px;
  line-height: 22px;
  padding: 40px 0;
  color: #4A4A4A; }
  .subscription h2 {
    font-size: 24px;
    padding-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-weight: 700; }
  .subscription h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    font-family: "Montserrat", sans-serif; }
  .subscription p {
    margin-bottom: 30px; }
    .subscription p a {
      color: #4A4A4A; }
    .subscription p a:hover {
      color: #114B8E; }

.sub-box {
  padding: 25px 20px;
  border: 1px solid #CFCFCF;
  text-align: center; }
  .sub-box h4 {
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 700;
    white-space: pre-line; }

.premium-benefit {
  padding: 50px 20px;
  line-height: 27px;
  color: #fff;
  background-color: #114B8E; }
  .premium-benefit li {
    padding-left: 25px;
    margin-bottom: 10px;
    background-image: url("images/play-icon.svg");
    background-repeat: no-repeat;
    background-position: left top 9px; }

hr {
  margin: 50px 0 25px; }

.s-btn {
  width: 250px;
  height: 50px;
  margin: auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #8BB024;
  color: #fff;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .s-btn:hover {
    background-color: #114B8E;
    color: #fff; }
  .s-btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

.q-link {
  color: #000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif; }
  .q-link:hover {
    color: #8BB024; }

#login-modal .login-modal-body, #login-modal-2 .login-modal-body {
  padding: 50px 0px 30px; }
  #login-modal .login-modal-body button.close, #login-modal-2 .login-modal-body button.close {
    position: absolute;
    right: 10px;
    top: 10px; }

#login-modal p, #login-modal-2 p {
  font-size: 21px;
  line-height: 28px;
  font-weight: 600; }

#login-modal p, #login-modal .s-btn, #login-modal .q-link, #login-modal-2 p, #login-modal-2 .s-btn, #login-modal-2 .q-link {
  margin: 0 40px; }

#login-modal .s-btn, #login-modal-2 .s-btn {
  margin-top: 35px; }

.existing-sub {
  padding-right: 100px; }

.s-forms .form-control {
  height: 50px;
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
  border: 1px solid #D7D7D7;
  color: #000;
  border-radius: 1px; }
  .s-forms .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

.s-forms .s-btn {
  width: 100%;
  border-color: #8BB024;
  border-radius: 1px; }
  .s-forms .s-btn:hover {
    border-color: #114B8E; }
  .s-forms .s-btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .s-forms .s-btn.fb-btn {
    background-color: #114B8E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-color: #114B8E; }

.s-forms .btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.need-help {
  font-size: 14px;
  margin-top: 14px;
  color: #114B8E;
  display: block; }
  .need-help:hover {
    color: #8BB024; }

.signup-login {
  width: 450px;
  padding: 45px 30px;
  border: 1px solid #d5d5d5;
  font-size: 14px;
  margin: 50px auto; }
  .signup-login p {
    margin-bottom: 20px; }
    .signup-login p a {
      font-weight: 700;
      color: #114B8E; }
      .signup-login p a:hover {
        color: #8BB024; }
  .signup-login .head-side-line {
    text-align: center;
    margin: 25px 0; }
    .signup-login .head-side-line span {
      position: relative; }
      .signup-login .head-side-line span:before, .signup-login .head-side-line span:after {
        width: 150px;
        height: 2px;
        position: absolute;
        top: 50%;
        content: "";
        background-color: #dedede; }
      .signup-login .head-side-line span:before {
        left: -170px; }
      .signup-login .head-side-line span:after {
        right: -170px; }
  .signup-login .q-link {
    margin-top: 30px;
    display: block;
    text-align: center; }
  .signup-login .comment-id {
    margin-top: -18px;
    margin-bottom: 20px;
    display: block; }

.plans .plan-text h2 {
  margin-bottom: 25px;
  border-bottom: 1px solid #c3c3c3; }

.plans .already-print-sub {
  padding: 25px 0;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c3c3c3;
  border-width: 1px 0 1px 0; }
  .plans .already-print-sub h3 {
    margin-right: 20px; }
  .plans .already-print-sub span {
    font-size: 12px; }
  .plans .already-print-sub a {
    color: #114B8E;
    text-decoration: underline; }
    .plans .already-print-sub a:hover {
      color: #8BB024; }

.plan-item {
  height: 100%;
  background: #fff;
  border: 1px solid #CFCFCF;
  font-size: 12px;
  color: #919191; }
  .plan-item .plan-item-top {
    padding: 30px 24px;
    text-align: center; }
    .plan-item .plan-item-top h3 {
      min-height: 55px;
      margin-bottom: 20px;
      line-height: 27px;
      white-space: pre-line; }
  .plan-item .plan-cat {
    min-height: 80px;
    margin-bottom: 20px;
    padding: 0 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F3F3F3), to(#FFFFFF));
    background-image: -webkit-linear-gradient(top, #F3F3F3 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(top, #F3F3F3 0%, #FFFFFF 100%);
    background-image: linear-gradient(-180deg, #F3F3F3 0%, #FFFFFF 100%);
    border: 1px solid #DBDBDB;
    -webkit-box-shadow: 0 2px 4px 0 rgba(228, 228, 228, 0.5);
    box-shadow: 0 2px 4px 0 rgba(228, 228, 228, 0.5);
    font-size: 14px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #4A4A4A; }
    .plan-item .plan-cat h4 {
      font-size: 17px;
      line-height: 20px;
      font-family: "Montserrat", sans-serif;
      font-weight: 700; }
    .plan-item .plan-cat span {
      display: block; }
    .plan-item .plan-cat:hover {
      color: #114B8E;
      border-color: #114B8E; }

.subscription-payment {
  padding: 70px 0;
  font-size: 14px;
  line-height: 23px;
  color: #000; }
  .subscription-payment h2 {
    font-size: 30px;
    margin-bottom: 60px;
    color: #000;
    font-family: "Montserrat", sans-serif; }
  .subscription-payment h3 {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #DADAE3; }
  .subscription-payment p {
    margin-bottom: 30px; }
  .subscription-payment small {
    font-size: 16px;
    display: block;
    font-family: "Montserrat", sans-serif; }
  .subscription-payment hr {
    margin: 20px 0 30px; }
  .subscription-payment .form-group {
    margin-bottom: 20px; }
    .subscription-payment .form-group label {
      font-size: 12px;
      margin-bottom: 3px;
      font-weight: 700;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      color: #503F67; }
    .subscription-payment .form-group .form-control {
      font-size: 14px;
      border: 1px solid #D7D7D7;
      border-radius: 4px;
      width: 100%;
      color: #000; }
      .subscription-payment .form-group .form-control:focus, .subscription-payment .form-group .form-control:hover {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #114B8E; }
    .subscription-payment .form-group .form-control::-webkit-input-placeholder {
      color: #7C7C7C; }
    .subscription-payment .form-group .form-control:-moz-placeholder {
      color: #7C7C7C; }
    .subscription-payment .form-group .form-control::-moz-placeholder {
      color: #7C7C7C; }
    .subscription-payment .form-group .form-control:-ms-input-placeholder {
      color: #7C7C7C; }
    .subscription-payment .form-group input::-webkit-outer-spin-button,
    .subscription-payment .form-group input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .subscription-payment .form-group input[type=number] {
      -moz-appearance: textfield; }
  .subscription-payment .card-details {
    width: 75%; }
    .subscription-payment .card-details .form-group {
      margin-bottom: 25px; }
    .subscription-payment .card-details .card-date {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .subscription-payment .card-details .card-date .payment-dropbox {
        width: 90px;
        margin-right: 20px; }
  .subscription-payment .s-btn {
    width: 150px;
    height: 40px;
    margin-bottom: 20px;
    margin-left: 0;
    border-radius: 0; }
  .subscription-payment .dropdown-menu.show {
    opacity: 1; }

.payment-dropbox .btn-secondary {
  font-size: 1rem;
  color: #7C7C7C;
  background-color: #ffffff;
  border-color: #d7d7d7;
  width: 100%;
  text-align: left;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .payment-dropbox .btn-secondary:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .payment-dropbox .btn-secondary.dropdown-toggle {
    color: #7C7C7C; }

.payment-dropbox .btn-secondary:not(:disabled):not(.disabled).active, .payment-dropbox .btn-secondary:not(:disabled):not(.disabled):active, .payment-dropbox .show > .btn-secondary.dropdown-toggle {
  color: #7C7C7C;
  background-color: #ffffff;
  border-color: #114B8E; }

.payment-dropbox .btn-secondary:not(:disabled):not(.disabled).active:focus, .payment-dropbox .btn-secondary:not(:disabled):not(.disabled):active:focus, .payment-dropbox .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.payment-dropbox .dropdown-menu {
  min-width: 100%;
  /* border-radius: 0 */ }

.payment-dropbox .dropdown-item.active, .payment-dropbox .dropdown-item:active {
  background-color: #8BB024; }

.payment-dropbox .dropdown-item:focus, .payment-dropbox .dropdown-item:hover {
  background-color: #dadada; }

.payment-dropbox .dropdown-toggle::after {
  border: 0;
  background-image: url("images/dropdown-black.svg");
  background-repeat: no-repeat;
  background-position: right center;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.payment-dropbox .dropdown.select-extended-element.show .dropdown-toggle::after {
  -webkit-transform: rotateZ(360deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg); }

.edition-type small {
  margin-bottom: 35px; }

.edition-type .imp-note {
  margin-bottom: 25px;
  color: #CC3232;
  line-height: 14px;
  display: block; }

.edition-type .custom-control {
  margin-bottom: 8px; }

.edition-type .common-radio .custom-control-label {
  padding-left: 7px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .edition-type .common-radio .custom-control-label h5 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    margin-top: 3px; }

.edition-type .common-radio .custom-control-label::before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #979797;
  -webkit-box-shadow: none;
  box-shadow: none; }

.edition-type .common-radio .custom-control-label::after {
  width: 20px;
  height: 20px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.edition-type .common-radio .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #114B8E;
  border: 1px solid #114B8E;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.edition-type .common-radio.common-radio-green .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #8BB024;
  border: 1px solid #8BB024; }

.edition-type .common-checkbox .custom-control-label {
  font-size: 14px;
  font-weight: 700;
  padding-left: 7px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize; }

.edition-type .common-checkbox .custom-checkbox .custom-control-label::before {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #cacaca;
  -webkit-box-shadow: none;
  box-shadow: none; }

.edition-type .common-checkbox .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #8BB024;
  border: 1px solid #8BB024; }

.edition-type .common-checkbox .custom-control-label::before, .edition-type .common-checkbox .custom-control-label::after {
  width: 18px;
  height: 18px;
  top: 3px; }

.billing-info, .address-info {
  margin-top: 20px; }

.order-confirmed {
  font-size: 14px;
  color: #000; }
  .order-confirmed ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    .order-confirmed ul li label {
      min-width: 150px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .order-confirmed ul li b {
      font-weight: 700;
      -ms-flex-negative: 0;
      flex-shrink: 0; }

.order-price {
  margin-top: 80px;
  border: 1px solid #DEDEDE; }
  .order-price .order-price-inner {
    padding: 30px; }
  .order-price h3 {
    border: 0;
    margin-bottom: 0; }
  .order-price .price-total {
    background-color: #7f7f7f;
    padding: 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .order-price .price-total label {
      font-size: 18px;
      font-weight: 700; }

@media screen and (max-width: 767px) {
  hr {
    margin: 20px 0 15px; }
  .signup-login {
    width: 100%;
    margin: 25px 0;
    padding: 30px 20px;
    font-size: 12px; }
    .signup-login .comment-id {
      font-size: 12px;
      margin-top: -12px;
      margin-bottom: 15px; }
    .signup-login .q-link {
      margin-top: 20px; }
    .signup-login .head-side-line {
      margin: 15px 0; }
      .signup-login .head-side-line span:before, .signup-login .head-side-line span:after {
        width: 100px;
        height: 1px; }
      .signup-login .head-side-line span:before {
        left: -120px; }
      .signup-login .head-side-line span:after {
        right: -120px; }
  .subscription {
    font-size: 12px;
    line-height: 18px;
    padding: 15px 0; }
    .subscription h2 {
      font-size: 18px;
      padding-bottom: 20px; }
    .subscription h3 {
      font-size: 15px; }
    .subscription p {
      margin-bottom: 20px; }
  .s-btn {
    height: 40px; }
  .s-forms .form-control {
    height: 40px;
    width: 100%;
    font-size: 12px;
    margin-bottom: 15px; }
  .premium-benefit {
    padding: 20px; }
  .plans .already-print-sub {
    padding: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .plan-item {
    height: auto;
    margin-bottom: 25px; }
    .plan-item .plan-item-top {
      padding: 20px 20px; }
      .plan-item .plan-item-top h3 {
        min-height: auto;
        line-height: 20px; }
    .plan-item .plan-cat {
      margin-bottom: 20px;
      padding: 0 30px; }
      .plan-item .plan-cat h4 {
        font-size: 15px;
        line-height: 18px; }
  .existing-sub {
    padding-right: 0; }
  .subscription-payment h3 {
    font-size: 16px; }
  .subscription-payment .card-details {
    width: 100%; }
  .subscription-payment {
    padding: 30px 0; }
  .subscription-payment h2 {
    margin-bottom: 30px; }
  .order-confirmed {
    font-size: 12px; }
    .order-confirmed ul li {
      margin-bottom: 20px; }
      .order-confirmed ul li label {
        min-width: 120px; }
      .order-confirmed ul li b {
        font-weight: 700; }
  .order-price {
    margin-top: 40px; }
    .order-price .order-price-inner {
      padding: 20px; }
    .order-price .price-total {
      padding: 10px 20px; }
      .order-price .price-total label {
        font-size: 14px;
        font-weight: 700; }
  .q-link {
    display: block; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .premium-benefit {
    padding: 20px 8px;
    line-height: 20px; }
    .premium-benefit li {
      padding-left: 15px; }
  .plan-item .plan-item-top {
    padding: 20px 10px; }
    .plan-item .plan-item-top h3 {
      font-size: 16px; }
  .plan-item .plan-cat {
    padding: 0 10px;
    font-size: 12px; }
    .plan-item .plan-cat h4 {
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 4px; }
    .plan-item .plan-cat span {
      line-height: 12px; } }

@media screen and (min-width: 992px) {
  .plan-item .plan-item-top {
    min-height: 535px; } }
