/*!/wp-content/themes/Total/page-css/buy-p-series-plan.css*/
.content-area p {
  font-size: 16px;
  line-height: 28px;
  color: #303c42;
}

.content-area h2,
.content-area h3,
.content-area h4 {
  font-family: Manrope !important;
  font-weight: 500;
  line-height: 1.5;
  color: #101f3a;
}

.content-area h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}

.content-area h3 {
  font-size: 24px;
}

.content-area h4 {
  font-size: 20px;
}

.btn-link span,
.btn-link a {
  width: 180px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: #006ee1;
  color: #fff;
  z-index: 2;
}

.btn-link span:hover,
.btn-link a:hover {
  text-decoration: none;
}

.animation-btn:hover:after,
.btn-link span:hover:after,
.btn-link a:hover:after,
.modal .btn-link span:hover:after {
  content: "";
  display: inline-block;
  -moz-animation: aperture 0.7s;
  -webkit-animation: aperture 0.7s;
  animation: aperture 0.7s;
  width: 35px;
  height: 35px;
  position: absolute;
  background: rgba(206, 235, 247, 0.2);
  border-radius: 50%;
  animation-iteration-count: infinite;
  animation-duration: 1.3s;
  left: 0;
  right: 0;
  top: 0.4vw;
  margin: auto;
  line-height: 30px;
}

.btn-link .cant-click {
  pointer-events: none;
  background-color: #e7e8eb;
}

.popup-tip .btn-link .cant-click {
  pointer-events: initial;
  background-color: #006ee1;
}

.hide-menu #site-header-sticky-wrapper {
  height: 0 !important;
}

@keyframes aperture {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(2);
  }

  20% {
    transform: scale(3);
  }

  30% {
    transform: scale(4);
  }

  40% {
    transform: scale(5);
  }

  50% {
    transform: scale(6);
  }

  60% {
    transform: scale(7);
  }

  70% {
    transform: scale(8);
  }

  80% {
    transform: scale(9);
  }

  90% {
    transform: scale(10);
  }

  100% {
    transform: scale(11);
  }
}

.p-series-plan .banner {
  width: 100%;
  background: url(/wp-content/uploads/2022/06/p-plan-buy.webp) center no-repeat;
  background-size: cover;
  min-height: 333px;
  display: flex;
  align-items: center;
}

.p-series-plan .banner .same-width {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}

.p-series-plan h1 {
  font-size: 50px;
  color: #fff;
  line-height: 1.3;
}

.p-series-plan .banner p {
  font-size: 22px;
  color: #fff;
}

.compare-price {
  width: 1200px;
  max-width: 90%;
  margin: 90px auto 0;
}

.compare-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.select-model {
  display: flex;
  align-items: center;
}

.select-model span,
.select-model select {
  font-family: Manrope !important;
  color: #101f3a;
  font-weight: 500;
}

.select-model span {
  font-size: 24px;
  margin-right: 25px;
}

.select-model select {
  width: 182px;
  height: 40px;
  background-color: #f2f4f6;
  border-radius: 7px;
  border: none;
  padding-left: 20px;
  font-size: 20px;
  outline: none;
}

.select-month,
.select-annual {
  display: inline-block;
  vertical-align: top;
}

.compare-price .select-month,
.compare-price .select-annual {
  font-size: 20px;
}

.select-sub .select-month-year {
  cursor: pointer;
}

.select-sub .select-month-year {
  width: 60px;
  display: inline-block;
  background: #e6f5ff;
  height: 25px;
  border-radius: 20px;
  margin: 0 15px 0 10px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}

.select-sub .select-month-year:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #006ee1;
  position: absolute;
  top: 1px;
  left: 2px;
  transition: all 0.5s;
}

.select-sub .select-month-year.open-year-active:after {
  left: 60%;
}

.cantclick .select-month-year {
  pointer-events: none;
  background-color: #fff;
}

.cantclick .select-month-year:after {
  background-color: #e7e8eb;
}

.select-sub .price-save,
.price-save .max-save {
  font-size: 20px;
  font-style: italic;
  color: #006ee1;
}

.select-sub .price-save {
  display: block;
}

.max-save {
  font-weight: 600;
}

.compare-price .comparar-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.compare-price .comparar-bottom div {
  width: 30%;
  background: #fff;
  border: 1px solid #e7e8eb;
  border-radius: 20px;
  padding: 6px 17px 30px;
  position: relative;
}

.compare-price .comparar-bottom div:hover,
.compare-price .comparar-bottom div.enterprise {
  border-color: #006ee1;
}

.compare-price .comparar-bottom div h3 {
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #e7e8eb;
  padding-bottom: 20px;
}

.comparar-bottom .btn-link {
  width: max-content;
  margin: 0 auto;
}

.comparar-bottom .btn-link a,
.comparar-bottom .btn-link span {
  margin: 0 auto 33px;
  display: block;
}

.comparar-bottom .basic .btn-link a {
  margin-top: 46px;
}

.compare-price .comparar-bottom p {
  text-align: center;
  margin-bottom: 8px;
}

.basic .t {
  padding-top: 30px;
}

.comparar-bottom .month-price,
.comparar-bottom .month-price span {
  color: #c9cdd4;
  font-size: 18px;
  text-decoration: line-through;
}

.comparar-bottom .annual-price {
  font-size: 24px;
}

.comparar-bottom .annual-price span {
  font-size: 40px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #101f3a;
}

.comparar-bottom .month-active .annual-price,
.comparar-bottom .month-active .annual-price span {
  color: #c9cdd4;
  font-size: 18px;
  text-decoration: line-through;
}

.comparar-bottom .month-active .month-price {
  font-size: 24px;
  color: #101f3a;
  text-decoration: none;
}

.comparar-bottom .month-active .month-price span {
  font-size: 40px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #101f3a;
  text-decoration: none;
}

.compare-price .comparar-bottom .save-text,
.compare-price .comparar-bottom .save-text span {
  color: #006ee1;
  margin-bottom: 18px;
}

.enterprise .tag {
  width: 150px;
  background-color: #ffb400;
  border-radius: 20px;
  color: #fff;
  line-height: 40px;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.before-subscribe {
  width: 800px;
  max-width: 90%;
  text-align: center;
  margin: 50px auto 0;
}

.compare-price #ep {
  position: relative;
  border-color: #006ee1;
}

.compare-price #ep::before {
  content: "Best Value";
  display: inline-block;
  width: 150px;
  background-color: #ffb400;
  border-radius: 20px;
  color: #fff;
  line-height: 40px;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}

.compare-features {
  background-color: #f7f9fa;
  padding: 70px 0 130px;
  margin-top: 130px;
}

.display-warp b {
  background: url(https://www.yeastar.com/wp-content/uploads/2021/11/function-tip.png) left no-repeat;
}

.include {
  background-color: #f5fcff;
  font-size: 16px !important;
  font-family: Manrope !important;
  font-weight: 500;
  color: #0098f0 !important;
  line-height: 50px !important;
  border-radius: 26px;
  padding-left: 25px;
  margin: 10px 0;
}

div .deployment-mode {
  display: none;
}

.deployment-mode + .include {
  margin: 20px 0 0;
}

.feature .name,
.feature .info p,
.info p::before,
.info p::after,
.feature::before,
.feature::after {
  background-image: url(https://www.yeastar.com/wp-content/uploads/2022/01/blak-mark-icon.svg);
}

.feature-list-wrap {
  padding: 0 32px 50px;
  width: 1200px;
  margin: 100px auto 0;
  box-shadow: 0 0 30px rgb(61 74 89 / 10%);
  border-radius: 33px;
  background-color: #fff;
}

.feature {
  position: relative;
}

.feature .name {
  font-size: 20px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #101f3a;
  line-height: 50px;
  border-radius: 26px;
  padding-left: 44px;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 23px 22px;
  background-position-x: calc(100% - 584px);
}

.feature:nth-child(odd) .name {
  background-color: rgb(243, 243, 243, 0.3);
}

.feature .name::before,
.feature .name::after {
  content: "";
  width: 2px;
  height: 12px;
  background: #101f3a;
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 29px;
  transition: all 0.2s;
}

.feature .name.no-expand::before,
.feature .name.no-expand::after {
  display: none;
}

.feature.page-all,
.feature.page-pse {
  display: none;
}

.feature.optional .name,
.feature.optional::before,
.feature.optional::after {
  content: "Optional";
  background-image: none !important;
}

.feature.optional::before,
.feature.optional::after {
  font-size: 16px;
  left: calc(100% - 390px);
}

.feature.optional::after {
  left: calc(100% - 160px);
}

.feature.optional .optional-sp {
  display: block !important;
  font-size: 16px;
  position: absolute;
  left: calc(100% - 626px);
  top: 0;
}

.feature .name::after {
  transform: rotate(90deg);
}

.feature .name-active::before {
  transform: rotate(90deg);
}

.feature .info {
  padding: 12px 0 0 44px;
  display: none;
}

.feature .info p {
  font-size: 16px;
  color: #303c42;
  line-height: 28px;
  margin-bottom: 10px;
  position: relative;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 21.11px 28.95px;
  background-position-x: calc(100% - 584px);
}

.feature .info .list-2 + div {
  padding-left: 18px;
}

.display-warp b {
  display: inline-block;
  background-size: cover;
  background-position: 0 50%;
  width: 19px;
  height: 20px;
  position: relative;
  top: 4px;
  margin: 0 16px 0 5px;
  cursor: pointer;
}

.display-warp span {
  font-size: 14px;
  position: absolute;
  box-shadow: 0 0 10px #e7e6e6;
  padding: 2px 10px 5px;
  top: 0;
  border-radius: 5px;
  display: none;
  background: #fff;
  z-index: 2;
  max-width: 350px;
  line-height: 27px;
  width: 100%;
  color: #303c42;
}

.display-warp b:hover {
  background-position: 100% 0;
}

.display-warp b:hover + span {
  display: inline-block;
}

.display-warp b:hover + span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: -10px;
  top: 38%;
}

.info p::before,
.info p::after,
.feature::before,
.feature::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 21.11px;
  height: 19.95px;
  left: calc(100% - 370px);
  top: 5px;
}

.info p:after,
.feature::after {
  left: calc(100% - 140px);
}

.feature::before,
.feature::after {
  top: 15px;
  z-index: 1;
}

.plan {
  display: flex;
  width: max-content;
  justify-content: space-between;
  margin: 0 0 0 auto;
  position: relative;
  top: -18px;
}

.plan span {
  background: #77be00;
  border-radius: 26px;
  display: block;
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 0 29px;
  margin-right: 29px;
  font-family: Manrope !important;
  line-height: 44px;
}

.plan span:nth-child(2) {
  background: #006ee1;
}

.plan span:nth-child(3) {
  background: #00b7ff;
}

.deployment-mode {
  display: flex;
  align-items: flex-start;
  margin: 8px 0;
}

.deployment-mode span {
  font-size: 20px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #101f3a;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
}

.deployment-mode span:nth-child(1) {
  margin: 0 282px 0 45px;
}

.deployment-mode span:nth-child(2) {
  margin-right: 95px;
}

.deployment-mode span:nth-child(3) {
  margin-right: 43px;
}

.no-bp .info p,
.no-bp .name {
  background-image: initial;
}

.no-ep .info p::before,
.no-ep::before {
  background-image: initial;
}

.button-list-wrap {
  text-align: right;
  margin: 30px 77px 0 0;
}

.button-list-wrap a {
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #006ee1;
  color: #006ee1;
  text-decoration: none;
  background-color: #fff;
  line-height: 33px;
  font-size: 18px;
  text-align: center;
  padding: 0 16px;
}

.button-list-wrap a:nth-child(1) {
  margin-right: 135px;
}

.button-list-wrap a:nth-child(2) {
  margin-right: 135px;
}

.button-list-wrap a:hover {
  border-color: #00b7ff;
  color: #00b7ff;
}

.no-more .name:before,
.no-more .name:after {
  opacity: 0;
}

.no-more .name {
  cursor: initial;
}

.describe {
  width: 1200px;
  max-width: 90%;
  margin: 100px auto;
}

.describe h3 {
  display: inline-block;
  font-size: 24px;
  margin: 0;
}

.div-wrap {
  margin-top: 30px;
}

.outline-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 55px;
}

.describe .outline {
  margin-top: 8px;
  display: flex;
  width: 46%;
  flex-direction: column;
}

.describe .outline .item {
  width: 100%;
  margin-bottom: 18px;
}

.describe .outline .item .part {
  font-size: 20px;
  font-family: Manrope !important;
  font-weight: 600;
  color: #006ee1;
  display: inline-block;
  margin-right: 12px;
}

.describe .outline .item h3 {
  font-size: 22px;
  position: relative;
  margin: 0;
  cursor: pointer;
  line-height: 36px;
  width: 100%;
  display: inline-block;
  color: #101f3a;
  font-weight: 500;
  font-family: Manrope !important;
}

.describe .outline .item h3::after {
  content: ">";
  font-size: 32px;
  position: absolute;
  right: 0;
  transform: rotate(90deg);
  transition: all 0.3s;
  font-weight: 300;
  top: 1px;
}

.describe .outline .item .line {
  border-bottom: 1px solid #101f3a;
  display: block;
  margin: 13px 0 20px;
  position: relative;
  font-size: 0;
  line-height: 0;
}

.describe .outline .item .wrap {
  display: none;
}

.describe .outline .item.active h3::after {
  transform: rotate(270deg);
  color: #006ee1;
}

.describe .outline .item.active .wrap {
  display: block;
}

.describe p {
  margin-bottom: 10px;
}

.describe .dot {
  position: relative;
  padding-left: 12px;
}

.describe .dot::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #006ee1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.describe .display-row {
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.describe .display-row .item {
  width: 46%;
}

.samll-title {
  font-weight: 600;
}

.samell-tip {
  font-weight: 600;
}

.ready-buy {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  background: url(/wp-content/uploads/2022/06/ready-buy.webp) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-left: 56px;
  min-height: 267px;
  border-radius: 20px;
  margin-bottom: 180px;
}

.ready-buy h2 {
  text-align: left;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.ready-buy p {
  color: #fff;
}

.ready-buy .btn-link a {
  background-color: #ffa300;
  margin-top: 13px;
}

.ready-buy .content-left {
  margin-right: 12%;
}

.payment-notice div {
  width: 1200px;
  min-height: 600px;
  border: 1px solid #e7e8eb;
  border-radius: 20px;
  margin: 67px auto 117px;
  text-align: center;
  padding: 45px 0;
}

.payment-notice div img {
  max-width: 400px;
}

.payment-notice div h3 {
  font-size: 24px;
}

.payment-notice div p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 18px;
}

.payment-notice div .btn-link {
  margin-top: 50px;
}

.payment-notice div .btn-link a {
  margin: 0 20px;
  width: 200px;
}

.payment-notice div .btn-link .continue-shop {
  background-color: #00b7ff;
}

.progress {
  width: 1200px;
  margin: 50px auto;
  max-width: 90%;
}

.progress .content-top {
  display: flex;
  justify-content: space-between;
}

.progress .content-top a {
  text-decoration: underline;
}

.progress .content-bottom {
  display: flex;
}

.progress .content-bottom p {
  width: 25%;
  display: flex;
  align-items: center;
  border-top: 2px solid #e7e8eb;
  padding-top: 25px;
  margin-top: 22px;
  color: #101f3a;
  font-family: Manrope !important;
  font-weight: 500;
}

.progress .content-bottom .active {
  border-color: #006ee1;
}

.progress .content-bottom span {
  width: 18px;
  background-color: #006ee1;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 18px;
  margin-right: 12px;
}

.confirm-plan {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.confirm-plan h3 {
  margin: 0;
}

.confirm-plan .content-left,
.confirm-plan .content-right {
  width: 63%;
  min-height: 500px;
  background-color: #f7f9fa;
  border-radius: 20px;
  padding: 32px 40px;
}

.confirm-plan .content-right {
  width: 35%;
  box-shadow: 0 7px 27px 0 rgb(16 31 58 / 10%);
  background-color: #fff;
}

.confirm-plan .content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e7e8eb;
  padding-bottom: 18px;
  margin-bottom: 27px;
}

.confirm-plan .content-top img {
  cursor: pointer;
}

.product-select {
  display: flex;
  padding-right: 45px;
  justify-content: space-between;
}

.product-select span {
  display: inline-block;
  margin-right: 21px;
}

.confirm-plan select {
  width: 153px;
  height: 40px;
  background-color: #fff;
  border-radius: 7px;
  border-color: #fff;
  outline: none;
  padding: 0 10px;
}

.terms {
  display: flex;
  margin: 10px 0 0;
}

.terms p {
  margin-right: 21px;
}

.confirm-plan .select-month,
.confirm-plan .select-annual,
.confirm-plan .price-save {
  font-size: 16px;
}

.purchase-item {
  display: flex;
  justify-content: space-between;
}

.purchase-item p {
  width: 18%;
  text-align: center;
  line-height: 53px;
  background-color: #f2f4f6;
  border: 1px solid #e7e8eb;
  border-radius: 10px;
  color: #838c9a;
  cursor: pointer;
}

.purchase-item .active {
  background-color: #006ee1;
  color: #fff;
}

.purchase-item.cantclick .active,
.purchase-item.cantclick p {
  background-color: #f2f4f6;
  color: #838c9a;
  pointer-events: none;
}

.confirm-plan .sn span {
  margin-right: 33px;
}

.confirm-plan .sn i {
  color: red;
}

.confirm-plan input {
  padding-left: 18px;
  width: 72%;
  height: 40px;
  background-color: #fff;
  border-radius: 7px;
  border-color: #f7f9fa;
  color: #303c42;
}

.confirm-plan input:focus {
  border-color: #006ee1;
}

.content-area .error {
  color: red;
}

.confirm-plan .line {
  border-bottom: 1px solid #101f3a;
  padding-bottom: 18px;
}

.confirm-plan .price {
  margin-top: 30px;
}

.confirm-plan .price .num {
  font-size: 50px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #101f3a;
}

.confirm-plan .price i {
  font-size: 24px;
}

.confirm-plan .normal,
.confirm-plan .total,
.confirm-plan .upgrade div {
  display: flex;
  justify-content: space-between;
}

.normal p,
.upgrade p {
  margin-bottom: 5px;
}

.confirm-plan .btn-link span {
  width: 100%;
  margin-top: 20px;
}

.btn-link .cant-purchase {
  pointer-events: none;
  background-color: #ccc;
}

.payment-itro {
  width: 1200px;
  max-width: 90%;
  margin: 67px auto 100px;
  min-height: 167px;
  background-color: #fff;
  border: 1px solid #e7e8eb;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}

.payment-itro p {
  margin: 0;
}

.payment-itro .t {
  width: 52%;
}

.payment-itro .img {
  display: flex;
}

.payment-itro .img img:first-child {
  margin-left: 10px;
}

.payment-itro .img img {
  margin-right: 20px;
  height: 80px;
}

.billing-info {
  width: 1200px;
  max-width: 90%;
  min-width: 680px;
  background-color: #fff;
  border: 1px solid #e7e8eb;
  border-radius: 20px;
  margin: 0 auto 150px;
  padding: 3px 40px;
}

.billing-info .content-top {
  border-bottom: 1px solid #e7e8eb;
  margin-bottom: 28px;
}

.billing-info .content-bottom {
  position: relative;
}

.billing-info h3 {
  margin-bottom: 10px;
}

.billing-info form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.billing-info form p {
  width: 48%;
}

.billing-info input,
.billing-info select {
  width: 100%;
  height: 48px;
  background-color: #f7f9fa;
  border-radius: 5px;
  border-color: #f7f9fa;
  outline: none;
  padding-left: 20px;
  color: #303c42;
}

.billing-info select {
  padding-left: 17px;
}

.billing-info input:focus,
.billing-info select:focus {
  border-color: #006ee1;
}

.country-list {
  position: absolute;
  height: 480px;
  background: #fff;
  box-shadow: 0 0 0.7vw rgb(61 74 89 / 20%);
  overflow-y: scroll;
  padding: 10px 0;
  z-index: 2;
  left: 249px;
  top: 260px;
  min-width: 270px;
  display: none;
}

.country-list li {
  padding: 2px 5px;
  font-size: 16px;
  cursor: pointer;
}

.billing-info .btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0;
}

.billing-info .to-confirm-plan,
.checkout .to-billing-info {
  cursor: pointer;
  color: #006ee1;
  margin-right: 26px;
}

.billing-info .to-confirm-plan:hover,
.checkout .to-billing-info:hover {
  text-decoration: underline;
}

.confirm-plan .has-error,
.billing-info .has-error {
  border-color: red;
}

.checkout {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto 130px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.checkout .content-left {
  width: 40%;
  min-height: 507px;
  background-color: #fff;
  box-shadow: 0 7px 27px 0 rgb(16 31 58 / 10%);
  border-radius: 20px;
  padding: 32px 40px;
}

.checkout h3 {
  margin-top: 0;
}

.checkout .content-middle {
  background-color: #f7f9fa;
  padding: 25px 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 1px solid #101f3a;
  margin-bottom: 25px;
}

.checkout .display {
  display: flex;
  justify-content: space-between;
}

.checkout .display p {
  margin-bottom: 10px;
}

.checkout .display p:nth-child(2),
.checkout .content-bottom p {
  color: #101f3a;
}

.checkout .display .discount:nth-child(2) {
  color: red;
}

.checkout .display p:first-child,
.checkout .display p:first-child span {
  color: #b5bbc5;
}

.checkout .content-left .content-bottom {
  display: flex;
  justify-content: space-between;
}

.checkout .content-left .content-bottom span {
  font-size: 24px;
  color: #006ee1;
  font-weight: 600;
}

.checkout .is-subscribe {
  color: #b5bbc5;
  margin: -10px 0 10px;
}

.checkout .content-right {
  width: 57%;
  min-height: 507px;
  background: #fff;
  box-shadow: 0 7px 27px 0 rgb(16 31 58 / 10%);
  border-radius: 20px;
  padding: 32px 37px;
  position: relative;
}

.checkout .content-right .content-top {
  border-bottom: 1px solid #e7e8eb;
  margin-bottom: 35px;
}

.payment-method {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.payment-method div {
  width: 48%;
  height: 73px;
  background-color: #fff;
  border: 1px solid #e7e8eb;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
}

.payment-method div:first-child {
  width: 98%;
}

.payment-method .active {
  border-color: #006ee1;
}

.payment-method .active::after {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/uploads/2022/01/select-blue-icon.svg);
  background-size: cover;
  width: 21px;
  height: 21px;
  position: absolute;
  right: -8px;
  top: -10px;
}

.payment-method div p {
  margin-bottom: 0;
}

.payment-method .t span:first-child {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-family: Manrope !important;
  color: #101f3a;
}

.payment-method div .t img {
  margin-left: 5px;
  cursor: pointer;
}

.payment-method div:first-child .img img {
  width: 280px;
}

.payment-method .paypal-card-pay .img img,
.payment-method .offline-pay .img img {
  height: 30px;
}

.payment-method .show-tip {
  position: absolute;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0 7px 27px 0 rgb(16 31 58 / 20%);
  border-radius: 8px;
  padding: 8px;
  left: 22px;
  top: 50px;
  z-index: 1;
  display: none;
}

.payment-method .pay-img:hover + .show-tip {
  display: block;
}

.checkout .btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 38px;
  bottom: 50px;
}

.checkout .btn p {
  margin-bottom: 0;
}

.checkout input[type="checkbox"] {
  position: relative;
  top: -2px;
  margin-right: 2px;
}

.checkout .btn .confirm-card-pay,
.checkout .btn .confirm-pay {
  min-width: 230px;
  max-height: 55px;
  overflow: hidden;
  display: block;
}

.auto-renewal .off {
  width: 100%;
  line-height: 33px;
  background: #e9f8f1;
  border: 1px solid #b0eacd;
  border-radius: 17px 7px 7px 17px;
  position: relative;
  padding-left: 40px;
}

.auto-renewal .off span {
  color: #21bf73;
  font-size: 14px;
  text-align: center;
}

.auto-renewal .off::before {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/uploads/2022/06/select.svg);
  background-size: cover;
  width: 35px;
  height: 35px;
  position: absolute;
  left: -1px;
  top: -1px;
}

.paypal-card-wrap-bg {
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 75%);
  z-index: 2;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}

.btn-link span,
.btn-link a {
  z-index: unset !important;
}

.paypal-card-wrap.pop {
  padding: 20px 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 3px 3px 20px 3px rgba(88, 84, 86, 0.2);
  left: 50%;
  overflow: auto;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 480px;
  z-index: 1010;
}

.paypal-card-wrap .paypal-card-wrap-head {
  display: none;
}

.paypal-card-wrap.pop .paypal-card-wrap-head {
  display: block !important;
  background: #fff;
  border-radius: 12px 12px 0 0;
  height: 76px;
  padding: 0 24px;
  position: absolute;
  right: 0;
  top: 20px;
  width: 100%;
  z-index: 1011;
  text-align: left;
}

.paypal-card-wrap.pop .paypal-card-wrap-head .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.paypal-card-wrap.pop .paypal-card-wrap-head .close {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  color: #101f3a;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

.paypal-card-wrap.pop .paypal-card-wrap-head .close:hover {
  transform: rotate(180deg);
}

.paypal-card-wrap.pop .paypal-card-wrap-head h3 {
  text-align: left;
  margin: 0;
}

.paypal-card-wrap.pop .paypal-card-wrap-head .desc {
  color: #c7c2c2;
  font-size: 14px;
  background-color: #ffffff !important;
  text-align: left;
  line-height: 20px !important;
}

.paypal-card-wrap.pop .paypal-card-wrap-content {
  height: calc(100vh - 280px);
  overflow: auto;
}

.paypal-card-wrap.pop .paypal-button-row,
.paypal-card-wrap.pop div#root div div div button {
  display: none;
}

.popup-tip {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  opacity: 0;
}

.modal {
  height: max-content;
  background-color: #fff;
  box-shadow: 0 0 16px 4px rgb(60 60 60 / 45%);
  border-radius: 4px;
  position: fixed;
  margin: auto;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: max-content;
  font-size: 16px;
  max-width: 1000px;
}

.modal.loading {
  background-color: rgb(255 255 255 / 0%);
  box-shadow: none;
}

.modal .modal-title {
  text-align: center;
  color: #fff;
  background-color: #006ee1;
  height: 58px;
  line-height: 58px;
  margin-bottom: 10px;
  font-size: 20px;
}

.modal .modal-content {
  padding: 32px;
}

.modal .btn-link {
  text-align: center;
  margin-top: 40px;
}

.modal p {
  margin-bottom: 10px;
}

.modal .tip span {
  font-weight: 600;
}

.popup-tip .btn-link span {
  margin: 0 15px;
}

.to-basic-plant-tip .btn-link .renew-plan {
  width: initial;
  padding: 0 15px;
}

.tip span,
.tip-sn {
  font-weight: 600;
}

.alert-wating .mask-bg {
  display: block;
}

.success-content .info {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .overflow-warp,
  .compare-features {
    overflow: scroll;
  }
}

@media (max-width: 767px) {
  .feature .name::before,
  .feature .name::after {
    top: 5px;
  }

  .p-series-plan h1 {
    font-size: 30px;
  }

  .select-model span {
    font-size: 20px;
  }

  .compare-price .comparar-bottom,
  .compare-top,
  .outline-wrap,
  .ready-buy,
  .progress .content-bottom,
  .confirm-plan,
  .payment-itro,
  .checkout,
  .checkout .display {
    flex-wrap: wrap;
  }

  .compare-price .comparar-bottom div {
    width: 100%;
    margin-bottom: 50px;
  }

  .describe .outline,
  .progress .content-bottom p {
    width: 50%;
  }

  .confirm-plan .content-left,
  .confirm-plan .content-right,
  .checkout .content-left {
    width: 100%;
    padding: 32px 20px;
  }

  .confirm-plan .content-right {
    width: 100%;
    margin-top: 30px;
  }

  .checkout .content-right {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 80px;
  }

  .billing-info,
  .billing-info form p {
    min-width: 100%;
  }

  .payment-itro .t {
    width: 100%;
    margin: 10px 0;
  }
}

.no-page-pae {
  display: none !important;
}

.page-pae {
  display: block !important;
}

.center {
  line-height: 60px !important;
}
