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:hover {
  color: #114b8e;
}
.subscription em {
  font-style: italic;
}

.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: flex;
  background-color: #8bb024;
  color: #fff;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}
.s-btn:hover {
  background-color: #114b8e;
  color: #fff;
}
.s-btn:focus {
  outline: 0;
  box-shadow: none;
}

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

#login-modal .modal-dialog,
#login-modal-2 .modal-dialog {
  margin: 0 auto;
  width: 96% !important;
}
#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;
}
@media screen and (max-width: 610px) {
  #login-modal .login-modal-body,
  #login-modal-2 .login-modal-body {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  #login-modal .s-btn,
  #login-modal-2 .s-btn {
    margin-bottom: 0 !important;
    margin-top: 1.5rem;
  }
}

.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;
  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;
  box-shadow: none;
}
.s-forms .s-btn.fb-btn {
  background-color: #114b8e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-color: #114b8e;
}
.s-forms .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  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: flex;
  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: linear-gradient(-180deg, #f3f3f3 0%, #ffffff 100%);
  border: 1px solid #dbdbdb;
  box-shadow: 0 2px 4px 0 rgba(228, 228, 228, 0.5);
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  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;
  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: 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: flex;
  align-items: center;
}
.payment-dropbox .btn-secondary:focus {
  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 {
  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;
  box-shadow: none;
}
.edition-type .common-radio .custom-control-label::after {
  width: 20px;
  height: 20px;
  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;
  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;
  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: flex;
  margin-bottom: 20px;
}
.order-confirmed ul li label {
  min-width: 150px;
  flex-shrink: 0;
}
.order-confirmed ul li b {
  font-weight: 700;
  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: flex;
  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;
    flex-direction: column;
    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;
  }
}/*# sourceMappingURL=subscription-style.css.map */