.plain-page-content p:empty {
  margin: 0 !important;
}
.hero-section {
  background: #f6f9fe;
}
.plain-page-content h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #18181b;
  margin-bottom: 30px;
}
.hero-section p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 40px;
  color: #52525b;
  max-width: 500px;
}
.plain-page-content p.rating-wrapper {
  background-image: url(../svg/empty-star-2.svg);
  height: 24px;
  width: calc(5 * 24px);
  background-repeat: repeat-x;
  background-size: 24px;
  background-position: left;
  position: relative;
  margin-bottom: 0px;
  margin: auto;
}
.plain-page-content .rating-wrapper span.rating {
  height: 24px;
  background-repeat: repeat-x;
  background-size: 24px;
  background-position: left;
  background-image: url(../svg/yellow-star.svg);
  position: absolute;
  left: 0;
}
.hero-section .img-wrap {
  position: relative;
  width: calc(100% + 130px);
}
.plain-page-content .review-installs-wrap {
  margin-left: -30px;
}
.plain-page-content .review-installs-wrap > div {
  padding: 0 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.plain-page-content .review-installs-wrap > div:last-child {
  border-right: none;
}
.plain-page-content .review-installs-wrap p.large {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  text-align: left;
  color: #18181b;
}
.plain-page-content .review-installs-wrap p.small {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #18181b;
}
.plain-page-content a.blue-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.0025em;
  display: inline-block;
  color: #ffffff;
  background: #1863dc;
  box-shadow: 1px 5px 8px rgb(0 0 0 / 16%);
  border-radius: 6px;
  transition: all 0.2s ease;
  padding: 16px 30px;
}
.plain-page-content a.blue-btn:hover,
.plain-page-content a.blue-btn:focus,
.plain-page-content a.white-btn:focus,
.plain-page-content a.white-btn:hover {
  transform: translateY(1px);
  box-shadow: 1px 5px 8px rgb(0 0 0 / 26%);
  opacity: 0.9;
  transition: all 0.2s ease;
  text-decoration: none;
}
.plain-page-content .hero-section a.blue-btn {
  padding-top: 17px;
  padding-bottom: 17px;
}
.plain-page-content a.blue-btn.wordpress-icon {
  padding-left: 66px;
  position: relative;
}
.plain-page-content a.blue-btn.wordpress-icon:before {
  content: "";
  position: absolute;
  left: 30px;
  top: auto;
  height: 25px;
  width: 25px;
  background-image: url(../svg/wp-white-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.plain-page-content a.blue-btn.newtab-icon {
  padding-right: 56px;
  position: relative;
}
.plain-page-content a.blue-btn.newtab-icon:after {
  content: "";
  position: absolute;
  right: 30px;
  top: auto;
  height: 25px;
  width: 16px;
  background-image: url(../svg/newtab-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.plain-page-content .slideshow {
  height: 40px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.plain-page-content .slideshow > div {
  height: 40px;
  width: 3000px;
  background-image: url(../svg/client-logos-2.svg);
  background-repeat-y: no-repeat;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
  animation: moveSlideshow 30s linear infinite;
}
.plain-page-content .slideshow:before,
.slideshow:after {
  content: "";
  height: 100%;
  width: 150px;
  position: absolute;
  top: 0px;
  z-index: 1;
}
.plain-page-content .slideshow:before {
  left: 0px;
  background: linear-gradient(to right, #f6f9fe, transparent);
}
.plain-page-content .slideshow:after {
  right: 0px;
  background: linear-gradient(to left, #f6f9fe, transparent);
}
.plain-page-content .cy-clients h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  margin: 0;
  color: #27283c;
}
.plain-page-content .reviews p.comment {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.0025em;
  margin: 20px 0 15px 0;
  color: #27283c;
}
.plain-page-content .reviews p.commenter {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 3px 0;
  text-align: center;
  letter-spacing: 0.0025em;

  color: rgba(39, 40, 60, 0.9);
}
.plain-page-content .reviews p.job {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: center;
  color: #686876;
}
.plugin-features .wrapper {
  background: #f6f9fe;
  border-radius: 6px;
  padding: 25px 24px 40px 24px;
}
.plugin-features .wrapper p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.0025em;
  margin: 0;
  color: #000000;
}
.plugin-features .wrapper img {
  width: 100%;
  height: auto;
  margin-top: 30px;
  transition: all 0.2s ease;
}
.plugin-features .wrapper:hover img {
  transform: translateY(-2px);

  transition: all 0.2s ease;
}
.plugin-desc h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 48px;
  text-align: center;
  color: #18181b;
}
.plugin-desc h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: #18181b;
  margin-bottom: 20px;
}
.plugin-desc .desc {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.plugin-desc li,
.plugin-desc p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #3f3f46;
  margin-bottom: 10px;
}
.plugin-desc ul {
  margin: 0;
  padding: 0;
}
.plugin-desc li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.plugin-desc li:before {
  content: "";
  position: absolute;
  height: 9px;
  width: 9px;
  background-color: #1863dc;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
.plain-page-content .blue-bg {
  background-color: #1863dc;
}
.plain-page-content .blue-bg h2,
.plain-page-content .blue-bg h3,
.plain-page-content .blue-bg p,
.plain-page-content .blue-bg li {
  color: #fff;
}
.plain-page-content .blue-bg h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 58px;
  margin-bottom: 20px;
  color: #ffffff;
}
.plain-page-content .blue-bg ul.lists {
  display: inline-block;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}
.plain-page-content .blue-bg ul.lists li {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 16px;
  color: #ffffff;
  margin: 15px;
  position: relative;
  padding-left: 32px;
  list-style: none;
  display: inline-block;
}
.plain-page-content .blue-bg ul.lists li:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  background-image: url(../svg/white-tick-3.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}
.plain-page-content a.white-btn.wordpress-icon {
  padding-left: 66px;
  position: relative;
}
.plain-page-content a.white-btn.wordpress-icon:before {
  content: "";
  position: absolute;
  left: 30px;
  top: auto;
  height: 25px;
  width: 25px;
  background-image: url(../svg/wp-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.plain-page-content a.white-btn.newtab-icon {
  padding-right: 56px;
  position: relative;
}
.plain-page-content a.white-btn.newtab-icon:after {
  content: "";
  position: absolute;
  right: 30px;
  top: auto;
  height: 25px;
  width: 16px;
  background-image: url(../svg/newtab.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.plain-page-content a.white-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.0025em;
  display: inline-block;
  color: #1863dc;
  background: #fff;
  box-shadow: 1px 5px 8px rgb(0 0 0 / 16%);
  border-radius: 6px;
  transition: all 0.2s ease;
  padding: 16px 30px;
}
.plain-page-content .blue-bg .review-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.plain-page-content .blue-bg .g2-wp-reviews img {
  height: 56px;
  width: auto;
  margin-right: 18px;
}
.plain-page-content .blue-bg .total-installs {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
  color: #ffffff;
}
.plain-page-content .blue-bg .g2-wp-reviews p.rating {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 8px;
  color: #ffffff;
}
.plain-page-content .blue-bg .g2-wp-reviews p.review-count {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  color: #ffffff;
  margin-top: 8px;
}
.plain-page-content .blue-bg .g2-wp-reviews .g2-badge-wrapper img {
  height: 90px;
  width: auto;
  margin: auto;
  max-width: 100%;
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.25));
}
.plain-page-content .video-section h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 55px;
  text-align: center;
  letter-spacing: -0.5px;
  margin-bottom: 38px;
  color: #554f4f;
}
.plain-page-content .video-section .main_youtube_banner {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.plain-page-content .video-section .main_youtube_banner .poster-image {
  background-image: url(../png/video-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 16px;
}
.plain-page-content .video-section .main_youtube_banner iframe {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  border: none;
}
.main_youtube_banner .play_image:hover {
  opacity: 0.8;
}
.main_youtube_banner .play_image,
.main_youtube_banner .play_image_hover {
  background: url(../svg/play-icon-2.svg) 50% 50% no-repeat;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background-size: 90px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: none;
}
.plain-page-content .integration h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 58px;
  margin-bottom: 20px;
  color: #18191f;
}
.plain-page-content .integration p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #18191f;
  margin-bottom: 30px;
}
.plain-page-content .faq {
  background: #f5f9fe;
}
.plain-page-content .faq h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 65px;
  text-align: center;

  color: #27283c;
}
.plain-page-content .faq .accordion {
  max-width: 880px;
  margin: auto;
}
.plain-page-content .faq .accordion .card,
.plain-page-content .faq .accordion .card-body,
.plain-page-content .faq .accordion .card-header {
  border: none;
  background: none;
  padding: 0;
}
.plain-page-content .faq .accordion .item-title,
.plain-page-content .faq .accordion .card-header button {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #27283c;
  padding: 27px;
  transition: all 0.2s ease;
  width: 100%;
  text-align: left;
  text-decoration: none;
}
.plain-page-content .faq .accordion .item-title[aria-expanded="true"],
.plain-page-content .faq .accordion .item-title:hover,
.plain-page-content .faq .accordion .card-header button:hover,
.plain-page-content .faq .accordion .card-header button:focus,
.plain-page-content .faq .accordion .card-header button[aria-expanded="true"] {
  color: #1863dc;
  transition: all 0.2s ease;
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.plain-page-content .faq .accordion .item-title,
.plain-page-content .faq .accordion .acc-body,
.plain-page-content .faq .accordion .card-body,
.plain-page-content .faq .accordion .card-header button {
  padding-left: 67px !important;
  position: relative;
}

.faq .acc-header .item-title:before,
.faq .card-header button:before {
  height: 100%;
  width: 30px;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  transition: all 0.2s ease;
}
.faq .acc-header .item-title[aria-expanded="false"]:before,
.faq .card-header button[aria-expanded="false"]:before {
  background-image: url(../svg/black-arrow.svg);
  transform: rotate(360deg);
  transition: all 0.2s ease;
}
.faq .acc-header .item-title[aria-expanded="true"]:before,
.faq .card-header button[aria-expanded="true"]:before {
  background-image: url(../svg/blue-arrow-2.svg);
  transform: rotate(0deg);
  transition: all 0.2s ease;
}
.faq .acc-body p,
.faq .acc-body li,
.faq .acc-body .card-body p,
.faq .acc-body .card-body li {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  color: #27283c;
}
.faq .acc-body p a,
.faq .acc-body .card-body p a {
  font-weight: 300;
  font-size: 15px;
  color: #1863dc;
}
.plain-page-content p.blue-text {
  color: #1863dc;
}
.plain-page-content p.diamond-icon {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  position: relative;
  padding-left: 26px;
}
.plain-page-content p.diamond-icon:before {
  content: "";
  position: absolute;
  left: 0px;
  top: auto;
  height: 18px;
  width: 17px;
  background-image: url(../svg/diamond.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.plain-page-content b,
.plain-page-content strong {
  font-weight: 500;
}
@media (min-width: 992px) {
  .hero-section {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  .plain-page-content .reviews > div {
    position: relative;
  }
  .plain-page-content .reviews > div:after {
    content: "...";
    position: absolute;
    left: 50%;
    bottom: -27px;
    transform: translateX(-50%);
    letter-spacing: 11.2px;
    font-size: 19px;
    color: #d1e3f9;
  }
}
@media (max-width: 575px) {
  .plain-page-content .faq .accordion .item-title,
  .plain-page-content .faq .accordion .acc-body,
  .plain-page-content .faq .accordion .card-header button,
  .plain-page-content .faq .accordion .card-body {
    padding-left: 40px !important;
  }
  .plain-page-content h1 {
    font-size: 36px;
    line-height: 1.5;

    font-weight: 600;
  }
  .plugin-desc h2,
  .plain-page-content .blue-bg h2,
  .plain-page-content .video-section h2,
  .plain-page-content .integration h2,
  .plain-page-content .faq h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 44px;
  }
  .plugin-desc h3 {
    font-size: 25px;
    line-height: 38px;
  }
}
@media (max-width: 400px) {
  .plain-page-content .review-installs-wrap {
    display: block !important;
  }
  .plain-page-content .review-installs-wrap > div {
    margin: 20px 0;
    border: none;
  }
  .plain-page-content .review-installs-wrap p {
    text-align: left;
    margin-left: 0;
  }
}
