/*!/wp-content/themes/Total/page-css/p-series-feature-list-v2.css*/
.display-warp b {
  background: url(https://www.yeastar.com/wp-content/uploads/2021/11/function-tip.png)
    left no-repeat;
}
.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: 18px;
  font-family: Roboto;
  font-weight: 300;
  color: #3b3d42;
  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: #3b3d42;
  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.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: none;
  font-size: 16px;
}
.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: #3B3D42;
  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:not([class="optional-sp"]) {
  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: Roboto;
  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: Roboto;
  font-weight: 300;
  color: #3b3d42;
  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 #000;
    color: #fff;
    text-decoration: none;
    background-color: #060606;
    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;
}
.workplace-warp .feature:nth-child(even) .name {
  background-color: rgb(243, 243, 243, 0.3);
}
.workplace-warp .feature:nth-child(odd) .name {
  background-color: #fff;
}
.workplace-eployment-mode {
  background-color: rgb(243, 243, 243, 0.3);
  line-height: 50px;
  border-radius: 26px;
}
.workplace-eployment-mode span {
  line-height: 50px;
}
.workplace-eployment-mode span:nth-child(1) {
  margin: 0 0 0 45px;
}
.workplace-eployment-mode span:nth-child(2) {
  width: 60%;
  background: #f3f6f8;
  text-align: center;
  border-radius: 26px;
  margin: 0 0 0 auto;
  color: #303c42;
  font-weight: 300;
  font-family: Open Sans !important;
}
.workplace-warp .button-list-wrap a:nth-child(1) {
  margin-right: 36px;
}
.workplace-warp .button-list-wrap a:nth-child(2) {
  margin-right: 116px;
}
.workplace-plan {
  top: 0;
  padding: 55px 0 35px;
  justify-content: space-around;
}
.workplace-plan span {
  background: rgb(255 255 255 / 0%);
  color: #3b3d42;
  border-radius: 0;
  line-height: 10px;
  padding: 0 12px;
  position: relative;
  z-index: 1;
  font-weight: 300;
}
.workplace-plan span:nth-child(2) {
  background: rgb(0 110 225 / 0%);
  border-color: #77be00;
  position: relative;
  left: -16px;
}
.workplace-plan span:nth-child(3) {
  background: rgb(0 183 255 / 0%);
  border-color: #ffb400;
  position: relative;
  right: 18px;
}
.workplace-plan span::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 8px;
  border-radius: 4px;
  width: 100%;
  background: #00b7ff;
  bottom: -7px;
  left: 0;
  z-index: -2;
  opacity: 0.8;
}
.workplace-plan span:nth-child(2)::before {
  background: #77be00;
}
.workplace-plan span:nth-child(3)::before {
  background: #ffb400;
}
.workplace-plan .feature:nth-child(odd) .name {
  background-color: #fff;
}
.feature .info p.no-ep-p,
.info p.no-ep-p::before {
  background-image: none;
}
.workplace-warp-fr .button-list-wrap a:nth-child(2),
.workplace-warp-it .button-list-wrap a:nth-child(2) {
  margin-right: 73px;
}
.workplace-warp-es .button-list-wrap a:nth-child(2) {
  margin-right: 25px;
}
.workplace-warp-es .button-list-wrap a:nth-child(1) {
  margin-right: 22px;
}
.workplace-warp-de .button-list-wrap a:nth-child(2) {
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .overflow-warp {
    overflow: scroll;
  }
}
@media (max-width: 768px) {
  .feature .name::before,
  .feature .name::after {
    top: 17px;
  }
  .templatera_shortcode .wpb_raw_html {
    overflow: scroll;
  }
  .hs_pbx_url .hs-field-desc {
    top: -105px;
  }
  .plan {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .templatera_shortcode .wpb_raw_html {
    overflow: hidden !important;
  }
  .feature-list-wrap {
    padding: 0 10px 15.5px !important;
    width: 90% !important;
    margin: 43px auto 0 !important;
  }
  .plan {
    justify-content: flex-end !important;
    top: -11px !important;
    width: 100% !important;
  }
  .plan span {
    border-radius: 10px !important;
    font-size: 10px !important;
    padding: 5px 9px !important;
    margin-right: 6px !important;
    line-height: 15px !important;
    width: 66.5px !important;
  }
  .include {
    font-size: 9px !important;
    line-height: 23px !important;
  }
  .feature {
    margin-top: 5px;
  }
  .feature .name::before,
  .feature .name::after {
    width: 1px !important;
    height: 5px !important;
    left: 10px !important;
    top: 6px !important;
  }
  .display-warp b {
    width: 9.5px !important;
    height: 10px !important;
    top: 2px !important;
  }
  .feature .name {
    padding: 0 200px 0 16px !important;
    font-size: 10px !important;
    line-height: 16px !important;
    border-radius: 11px !important;
    background-color: rgb(255 254 254 / 0%) !important;
    background-size: 10.5px 10px !important;
    background-position-x: calc(100% - 18rem) !important;
    background-position-y: 3px !important;
  }
  .feature .info p {
    padding-right: 200px !important;
    font-size: 9px !important;
    line-height: 11px !important;
    background-color: rgb(255 254 254 / 0%) !important;
    background-size: 10.5px 10px !important;
    background-position-x: calc(100% - 18rem) !important;
    background-position-y: 3px !important;
  }
  .info p::before,
  .info p::after,
  .feature::before,
  .feature::after {
    width: 10.5px !important;
    height: 10px !important;
  }
  .feature::before,
  .feature::after {
    top: 3px !important;
  }
  .feature::before,
  .info p:before {
    left: calc(100% - 117px) !important;
  }
  .feature::after,
  .info p:after {
    left: calc(100% - 45px) !important;
  }
  .feature .info p {
    background-position-y: 1px !important;
  }
  .info p::before,
  .info p::after {
    top: 1px !important;
  }
  .feature.optional .optional-sp,
  .feature.optional::before,
  .feature.optional::after {
    font-size: 9px !important;
  }
  .feature.optional::before {
    left: calc(100% - 130px) !important;
  }
  .feature.optional::after {
    left: calc(100% - 59px) !important;
  }
  .feature.optional .optional-sp {
    left: calc(100% - 20rem) !important;
    top: 2px !important;
  }
  .button-list-wrap {
    margin: 30px 0 0 0 !important;
  }
  .button-list-wrap a {
    line-height: 26px !important;
    font-size: 12px !important;
    padding: 0 10px !important;
    margin-right: 7px !important;
  }
  .feature .info {
    padding: 12px 0 0 25px !important;
  }
  .display-warp span:not([class="optional-sp"]) {
    font-size: 9px !important;
    line-height: 18px !important;
    width: auto !important;
  }
  .small-tip {
    font-size: 9px !important;
    padding: 0 15px 11vw !important;
  }
}
.feature.page-all,
.feature.page-pse {
  display: none;
}
.pae-block {
  display: none;
}
