/*!/wp-content/themes/Total/page-css/cloud-pbx-v2.css*/
.cloud-pbx {
  padding-top: 5vw;
}
.cloud-pbx .content-left {
  width: 43%;
}
.cloud-pbx .content-right {
  width: 52%;
  position: relative;
}
.cloud-pbx .content-right video {
  width: 100%;
}
.cloud-pbx .content-right::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
}
.cloud-pbx .template-tag-2 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  color: #00b7ff;
}
.cloud-pbx h1 {
  margin: 0 0 20px;
}
.cloud-pbx h1 strong {
  font-family: Roboto;
  color: #3b3d42;
  font-weight: 600;
  line-height: 1.5;
}
.cloud-pbx .title-info {
  margin-bottom: 60px;
}
.cloud-pbx .btn-link {
  display: inline-block;
  margin-right: 20px;
}
.cloud-pbx .btn-link a {
  width: initial;
  min-width: 180px;
  padding: 0 25px;
  background-color: #398ffc;
}
.cloud-pbx .template-double-btn .no-bg {
  background-color: rgb(255 255 255 / 0%);
}
.cloud-pbx .btn-link.default a {
  background-color: transparent;
  border: 1px solid #398ffc;
  color: #398ffc;
  margin: 0;
}
.cloud-pbx .btn-link.default a:hover {
  color: #398ffc;
}
.cloud-pbx .tip {
  font-size: 14px;
  padding: 10px 0 0 15px;
}
.feature-wrap {
  position: relative;
  min-height: 950px;
}
.feature-wrap .features-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}
.feature-wrap .features-content:first-child {
  display: block;
}
.features-nav-menu.display-flex {
  justify-content: center;
  border-radius: 38px;
  box-shadow: 4px 5px 67px 0 rgba(41, 41, 41, 0.08);
  width: max-content;
  margin-top: 7vw;
}
.features-nav-menu .title {
  width: 322px;
  line-height: 63px;
  border-radius: 31px;
  text-align: center;
  margin: 0;
  font-size: 20px;
  font-family: Roboto;
  font-weight: 300;
  cursor: pointer;
}
.features-nav-menu .title.active {
  background: #101f3a;
  color: #fff;
}
.features-content h2 + .t {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 20px;
  width: 900px;
}
.features-content h2 + .t + .template-link-arrow {
  text-align: center;
  margin-bottom: 30px;
}
.features-content h2 + .t + .template-link-arrow a {
  font-size: 18px;
}
.features-content .template-link-arrow a::after {
  transform: rotate(0deg);
}
.features-content .menu-wrap {
  margin-bottom: 0;
  background: #f2f4f6;
  border-radius: 27px 27px 0 0;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
.features-content .menu-wrap .title {
  line-height: 73px;
  color: #838c9a;
}
.template-menu-slide .menu-wrap .active .title {
  color: #398ffc;
}
.feature-wrap .features-content .menu-wrap .content {
  padding-bottom: 0;
  width: 25%;
  width: max-content;
  margin: 0 3%;
}
.feature-wrap .features-content .same-width {
  border: 1px solid #f2f4f6;
  border-radius: 27px;
  min-height: 660px;
}
.features-content .content-title {
  font-size: 26px;
  font-family: Roboto;
  font-weight: 300;
  color: #3b3d42;
  line-height: 1.4;
  margin-bottom: 30px;
}
.features-content .content-left {
  width: 43%;
}
.features-content .content-right {
  width: 56%;
  border-bottom-right-radius: 27px;
}
.template-menu-slide .slide-wrap .slide-content {
  padding-left: 4.5%;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
}
.slide-content .template-link-arrow {
  margin-top: 30px;
}
.features-content h2 {
  margin-bottom: 20px;
}
.save .item {
  width: 23%;
  height: 91px;
  background: #f0f7ff;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 11px;
}
.save .svg {
  margin-bottom: 0;
  width: 90px;
}
.save .item:last-child {
  border: 1px solid #e7e8eb;
  background-color: #fff;
  width: 26.5%;
}
.save .item:last-child a {
  font-weight: 300;
  font-family: Roboto;
}
.save .template-link-arrow a::after,
.appliance-edition .template-link-arrow a::after {
  transform: initial;
  width: 32px;
  height: 32px;
  background-color: #e5f1ff;
  border-radius: 50%;
  background-position: 50%;
  top: 10px;
  margin-left: 10px;
}
.appliance-edition .template-link-arrow a::after {
  background-color: #f7fbff;
}
.save .item .template-link-arrow {
  line-height: 50px;
}
.tech-wrap {
  position: relative;
  margin-top: 7vw;
}
.tech-stack.display-flex {
  position: initial;
  min-height: 450px;
}
.tech-stack.hover .swiper-slide {
  opacity: 0.6;
}
.tech-stack .swiper-slide:hover {
  opacity: 1;
  box-shadow: 0 0 20px rgba(41, 41, 41, 0.1);
}
.tech-stack .content-left {
  width: 42%;
}
.tech-stack .content-right {
  position: absolute;
  right: 0;
  width: 49%;
}
.tech-stack h2 {
  text-align: left;
}
.tech-stack .swiper-slide {
  width: 213px;
  background: #fff;
  border: 1px solid #e7e8eb;
  border-radius: 20px;
  padding: 20px 12px;
  margin: 0 25px 20px 0;
  cursor: pointer;
}
.tech-stack .img img {
  height: 35px;
  display: block;
}
.tech-stack .title {
  margin-bottom: 0;
}
.tech-stack .swiper-container:nth-child(1),
.tech-stack .swiper-container:nth-child(3) {
  padding-left: 6%;
}
.tech-stack .template-link-arrow {
  margin-top: 40px;
}
.tech-stack .template-link-arrow a::after {
  transform: initial;
}
.tech-stack .swiper-container:nth-child(3) .swiper-slide {
  margin-bottom: 0;
}
.for-service {
  background: linear-gradient(0deg, #f7faff 0%, #f7fcff 100%);
  padding: 80px 0 100px;
  margin-top: 6vw;
}
.for-service .template-tag-2 {
  text-align: center;
  color: #00b7ff;
}
.for-service .template-tag-2 + h2 {
  text-align: center;
  margin-top: 0;
}
.for-service h2 + .t {
  text-align: center;
  margin: 0 auto 80px;
  width: 900px;
  max-width: 90%;
}
.for-service .template-tag-1 {
  background-color: #101f3a;
  color: #fff;
  margin: -15px auto 30px;
  font-size: 16px;
  padding: 0 25px;
  line-height: 37px;
}
.for-service .item {
  width: 27.7%;
  min-height: 439px;
  background: #fff;
  border-radius: 27px;
  padding: 0 23px 20px;
}
.for-service .item:nth-child(3) {
  width: 36.7%;
}
.for-service .item-1 {
  width: 25px;
}
.for-service .svg {
  width: 50px;
  height: 50px;
  background: #f0f7ff;
  border-radius: 13px;
  margin: 0 10px 0 0;
}
.for-service .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.for-service .take {
  font-family: Manrope !important;
  font-weight: 600;
  color: #101f3a;
  text-align: center;
  width: max-content;
  padding-left: 20px;
  margin: 0 auto 10px;
}
.for-service .take + .t {
  text-align: center;
}
.for-service .fully-wrap:nth-child(2) .take + .t {
  border-bottom: 1px solid #b7bbc4;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.for-service .link-wrap {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 67px;
  flex-wrap: wrap;
}
.for-service .link-wrap .btn-link {
  margin: 0 40px 0 0;
}
.for-service .link-wrap .btn-link a {
  background-color: #3b3d42;
}
.link-wrap .template-link-arrow a {
  padding-left: 45px;
}
.link-wrap .template-link-arrow a::after {
  width: 33px;
  height: 33px;
  background-color: #fff;
  box-shadow: 13px 15px 33px 0 rgba(41, 41, 41, 0.1);
  border-radius: 50%;
  background-position: 50%;
  transform: rotate(90deg);
  top: -5px;
  position: absolute;
  left: 0;
}
.all-the-features {
  margin-top: 5vw;
}
.all-the-features h2 + .t {
  text-align: center;
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}
.all-the-features h2 {
  margin-bottom: 20px;
}
.appliance-edition {
  position: relative;
  margin-top: 7vw;
  padding: 60px 0 95px;
}
.appliance-edition .display-flex {
  align-items: flex-start;
}
.appliance-edition .content-left {
  width: 45%;
  position: relative;
  z-index: 2;
  margin-top: 73px;
}
.appliance-edition .content-right {
  width: 45%;
  background-color: #3b3d42;
  border-radius: 20px;
  padding: 50px 10px 50px 20px;
}
.appliance-edition .img {
  width: 66px;
  margin-bottom: 30px;
}
.appliance-edition .template-silde-wrap {
  min-height: 300px;
}
.appliance-edition .want {
  width: 100%;
  line-height: 63px;
  border: 1px solid #b2d1ff;
  border-radius: 32px;
  color: #3b3d42;
  margin: 50px auto 0;
  font-family: Roboto;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.appliance-edition .want .start {
  display: inline-block;
  line-height: 63px;
  background-color: rgb(0 110 225 / 0%);
  border-radius: 18px;
  padding: 0 15px;
  color: #3b3d42;
}
.appliance-edition .item > .t {
  font-family: Roboto;
  font-weight: 300;
  color: #3b3d42;
  font-size: 20px;
  line-height: 37px;
  margin-bottom: 40px;
}
.appliance-edition .item > .t .line {
  font-weight: 300;
  font-family: Roboto;
  font-size: 30px;
  position: relative;
}
.appliance-edition .item > .t .line::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 5px;
  background-color: #b2d9ff;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: -1;
}
.appliance-edition .say {
  font-family: Roboto;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.appliance-edition .say::before {
  content: "";
  display: inline-block;
  width: 53px;
  border-bottom: 2px solid #b7bbc4;
  margin-right: 10px;
}
.appliance-edition .form-title {
  font-family: Roboto;
  font-weight: 300;
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.appliance-edition .form-infor {
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.hs-error-msg {
  color: red;
}
.hs-richtext p a {
  text-decoration: underline;
  color: #fff;
}
.hs-richtext p a:hover {
  color: #00b7ff;
}
#primary .form-columns-1 .inputs-list input {
  top: -7px !important;
}
#main div .free-trial-submit {
  border-radius: 4px;
  color: #fff;
  background: rgba(245, 180, 10);
  width: 210px;
  font-size: 20px;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
#main div .free-trial-submit:hover {
  background: rgba(245, 165, 10);
}
.hs-submit {
  position: relative;
}
.maximum-error,
.email-error,
.exit-error {
  display: none;
}
.hs_select_your_state_if_you_are_in_us {
  display: none;
}
#providers .hbspt-form p {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
}
div #primary .form-columns-1 .hs-input {
  width: 98%;
  border-radius: 5px;
}
#primary .form-columns-1 textarea.hs-input {
  height: 70px;
  margin-bottom: 10px;
  color: #6c6f75;
  line-height: 23px;
}
.field input,
.field select {
  border-radius: 5px;
  height: 48px;
  color: #6c6f75;
}
.field {
  margin-bottom: 0;
  margin-top: -10px;
}
.field select {
  margin-top: 0;
  border-radius: 3px;
}
.hs-submit input[type="submit"] {
  background-color: #f5b40e;
  margin: 30px auto 0;
  display: block;
  width: 180px;
  line-height: 50px;
  padding: 0;
  border-radius: 5px;
  font-size: 18px;
}
.hs-submit input[type="submit"]:hover {
  background: #fdc128;
}
.legal-consent-container p {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  margin-top: 10px;
}
div #primary .form-columns-1 .inputs-list .hs-input {
  width: initial;
  top: 2px !important;
}
.legal-consent-container .field.hs-form-field {
  margin-bottom: 0;
  min-height: initial;
}
div .legal-consent-container .field.hs-form-field {
  margin: 0;
}
.alert-iframe {
  position: fixed;
  width: 100%;
  background-color: rgb(0 0 0 / 30%);
  z-index: 1111111111;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  display: none;
}
.form-content {
  background-color: #fff;
  padding: 30px 40px 50px 60px;
  max-width: 1200px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
}
.close-form {
  width: 30px;
  height: 30px;
  line-height: 26px;
  background-color: #fff;
  font-size: 18px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -42px;
  left: 102%;
  box-shadow: 1px 1px 10px rgb(48 60 66 / 50%);
  cursor: pointer;
}
.close-form:hover {
  background-color: #3b3d42;
  color: #fff;
}
.iframe-form {
  max-width: 1000px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  display: none;
}
.alert-iframe iframe {
  width: 100%;
}
.alert-iframe .close-form {
  top: -15px;
  left: 98.5%;
}
.alert-iframe img {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  display: none;
}
.plan span:nth-child(1) {
  opacity: 0;
}
div.feature .name,
div.feature .info p {
  background-image: none;
}
.button-list-wrap a:nth-child(1) {
  display: none;
}
.deployment-mode {
  opacity: 0;
  height: 0;
}
.popup-tip {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  display: none;
}
.modal {
  height: max-content;
  background-color: #fff;
  box-shadow: 0 0 16px 4px rgb(60 60 60 / 45%);
  border-radius: 8px;
  position: fixed;
  margin: auto;
  z-index: 999;
  top: 30%;
  left: 0;
  right: 0;
  width: max-content;
  font-size: 16px;
  max-width: 900px;
}
.modal.loading {
  background-color: rgb(255 255 255 / 0%);
  box-shadow: none;
}
.modal .modal-title {
  text-align: center;
  color: #fff;
  background-color: #3b3d42;
  height: 58px;
  line-height: 58px;
  margin-bottom: 10px;
  font-size: 20px;
  position: relative;
  border-radius: 7px 7px 0 0;
}
.modal .modal-title .close-popup {
  position: absolute;
  right: 15px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  top: 10px;
}
.modal .modal-content {
  padding: 32px;
}
.modal .btn-link {
  text-align: center;
  margin-top: 40px;
}
.modal p {
  margin-bottom: 10px;
}
.hs-submit input[type="submit"].cant-click {
  pointer-events: none;
  background-color: #ccc;
}
.submitted-message .t {
  font-weight: 600;
  font-size: 18px;
}
.popup-tip2 .animation-btn:first-child {
  margin-right: 30px;
}
.get-trial .submitted-message {
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  padding: 5% 6% 30%;
  border-radius: 8px;
}
.get-trial .submitted-message::before {
  content: "";
  display: inline-block;
  background: url(/wp-content/uploads/2022/06/loadin-blue.gif) center no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
.popup-tip .animation-btn {
  margin: 0 15px;
  width: initial;
  padding: 0 25px;
  background-color: #00b7ff;
}
.get-trial a {
  color: #fff;
  text-decoration: underline;
}
.get-trial a:hover {
  color: #3b3d42;
}
.hbspt-form .limit-error {
  margin: 5px 0;
  font-size: 15px;
  display: none;
  color: #cb1d0e !important;
  line-height: 23px;
}
.hs-submit .hs-button.cant-click {
  pointer-events: none;
  background-color: #ccc;
}
.software-edition .circle-solid,
.software-edition .circle-line {
  display: none;
}
label.hs-error-msg {
  margin: 0;
}
.get-trial label.hs-error-msg {
  color: #cb1d0e;
  margin-top: 5px;
}
.hs_pbx_url {
  position: relative;
  margin-top: -16px;
}
.hs_has_distributor.hs-has_distributor.hs-fieldtype-select.field.hs-form-field {
  margin-top: -15px;
}
.hs_brand.hs-brand.hs-fieldtype-text.field.hs-form-field {
  margin-top: -18px;
}
.hs_pbx_url .hs-field-desc {
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  width: 100%;
  background-color: #000;
  border-radius: 15px;
  padding: 5px;
  top: -65px;
  color: #fff;
  left: 0;
  display: none !important;
}
.hs_pbx_url .hs-field-desc::after {
  content: "";
  display: inline-block;
  border: 8px solid transparent;
  border-left-color: #000;
  border-top-color: #000;
  position: absolute;
  bottom: -8px;
  left: 45%;
  border-radius: 2px;
  transform: rotate(225deg);
}
.hs_pbx_url:hover .hs-field-desc {
  display: block !important;
}
.feature-list-wrap .no-page-pce {
  display: none;
}
.feature .no-page-pse,
.feature .no-page-pce {
  display: none;
}
.feature.optional.display-warp::before,
.feature.optional.display-warp::after {
  content: "" !important;
  background-image: url(https://www.yeastar.com/wp-content/uploads/2022/01/blak-mark-icon.svg) !important;
  left: calc(100% - 370px) !important;
  top: 15px !important;
}
.feature.optional.display-warp::after {
  left: calc(100% - 140px) !important;
}
@media (max-width: 1500px) and (min-width: 768px) {
  .feature-wrap .features-content .same-width {
    min-height: 610px;
  }
  .features-content .menu-wrap {
    margin-bottom: 10px;
  }
  .save .item {
    width: 23.4%;
  }
  .for-service .item {
    padding: 0 18px;
  }
  .for-service .item-1 {
    width: 20px;
  }
  .appliance-edition .content-left {
    width: 49%;
  }
  .template-menu-slide .slide-wrap .slide-content {
    padding-left: 3%;
  }
  .features-content .content-left {
    width: 45%;
  }
  .features-content .content-right {
    width: 53%;
  }
  .feature-wrap {
    min-height: 900px;
  }
}
@media (max-width: 767px) {
  .features-content .menu-wrap .title {
    line-height: 25px;
  }
  .feature-wrap {
    position: relative;
    min-height: 1400px;
  }
  .feature-wrap .features-content .same-width {
    min-height: 1030px;
  }
  .save .item,
  .save .item:last-child {
    width: 100%;
    margin: 10px 0;
  }
  .tech-stack.display-flex {
    min-height: 750px;
  }
  .for-service .item,
  .for-service .item:nth-child(3) {
    width: 100%;
    min-height: auto;
    padding: 0 18px 50px;
  }
  .for-service .item-1 {
    margin: 0 auto 20px;
  }
  .for-service .link-wrap .btn-link {
    margin: 0 5px 0 0;
  }
  .appliance-edition .want .start {
    padding: 0;
    margin-left: auto;
  }
  .appliance-edition .content-right {
    margin-top: 50px;
  }
  .appliance-edition .content-right {
    padding: 50px 20px;
  }
  .appliance-edition .template-silde-wrap {
    min-height: 360px;
  }
  .features-content .menu-wrap {
    margin-bottom: 30px;
  }
  .cloud-pbx .title-info {
    margin-bottom: 30px;
  }
  .appliance-edition .content-left {
    margin-top: 0;
  }
  .free-trial-cont .content-left {
    width: 100%;
  }
  .hs_pbx_url .hs-field-desc {
    top: -110px;
  }
}
