@media only screen and (max-width: 1199.98px) {
  .row {
    margin: 0;
    padding: 0;
  }
  .footer_top,
  .footer_middle,
  .footer_bottom {
    padding-inline: 15px;
  }
  section {
    padding: 50px 15px;
  }
  .product_banner {
    padding-top: 100px;
    padding-inline: 0;
  }
  .tools {
    padding: 0;
  }
  .flip-section .textblock {
    justify-content: flex-start;
  }
  .flip-section .textwrapper {
    max-width: 100%;
    padding-inline: 15px;
  }
  .flip-section .textblock-right {
    padding-left: 0;
  }
  .box-item {
    max-width: 100%;
    width: 100%;
  }
  .box-item_pic {
    width: 100%;
  }
  .comment::before,
  .comment::after {
    display: none;
  }
  .price_card .card .card-body ul {
    padding: 0;
  }
  .product_banner .textwrapper h1 {
    font-size: 30px;
    line-height: 40px;
  }
}


@media only screen and (max-width: 767px) {
  section {
    padding: 50px 15px;
  }
  .product_banner {
    padding-top: 50px;
    padding-inline: 0;
  }

  .product_banner .textwrapper h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .flip-section .description {
    font-size: 18px;
  }
  .flip-section ul li {
    font-size: 16px;
    line-height: 100%;
  }
  .product_banner .imageblock img {
    width: 90%;
  }
  .tools {
    padding: 0;
  }
  .flip-section .textblock {
    padding-right: 0;
    justify-content: center;
  }
  .imageblock img,
  .left_pic img {
    width: 90%;
  }
  .flip-section .textblock-right {
    padding-left: 0;
    justify-content: center;
  }
  .comment::before,
  .comment::after {
    display: none;
  }
  .textbox {
    margin: 0 auto 20px;
  }
  .features .cards {
    gap: 15px;
  }
  .textbox h2 {
    font-size: 22px;
  }
  .textbox p {
    font-size: 18px;
  }
  .flip-section .textwrapper {
    max-width: 100%;
    padding-inline: 15px;
  }
  .flip-section .title {
    font-size: 22px;
  }
  .flip-section {
    padding-bottom: 30px;
  }
  .companies,
  .product-potential {
  }
  .text_content h4 {
    font-size: 22px;
    line-height: 30px;
  }
  .text_content p {
    font-size: 18px;
    line-height: 26px;
  }
  .comment {
    font-size: 22px;
    line-height: 30px;
  }
  /* .flexible_sec,
  .faq_sec,
  .testmonials {
    padding-left: 15px;
  } */
  .price_card .card {
    padding: 20px 15px;
    margin-bottom: 45px;
  }
  .price_card .card .card-body h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .price_card .card .card-body ul {
    margin-top: 30px;
    padding: 0;
  }
  .footer_top {
    gap: 20px;
    height: unset;
    padding-bottom: 30px;
  }
  .footer_middle .card_body {
    text-align: center;
  }
  .footer_middle .card_body h5 {
    text-align: center;
  }
  .footer_top h5 {
    font-size: 18px;
    line-height: 25px;
  }
  .footer_icon {
    gap: 15px;
  }
}
