.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
  min-height: 250px;
  height: 100%;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  width: auto;
  height: 15.25rem;
}
.card-media img {
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 100%;
}
.card-body {
  padding: 2rem;
  height: 100%;
}
.card:hover {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}
.card-ext-link:after {
  content: "";
  width: 25px;
  height: 14px;
  position: absolute;
  right: 1.5rem;
  bottom: 1rem;
  background-image: url(../images/icons/arrow-green.svg);
}
.card-testimonial {
  padding-bottom: 35px;
}
.card-testimonial .card-body {
  padding-bottom: 5rem;
}
.card-testimonial .card-actions {
  background-color: #2ab573;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 50px;
}
.card-testimonial .card-actions .card-media {
  width: 8rem;
  height: 8rem;
  padding: 0.5rem;
  border-radius: 50%;
  margin-top: -4.75rem;
}
.card-testimonial .card-actions .card-media img {
  border-radius: 50%;
  max-width: 100%;
  max-height: 100%;
}
.card-testimonial .card-actions .card-media-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
.card-testimonial .card-actions a {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(100% + 100px));
}
.card-testimonial .card-actions a.sk-button {
  background-color: white;
  box-shadow: none;
}
.card-testimonial:hover {
  transform: none;
}
.card-testimonial:hover .card-body {
  position: relative;
}
.card-testimonial:hover .card-body:after {
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(210, 210, 210, 0.25);
}
.card-testimonial:hover .card-actions a {
  opacity: 1;
  position: relative;
  visibility: visible;
  transform: translateY(0);
}
.card-article {
  color: #333333;
  text-decoration: none;
}
.card-article h3 {
  margin-top: 0.5rem !important;
  font-size: 2rem;
}
.card-article h3.article-blog-tile {
  min-height: 5rem;
}
.card-article header {
  flex: 1 1 auto;
}
.card-article .article-author:after {
  content: "";
  width: 25px;
  height: 14px;
  position: absolute;
  right: 15px;
  background-image: url("../images/icons/arrow.svg");
}
.card-help {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  min-height: 200px;
}
.card-help .card-media {
  background: transparent;
  height: auto;
}
.card-pharmacy {
  padding: 1rem;
}
.card-pharmacy-top {
  min-height: 300px;
}
.card-pharmacy-top .wp-block-image {
  margin: 2rem 0 !important;
}
.card-pharmacy h3 {
  text-align: left;
  margin: 2rem 0 1rem;
  min-height: 45px;
}
.card-pharmacy h3 .soon {
  font-size: 1.15rem;
  background-color: #dee2e6;
  padding: 3px 7px;
  border-radius: 4px;
  white-space: nowrap;
}
.card-report {
  min-height: 25rem;
}
.card-report .wp-block-image {
  margin: 3rem 0 !important;
}
.card-task {
  min-height: auto;
}
@media screen and (max-width: 768px) {
  .card-task {
    padding: 2rem 0;
  }
}
.card-task h3 {
  font-size: 5rem;
  line-height: 6rem;
  display: flex;
  width: 80px;
  height: 80px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-right: auto !important;
  margin-left: auto !important;
  border-radius: 10%;
  color: white;
}
.card-task h4 {
  margin-top: 1.5rem !important;
}
.card-task-task h3 {
  background-color: #1e88e5;
}
.card-task-reminder h3 {
  background-color: #d81b60;
}
.card-task-appointment h3 {
  background-color: #8e24aa;
}
.card-task-meeting h3 {
  background-color: #fb8c00;
}
.card-fb {
  min-height: 42rem;
  padding: 2rem;
}
.card-fb .wp-block-image {
  background-color: #2ab573;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem auto !important;
}
.card-fb h4 {
  margin: 0 0 1rem !important;
  min-height: 45px;
}

.primary-menu .sub-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 1rem;
  min-width: 480px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.primary-menu .sub-menu > li {
  width: 50%;
}
.primary-menu .sub-menu > li.menu-all-features {
  text-align: center;
  width: 100%;
}
.primary-menu .sub-menu li a span {
  margin-left: 1rem;
}

:root {
  --feature-progress: 0;
}

.feature {
  position: relative;
  overflow: hidden;
}

.feature.active:before {
  position: absolute;
  content: "";
  display: block;
  width: var(--feature-progress);
  height: 4px;
  background: #2ab573;
  left: 0;
  top: 0;
  border-radius: 2px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
  height: 36px;
}

/* Synkwise About Us Page --------------------------- */
.synkwise-about {
  /** Team */
}
.synkwise-about .about-wrapper {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .synkwise-about .about-wrapper {
    padding: 6.5rem 0;
  }
}
.synkwise-about .about-wrapper .entry-content {
  position: relative;
}
.synkwise-about .about-wrapper .description {
  font-size: 2rem;
  font-weight: bold;
  margin: 4.5rem auto 2.5rem;
}
.synkwise-about h1 {
  font-size: 5rem;
  color: #333333;
  margin: 0 auto !important;
}
.synkwise-about .synkwise-culture .entry-content {
  padding-bottom: 0;
}
.synkwise-about .synkwise-culture .entry-content > .w-full,
.synkwise-about .synkwise-culture .culture-wrapper {
  max-width: inherit !important;
}
.synkwise-about .synkwise-culture h2 {
  color: #333333;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  font-size: 3rem;
}
.synkwise-about .synkwise-culture h3 {
  color: #333333;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  font-size: 2rem;
}
.synkwise-about .synkwise-culture .underline {
  width: 60px;
  height: 6px;
  background-color: #2ab573;
  margin-top: 0.25rem;
}
.synkwise-about .synkwise-culture p {
  color: #666666;
  line-height: 1.8;
}
.synkwise-about .synkwise-map {
  background-color: #f5f5f5;
}
.synkwise-about .synkwise-map .entry-content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 5rem 0;
}
.synkwise-about .synkwise-map h2 {
  font-size: 3rem;
  color: #333333;
}
.synkwise-about .synkwise-map img {
  max-height: 450px;
  margin: 0 auto;
}
.synkwise-about .synkwise-data-points {
  color: #FFFFFF;
  background-color: #2ab573;
}
.synkwise-about .synkwise-data-points .entry-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.synkwise-about .synkwise-data-points .stat-wrapper {
  max-width: 100% !important;
}
.synkwise-about .synkwise-data-points .stat-wrapper .number {
  font-size: 3rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (min-width: 1280px) {
  .synkwise-about .synkwise-data-points .stat-wrapper .number {
    font-size: 5rem;
  }
}
.synkwise-about .synkwise-data-points .stat-wrapper .copy {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .synkwise-about .synkwise-data-points .stat-wrapper .copy {
    font-size: inherit;
    line-height: inherit;
  }
}
.synkwise-about .synkwise-team .entry-content {
  padding-bottom: 0;
}
.synkwise-about .synkwise-team .entry-content > .w-full,
.synkwise-about .synkwise-team .team-wrapper {
  max-width: inherit !important;
}
.synkwise-about .synkwise-team h2 {
  color: #333333;
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
  font-size: 3rem;
}
.synkwise-about .synkwise-team .team-wrapper {
  /*display: flex;*/
  position: relative;
  z-index: inherit;
  flex-wrap: wrap;
  justify-content: stretch;
}
.synkwise-about .synkwise-team .team-wrapper .t-card {
  background-color: #fff;
  position: relative;
  z-index: 1;
  transition: transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .synkwise-about .synkwise-team .team-wrapper .t-card {
    margin: 1rem;
  }
}
.synkwise-about .synkwise-team .team-wrapper .t-card .t-header {
  flex: 1 1 auto;
  color: #1d1d1d;
}
.synkwise-about .synkwise-team .team-wrapper .t-card h3 {
  margin: 0.5rem 1rem 1rem !important;
}
.synkwise-about .synkwise-team .team-wrapper .t-card figure {
  opacity: 0.85;
  transition: opacity 300ms ease;
}
.synkwise-about .synkwise-team .team-wrapper .t-card:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}
.synkwise-about .synkwise-team .team-wrapper .t-card:hover figure {
  opacity: 75;
}

.synkwise-blogs .synkwise-article-blog .article-thumbnail, .synkwise-blog .synkwise-article-blog .article-thumbnail {
  position: relative;
  display: block;
  height: 220px;
  background-size: cover;
}
.synkwise-blogs .synkwise-article-blog .article-thumbnail:before, .synkwise-blog .synkwise-article-blog .article-thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.synkwise-careers .career-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
  min-height: 250px;
  height: 100%;
  transition: all 0.2s ease-in-out;
  padding: 1rem 1rem 2rem 1rem;
  text-decoration: none;
}
.synkwise-careers .career-card h3.header {
  margin-top: 2rem;
  margin-bottom: 1rem;
  min-height: 50px;
  color: black;
}
.synkwise-careers .career-card p {
  margin: 0;
}
.synkwise-careers .career-card .actions {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.synkwise-careers .career-card .actions a {
  font-size: 1.5rem;
  text-decoration: none;
}
.synkwise-careers .career-card .actions a i {
  display: inline-block;
  width: 25px;
  height: 14px;
  background-image: url("../images/icons/arrow-green.svg");
  margin-left: 0.5rem;
}
.synkwise-careers .career-card:hover {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}

/* Synkwise Contact-Us Page ---------------------------- */
.synkwise-contact-us .contact-us-form {
  position: relative;
  background-color: #2ab573;
  min-height: 460px;
  border-radius: 1rem;
  overflow: hidden;
  color: white;
}
.synkwise-contact-us .contact-us-form:before {
  content: "";
  position: absolute;
  right: 0;
  top: 291px;
  background-color: rgba(43, 133, 209, 0.768627451);
  width: 120px;
  height: 120px;
  border-radius: 100%;
  transform: translateX(-70%);
  z-index: 1;
}
.synkwise-contact-us .contact-us-form:after {
  content: "";
  position: absolute;
  right: 0;
  top: 317px;
  background-color: rgba(55, 120, 175, 0.5215686275);
  width: 320px;
  height: 320px;
  border-radius: 100%;
  transform: translateX(40%);
  z-index: 1;
}
.synkwise-contact-us .contact-us-form h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  color: white;
  font-weight: 500;
}
.synkwise-contact-us .contact-us-form h3 {
  margin: 0 0 2rem 0;
  font-size: 1.6rem;
  color: white;
  font-weight: normal;
}
.synkwise-contact-us .contact-us-form .contact-information {
  position: relative;
  z-index: 3;
  list-style: none;
}
.synkwise-contact-us .contact-us-form .contact-information li {
  margin: 0;
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
}
.synkwise-contact-us .contact-us-form .contact-information li .sk-icon {
  margin-right: 2rem;
}
.synkwise-contact-us .contact-us-form .contact-information.contact-social {
  color: white;
}
.synkwise-contact-us .contact-us-form .contact-information.contact-social .icon {
  margin-right: 2rem;
  width: 24px;
  height: 24px;
}
.synkwise-contact-us .contact-us-form .contact-information.contact-social .icon svg path, .synkwise-contact-us .contact-us-form .contact-information.contact-social .icon svg g, .synkwise-contact-us .contact-us-form .contact-information.contact-social .icon svg circle {
  fill: white;
}
.synkwise-contact-us .contact-us-form .contact-information.contact-social .icon:last-child {
  margin-right: 0;
}
.synkwise-contact-us .contact-us-form .nf-field-label label {
  font-size: 1.5rem;
  font-weight: 500;
}
.synkwise-contact-us .contact-us-form .nf-field-element input[type=button] {
  background-color: #2ab573;
  text-transform: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  height: 45px;
}
.synkwise-contact-us .contact-us-form .nf-field-element input[type=button]:hover {
  text-decoration: none;
  color: white;
}
.synkwise-contact-us .contact-us-form .nf-form-content .list-select-wrap .nf-field-element > div,
.synkwise-contact-us .contact-us-form .nf-form-content input:not([type=button]),
.synkwise-contact-us .contact-us-form .nf-form-content textarea {
  border-radius: 4px;
  background-color: white;
}
.synkwise-contact-us .contact-us-form .nf-error .nf-error-msg {
  font-size: 1.2rem;
}
.synkwise-contact-us .contact-types ul {
  margin-bottom: 0;
}
.synkwise-contact-us .contact-types ul li {
  padding: 1rem 0;
}
.synkwise-contact-us .contact-types ul li > p.title {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.synkwise-feature h1.entry-title {
  margin: 0 0 2rem 0;
}

.blog-post-article .header-with-thumb {
  padding-top: 0;
  padding-bottom: 4rem;
}
.blog-post-article .header-with-thumb .post-thumbnail {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .blog-post-article .header-with-thumb .post-thumbnail {
    padding-left: 18%;
  }
}
.blog-post-article .header-with-thumb .post-thumbnail img {
  object-fit: cover;
  max-height: 500px;
  object-position: center;
  width: 100%;
}
.blog-post-article .header-with-thumb .post-thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1280px) {
  .blog-post-article .header-with-thumb .post-thumbnail:before {
    width: 82%;
  }
}
.blog-post-article .header-with-thumb .entry-title-wrapper {
  background-color: white;
  margin-top: -10rem;
  width: 100%;
  min-height: 100px;
}
@media screen and (min-width: 1280px) {
  .blog-post-article .header-with-thumb .entry-title-wrapper {
    width: 80%;
  }
}
.blog-post-article .header-with-thumb .entry-title-wrapper h1 {
  margin-top: 2rem;
}
.blog-post-article .entry-content .at-above-post {
  display: none;
}
.blog-post-article .addthis_tool .at-share-btn,
.blog-post-article .addthis_tool .entry-share .at-resp-share-element .at-share-btn,
.blog-post-article .addthis_tool .quotebox-author-share .at-resp-share-element .at-share-btn {
  background-color: #f5f5f5 !important;
  border-radius: 0.5rem !important;
  margin-right: 0.5rem;
}
.blog-post-article .addthis_tool .at-icon-wrapper svg {
  fill: #000 !important;
  transform: scale(0.75) translateY(-3px);
  transition: fill 0.2s ease;
}
.blog-post-article .addthis_tool .at-icon-wrapper:hover svg {
  fill: #19b4ff !important;
}

.synkwise-home .synkwise-auth-details .synkwise-lunch .sk-button {
  padding: 1.25rem 1rem;
}

.synkwise-job .job-application-form p label {
  font-size: 14px;
}
.synkwise-job .job-application-form p .textbox,
.synkwise-job .job-application-form p .textarea {
  padding: 1.25rem 1.25rem;
  font-size: 14px;
  line-height: 1.25rem;
}
.synkwise-job .job-application-form p .textbox:focus, .synkwise-job .job-application-form p .textbox:focus-visible,
.synkwise-job .job-application-form p .textarea:focus,
.synkwise-job .job-application-form p .textarea:focus-visible {
  outline-color: #2ab573;
  outline-width: 1px;
}
.synkwise-job .job-application-form p .textbox,
.synkwise-job .job-application-form p .textarea,
.synkwise-job .job-application-form p .file-input {
  border-radius: 6px;
  border-color: rgb(209, 213, 219);
  box-shadow: rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0.05) 0 1px 2px 0;
}
.synkwise-job .job-application-form p .file-input {
  display: block;
  width: 100%;
  padding: 1.375rem 1.75rem;
  border: 1px solid rgb(209, 213, 219);
  font-weight: normal;
  background-clip: padding-box;
}
.synkwise-job .job-application-form p .file-input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.synkwise-job .job-application-form p .file-input::file-selector-button,
.synkwise-job .job-application-form p .file-input::-webkit-file-upload-button {
  padding: 1.375rem 1.75rem;
  margin: -1.375rem -1.75rem;
  -webkit-margin-end: 1.75rem;
  margin-inline-end: 1.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border: 0 solid transparent;
  border-inline-end-width: 1px;
  border-radius: 0;
}
.synkwise-job .job-application-form .submit-btn {
  width: 100%;
}
.synkwise-job .job-application-form .wpcf7-spinner {
  display: none;
}
.synkwise-job .job-application-form .wpcf7-response-output {
  font-size: 14px;
  font-weight: normal;
  background: #ffb900;
  color: #fff;
  border-radius: 6px;
  padding: 1rem 2rem;
}

.synkwise-partners .partners-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
  min-height: 380px;
  height: 100%;
  transition: all 0.2s ease-in-out;
  padding: 1rem;
  text-decoration: none;
}
.synkwise-partners .partners-card .card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  width: auto;
  height: 15.25rem;
}
.synkwise-partners .partners-card .card-media img {
  width: auto;
  max-width: 80%;
  height: auto;
}
.synkwise-partners .partners-card h3.header {
  margin-top: 2rem;
  margin-bottom: 1rem;
  min-height: 45px;
  color: black;
}
.synkwise-partners .partners-card p {
  margin: 0;
}
.synkwise-partners .partners-card:after {
  content: "";
  width: 25px;
  height: 14px;
  position: absolute;
  right: 1.5rem;
  bottom: 1rem;
  background-image: url("../images/icons/arrow-green.svg");
}
.synkwise-partners .partners-card:hover {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}

.pharmacy-group {
  max-width: 124rem !important;
}
@media screen and (max-width: 768px) {
  .pharmacy-group {
    margin: 0 !important;
    width: 100% !important;
  }
}
.pharmacy-group .soon {
  font-size: 1.15rem;
  background-color: #dee2e6;
  padding: 3px 7px;
  border-radius: 4px;
  white-space: nowrap;
  font-weight: bold;
}

/* Synkwise Pricing Page ---------------------------- */
.synkwise-pricing-plan h1 {
  color: #333333;
}
.synkwise-pricing-plan .sk-pricing .input-form {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding-right: 5px;
  margin-right: 0.5rem;
}
.synkwise-pricing-plan .sk-pricing .input-form input {
  border: none;
  border-radius: 3px;
  width: 8.5rem;
}
.synkwise-pricing-plan .sk-pricing .input-form input:focus-visible {
  outline: none;
}
.synkwise-pricing-plan .sk-pricing .input-form:focus-within {
  border: 1px solid #2ab573;
  outline: 1px solid #2ab573;
}
.synkwise-pricing-plan .prices-card {
  background-color: white;
  border: 1px solid #e4e8ed;
  border-radius: 4px;
  flex: 1;
  padding: 0 24px;
  transition: all 500ms ease-in-out;
}
.synkwise-pricing-plan .prices-card:hover {
  border-color: transparent;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.1);
  scale: 1.05;
  z-index: 2;
}
.synkwise-pricing-plan .prices-card.basic {
  border-top: 10px solid #FB275D;
}
.synkwise-pricing-plan .prices-card.plus {
  border-color: #2ab573;
  border-top: 10px solid #2ab573;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.1);
  scale: 1.05;
}
.synkwise-pricing-plan .prices-card.plus:hover {
  scale: 1.1;
}
.synkwise-pricing-plan .prices-card.pro {
  border-top: 10px solid #2196f3;
}
.synkwise-pricing-plan .prices-card h2 {
  margin: 1.5rem 0 1rem !important;
  font-size: 2.5rem;
  white-space: nowrap;
}
.synkwise-pricing-plan .prices-card h2 .soon {
  font-size: 1.4rem;
  background-color: #dee2e6;
  padding: 5px 10px;
  margin-left: 1rem;
  border-radius: 4px;
}
.synkwise-pricing-plan .prices-card h2 .popular {
  font-size: 1.4rem;
  background-color: #000000;
  color: white;
  padding: 5px 10px;
  margin-left: 1rem;
  border-radius: 4px;
}
.synkwise-pricing-plan .prices-card .price-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.synkwise-pricing-plan .prices-card .price-section .plan-price {
  font-size: 4.25rem;
  margin-right: 8px;
  font-weight: 600;
  white-space: nowrap;
}
.synkwise-pricing-plan .prices-card .price-section .plan-price .currency {
  font-size: 2.5rem;
}
.synkwise-pricing-plan .prices-card .price-section .plan-additional {
  margin: 0 10px;
  font-weight: 600;
  font-size: 30px;
}
.synkwise-pricing-plan .prices-card.basic .price-section .plan-price {
  color: #FB275D;
}
.synkwise-pricing-plan .prices-card.plus .price-section .plan-price {
  color: #2ab573;
}
.synkwise-pricing-plan .prices-card.pro .price-section {
  min-height: 12rem;
}
.synkwise-pricing-plan .prices-card.pro .price-section .plan-price {
  color: #2196f3;
}
.synkwise-pricing-plan .prices-card .price-section .per-resident-per-month,
.synkwise-pricing-plan .prices-card .price-section .per-home-per-month {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  text-align: left;
  line-height: 1;
}
.synkwise-pricing-plan .prices-card .price-total {
  margin: 0.5rem 0 1rem;
}
.synkwise-pricing-plan .prices-card .price-total .total {
  font-size: 4rem;
  font-weight: 600;
}
.synkwise-pricing-plan .prices-card .price-actions {
  margin: 2rem 0;
}
.synkwise-pricing-plan .prices-card .price-description {
  line-height: 1.5;
  margin-top: 1rem;
  font-size: 1.5rem;
  color: #444444;
}
.synkwise-pricing-plan .prices-card .separator {
  border: 1px solid #d5d5d5;
  margin: 1.5rem 0;
}
.synkwise-pricing-plan .prices-card h3 {
  margin: 2.5rem 0 2rem !important;
  font-size: 2rem;
  white-space: nowrap;
}
.synkwise-pricing-plan .prices-card .price-plan-details .plan-feature {
  margin: 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.synkwise-pricing-plan .prices-card .price-plan-details .plan-feature .feature-name {
  flex: 1;
}
.synkwise-pricing-plan .prices-card .price-plan-details .plan-feature .feature-name .soon {
  font-size: 1rem;
  font-weight: bold;
  background-color: #dee2e6;
  padding: 4px 8px;
  margin-left: 0.25rem;
  border-radius: 4px;
}
.synkwise-pricing-plan .prices-card .price-plan-details .plan-feature .price-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent url("../images/icons/info.svg");
}
.synkwise-pricing-plan .plan-wrapper {
  padding-bottom: 0;
}
.synkwise-pricing-plan .feature-tooltip-container {
  z-index: 999;
  display: none;
  opacity: 0;
  position: absolute;
  bottom: calc(100% + 14px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 300px;
}
.synkwise-pricing-plan .feature-description:hover .feature-tooltip-container {
  opacity: 1;
  display: block;
}
.synkwise-pricing-plan .feature-tooltip-container .floating-tooltip {
  position: relative;
  white-space: normal;
  text-align: center;
}
.synkwise-pricing-plan .tooltip {
  font-size: 14px;
  border-radius: 8px;
  padding: 14px;
  z-index: 998;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: absolute;
}
.synkwise-pricing-plan .tooltip:after {
  content: "";
  position: absolute;
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  bottom: -11px;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: transparent;
}
.synkwise-pricing-plan .tooltip.dark {
  background-color: #323338;
  color: #ffffff;
}
.synkwise-pricing-plan .tooltip.dark:after {
  border-top-color: #323338;
}
.synkwise-pricing-plan .synkwise-contact-sales {
  background: linear-gradient(90deg, #E3FCF0 0%, #C9F4F7 29.5%, #F9D3FF 61.5%, #BEC7FE 100%);
}

.faq-wrapper {
  background-color: rgb(249, 249, 249);
}
.faq-wrapper h2 {
  font-size: 3rem;
}
.faq-wrapper h3 {
  font-size: 2rem;
  margin: 1rem 0;
  color: #444444;
}
.faq-wrapper .faq-list-item {
  border-bottom: 1px solid #dedede;
  padding: 2rem 0;
}
.faq-wrapper .faq-list-item .faq-question {
  cursor: pointer;
}
.faq-wrapper .faq-list-item .faq-question .arrow-wrapper {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url("../images/icons/ctrl-down.svg");
  -webkit-transition: -webkit-transform 300ms;
  -moz-transition: -moz-transform 300ms;
  transition: transform 300ms;
}
.faq-wrapper .faq-list-item.expanded .arrow-wrapper {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-wrapper .faq-list-item .faq-answer {
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.faq-wrapper .faq-list-item.expanded .faq-answer {
  opacity: 1;
  height: auto;
}

/* Synkwise Start Page ------------------------------ */
.synkwise-start h1 {
  color: #333333;
  font-size: 5rem;
  margin-bottom: 5rem;
}
.synkwise-start h3 {
  color: #333333;
  margin-top: 1rem !important;
}

.synkwise-start .demo-wrapper {
  display: block;
  height: 500px;
  max-width: 880px;
  max-height: 500px;
}
@media only screen and (min-width: 982px) {
  .synkwise-start .demo-wrapper {
    box-shadow: 0 8px 15px 9px rgba(0, 0, 0, 0.1), 0 2px 10px -8px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
  }
}
.synkwise-start .demo-wrapper iframe {
  height: 500px !important;
  border-radius: 10px;
}

.vertical-separator {
  position: relative;
  height: 80px;
  margin: 2rem auto;
}
.vertical-separator:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #CCCCCC;
  position: absolute;
  left: 50%;
  top: 0;
}
.vertical-separator.or {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem auto;
}
.vertical-separator.or span {
  display: inline-block;
  background-color: white;
  z-index: 1;
  color: #666666;
  font-size: 1.8rem;
  font-weight: 600;
}

.synkwise-start .sign-as-provider-role {
  margin: 0 auto !important;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.synkwise-start .sign-as-other-role h3 {
  margin-bottom: 1rem;
}

.synkwise-start .sign-as-other-role h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.synkwise-start .sign-as-other-role img {
  margin-top: -2rem;
  margin-bottom: 0;
}

.synkwise-start .select-you-role {
  font-size: 3rem;
  font-weight: bold;
}

.synkwise-start input[type=radio] {
  /*hide default checkbox*/
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  display: grid;
  place-content: center;
  font: inherit;
  color: #28A86A;
  width: 1em;
  height: 1em;
  border: 0.1em solid #28A86A;
  border-radius: 50%;
}

.synkwise-start input[type=radio]:hover {
  background: #f1f1f1;
}

.synkwise-start input[type=radio]::before {
  content: "";
  width: 0.45em;
  height: 0.45em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #28A86A;
}

.synkwise-start input[type=radio]:checked::before {
  transform: scale(1);
}

.synkwise-start .select-you-role .synkwise-radio {
  font-size: 2.5rem;
  line-height: 1.8;
  display: grid;
  align-items: center;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}

@media screen and (max-width: 600px) {
  .synkwise-start .select-you-role .synkwise-radio {
    font-size: 2.2rem;
  }
}
.synkwise-start .select-role-second-step {
  font-size: 2.5rem;
}

@media screen and (max-width: 600px) {
  .synkwise-start .select-role-second-step {
    font-size: 2rem;
  }
}
.synkwise-start .button-exit {
  font-size: 1.9rem;
  background: #55ACED;
}

.synkwise-start .button-forgot-workspace {
  font-size: 1.9rem;
  background: #FFAC32;
}

.synkwise-testimonials .testimonials-wrapper {
  height: 390px;
  max-height: 1500px;
  overflow-y: hidden;
  padding: 5rem 0;
  position: relative;
  transition: height 200ms ease;
}
@media (min-width: 1024px) {
  .synkwise-testimonials .testimonials-wrapper .testimonials-row {
    -webkit-animation: animatedQuotes 25s linear infinite alternate;
    animation: animatedQuotes 25s linear infinite alternate;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2376px;
  }
  .synkwise-testimonials .testimonials-wrapper .testimonials-row:hover {
    animation: animatedQuotes 25s linear infinite alternate paused;
  }
}
.synkwise-testimonials .testimonials-wrapper .testimonials-card {
  flex-shrink: 0;
  margin: 0 8px;
  width: 380px;
}
@media screen and (max-width: 576px) {
  .synkwise-testimonials .testimonials-wrapper .testimonials-card {
    width: 350px;
  }
}
.synkwise-testimonials .testimonials-wrapper .testimonials-card .card-testimonial {
  display: flex;
  flex-direction: column;
  padding: 16px;
  height: 100%;
  font-size: 1.5rem;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 1px 1.75px rgba(0, 0, 0, 0.1), 0 4px 7px rgba(0, 0, 0, 0.1), 0 16px 28px rgba(0, 0, 0, 0.1);
}
.synkwise-testimonials .testimonials-wrapper .testimonials-card .card-testimonial > p {
  font-size: 1.5rem;
  flex: 1;
}
.synkwise-testimonials .testimonials-wrapper .testimonials-card .card-testimonial .card-author-info-wrapper {
  position: relative;
  color: #444444;
  text-decoration: none;
}
.synkwise-testimonials .testimonials-wrapper .testimonials-card .card-testimonial .card-author-info-wrapper:after {
  content: "";
  width: 25px;
  height: 14px;
  position: absolute;
  right: 10px;
  background-image: url("../images/icons/arrow-green.svg");
}
.synkwise-testimonials .testimonials-wrapper .testimonials-card .card-testimonial .card-author-info-wrapper .card-author-photo-wrapper {
  width: 5.5rem;
  height: 5.5rem;
  padding: 0.5rem;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.synkwise-testimonials .testimonials-wrapper .testimonials-card .card-testimonial .card-author-info-wrapper .card-author-photo-wrapper-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}

.synkwise-testimonial .post-media {
  width: 8rem;
  height: 8rem;
  padding: 0.5rem;
  border-radius: 50%;
  margin-top: -4.75rem;
}
.synkwise-testimonial .post-media-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}

/*# sourceMappingURL=main.css.map */
