/* Custom styles for the menu */
.menu-card {
  display: none;
  padding: 15px;
  border: 1px solid #ddd;

  background-color: #f9f9f9;
  position: absolute;
  min-height: 100%;
  height: auto;
  z-index: 3;
}

.menu-card.active {
  display: block;
}

.plm-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.global-btn,
.blobal-second-btn,
.action_choose {
  max-width: 216px;
  width: 100% !important;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.action_choose {
  margin: 0 auto;
}

.stat-img {
  padding: 0;
}

.rp_content_area {
  margin-right: 10px;
  padding: 0;
}

.stats_list img {
  margin: 0 !important;
  padding: 0 !important;
}

.stats_list {
  gap: 10px;
}
.stats_list div {
  white-space: nowrap;
  font-size: 15px;
}
.are_strugling_area {
  margin-top: 0;
}

.why_choose_heading {
  margin-bottom: 40px;
}

.help-section .row.g-4 {
  display: flex;
  gap: 80px;
  justify-content: space-between;
}

.card-custom {
  max-width: calc(100% / 2 - 40px);
  width: 100%;
}

.tools-card {
  max-width: calc(100% / 4 - 15px);
}

.free_whitepapers_area {
  margin-top: 40px;
  margin-bottom: 40px;
}

.faq_area .accordion {
  margin-left: 20px;
}

.free_whitepapers_area-plm .left_frp {
  padding: 40px;
}

.free_whitepapers_area-plm .why_choose_heading {
  margin-bottom: 0px;
}

.free_whitepapers_area-plm .bg-form-plm {
  padding: 20px;
}

.free_whitepapers_area-plm .signup-form-btn {
  margin: 0 auto 10px !important;
}

.reviews_arear {
  background-color: transparent;
}

.tools-subtitle {
  max-width: 450px;
  margin: auto;
}

.tools-mbl-section .side-bgs {
  position: absolute;
  background: linear-gradient(to right, #f5f5f5 0%, #f5f5f53d 100%);
  height: 200px;
  width: 70px;
  transform: rotateY(180deg) translateY(73%);
  z-index: 1;
  left: 0px;
  min-height: 240px;
}

.tools-mbl-section .side-bgs.left-side-bg {
  background: linear-gradient(to right, #f5f5f53d 0%, #f5f5f5 100%);
}

.tools-mbl-section .side-bgs.right-side-bg {
  right: 0px;
  left: auto;
}

.features_section {
  margin-top: 50px;
}

.ppc-sub-description {
  font-size: 20px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ppc-description {
  font-size: 15px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 32px;
  /* font-weight: 300; */
  padding: 0 20%;
  line-height: 29px;
  font-family: "Open Sans";
}

.ppc_accordion {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.features-area._WFX_PPC {
  padding: 80px 44px;
}

.ppc_accordion .accordion-item {
  width: 100%;
}

.accordionOne,
.accordionTwo {
  width: 49%;
}

span.accordion-icon {
  background: #f7f7ff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  color: #00b0c9;
  font-weight: 100;
}

span.accordion-icon.active {
  background: #f7f7ff !important;
  line-height: 26px !important;
  color: #00b0c9;
}

.ppc_accordion .accordion-item .accordion-body {
  visibility: hidden;
  transition: 1.3s ease-in-out;
  animation: accordionclose 0.5s ease-in-out;
}

.ppc_accordion .accordion-item .accordion-body ul {
  display: none;
  transition: 1.3s ease-in-out;
  animation: accordionclose 0.5s ease-in-out;
}

@keyframes accordionclose {
  0% {
    height: 154px;
  }

  100% {
    height: 0px;
  }
}

.accordion-item.faq_cards {
  background: #fff;
  /* padding: 40px 32px; */
  border-radius: 16px;
}

.accordion-item.faq_cards .accordion-header {
  padding: 7px 32px;
}

.ppc_accordion .accordion-item .accordion-body.active {
  visibility: visible;
  transition: 1.3s ease-in-out;
  height: 154px;
  animation: accordion 0.5s ease-in-out;
}

.ppc_accordion .accordion-item .accordion-body.active ul {
  display: block;
  transition: 3s ease-in-out;
  height: 154px;
  animation: accordion 0.5s ease-in-out;
}

@keyframes accordion {
  0% {
    height: 0px;
    opacity: 0;
  }

  100% {
    height: 154px;
    opacity: 1;
  }
}

.ppc_accordion .accordion-item .accordion-body.active ul {
  margin-top: 41px;
  animation: accordion 0.5s ease-in-out;
}

.ppc_accordion .accordion-item .accordion-header {
  display: flex;
  cursor: pointer;
}

span.accordion-icon.active::after {
  content: "-";
}

span.accordion-icon::after {
  content: "+";
}

.ppc_accordion .accordion-button {
  color: #170f49 !important;
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 0px;
  cursor: pointer;
  line-height: 28px;
}

.accordion-body ul li p {
  color: #333333;
}

.reviews_heading.blogs_heading_subtext {
  font-size: 15px !important;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 32px;
  /* font-weight: 300; */
  padding: 0 25%;
  line-height: 31px;
}

.blog_titles {
  font-size: 16px;
}

.blog_description {
  font-size: 12px;
  margin-top: 5px;
}

.blog_link {
  font-size: 16px;
}

.form-control.form-select {
  background-color: #f7f7f7;
  border: 1px solid #cccccc !important;
  padding: 10px;
  font-size: 14px;
  color: #5d5d5f;
}
.demo-btn.button-container {
  width: 100% !important;
  margin: 0 auto;
  height: 50px;
}
.button-container {
  background: linear-gradient(90deg, #00d1cf 0%, #0099c4 100%);
  color: #ffffff;
  border: none;
  padding: 7px 20px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s ease;
  box-shadow: 0 0.7px 3px #8b8b8b;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 216px;
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1300px) {
}
@media only screen and (min-width: 1024px) and (max-width: 1390px) {
  .plm-text-content {
    padding-right: 0 !important;
    text-align: center;
  }

  .plm-buttons {
    justify-content: center;
  }
  .plm-main-heading,
  .why_choose_heading {
    font-size: 41px;
    line-height: 1.3;
  }
  .stats_list div {
    white-space: normal;
  }
  .monitor-box .monitor-image {
    right: 0px;
  }
  .banner-vector {
    right: 0px;
    width: 51%;
  }
  .banner-vector img {
    width: 100%;
  }
  .ppc-banner-image {
    display: flex;
    justify-content: end;
    width: 48%;
  }
  .plm-section .plm-text-content {
    width: 50%;
  }
  .ppc-main-heading {
    text-align: left;
  }
  .plm-description {
    text-align: left;
  }
  .plm-buttons {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .plm-text-content {
    padding-right: 0 !important;
    text-align: center;
  }

  .plm-buttons {
    justify-content: center;
  }
  .plm-main-heading,
  .why_choose_heading {
    font-size: 41px;
    line-height: 1.3;
  }
  .stats_list div {
    white-space: normal;
  }
  .monitor-box .monitor-image {
    right: 0px;
  }
  .banner-vector {
    right: 0px;
    width: 95%;
  }
  .banner-vector img {
    width: 100%;
  }
  .ppc-banner-image .ban-img {
    padding: 45px;
  }
  .ppc-banner-image {
    display: flex;
    justify-content: end;
    width: 100%;
    position: relative;
  }
  .plm-section .container .row.align-items-center.flex-md-row {
    flex-direction: column-reverse;
  }
  .plm-section .plm-text-content {
    width: 100%;
    padding-left: 70px !important;
  }
  .ppc-main-heading {
    text-align: center;
  }
  .plm-description {
    text-align: center;
  }
  .plm-buttons {
    justify-content: flex-start;
  }
  .plm-section.pb-4 .container.overflow-hidden {
    padding: 0px !important;
  }
  .rp_content_area .reviews_heading.text-start {
    font-size: 32px !important;
    line-height: 43px;
    margin-top: 25px;
  }
  .plan-box .container .row {
    align-items: center;
  }
  .plan-img {
    position: static;
  }
  .monitor-box .row {
    align-items: center;
  }
  .monitor-box .monitor-image {
    position: static;
  }
  .plm-section {
    margin-bottom: 58px;
  }
  .ppc_accordion .accordion-item .accordion-body.active {
    height: 229px;
  }
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
  .stats_list div {
    white-space: normal;
  }
  .card-custom {
    max-width: 100%;
  }

  .are_strugling_area {
    margin-top: 0;
  }

  .help-section .row.g-4 {
    gap: 40px;
  }

  .free_whitepapers_area-plm .frew_content_area {
    border-left: 0 !important;
    border-top: 5px solid #efa64a !important;
    text-align: center;
  }

  .free_whitepapers_area-plm .why_choose_heading {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .free_whitepapers_area-plm .left_frp {
    padding: 20px;
  }

  .signup-form .signup-limited-slots {
    margin-top: 010px;
  }

  .plm-buttons {
    gap: 10px;
  }

  .plm-buttons a {
    flex-grow: 1;
  }

  .features-area._WFX_PPC.features-area._WFX_PPC {
    padding: 20px 0px;
  }

  .ppc_accordion {
    flex-direction: column;
  }

  .accordionOne,
  .accordionTwo {
    width: 100%;
  }

  .ppc_accordion .accordion-button {
    font-size: 15px;
  }

  .accordion-body ul li p {
    font-size: 13px;
  }

  .accordion-item.faq_cards .accordion-header {
    padding: 7px 14px;
  }

  .reviews_heading.blogs_heading_subtext {
    padding: 0%;
  }

  .free_whitepapers_area {
    margin-top: 0px;
    padding-top: 0;
  }

  .ppc-description {
    padding: 0%;
  }

  .navbar-nav .nav-item {
    margin-bottom: 10px;
    padding-left: 0px;
  }

  .faq_cards div .card-body p {
    font-size: 13px;
    line-height: 28px;
  }

  .faq_cards div .card-body .ppc-points li {
    font-size: 13px;
    line-height: 28px;
  }
}
