@media only screen and (max-width: 1540px) {
  .flow-section #flow-slider .owl-prev {
    left: 0px;
  }
  .flow-section #flow-slider .owl-next {
    right: 0px;
  }
  .hero-section .content h1 {
    font-size: 65px;
    line-height: 100px;
    margin: auto;
  }
  .hero-section .content h1 br {
    display: block;
  }
  .companies-section .marquee-wrapper .marquee-item img {
    height: 70px;
  }
  .left-heading h1 {
    font-size: 100px;
  }
  .left-heading .title span {
    font-size: 32px;
    line-height: 36px;
  }
  .left-heading h1 {
    line-height: 140px;
  }
  .cases-cards-sectiion .case-card .disc-outline,
  .cases-cards-sectiion .case-card .disc-fill {
    font-size: 18px;
  }
  .cases-cards-sectiion .case-card .heading-fill,
  .cases-cards-sectiion .case-card .heading-outline {
    font-size: 26px;
  }
  .cases-cards-sectiion .case-card .image-title {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }
  .cases-cards-sectiion {
    padding-left: 0px;
  }
  .the-call-ai h3 {
    font-size: 38px;
  }
  .how-to-use-section .how-to-use-row {
    gap: 60px;
  }
  .summary-section .inner-row .content h3 {
    font-size: 38px;
  }
  .footer .footer-row .logo img {
    height: 70px;
  }
  .hero-section .content .action-btns {
    gap: 50px;
  }
  .btn-primary,
  .btn-light {
    font-size: 18px;
  }
  .cases-cards-sectiion .case-card .image-title .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1340px) {
  .hero-section {
    min-height: auto;
    padding: 160px 0px 100px;
  }
  .hero-section .content .action-btns {
    display: none;
  }
  .hero-section .content {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .hero-section .content h1 {
    margin-bottom: 33px;
  }
  .cases-cards-sectiion .case-card .image-title .title {
    font-size: 14px;
    bottom: 0px;
  }
  .cases-cards-sectiion .case-card .disc-outline,
  .cases-cards-sectiion .case-card .disc-fill {
    font-size: 14px;
  }
  .cases-cards-sectiion .case-card {
    min-height: auto;
  }
  .cases-cards-sectiion .case-card .disc-outline,
  .cases-cards-sectiion .case-card .disc-fill {
    padding: 15px 10px;
  }
  .feature-card .content h3 {
    font-size: 26px;
  }
  .feature-card .content p {
    font-size: 20px;
  }
  .footer {
    padding: 80px 0px;
  }
  .hero-section .content h1 br {
    display: none;
  }
  .header .header-row .action-btns .header-link {
    font-size: 16px;
  }
  .header .header-row .action-btns {
    gap: 30px;
  }
}
@media screen and (min-width: 991px) {
  .d-none-lg {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .hero-section .bg-icon {
    position: relative;
    left: auto;
    bottom: auto;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 50px;
    margin-bottom: 100px;
  }
  .hero-section .bg-icon img {
    height: 200px;
  }
  .hero-section .content h1 {
    text-align: center;
  }
  .cases-cards-sectiion .case-card .image-title {
    margin-bottom: 30px;
  }
  .cases-cards-sectiion .case-card .image-title .title {
    font-size: 29px;
    bottom: 35px;
  }
  .cases-cards-sectiion .case-card .disc-outline {
    margin-bottom: 55px;
  }
  .cases-cards-sectiion .case-card .disc-outline .arrow-right {
    transform: rotate(90deg);
    right: calc(50% - 10px);
    bottom: -70px;
  }
  .feature-card .banner {
    height: 100%;
    margin-top: 0px;
  }
  .feature-card {
    padding: 0px;
  }
  .feature-card .content {
    padding: 40px;
  }
  .feature-card {
    margin-top: 60px;
  }
  .order1 {
    order: 2;
  }
  .order2 {
    order: 1;
  }
  .how-to-use-row {
    gap: 20px;
  }
  .left-heading h1 {
    line-height: normal;
    font-size: 80px;
  }
  .left-heading .title span {
    font-size: 24px;
    line-height: normal;
  }
  .flow-section #flow-slider .owl-next,
  .flow-section #flow-slider .owl-prev {
    height: 50px;
    width: 50px;
  }
  .summary-section .inner-row .content {
    width: 100%;
  }
  .footer .footer-row .footer-nav-section .footer-nav2,
  .footer .footer-row .footer-nav-section .footer-nav {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 30px;
  }
  .footer .footer-row .logo img {
    height: 60px;
  }
}
@media screen and (min-width: 769px) {
  .d-none-md {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .d-none-sm {
    display: none !important;
  }
  .header .header-row .action-btns {
    gap: 20px;
  }
  .header .header-row .logo img {
    height: 50px;
  }
  .hero-section {
    padding: 100px 0px 80px;
  }
  .hero-section .bg-icon img {
    height: 150px;
  }
  .how-to-use-row {
    flex-direction: column;
    gap: 50px;
  }
  .left-heading h1 {
    font-size: 64px;
  }
  .companies-section .marquee-wrapper .marquee-item img {
    height: 50px;
  }
  .companies-section {
    min-height: auto;
  }
  .features-section,
  .cases-section {
    padding: 50px 0px;
  }
  .left-heading {
    margin-bottom: 25px;
  }
  .cases-cards-sectiion .case-card {
    margin-top: 25px;
  }
  .the-call-ai h3 {
    font-size: 26px;
    line-height: normal;
  }
  .the-call-ai {
    height: auto;
  }
  .feature-card {
    margin-top: 25px;
  }
  .comparison-table table {
    min-width: 500px;
  }
  .comparison-table {
    overflow-x: auto !important;
  }
  .how-to-use-section .heading h3 {
    font-size: 34px;
  }
  .summary-section .inner-row .content h3 {
    font-size: 38px;
    text-align: center;
  }
  .summary-section .inner-row .content .action-btns {
    flex-direction: column;
    gap: 50px;
    width: 100%;
  }
  .summary-section .inner-row .content .action-btns div {
    width: 100%;
  }
  .summary-section .inner-row .content .action-btns div .text {
    text-align: center;
  }
  .footer .footer-row {
    flex-direction: column;
  }
  .hero-section .bg-icon h1 {
    font-size: 40px;
  }
  .hero-section .content h1 {
    word-break: keep-all;
  }
  .summary-section .inner-row .content h3 br {
    display: block;
  }
  .header .header-row .action-btns .header-link {
    display: none;
  }
  .header-nav {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .hero-section .content h1 {
    word-break: auto-phrase;
  }
  .summary-section .inner-row .content h3 br {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .btn-primary {
    padding: 11px 5px;
  }
  .btn-light {
    padding: 11px 10px;
  }
  .btn-primary,
  .btn-light {
    line-height: normal;
    font-size: 14px;
  }
  .header .header-row,
  .header .header-row .action-btns {
    gap: 7px;
  }
  .hero-section {
    padding: 50px 0px 30px;
  }
  .hero-section .content h1 {
    font-size: 32px;
    line-height: normal;
  }
  .hero-section .carousel .carousel-item {
    height: 230px;
  }
  .carousel-indicators {
    margin-bottom: 0px;
  }
  .hero-section .carousel .carousel-item .play img {
    height: 60px;
    width: 60px;
  }
  .hero-section .bg-icon img {
    height: 110px;
  }
  .hero-section .bg-icon {
    gap: 30px;
    margin-top: 30px;
  }
  .hero-section .bg-icon {
    margin-bottom: 60px;
  }
  .how-to-use-row .outer-card {
    padding: 0px 5px 10px;
  }
  .how-to-use-row {
    gap: 40px;
  }
  .how-to-use-row .outer-card .r1-btn,
  .how-to-use-row .outer-card .l1-btn {
    font-size: 15px;
  }
  .how-to-use-row .outer-card .r2-btn,
  .how-to-use-row .outer-card .l2-btn {
    font-size: 20px;
    gap: 10px;
  }
  .cases-cards-sectiion .case-card {
    padding: 10px;
  }
  .cases-cards-sectiion .case-card .image-title .title {
    font-size: 16px;
    bottom: 0px;
  }
  .cases-cards-sectiion .case-card .heading-fill,
  .cases-cards-sectiion .case-card .heading-outline {
    margin-bottom: 20px;
  }
  .cases-cards-sectiion .case-card .disc-outline,
  .cases-cards-sectiion .case-card .disc-fill {
    font-size: 16px;
  }
  .cases-cards-sectiion .case-card .image-title {
    margin-bottom: 15px;
  }
  .the-call-ai {
    padding: 20px 15px;
  }
  .the-call-ai br {
    display: none;
  }
  .feature-card .content {
    padding: 30px 15px;
  }
  .feature-card .content h3 {
    margin-bottom: 30px;
  }
  .comparison-table table thead td {
    padding: 15px 10px;
  }
  .comparison-table table tbody td span small {
    font-size: 14px;
  }
  .comparison-section .md-container {
    padding: 0px;
  }
  .faq-section,
  .flow-section,
  .comparison-section {
    padding: 50px 0px;
  }
  .flow-section #flow-slider .owl-next,
  .flow-section #flow-slider .owl-prev {
    height: 42px;
    width: 42px;
  }
  .flow-section #flow-slider .owl-stage-outer .right-layer,
  .flow-section #flow-slider .owl-stage-outer .left-layer {
    display: none;
  }
  .flow-section #flow-slider .flow-card .content .text h4 {
    line-height: normal;
    margin-bottom: 0px;
  }
  .flow-section #flow-slider .flow-card .content {
    align-items: center;
  }
  .flow-section #flow-slider .flow-card {
    padding: 100px 24px 27px 24px;
  }
  .summary-section .inner-row .content .action-btns div .text {
    font-size: 18px;
  }
  .summary-section .inner-row .content {
    position: relative;
    z-index: 1;
  }
  .faq-section .accordion-button {
    gap: 10px;
  }
  .faq-section .question p {
    width: calc(100% - 100px);
    margin: 0px;
    font-size: 20px;
  }
  .faq-section .answer {
    gap: 10px;
  }
  .faq-section .answer p {
    margin: 0px;
    font-size: 20px;
  }
  .faq-section .answer p {
    width: calc(100% - 60px);
  }
  .footer .footer-row .footer-nav-section .footer-nav .nav-link {
    font-size: 20px;
  }
  .footer .footer-row .footer-nav-section .footer-nav {
    margin-bottom: 30px;
  }
  .footer .footer-row .logo img {
    margin-bottom: 25px;
  }
  .footer .footer-row .logo {
    margin-bottom: 70px;
  }
  .companies-section .marquee-wrapper .marquee-item {
    padding: 0px 20px;
  }
  .flow-section #flow-slider .owl-nav {
    top: 40%;
  }
  .faq-section .question .plus {
    width: 20px;
  }
  .header .header-row {
    gap: 15px;
  }
  .summary-section .btn {
    font-size: 20px !important;
  }
  .header .header-row .btn-primary br {
    display: block;
  }
  .the-call-ai h3 .br-sp,
  .the-call-ai h3 .br-pc,
  .how-to-use-section .heading h3 br,
  .summary-section .inner-row .content h3 br.br-sp {
    display: block;
  }
  .cases-section .cases-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .cases-section .cases-top .btn-light {
    width: 100%;
    height: 40px;
  }
}
@media screen and (max-width: 375px) {
  .header .header-row .btn-primary {
    font-size: 12px;
  }
}

/*# sourceMappingURL=responsive.css.map */
