/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 Saurabh Sharma
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/vendor/owl.carousel2/dist/owl.video.play.png?7f01b07148f205f6e8258e92bbf652d9) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

body {
  background: #fafafd;
}

#product_Page_banner_section .product-page-banner .row {
  margin: auto;
}
#product_Page_banner_section .product-page-banner .product-contents-bg {
  padding-right: 70px;
}
#product_Page_banner_section .product-page-banner .product-page-banner-contents {
  padding: 50px 0;
}
#product_Page_banner_section .product-page-banner .product-page-banner-contents .product-name {
  align-items: center;
}
#product_Page_banner_section .product-page-banner .product-page-banner-contents .product-name h3 {
  font-size: 24px;
  margin-left: 15px;
}
#product_Page_banner_section .product-page-banner .product-page-banner-contents .product-banner-title h1 {
  line-height: 55px;
  font-size: 36px;
}
#product_Page_banner_section .product-page-banner .product-page-banner-contents .home-btn {
  margin-top: 40px;
}
#product_Page_banner_section .product-page-banner .product-page-banner-contents .home-btn .product-banner-btn {
  align-items: center;
  margin-left: 15px;
  color: #000;
}
#product_Page_banner_section .product-page-banner .product-image-side-bg {
  background: #f1f1f6;
  text-align: center;
  justify-content: center;
  padding: 50px 0;
}

#about_product_section .about-product-contents p {
  line-height: 35px;
}

#product_features_section .product-features .item .feature-image-contents img {
  max-width: 60px;
  max-height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
#product_features_section .product-features .item .feature-image-contents h3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  font-size: 18px;
}
#product_features_section .product-features .item .feature-image-contents p {
  font-size: 14px;
}

#why_product_section {
  padding: 50px 0px;
  position: relative;
  background-color: #f1f1f6;
}
#why_product_section .why-product-contents p {
  line-height: 26px;
}
#why_product_section .why-product-list li:before {
  content: "";
  position: absolute;
  background-image: url(/images/C.svg?a42739770d26ec88fa51bb91875519aa);
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  left: 0;
  top: 7px;
}
#why_product_section .why-product-list ul {
  padding: 0;
  margin: 0;
}
#why_product_section .why-product-list ul li {
  position: relative;
  line-height: 30px;
  margin-bottom: 15px;
  padding-left: 20px;
}

#customize_product_section {
  padding: 50px 70px;
  position: relative;
}
#customize_product_section .why-product-contents p {
  line-height: 26px;
}
#customize_product_section .why-product-list li:before {
  content: "";
  position: absolute;
  background-image: url(/images/why-ora.svg?d12fbfb325289e7d68f41d0b5cb2a666);
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  left: 0;
  top: 7px;
}
#customize_product_section .why-product-list ul {
  padding: 0;
  margin: 0;
}
#customize_product_section .why-product-list ul li {
  position: relative;
  line-height: 30px;
  margin-bottom: 15px;
  padding-left: 20px;
}

#integration_we_do_section .integration-details {
  padding: 20px 0;
}
#integration_we_do_section .integration-details .integration-box-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
#integration_we_do_section .integration-details .integration-box {
  background: #f1f1f6;
  padding: 20px;
  border-radius: 11px;
  height: 300px;
}
#integration_we_do_section .integration-details .integration-box h3 {
  margin-top: 10px;
  font-size: 24px;
}

#demo_video_section .demo-video {
  border-radius: 10px;
  position: relative;
  text-align: center;
}
#demo_video_section .demo-video img {
  border-radius: 15px;
}
#demo_video_section .demo-video-title {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
#demo_video_section .demo-video-title h2 {
  color: #fff;
}

#niche_market_section .niche-market .niche-market-title {
  margin-bottom: 20px;
}
#niche_market_section .niche-market .niche-market-area-bg {
  padding: 50px;
  border-radius: 15px;
  background-color: #f1f1f6;
}
#niche_market_section .niche-market .nav-link {
  font-family: "Inter-Bold";
  color: #000;
  border-radius: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  width: -moz-max-content;
  width: max-content;
}
#niche_market_section .niche-market .nav-tabs .nav-link.active,
#niche_market_section .niche-market .nav-tabs .nav-item.show .nav-link {
  background-color: transparent !important;
  border-bottom: 3px solid #897ada;
  border-radius: 0;
  padding-bottom: 3px !important;
}
#niche_market_section .niche-market .niche-market-contents-area img {
  margin-bottom: 20px;
}
#niche_market_section .niche-market .niche-market-contents-area h3 {
  font-weight: bold;
}
#niche_market_section .niche-market .niche-market-contents-area p {
  line-height: 35px;
}

@media screen and (max-width: 1440px) {
  .product-banner-title h1 {
    font-size: 30;
  }
  h3 {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 991px) {
  .product-contents-bg {
    padding-right: 0px !important;
  }
  .why-product-contents-col {
    order: 2;
  }
  #customize_product_section:before {
    width: 100%;
  }
  #why_product_section :before {
    width: 100%;
  }
  #customize_product_section,
  #why_product_section {
    padding: 30px 10px !important;
  }
  #customize_product_section .why-product-list ul li,
  #why_product_section .why-product-list ul li {
    line-height: 23px;
  }
  #customize_product_section .why-product-contents p,
  #why_product_section .why-product-contents p {
    line-height: 24px;
  }
  .why-product-image-col {
    justify-content: center !important;
  }
  #customize_product_section:before {
    border-radius: 40px !important;
  }
  #why_product_section:before {
    border-radius: 40px !important;
  }
  .about-product-video img {
    display: none !important;
  }
  .product-image-side-bg {
    display: none !important;
  }
  h3 {
    font-size: 18px !important;
  }
  #why_product_section .why-product-contents p,
  #customize_product_section .why-product-contents p {
    margin: 20px 0;
  }
  #why_product_section .why-product-image,
  #customize_product_section .why-product-image {
    text-align: center;
  }
  #why_product_section .why-product-image img,
  #customize_product_section .why-product-image img {
    margin-bottom: 20px;
  }
  #integration_we_do_section .integration-title-description h2 {
    margin-bottom: 15px;
  }
  .nav-pills {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nav-link {
    text-align: center;
    /* Center the text horizontally within each button */
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .niche-market-image-area-col {
    margin-bottom: 20px;
  }
  .integration-box {
    margin-bottom: 20px !important;
  }
  #product_features_section .product-features .item .feature-image-contents p {
    line-height: 19px;
  }
  #why_product_section,
  #customize_product_section {
    padding: 40px 20px;
  }
  #product_Page_banner_section .product-page-banner .product-page-banner-contents {
    text-align: center;
    padding: 50px 0;
  }
  #product_Page_banner_section .product-page-banner .product-page-banner-contents .product-banner-title h1 {
    line-height: 35px;
    font-size: 24px;
  }
  #product_Page_banner_section .product-page-banner .product-page-banner-contents .home-btn,
  #product_Page_banner_section .product-page-banner .product-page-banner-contents .product-name {
    justify-content: center;
  }
  .about-product-contents {
    margin-top: 15px;
    text-align: center;
  }
  #customize_product_section:before,
  #why_product_section:before {
    width: 100%;
    border-radius: 100px;
  }
  h3 {
    font-size: 15px !important;
  }
  #niche_market_section .niche-market .niche-market-area-bg {
    padding: 20px;
  }
}
@media screen and (max-width: 576px) {
  .integration-box {
    height: 220px !important;
  }
  .integration-box img {
    width: 80px;
  }
}
@media (min-width: 768px) {
  .panel-heading {
    display: none;
  }
  .panel {
    border: none;
    box-shadow: none;
  }
  .panel-collapse {
    height: auto;
  }
  .panel-collapse.collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .product-mobile-slider {
    justify-content: left !important;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .tab-content .tab-pane {
    display: block;
  }
  .nav-tabs {
    display: none;
  }
  .panel-title a {
    display: block;
  }
  .panel {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: -2px;
  }
  .tab-pane:first-child .panel {
    border-radius: 5px 5px 0 0;
  }
  .tab-pane:last-child .panel {
    border-radius: 0 0 5px 5px;
  }
}
@media (max-width: 991px) {
  .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
}

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