@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --deep-green: #36b724;
  --light-green: #75a605;
  --white: #ffffff;
  /* --default-font: "Roboto", sans-serif;
  --sub-font: "Poppins", sans-serif; */
  --heading-color: #191717;
  --p-text-color: #5c6572;
}

:root {
  --primary-color: #000;
  ---grey-color: #46525e;
  --p-text: #4a5469;
  --white-color: #fff;
  --heading-color: #313131;
  --c-green-color: #8effff;
  --all-color: #000;
  --allover-font: "Inter";
  /* --heading-font: "Montserrat", sans-serif;
  --p-font: "Montserrat", sans-serif; */
}

body {
  font-family: var(--allover-font);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  overflow-x: hidden;
  background: #fff !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: 700;
}

p {
  color: var(--p-text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.font-30 {
  font-size: 30px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-w500 {
  font-weight: 500 !important;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
  box-shadow: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.section {
  padding: 80px 0;
}

header {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.sticky-header {
  background-color: #fff;
  position: fixed;
}

.top-herader {
  padding: 6px 0;
  background-color: #f2f2f2;
}

header .logo-holdeer {
  width: 100%;
  height: auto;
  display: block;
  max-width: 94px;
}

header .logo-holdeer img {
  width: 100%;
  height: auto;
  display: block;
}

.header-buttom {
  padding: 0 0;
  position: relative;
}

.header-menu ul li i {
  font-size: 31px;
  margin-right: 5px;
  color: #75a604;
  position: relative;
  top: 1px;
  transform: rotate(2deg);
}

.desktop-nav {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}

.desktop-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
}

.desktop-nav > ul > li {
  position: static;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.desktop-nav > ul > li > a {
  display: block;
  font-family: var(--sub-font);
  font-weight: 500;
  color: #514b4b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
  padding: 40px 0;
}

.desktop-nav > ul > li.active > a,
.desktop-nav > ul > li:hover > a {
  color: #514b4b;
}

.desktop-nav > ul > li > ul {
  width: 100%;
  height: auto;
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  box-sizing: border-box;
  min-width: 280px;
  box-sizing: border-box;
  box-shadow: 1px 34px 40px #00000030;
  border-radius: 9px;
  padding: 40px;
}

.desktop-nav > ul > li > ul > li {
  box-sizing: border-box;
  border-bottom: 1px solid #969c8a40;
}

.desktop-nav > ul > li > ul > li:last-child {
  border-bottom: none;
}

.desktop-nav > ul > li > ul > li > a {
  display: block;
  font-family: var(--default-font);
  font-weight: 500;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
  padding: 15px 15px;
  font-size: 14px;
}

.desktop-nav > ul > li > ul > li:hover > a {
  background-color: var(--light-green);
  color: #fff;
}

.desktop-nav > ul > li:hover > ul {
  display: block;
}

.desktop-nav > ul > li > a.btn-top {
  box-sizing: border-box;
  padding: 6px 18px;
  background-color: var(--light-green);
  border-radius: 30px;
  color: #fff;
}

.header-menu ul {
  display: flex;
  justify-content: end;
  margin-bottom: 0;
}

.header-menu ul li {
  display: flex;
  padding-right: 25px;
  font-size: 14px;
  color: #514b4b;
  font-weight: 600;
  line-height: 1;
  align-items: center;
}

.header-menu ul li a {
  font-size: 14px;
  color: #514b4b;
  font-weight: 600;
  display: flex;
  line-height: 1;
  align-items: center;
}

.header-buttom .service-box {
  margin-bottom: 25px;
}

.header-buttom .service-box .service-icon {
  background: #fff;
  box-shadow: 1px 1px 41px #afacac61;
  padding: 15px;
  border-radius: 7px;
  position: absolute;
  width: 70px;
  height: 70px;
}

.header-buttom .service-box .service-text {
  padding-left: 90px;
}

.header-buttom .service-box .service-text h3 {
  font-family: var(--heading-font);
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: var(--heading-color);
  font-weight: 600;
}

.header-buttom .service-box .service-text p {
  line-height: 20px;
  font-size: 12px;
}

.bg-lightYellow {
  background-color: #fffbcd;
}

.crm-section {
  font-family: var(--sub-font);
  color: #333;
  margin-bottom: 70px;
  padding: 50px 25px;
}

.blue-bg {
  background-color: #a7d7ee;
}

.banner-section {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  height: 70vh;
  display: flex;
  align-items: center;
}

.banner-section .banner-content {
  width: 100%;
  text-align: left;
}

.banner-form {
  background: #f7f7f7;
  padding: 15px 40px;
  border: solid 2px #dbdbdb5c;
  border-radius: 10px;
  z-index: 1;
  position: relative;
  text-align: left;
  font-size: 0;
}

.banner-form input.form-control::placeholder {
  font-size: 14px;
  color: #666;
}

.banner-form .form-control {
  height: 50px;
  border-radius: 6px;
  border: solid 1px #d1d6c6;
}

.banner-form textarea.form-control {
  height: auto;
}

.banner-form .form-label {
  display: none;
}

.banner-form .btn {
  box-sizing: border-box;
  padding: 12px 30px;
  border-radius: 7px;
  transition: all 0.3s ease;
}

.banner-form h3 {
  display: block;
  text-align: center;
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 700;
}

.banner-text h1 {
  font-size: 50px;
  color: #222;
  line-height: 60px;
}

.banner-section .banner-content .banner-txt h1,
.banner-section .banner-content .banner-txt h6 {
  font-family: var(--sub-font);
  font-weight: 700;
  margin: 0 0 20px 0;
  font-size: 50px;
  color: #222;
  line-height: 60px;
}

.banner-section .banner-content .banner-txt h5 {
  font-family: var(--sub-font);
  font-size: 30px;
  font-weight: 500;
  color: #333;
  margin: 0 0 20px 0;
}

.banner-section .banner-content .banner-txt p {
  font-family: var(--sub-font);
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin: 0;
}

.banner-section .banner-content .banner-img {
  margin-top: 70px;
  width: 100%;
  height: auto;
  display: block;
}

.banner-section .banner-content .banner-img img {
  width: 100%;
  height: auto;
  display: block;
}

.integrations-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.btn {
  box-sizing: border-box;
  padding: 10px 30px;
  background-color: #ddd;
  border-radius: 30px;
  color: #000;
  font-weight: 700;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: var(--light-green);
  color: #fff;
  border: solid 1px var(--deep-green);
}

.btn-sm {
  padding: 7px 23px !important;
}

.btn-light-green:hover,
.btn-light-green {
  background-color: var(--light-green);
  color: #fff;
}

.integrations-section ul {
  width: 100%;
  display: flex;
  align-items: center;
}

.integrations-section ul li:nth-child(1) {
  width: 360px;
  box-sizing: border-box;
  border-right: #848484 1px solid;
  position: relative;
  padding-right: 20px;
}

.integrations-section ul li:nth-child(1):after {
  left: 100%;
  top: 50%;
  border: solid #fff0;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #fff0;
  border-left-color: #848484;
  border-width: 16px;
  margin-top: -16px;
}

.integrations-txt {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  max-width: 300px;
}

.integrations-txt h2,
.integrations-txt h3 {
  font-size: 46px;
  color: var(--heading-color);
  font-weight: 700;
  margin: 0 0 20px 0;
}

.integrations-txt p {
  margin: 0 0 20px 0;
}

.integrations-section ul li:nth-child(2) {
  width: calc(100% - 360px);
  box-sizing: border-box;
  position: relative;
  padding-left: 55px;
}

.integrations-img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  max-width: 740px;
}

.integrations-img img {
  width: 100%;
  height: auto;
  display: block;
}

.discover-section {
  width: 100%;
  display: block;
  position: relative;
  background: #fff;
  background: linear-gradient(
    0deg,
    rgb(255 255 255 / 0.7987570028011204) 0%,
    rgb(117 166 5 / 0.4009978991596639) 100%
  );
  padding-top: 90px;
  padding-bottom: 90px;
}

.discover-section .discover-img {
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-right: 15px;
}

.discover-section .discover-img img {
  width: 100%;
  height: auto;
  display: block;
}

.discover-section .discover-content-holder h3 {
  font-size: 48px;
  font-family: var(--sub-font);
  color: #333;
  margin: 0 0 25px 0;
}

.discover-section .discover-content-holder h2 {
  font-size: 40px;
  font-family: var(--sub-font);
  color: var(--heading-color);
  margin: 0 0 25px 0;
}

.discover-section .discover-content-holder p {
  margin: 0 0 25px 0;
}

.underline-link {
  font-size: 18px;
  font-family: var(--sub-font);
  color: #333;
  line-height: 24px;
  text-decoration: underline;
}

.whatsapp-marketing-section {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.whatsapp-marketing-block {
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
}

.whatsapp-marketing-block .whatsapp-marketing-title {
  width: 100%;
  position: relative;
  text-align: center;
}

.whatsapp-marketing-block .whatsapp-marketing-title h2 {
  font-size: 48px;
  background-color: #fff;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  column-gap: 10px;
}

.whatsapp-marketing-block .whatsapp-marketing-title h2 span {
  font-weight: 700;
  color: var(--deep-green);
}

.whatsapp-marketing-block .whatsapp-marketing-title h2 img {
  width: 65px;
}

.whatsapp-marketing-block .whatsapp-marketing-title p {
  font-size: 18px;
  font-family: var(--default-font);
  color: #333;
  font-weight: 400;
}

.whatsapp-marketing-item {
  width: 100%;
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
}

.whatsapp-marketing-item figure {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
}

.whatsapp-marketing-item img {
  width: 100%;
  display: block;
  max-width: 102px;
  margin-left: auto;
  margin-right: auto;
}

.whatsapp-marketing-item figure figcaption {
  width: 100%;
  display: block;
  margin: 25px 0 0 0;
  padding: 0;
}

.whatsapp-marketing-item figure figcaption h4 {
  font-size: 18px;
  font-family: var(--sub-font);
  color: #36b724;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.whatsapp-marketing-wapper {
  margin-bottom: 40px;
  margin-top: 35px;
}

.product-features-section {
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
  background-image: url(../images/product-features-bg.png);
  background-repeat: repeat-x;
  background-size: 100% 100%;
  text-align: center;
}

.page-section-title {
  font-size: 48px;
  margin: 0 0 35px 0;
}

.product-features-item {
  width: 100%;
  height: auto;
}

.mt-65px {
  margin-top: 65px !important;
}

.product-features-item figure {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.product-features-item figure .product-features-img {
  width: 260px;
  height: 260px;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 115px 10px 10px;
  background-color: #0176d2;
  border-radius: 50%;
  border: 3px #fff solid;
  box-shadow: 0 9px 7px 0 rgb(0 0 0 / 0.35);
  margin: 0 0 15px 0;
}

.product-features-item figure .product-features-img h3 {
  font-size: 24px;
  font-family: var(--sub-font);
  color: #fff;
  font-weight: 500;
}

.product-features-item
  figure
  .product-features-img
  .product-features-inner-img {
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-sizing: border-box;
  padding: 10px;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
  background-color: #004881;
  border-radius: 50%;
  border: 3px #fff solid;
}

.product-features-item
  figure
  .product-features-img
  .product-features-inner-img
  img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 70px;
}

.product-features-item figure .product-features-img.green-bg {
  background-color: #08a49b;
}

.product-features-item
  figure
  .product-features-img.green-bg
  .product-features-inner-img {
  background-color: #026862;
}

.product-features-item figure .product-features-img.pink-bg {
  background-color: #c91e6b;
}

.product-features-item
  figure
  .product-features-img.pink-bg
  .product-features-inner-img {
  background-color: #83003b;
}

.product-features-item figure .product-features-img.orange-bg {
  background-color: #df7a01;
}

.product-features-item
  figure
  .product-features-img.orange-bg
  .product-features-inner-img {
  background-color: #a94000;
}

.product-features-item figure figcaption {
  width: 100%;
  height: auto;
  display: block;
  margin: 15px 0 0 0;
  padding: 0;
}

.product-features-item figure figcaption p {
  font-size: 16px;
  font-family: var(--sub-font);
  color: #333;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 15px 0;
}

.product-features-item figure figcaption a {
  width: auto;
  display: inline-flex;
  padding: 4px 35px;
  height: 38px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: none;
  font-family: var(--default-font);
  background-color: #ddd;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-blue {
  background-color: #004881 !important;
  color: #fff !important;
}

.btn-green {
  background-color: #026862 !important;
  color: #fff !important;
}

.btn-red {
  background-color: #83003b !important;
  color: #fff !important;
}

.btn-orange {
  background-color: #a94000 !important;
  color: #fff !important;
}

.desktop-nav > ul > li > a.btn-top:hover,
.product-features-item figure figcaption a:hover {
  box-shadow: 1px 2px rgb(132 132 132 / 0.7);
}

.industries-support-section {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-image: url(../images/industries-support-bg.png);
  background-repeat: repeat-x;
  background-size: 100% 100%;
  text-align: center;
}

.industries-support-pic {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.industries-support-pic img {
  width: 100%;
  height: auto;
  display: block;
}

.clients-section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.clients-wapper ul {
  width: 100%;
  display: flex;
  align-items: center;
}

.clients-wapper ul li:nth-child(1) {
  width: 360px;
  box-sizing: border-box;
  padding-right: 20px;
}

.clients-wapper ul li:nth-child(2) {
  width: calc(100% - 360px);
  box-sizing: border-box;
  border-left: #848484 1px solid;
  padding-left: 45px;
  position: relative;
  min-height: 100px;
}

.clients-wapper ul li:nth-child(2):after {
  left: 0;
  top: 50%;
  border: solid #fff0;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #fff0;
  border-left-color: #848484;
  border-width: 16px;
  margin-top: -16px;
}

.clients-txt h2 {
  font-family: var(--sub-font);
  color: #333;
  font-size: 38px;
  font-weight: 500;
  margin: 0;
}

.clients-item {
  padding: 20px 0;
}

.clients-item figure {
  width: 100%;
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
}

.clients-item figure img {
  width: 100px !important;
  height: 100px !important;
  object-fit: cover;
  display: block;
  border-radius: 50%;
  box-sizing: border-box;
  border: #b1b1b1 2px solid;
}

.clients-item figure figcaption {
  width: calc(100% - 130px);
  box-sizing: border-box;
  max-width: 585px;
  padding-left: 35px;
}

.clients-item figure figcaption p {
  font-family: var(--sub-font);
  margin: 0 0 20px 0;
  font-size: 14px;
  color: #a6a6a6;
  line-height: 23px;
  font-weight: 400;
}

.clients-carousel-holder .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -20px;
  text-align: left;
  margin-left: 129px;
}

.logo-owl .owl-item img {
  display: block;
  width: 130px;
  margin: 0 auto;
}

.owl-theme.custom-dot .owl-dots .owl-dot span {
  width: 20px;
  height: 7px;
  margin: 5px 7px;
  background: #8484844d;
  display: block;
  border-radius: 0;
  border-radius: 30px;
}

.owl-theme.custom-dot .owl-dots .owl-dot.active span {
  background: #a7d200;
}

.sm-title {
  font-size: 38px !important;
}

.happy-clients-section {
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
}

.happy-clients-holder {
  width: 100%;
  box-sizing: border-box;
  padding: 0 80px;
  position: relative;
}

.logo-item {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  background-color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 0 18px 1px #eaeaea;
  border-radius: 12px;
  border: #f0f0f0 1px solid;
}

#happy-clients-carousel .item {
  padding: 10px !important;
}

.owl-theme.custom-nav .owl-nav {
  margin: 0;
}

.owl-theme.custom-nav .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 34px;
  margin: 0;
  padding: 4px 7px;
  background: #747474;
  cursor: pointer;
  border-radius: 6px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
}

.owl-carousel.custom-nav .owl-nav button.owl-prev {
  left: -80px;
}

.owl-carousel.custom-nav .owl-nav button.owl-next {
  right: -80px;
}

.schedule-demo-section {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  background-color: #e8e8e8;
}

.global-recognition-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  text-align: center;
}

.counter {
  color: #222;
  text-align: center;
  position: relative;
  width: 210px;
  height: 210px;
  border: double 10px #fff0;
  border-radius: 50%;
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #3da2f4, #1a57f2);
  background-origin: border-box;
  background-clip: content-box, border-box;
  display: inline-block;
}

.counter.orange {
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #eb9421, #ef6024);
}

.counter.purple {
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #8475b6, #483f90);
}

.counter.green {
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #adce37, #61bc47);
}

.counter:after {
  content: "";
  width: 153px;
  height: 22px;
  background: url(../images/counter-shadow.png) no-repeat !important;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: -1;
}

.counter .counter-content {
  background-color: #fff;
  height: 100%;
  padding: 30px 12px;
  border-radius: 50%;
}

.counter .counter-icon {
  color: #d1d1d1;
  font-size: 35px;
  line-height: 35px;
  margin: 0 0 13px;
}

.counter .counter-icon img {
  width: 100%;
  height: 40px;
  object-fit: contain;
}

.counter .counter-value {
  color: #1a57f2;
  font-size: 30px;
  font-weight: 600;
}

.counter span {
  color: #1a57f2;
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;
}

.counter h3 {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 8px;
}

.counter.orange:before,
.counter.orange:after {
  background: linear-gradient(to right, #eb9421, #ef6024);
}

.counter.orange span {
  color: #ef6024;
}

.counter.purple:before,
.counter.purple:after {
  background: linear-gradient(to right, #8475b6, #483f90);
}

.counter.purple span {
  color: #483f90;
}

.counter.green:before,
.counter.green:after {
  background: linear-gradient(to right, #adce37, #61bc47);
}

.counter.green span {
  color: #61bc47;
}

.counter.dperple {
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #fa4dcf, #92006e);
}

.counter.dperple span {
  color: #92006e;
}

.bann-txt h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
}

.bann-txt .sub-hd {
  font-size: 25px;
  margin-bottom: 20px;
}

.img-wrapper img {
  object-fit: cover;
  height: 270px;
  border-radius: 10px;
}

.carousel-control-next.bantextteambtn,
.carousel-control-prev.bantextteambtn {
  bottom: 24px;
  width: 5%;
  opacity: 1;
  top: unset;
  padding: 4px;
}

.carousel-control-prev.bantextteambtn {
  right: 85px;
  left: unset;
}

.carousel-control-next.bantextteambtn {
  right: 40px;
}

.bantextteambtn {
  background-color: black !important;
}

.crmtool {
  margin-top: 100px;
}

.crmtool h2 {
  font-size: 38px;
  padding-bottom: 10px;
}

.crmtool p {
  margin-bottom: 10px;
}

.lead-management-txt > ul > li {
  max-width: 33.3%;
}

.benftheading {
  text-align: center;
}

.benftheading h2 {
  font-size: 38px;
  padding-bottom: 10px;
}

.benftopt h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.benftoptcolm img {
  width: 50px;
  display: block;
  margin-bottom: 10px;
}

.benftopt {
  background-color: rgb(239, 241, 241);
}

.benftoptcolm {
  background-color: #fff;
  padding: 20px;
  height: 100%;
}

.leadmanage {
  margin-top: 100px;
}

.leadmanage h2 {
  font-size: 38px;
  padding-bottom: 10px;
}

.salespipeline {
  margin-top: 100px;
}

.salespipeline .row:nth-child(1) {
  margin-bottom: 30px;
}

.salespipeline .row:nth-child(1) h2 {
  font-size: 38px;
  text-align: center;
  padding-bottom: 10px;
}

.salespipeline .row:nth-child(1) p {
  text-align: center;
}

.salespipeline .row:nth-child(2) h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.salespipeline .row:nth-child(2) ol {
  padding-left: 15px;
}

.salespipeline .row:nth-child(2) p {
  margin-bottom: 10px;
}

.salesfunnel {
  margin-top: 100px;
}

.salesfunnel h2 {
  font-size: 38px;
  padding-bottom: 10px;
}

.salesfunnel p {
  margin-bottom: 10px;
}

.mobileappsec {
  background-color: #b3c8e4;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 100px;
}

.mobileappsec .row:nth-child(1) {
  margin-bottom: 30px;
}

.mobileappsec .row:nth-child(1) h2 {
  font-size: 38px;
  padding-bottom: 10px;
  text-align: center;
}

.mobileappsec .row:nth-child(1) p {
  text-align: center;
}

.mobileappsec .row:nth-child(2) ul {
  list-style-type: disc;
}

.mobileappsec .row:nth-child(2) ul:nth-child(1) ul {
  list-style-type: circle;
  padding-left: 18px;
}

@media (max-width: 600px) {
  .carousel-control-next.bantextteambtn,
  .carousel-control-prev.bantextteambtn {
    bottom: -46px;
    width: 10%;
    opacity: 1;
    top: unset;
    padding: 4px;
  }

  .crmtool {
    padding-top: 20px;
  }

  .bann-txt h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .bann-txt p:nth-child(3) {
    margin-bottom: 20px;
  }

  .crmtool h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .benftheading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .leadmanage h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .leadmanage {
    padding-top: 0px;
  }

  .lead-management-txt > ul > li {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .salespipeline .row:nth-child(1) h2 {
    font-size: 30px;
  }

  .leadmanage {
    margin-top: 60px;
  }

  .salespipeline {
    margin-top: 60px;
  }

  .salesfunnel h2 {
    font-size: 30px;
  }

  .salesfunnel {
    margin-top: 60px;
  }

  .mobileappsec {
    background-color: #b3c8e4;
    padding-top: 30px;
    padding-bottom: 50px;
    margin-top: 60px;
  }

  .mobileappsec .row:nth-child(1) h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 990px) {
  .counter {
    margin-bottom: 40px;
  }
}

.plan-section {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  background-color: #f2f2f2;
  text-align: center;
}

.plan-holder {
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 1100px;
}

.plan-holder > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.plan-holder > ul > li {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 33.3333%;
}

.plan-box {
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  box-shadow: 0 0 21px 0 rgb(0 0 0 / 0.29);
  background-color: #fff;
  border-radius: 8px;
}

.plan-box .plan-header {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 15px 15px;
  border-bottom: 2px solid #828384;
}

.plan-box .plan-header h5 {
  font-family: var(--sub-font);
  font-size: 28px;
  font-weight: 700;
  color: #9a2bf2;
  margin: 0 0 10px 0;
}

.plan-box .plan-header h5 span {
  width: 100%;
  display: block;
  font-size: 20px;
}

.plan-box .plan-header p {
  font-family: var(--sub-font);
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 30px 0;
}

.plan-box .plan-header .plan-price {
  font-family: var(--sub-font);
  color: #333;
  font-size: 36px;
  margin: 0 0 10px 0;
}

.plan-box .plan-header .plan-price sub {
  font-size: 22px;
  bottom: 0;
}

.plan-box .plan-header .plan-free {
  font-family: var(--sub-font);
  color: #9a2bf2;
  font-size: 20px;
  margin: 0 0 35px 0;
}

.btn-purple {
  background-color: #9a2bf2 !important;
  color: #fff !important;
}

.plan-box .btn {
  border-radius: 6px !important;
}

.plan-box .plan-body {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 15px 15px 50px;
  text-align: left;
}

.plan-box .plan-body ul {
  margin-bottom: 60px;
}

.plan-box .plan-body ul li {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding-left: 22px;
  position: relative;
  font-family: var(--default-font);
  color: #333;
  font-size: 16px;
  margin: 0 0 12px 0;
}

.plan-box .plan-body ul li i {
  position: absolute;
  left: 0;
  top: 1px;
}

.btn-light-blue {
  background-color: #0078fe !important;
  color: #fff !important;
}

.plan-box.plan-2 {
  background-color: #fff1e5 !important;
}

.plan-box.plan-2 .plan-header .plan-free,
.plan-box.plan-2 .plan-header h5 {
  color: #0078fe !important;
}

.plan-box.plan-3 .plan-header .plan-free,
.plan-box.plan-3 .plan-header h5 {
  color: #00a32e !important;
}
/* old-footer */
/* 
footer {
  border-top: #636363 1px solid;
  background-color: #fff;
}

footer .footer-top {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer-logo {
  width: 100%;
  max-width: 170px;
}

.footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}

footer .footer-top h5 {
  font-family: var(--sub-font);
  color: #333;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

footer .footer-top ul li {
  margin-bottom: 10px;
}

footer .footer-top a {
  font-family: var(--default-font);
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

footer .footer-top a:hover {
  text-decoration: underline !important;
}

.social-block {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin: 0 0 25px 0;
}

.social-block a {
  width: 36px;
  height: auto;
  display: block;
}

.social-block a img {
  width: 100%;
  height: auto;
  display: block;
}

footer .footer-top h4 {
  font-family: var(--default-font);
  color: #333;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

footer .footer-bottom {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: #636363 1px solid;
  text-align: center;
  font-family: var(--default-font);
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.plan-footer {
  margin-top: 45px;
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  box-shadow: 0 0 21px 0 rgb(0 0 0 / 0.29);
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 25px;
}

.btn-light-orange {
  background-color: #ff7e00 !important;
  color: #fff !important;
}

.border-radius-6px {
  border-radius: 6px !important;
}

.plan-footer h4 {
  font-family: var(--default-font);
  color: #ff7e00;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}

.plan-footer h4 span {
  width: 100%;
  display: block;
  font-size: 22px;
  font-weight: 400;
}

.plan-footer p {
  font-family: var(--default-font);
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
} */
/* old-footer */
.border-right {
  border-right: #8d8e8f 2px solid;
}

.btn:hover {
  box-shadow: 2px 3px 6px 1px #bababa !important;
}

.inner-banner-section {
  width: 100%;
  box-sizing: border-box;
  background-image: url(../images/inner-banner-bg.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0;
}

.banner-txt {
  display: inline-block;
}

.banner-txt h1,
.banner-txt h6 {
  color: var(--heading-color);
  font-size: 48px;
  line-height: normal;
  margin: 0 0 45px 0;
}

.banner-txt p {
  margin-bottom: 30px !important;
}

.whatsapp-broadcast-section {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background-color: #fff;
}

.whatsapp-txt {
  max-width: 545px;
}

.whatsapp-txt h2 {
  width: 100%;
  display: flex;
  align-items: start;
  column-gap: 15px;
  font-family: var(--sub-font);
  color: #333;
  font-weight: 600;
  font-size: 36px;
  line-height: normal;
  margin: 0 0 35px 0;
}

.whatsapp-txt h2 img {
  width: 45px;
  height: auto;
  display: block;
  margin-top: 6px;
}

.whatsapp-txt h6 img {
  width: 45px;
  height: auto;
  display: block;
  margin-top: 6px;
}

.whatsapp-txt p {
  font-family: var(--sub-font);
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 25px 0;
}

.tickmark-ul > li {
  box-sizing: border-box;
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
  font-family: var(--sub-font);
  color: #333;
  font-weight: 600;
  font-size: 16px;
}

.tickmark-ul > li:after {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  background: url(../images/ul-tick.png) no-repeat 50% 50%;
  background-size: 100% auto;
}

.mb-85px {
  margin-bottom: 85px !important;
}

.automate-whatsapp-section {
  margin-top: 55px;
  padding-bottom: 15px;
  background-color: #3e9311;
}

.whatsapp-img {
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 540px;
}

.whatsapp-img img {
  width: 100%;
  height: auto;
  display: block;
}

.automate-whatsapp-txt {
  max-width: 540px;
  padding: 54px 0;
}

.automate-whatsapp-txt .auto-icon {
  width: 100%;
  display: inline-block;
  margin: 0 0 25px 0;
}

.automate-whatsapp-txt .auto-icon img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 46px;
}

.automate-whatsapp-txt h4 {
  font-family: var(--sub-font);
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  margin: 0 0 25px 0;
}

.automate-whatsapp-txt p {
  font-family: var(--sub-font);
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.automate-whatsapp-section .whatsapp-img {
  margin-top: -50px !important;
}

.external-software-section {
  margin-top: 50px;
  padding-bottom: 50px;
  background-color: #4e4e4e;
  margin-bottom: 25px;
}

.external-software-section .whatsapp-img {
  margin-top: -40px !important;
}

.mb-45px {
  margin-bottom: 45px !important;
}

.inner-banner-section.banner-two {
  padding-top: 0px !important;
  overflow: hidden !important;
}

.banner-img.with-bg {
  box-sizing: border-box;
  padding: 25px 0 25px 110px;
  background: url(../images/product-features-2.png) no-repeat;
  background-size: auto 100%;
  position: relative;
}

.banner-img.with-bg:after {
  content: "";
  width: 1000px;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 100%;
  top: 0;
  background-color: #ebeab7;
}

.mt-25px {
  margin-top: 25px !important;
}

.lead-management-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  position: relative;
}

#Industrial-Categories {
  color: #000;
  font-weight: 600;
}

.section-title {
  font-family: var(--sub-font);
  color: #333;
  font-weight: 600;
  font-size: 30px;
  margin: 30px 0 25px 0;
}

.lead-management-txt > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  row-gap: 30px;
}

.lead-management-txt > ul > li {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.lead-management-block {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 30px;
  box-shadow: 0 0 18px #afb0d0a1;
  border-radius: 8px;
  background-color: #fff;
  border: dashed 1px #9b909080;
}

.lead-management-block .lead-management-header {
  width: 100%;
  display: flex;
  align-items: center;
  font-family: var(--sub-font);
  color: #333;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  margin: 0 0 15px 0;
}

.lead-management-block .lead-management-header span {
  font-family: var(--sub-font);
  color: #333;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
}

.lead-management-block .lead-management-header img {
  width: 40px;
  height: auto;
  display: block;
}

.lead-management-block .lead-management-header span:nth-child(1) {
  width: 40px;
  height: auto;
  display: block;
}

.lead-management-block .lead-management-header span:nth-child(2) {
  width: calc(100% - 40px);
  height: auto;
  display: block;
  box-sizing: border-box;
  padding-left: 20px;
}

.maxw-410px {
  max-width: 410px;
}

.follow-up-section {
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
  background-color: #484848;
}

.text-white {
  color: #fff !important;
}

.follow-up-block {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 25px;
  background-color: #fff;
}

.follow-up-block .icon {
  width: 100%;
  display: flex;
  margin: 0 0 10px 0;
}

.follow-up-block .icon img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 55px;
}

.follow-up-block h3 {
  font-family: var(--sub-font);
  color: #333;
  font-weight: 600;
  font-size: 22px;
  line-height: normal;
  margin: 0 0 25px 0;
}

.follow-up-block p {
  font-family: var(--sub-font);
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 45px 0;
}

.mb-60px {
  margin-bottom: 60px !important;
}

.follow-up-block a {
  font-family: var(--sub-font);
  color: #333;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  margin: 0 0 45px 0;
}

.bt-1 {
  color: #92006e !important;
}

.bt-2 {
  color: #d63322 !important;
}

.bt-3 {
  color: #ff41ba !important;
}

.d-inline-block {
  display: inline-block !important;
}

.text-right {
  text-align: right !important;
}

.inventory-management-section {
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
  background-color: #b3c8e4;
}

.inventory-management-block {
  width: 100%;
  height: auto;
  display: flex;
  box-sizing: border-box;
  padding: 25px;
  background-color: #fff;
}

.inventory-management-block .inventory-management-img {
  width: 65px;
  height: auto;
}

.inventory-management-block .inventory-management-img img {
  width: 100%;
  height: auto;
  display: block;
}

.inventory-management-block .inventory-management-body {
  width: calc(100% - 65px);
  height: auto;
  box-sizing: border-box;
  padding-left: 25px;
}

.inventory-management-block .inventory-management-body h4 {
  font-family: var(--sub-font);
  color: #333;
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 15px 0;
}

.inventory-management-block .inventory-management-body p {
  font-family: var(--sub-font);
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 15px 0;
}

.inventory-management-block .inventory-management-body a {
  font-family: var(--sub-font);
  color: #333;
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
}

.text-blue {
  color: #217aff !important;
}

.text-green {
  color: #0f8230 !important;
}

.mb-25px {
  margin-bottom: 25px !important;
}

.mobile-app-section {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #fff;
}

.mobile-app-block {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 25px;
  position: relative;
  box-shadow: 0 0 16px 0 rgb(0 0 0 / 0.2);
  border-radius: 10px;
}

.mobile-app-block h4 {
  font-family: var(--sub-font);
  color: #333;
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 15px 0;
}

.mobile-app-block p {
  font-family: var(--sub-font);
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 25px 0;
}

.dot-ul {
  list-style: disc;
  padding-left: 15px;
  color: #007bff;
  font-family: var(--sub-font);
  font-weight: 700;
  font-size: 16px;
}

.dot-ul > li {
  color: #007bff;
  font-family: var(--sub-font);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 7px;
}

.dot-ul > li:last-child {
  margin: 0;
}

.maxw-520px {
  max-width: 520px;
}

.show-mobile {
  display: none !important;
}

.extra-top-nav-holder {
  display: none;
}

header .logo-holdeer {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.sticky-header {
  border-width: 2px;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 30%);
  background: #fff;
}

header.sticky-header .top-herader {
  margin-top: -40px;
}

header.sticky-header .logo-holdeer {
  max-width: 70px;
}

body.nav-active {
  overflow: hidden !important;
}

.common-section {
  padding-top: 85px;
  padding-bottom: 85px;
  position: relative;
}

.mission-vission-pic {
  width: 100%;
  display: flex;
  justify-content: center;
}

.mission-vission-pic img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 460px;
}

.common-txt h6 {
  font-size: 38px;
  color: var(--heading-color);
  font-weight: 700;
  margin: 0 0 25px 0;
}

.common-txt p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  margin: 0;
}

.white-section {
  background-color: #fff !important;
}

.light-blue-section {
  background-color: #def1ff !important;
}

.divider-line {
  width: 2px;
  height: 100%;
  display: block;
  margin: 0 auto;
  background-color: #aaa;
}

.history-section h5 {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.history-section h5 small {
  width: 100%;
  display: block;
  font-weight: 700;
  color: #3e9311;
  margin: 0 0 20px 0;
}

.history-section h5 span {
  font-weight: 700;
  color: #3e9311;
}

.history-section ul {
  margin-top: 35px;
}

.history-section ul > li {
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
}

.history-section ul > li:last-child {
  margin: 0;
}

.history-block {
  width: 100%;
  display: block;
  position: relative;
}

.history-block img {
  width: 40px;
  height: auto;
  display: block;
  float: left;
}

.history-block figcaption {
  padding: 0 0 0 25px;
  width: calc(100% - 40px);
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
  margin: 0;
}

.history-block figcaption h3 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.history-block figcaption p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  margin: 0;
}

.square-img {
  position: relative;
}

.square-img::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.square-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.square-img-full {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.square-img-full img {
  width: 100%;
  height: auto;
  display: block;
}

.our-team-section {
  overflow-x: hidden;
}

.team-container .square-img-full {
  width: 100%;
  display: flex;
  background-color: #14285b;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
}

.team-container .square-img-full img {
  width: 100%;
  height: auto;
}

.team-container .square-img-full:before {
  content: "";
  display: block;
  width: 500px;
  height: 100%;
  background-color: #14285b;
  position: absolute;
  top: 0;
  right: 100%;
}

.team-details h4 {
  font-size: 26px;
  color: #004efe;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding-bottom: 8px;
  border-bottom: #a2a2a2 1px solid;
}

.team-details h4 span {
  width: 100%;
  height: auto;
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.team-container > .row {
  margin-bottom: 45px;
}

.team-container > .row:last-child {
  margin-bottom: 0;
}

.team-container > .row:nth-child(even) .col-lg-9 {
  order: 1;
}

.team-container > .row:nth-child(even) .col-lg-3 {
  order: 2;
}

.team-container > .row:nth-child(even) .square-img-full:before {
  right: auto;
  left: 100%;
}

ul.default-ul {
  margin-left: 15px;
  list-style: disc;
  margin-bottom: 15px;
}

ul.default-ul li {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.integration-common-section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.integration-img-box img {
  width: 100%;
  height: auto;
  display: block;
}

.integration-txt-box {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.integration-color-box {
  width: 100%;
  height: auto;
  display: inline-block;
  background-color: #15a2b3;
  box-sizing: border-box;
  padding: 25px;
}

.integration-color-box > ul > li {
  width: 100%;
  display: inline-block;
  margin: 0 0 15px 0;
}

.integration-color-box > ul > li figure {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.integration-color-box > ul > li figure > img {
  width: 54px;
  height: auto;
  display: block;
}

.integration-color-box > ul > li figure > figcaption {
  width: calc(100% - 54px);
  box-sizing: border-box;
  padding-left: 35px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.blue-box {
  background-color: #0e5bbb !important;
}

.orange-box {
  background-color: #f16422 !important;
}

.red-box {
  background-color: #ce4044 !important;
}

.custom-integration-section {
  background-color: #6baa5b;
}

.square-box {
  position: relative;
}

.square-box::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.square-box .square-box-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-marketing-section
  .lead-management-block
  .lead-management-header
  span:nth-child(1) {
  width: 90px;
  height: auto;
  display: block;
}

.whatsapp-marketing-section .lead-management-block .lead-management-header img {
  width: 90px;
  height: auto;
  display: block;
}

.whatsapp-marketing-section .lead-management-block h3 {
  color: #333;
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 15px 0;
}

.whatsapp-marketing-section .lead-management-block {
  padding: 35px;
}

.color-1 {
  color: #92006e !important;
}

.color-2 {
  color: #007bff !important;
}

.color-3 {
  color: #d63322 !important;
}

.color-4 {
  color: #df7a01 !important;
}

.color-5 {
  color: #169b04 !important;
}

.color-6 {
  color: #ff41ba !important;
}

.color-7 {
  color: #08a49b !important;
}

.color-8 {
  color: #662e93 !important;
}

.bg-white {
  background-color: #fff !important;
}

.text-left {
  text-align: left !important;
}

.lead-management-block .lead-management-header .bold-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 15px 0;
}

.green-gradient-bg {
  background: linear-gradient(
    0deg,
    rgb(255 255 255 / 0.7987570028011204) 0%,
    rgb(117 166 5 / 0.4009978991596639) 100%
  );
}

.new-grey-bg {
  background-color: #c5ceda !important;
}

.grey-bg {
  background-color: #f3f3f3;
}
.grey-bg-2 {
  background-color: #f2f2f2;
}
.lead-management-txt-full ul li {
  margin-bottom: 25px;
}

/* .lead-management-txt-full ul li:last-child {
  margin-bottom: 0;
} */

/* .lead-management-txt-full .lead-management-block {
  border-radius: 0px !important;
} */

.green-bg-section {
  background-color: #6baa5b !important;
  padding-top: 60px;
  padding-bottom: 60px;
}

.border-radious-50 {
  border-radius: 50% !important;
}

.square-box .square-box-bg.border-radious-50 {
  padding: 35px;
}

.support-img-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deep-grey-bg {
  background-color: #484848 !important;
}

.lead-management-block .lead-management-header span:nth-child(2) p {
  margin: 0;
  font-size: 16px;
  width: 100%;
  display: block;
  margin: 4px 0 0 0;
}

.servicing-text-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.lineheight-28px {
  line-height: 28px !important;
}

.semi-bold {
  font-weight: 500 !important;
}

.underline-link-after {
  width: auto;
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
  color: #000;
}

.underline-link-after:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.col-md-2_5 {
  flex: 0 0 auto;
  width: 20%;
}

.line-height-20px {
  line-height: 20px !important;
}

.lead-management-block.bg-light-green {
  background-color: #e1f0ce !important;
}

.lead-management-block.bg-green {
  background-color: #acd85c !important;
}

.lead-management-block.bg-deep-green {
  background-color: #2e6100 !important;
}

.whatsapp-marketing-section
  .lead-management-block.bg-deep-green
  .lead-management-body,
.whatsapp-marketing-section .lead-management-block.bg-deep-green h6 {
  color: #fff !important;
}

.lead-management-block.inventory-item {
  box-shadow: none !important;
}

.lead-management-block .lead-management-header h6 {
  margin: 0 0 15px 0 !important;
  font-weight: 700 !important;
}

.text-lg {
  font-size: 58px;
}

.common-txt p.font-play {
  font-family: "Playball", cursive;
  font-size: 28px;
  color: #686262;
  font-weight: 400;
  margin: 0;
}

.pt-250 {
  padding-top: 250px;
}

.lead-management-body {
  box-sizing: border-box;
  padding-left: 15px;
}

.lead-management-body ul {
  padding-left: 15px;
  list-style: disc;
}

.lead-management-body ul > li {
  margin-bottom: 6px;
}

/* .lead-management-body p {
  display: flex;
} */

.inner-section-padding {
  padding-top: 250px !important;
  line-height: 24px !important;
}

.inner-section-padding h1 {
  font-family: var(--sub-font);
  color: #333;
  font-weight: 600;
  font-size: 48px;
  line-height: normal;
  margin: 0 0 45px 0;
}
/* old-footer */
/* 
.footer-social {
  padding: 10px 0;
  background-color: #ddd;
}

.footer-social h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.footer-flex {
  display: inline-flex;
  column-gap: 10px;
  align-items: center;
}

.footer-flex > div {
  white-space: nowrap;
}

.footer-flex > ul {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.footer-flex > ul a {
  width: 30px;
  height: auto;
  display: block;
}

.footer-flex > ul a img,
.footer-flex > ul a svg {
  width: 100%;
  height: auto;
  display: block;
} */
/* old-footer */
.schedule-demo-page-section .btn-primary {
  background: #ff9f1c;
  border: none;
  padding: 8px 19px;
  border: solid 2px #ff9f1c;
  border-radius: 3px;
}

.schedule-demo-page-section .btn-primary:hover {
  background: #ff9300;
  border: solid 2px #ef900f;
}

.schedule-demo-page-section a {
  color: #008ac9;
}

.schedule-demo-page-section .form-control {
  height: 48px;
  color: #6e6e6e;
  border: 1px solid #e8e8e8;
  background-color: #fff0;
  border-radius: 0;
  padding: 0;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  line-height: 24px;
}

.schedule-demo-page-section .form-control::placeholder {
  color: #6e6e6e;
}

.schedule-demo-page-section .form-control:focus {
  color: #000;
  background-color: #fff0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  outline: 0;
  border: 1px solid #fba835;
}

.schedule-demo-page-section .form-control:hover:focus,
.schedule-demo-page-section .form-control:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.schedule-demo-page-section .pb-100 {
  padding-bottom: 100px;
}

.schedule-demo-page-section .pt-100 {
  padding-top: 100px;
}

.schedule-demo-page-section .btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background: #ff9300;
  border: solid 2px #ef900f;
}

.schedule-demo-page-section .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgb(249 144 0 / 41%);
}

.schedule-demo-page-section .section-bottom-layer {
  padding-bottom: 100px;
}

.schedule-demo-page-section .light p {
  color: #ecf5fb;
}

.schedule-demo-page-section .pb-100 {
  padding-bottom: 100px !important;
}

.schedule-demo-page-section .section-image-inner {
  position: relative;
  background: url(../images/wave.png) no-repeat 100% 0;
  background-size: contain;
  width: 100%;
  height: auto;
}

.schedule-demo-page-section .row > [class^="col-"] {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  border: 1px solid #dedede;
}

.schedule-demo-page-section .row > .highlight-col {
  background-color: #f6ffdf;
}

.schedule-demo-page-section .row > .col-lg-4:nth-child(1) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.schedule-demo-page-section .row > .col-lg-4:nth-child(3) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.schedule-demo-page-section .panel-left {
  width: 100%;
  height: auto;
  display: block;
}

.schedule-demo-page-section .panel-left h2 {
  font-family: var(--sub-font);
  font-size: 26px;
  color: #38a1e4;
  font-weight: 400;
  margin: 0 0 5px 0;
}

.schedule-demo-page-section .panel-left h3 {
  font-family: var(--sub-font);
  font-size: 20px;
  color: #6a6a6a;
  font-weight: 400;
  margin: 0 0 25px 0;
}

.schedule-demo-page-section .panel-left h3 strong {
  font-weight: 700 !important;
  color: #000 !important;
}

.schedule-demo-page-section .panel-left .time-block {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-family: var(--sub-font);
  font-size: 26px;
  color: #9298a9;
  font-weight: 400;
  margin: 0 0 12px 0;
}

.schedule-demo-page-section .panel-left .time-block img {
  width: 30px;
  height: auto;
  display: block;
}

.schedule-demo-page-section .panel-left .online-block {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-family: var(--sub-font);
  font-size: 26px;
  color: #9298a9;
  font-weight: 400;
  margin: 0 0 35px 0;
}

.schedule-demo-page-section .panel-left .online-block img {
  width: 30px;
  height: auto;
  display: block;
}

.schedule-demo-page-section .panel-left p {
  font-family: var(--sub-font);
  font-size: 16px;
  line-height: 18px;
  color: #383838;
  font-weight: 400;
  margin: 0 0 25px 0;
}

.schedule-demo-page-section .panel-left .feature-loop-ul > li {
  width: 100%;
  display: flex;
  margin-bottom: 7px;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  font-family: var(--sub-font);
  line-height: normal;
  color: #383838;
  font-weight: 700;
}

.schedule-demo-page-section .panel-left .feature-loop-ul > li:last-child {
  margin: 0;
}

.schedule-demo-page-section .panel-middle h2 {
  font-family: var(--sub-font);
  font-size: 20px;
  color: #64666d;
  font-weight: 600;
  margin: 0 0 30px 0;
}

.schedule-demo-page-section .panel-middle .form-group {
  margin-bottom: 10px;
}

.schedule-demo-page-section .panel-middle .form-group:last-child {
  margin: 0;
}

.schedule-demo-page-section
  .panel-middle
  .form-group
  label:not(.custom-checkbox) {
  font-family: var(--sub-font);
  font-size: 15px;
  color: #64869c;
  font-weight: 600;
  margin: 0 0 4px 0;
}

.schedule-demo-page-section .panel-middle .form-group .form-control {
  border-radius: 6px !important;
  border: #93afd9 1px solid !important;
  height: 40px !important;
}

.schedule-demo-page-section .panel-right h2 {
  font-family: var(--sub-font);
  font-size: 34px;
  line-height: 22px;
  color: #38a1e4;
  font-weight: 600;
  margin: 0 0 25px 0;
}

.schedule-demo-page-section .panel-right h2 span {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}

.schedule-demo-page-section .panel-right-ul li {
  margin-bottom: 10px;
}

.schedule-demo-page-section .panel-right-ul li:last-child {
  margin: 0;
}

.schedule-demo-page-section .right-item {
  width: 100%;
  display: flex;
  align-items: center;
}

.schedule-demo-page-section .right-item .right-img {
  width: 68px;
  display: block;
}

.schedule-demo-page-section .right-item .right-img img {
  width: 100%;
  height: auto;
  display: block;
}

.schedule-demo-page-section .right-item .right-txt {
  width: calc(100% - 68px);
  display: block;
  box-sizing: border-box;
  padding-left: 30px;
}

.schedule-demo-page-section .right-item .right-txt h3 {
  font-family: var(--sub-font);
  font-size: 18px;
  line-height: normal;
  color: #1f1f1f;
  font-weight: 400;
  margin: 0 0 5px 0;
}

.schedule-demo-page-section .right-item .right-txt h3 strong {
  font-weight: 700;
}

.schedule-demo-page-section .right-item .right-txt p {
  font-family: var(--sub-font);
  font-size: 14px;
  line-height: 20px;
  color: #1f1f1f;
  font-weight: 400;
  margin: 0;
}

.schedule-demo-page-section .schedule-form {
  display: none;
}

.schedule-demo-page-section .schedule-form.show {
  display: inline-block;
}

.schedule-demo-page-section .panel-left .time-block .big-txt {
  font-family: var(--sub-font);
  font-size: 18px;
  color: #252525;
  font-weight: 400;
}

.schedule-demo-page-section .date-time-block {
  width: 100%;
  display: flex;
}

.schedule-demo-page-section .date-time-block .date-holder-block {
  width: 238px;
  display: block;
}

.schedule-demo-page-section .date-time-block .time-holder-block {
  width: calc(100% - 238px);
  display: block;
  box-sizing: border-box;
  padding-left: 15px;
}

.schedule-demo-page-section .date-time-block .time-holder-block ul {
  box-sizing: border-box;
  padding: 0 20px;
}

.schedule-demo-page-section .switch {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.schedule-demo-page-section .switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.schedule-demo-page-section .switch .slider {
  width: 100%;
  display: flex;
  height: 33px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: none;
  font-family: var(--sub-font) 0;
  font-size: 16px;
  color: #0cbec7;
  font-weight: 400;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0;
  box-shadow: -1px 0 5px 0 rgb(0 0 0 / 33%);
  padding: 4px;
}

.schedule-demo-page-section .switch input:checked + .slider {
  background-color: #0cbec7;
  color: #fff;
}

.schedule-demo-page-section .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.schedule-demo-page-section .user-holder {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 35px;
}

.schedule-demo-page-section .user-holder ul {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

.schedule-demo-page-section .user-holder ul > li {
  width: 23%;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
}

.schedule-demo-page-section .user-src {
  width: 100%;
  margin-bottom: 0;
}

.schedule-demo-page-section .custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.schedule-demo-page-section .custom-checkbox label {
  position: relative !important;
  cursor: pointer !important;
  width: auto !important;
  display: inline-flex !important;
  margin: 0 !important;
  box-sizing: border-box;
  align-items: center;
}

.schedule-demo-page-section .custom-checkbox label img {
  width: auto !important;
  display: inline-flex !important;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 5px;
  height: 44px;
  border-radius: 6px;
  background: #fff;
  border: #88b45a 1px solid;
}

.schedule-demo-page-section .custom-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #fff0;
  border: 2px solid #b3d3c4;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.05),
    inset 0 -15px 10px -12px rgb(0 0 0 / 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 5px;
}

.schedule-demo-page-section .custom-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.schedule-demo-page-section .custom-checkbox.radio label:before {
  border-radius: 50%;
}

.schedule-demo-page-section .ever-use-block {
  width: 100%;
  display: inline-block;
  padding-top: 15px;
  margin-top: 15px;
  border-top: #c2c2c2 1px solid;
}

.schedule-demo-page-section .custom-checkbox label.mt-0:before {
  margin-top: 0;
}

.schedule-demo-page-section .custom-checkbox input:checked + label.mt-0:after {
  top: 8px;
}

.schedule-demo-page-section .ever-use-block ul {
  display: flex;
  column-gap: 10px;
}

.schedule-demo-page-section .presently-use-block ul {
  margin-top: 20px;
}

.schedule-demo-page-section .presently-use-block ul li {
  margin-bottom: 30px;
}

.schedule-demo-page-section .presently-use-block ul li .custom-checkbox label {
  font-family: var(--sub-font);
  font-size: 18px;
  color: #292929;
  font-weight: 400;
}

.schedule-demo-page-section .schedule-form .btn-primary {
  background: #4987ff;
  border: none;
  padding: 8px 19px;
  border: solid 1px #1b56be;
  border-radius: 3px;
}

.schedule-demo-page-section .pt-100 {
  padding-top: 100px;
}

.schedule-demo-page-section .display-flex {
  display: flex;
  column-gap: 20px;
}

.schedule-demo-page-section .display-flex > div {
  margin: 0 !important;
}

.schedule-demo-page-section .weight-600 {
  font-weight: 600 !important;
}

.schedule-demo-page-section .date-holder-block .ui-widget.ui-widget-content {
  border: 1px solid #fff;
}

.schedule-demo-page-section .date-holder-block .ui-widget-header {
  border: 1px solid #a0fbff;
  background: #a0fbff;
  color: #333;
  font-weight: 700;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.schedule-demo-page-section .date-holder-block .ui-state-default,
.schedule-demo-page-section
  .date-holder-block
  .ui-widget-content
  .ui-state-default {
  border: 1px solid #b6fbeb;
  background: #e6ffed;
  font-weight: 400;
  color: #454545;
  text-align: center;
}

.schedule-demo-page-section .date-holder-block .ui-state-highlight,
.schedule-demo-page-section
  .date-holder-block
  .ui-widget-content
  .ui-state-highlight {
  border: 1px solid #53ede6;
  background: #92fffa;
  color: #80765f;
  text-align: center;
}

.schedule-demo-page-section .date-holder-block .ui-state-active,
.schedule-demo-page-section
  .date-holder-block
  .ui-widget-content
  .ui-state-active {
  border: 1px solid #3cb5af;
  background: #4cd4ce;
  color: #fff;
  text-align: center;
}

.schedule-demo-page-section .date-holder-block .ui-datepicker th {
  font-weight: 400;
}

.schedule-demo-page-section
  .date-holder-block
  .ui-datepicker
  .ui-datepicker-title {
  color: #02af96 !important;
}

.schedule-demo-page-section
  .schedule-demo-section
  #schedule-form-two
  .panel-middle
  h2 {
  font-size: 18px;
  color: #252525;
  margin-bottom: 15px;
}

.schedule-demo-page-section .schedule-demo-section .panel-right h4 {
  font-family: var(--sub-font);
  font-weight: 600;
  font-size: 18px;
  color: #252525;
  margin-bottom: 15px;
}

.schedule-demo-page-section .panel-right .presently-use-block ul li {
  margin-bottom: 5px;
}

.schedule-demo-page-section .panel-right .presently-use-block ul li:last-child {
  margin: 0;
}

.schedule-demo-page-section .panel-right .ever-use-block h4 {
  margin-bottom: 9px;
}

.schedule-demo-page-section .presently-use-block ul {
  margin-top: 10px;
}

.schedule-demo-page-section #schedule-form-two .panel-right .ever-use-block {
  margin-bottom: 10px;
}

.schedule-demo-page-section .thankyou-block {
  text-align: center;
  padding: 65px 0;
}

.schedule-demo-page-section .thankyou-block h2 {
  font-family: var(--sub-font);
  font-size: 38px;
  color: #000;
  font-weight: 700;
  margin-bottom: 35px;
}

.schedule-demo-page-section .thankyou-block p {
  font-family: var(--sub-font);
  font-size: 22px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 32px;
}

.schedule-demo-page-section .btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background: #ff9300;
  border: solid 2px #ef900f;
}

.schedule-demo-page-section .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgb(249 144 0 / 41%);
}

.schedule-demo-page-section .section-bottom-layer {
  padding-bottom: 100px;
}

.schedule-demo-page-section .light p {
  color: #ecf5fb;
}

.schedule-demo-page-section b {
  font-weight: 500 !important;
}

.schedule-demo-page-section .pb-100 {
  padding-bottom: 100px !important;
}

.schedule-demo-page-section .section-image-inner {
  position: relative;
  background: url(../images/wave.png) no-repeat 100% 0;
  background-size: contain;
  width: 100%;
  height: auto;
}

.schedule-demo-page-section .row > [class^="col-"] {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  border: 1px solid #dedede;
}

.schedule-demo-page-section .row > .highlight-col {
  background-color: #f6ffdf;
}

.schedule-demo-page-section .row > .col-lg-4:nth-child(1) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.schedule-demo-page-section .row > .col-lg-4:nth-child(3) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.schedule-demo-page-section .panel-left {
  width: 100%;
  height: auto;
  display: block;
}

.schedule-demo-page-section .panel-left h2 {
  font-family: var(--sub-font);
  font-size: 26px;
  color: #38a1e4;
  font-weight: 400;
  margin: 0 0 5px 0;
}

.schedule-demo-page-section .panel-left h3 {
  font-family: var(--sub-font);
  font-size: 20px;
  color: #6a6a6a;
  font-weight: 400;
  margin: 0 0 25px 0;
}

.schedule-demo-page-section .panel-left h3 strong {
  font-weight: 700 !important;
  color: #000 !important;
}

.schedule-demo-page-section .panel-left .time-block {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-family: var(--sub-font);
  font-size: 26px;
  color: #9298a9;
  font-weight: 400;
  margin: 0 0 12px 0;
}

.schedule-demo-page-section .panel-left .time-block img {
  width: 30px;
  height: auto;
  display: block;
}

.schedule-demo-page-section .panel-left .online-block {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-family: var(--sub-font);
  font-size: 26px;
  color: #9298a9;
  font-weight: 400;
  margin: 0 0 35px 0;
}

.schedule-demo-page-section .panel-left .online-block img {
  width: 30px;
  height: auto;
  display: block;
}

.schedule-demo-page-section .panel-left p {
  font-family: var(--sub-font);
  font-size: 16px;
  line-height: 18px;
  color: #383838;
  font-weight: 400;
  margin: 0 0 25px 0;
}

.schedule-demo-page-section .panel-left .feature-loop-ul > li {
  width: 100%;
  display: flex;
  margin-bottom: 7px;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  font-family: var(--sub-font);
  line-height: normal;
  color: #383838;
  font-weight: 700;
}

.schedule-demo-page-section .panel-left .feature-loop-ul > li:last-child {
  margin: 0;
}

.schedule-demo-page-section .panel-middle h2 {
  font-family: var(--sub-font);
  font-size: 20px;
  color: #64666d;
  font-weight: 600;
  margin: 0 0 30px 0;
}

.schedule-demo-page-section .panel-middle .form-group {
  margin-bottom: 10px;
}

.schedule-demo-page-section .panel-middle .form-group:last-child {
  margin: 0;
}

.schedule-demo-page-section
  .panel-middle
  .form-group
  label:not(.custom-checkbox) {
  font-family: var(--sub-font);
  font-size: 15px;
  color: #64869c;
  font-weight: 600;
  margin: 0 0 4px 0;
}

.schedule-demo-page-section .panel-middle .form-group .form-control {
  border-radius: 6px !important;
  border: #93afd9 1px solid !important;
  height: 40px !important;
}

.schedule-demo-page-section .panel-right h2 {
  font-family: var(--sub-font);
  font-size: 34px;
  line-height: 22px;
  color: #38a1e4;
  font-weight: 600;
  margin: 0 0 25px 0;
}

.schedule-demo-page-section .panel-right h2 span {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}

.schedule-demo-page-section .right-item {
  width: 100%;
  display: flex;
  align-items: center;
}

.schedule-demo-page-section .right-item .right-img {
  width: 68px;
  display: block;
}

.schedule-demo-page-section .right-item .right-img img {
  width: 100%;
  height: auto;
  display: block;
}

.schedule-demo-page-section .right-item .right-txt {
  width: calc(100% - 68px);
  display: block;
  box-sizing: border-box;
  padding-left: 30px;
}

.schedule-demo-page-section .schedule-form {
  display: none;
}

.schedule-demo-page-section .schedule-form.show {
  display: inline-block;
}

.schedule-demo-page-section .panel-left .time-block .big-txt {
  font-family: var(--sub-font);
  font-size: 18px;
  color: #252525;
  font-weight: 400;
}

.schedule-demo-page-section .date-time-block {
  width: 100%;
  display: flex;
}

.schedule-demo-page-section .date-time-block .date-holder-block {
  width: 238px;
  display: block;
}

.schedule-demo-page-section .date-time-block .time-holder-block {
  width: calc(100% - 238px);
  display: block;
  box-sizing: border-box;
  padding-left: 15px;
}

.schedule-demo-page-section .date-time-block .time-holder-block ul {
  box-sizing: border-box;
  padding: 0 20px;
}

.schedule-demo-page-section .switch {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.schedule-demo-page-section .switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.schedule-demo-page-section .switch .slider {
  width: 100%;
  display: flex;
  height: 33px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: none;
  font-family: var(--sub-font);
  font-size: 16px;
  color: #0cbec7;
  font-weight: 400;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0;
  box-shadow: -1px 0 5px 0 rgb(0 0 0 / 33%);
  padding: 4px;
}

.schedule-demo-page-section .switch input:checked + .slider {
  background-color: #0cbec7;
  color: #fff;
}

.schedule-demo-page-section .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.schedule-demo-page-section .user-holder {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 35px;
}

.schedule-demo-page-section .user-holder ul {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

.schedule-demo-page-section .user-holder ul > li {
  width: 23%;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
}

.schedule-demo-page-section .user-src {
  width: 100%;
  margin-bottom: 0;
}

.schedule-demo-page-section .custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.schedule-demo-page-section .custom-checkbox label {
  position: relative !important;
  cursor: pointer !important;
  width: auto !important;
  display: inline-flex !important;
  margin: 0 !important;
  box-sizing: border-box;
  align-items: center;
}

.schedule-demo-page-section .custom-checkbox label img {
  width: auto !important;
  display: inline-flex !important;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 5px;
  height: 44px;
  border-radius: 6px;
  background: #fff;
  border: #88b45a 1px solid;
}

.schedule-demo-page-section .custom-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #fff0;
  border: 2px solid #b3d3c4;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.05),
    inset 0 -15px 10px -12px rgb(0 0 0 / 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 5px;
}

.schedule-demo-page-section .custom-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.schedule-demo-page-section .custom-checkbox.radio label:before {
  border-radius: 50%;
}

.schedule-demo-page-section .ever-use-block {
  width: 100%;
  display: inline-block;
  padding-top: 15px;
  margin-top: 15px;
  border-top: #c2c2c2 1px solid;
}

.schedule-demo-page-section .custom-checkbox label.mt-0:before {
  margin-top: 0;
}

.schedule-demo-page-section .custom-checkbox input:checked + label.mt-0:after {
  top: 8px;
}

.schedule-demo-page-section .ever-use-block ul {
  display: flex;
  column-gap: 10px;
}

.schedule-demo-page-section .presently-use-block ul {
  margin-top: 20px;
}

.schedule-demo-page-section .presently-use-block ul li {
  margin-bottom: 30px;
}

.schedule-demo-page-section .presently-use-block ul li .custom-checkbox label {
  font-family: var(--sub-font);
  font-size: 18px;
  color: #292929;
  font-weight: 400;
}

.schedule-demo-page-section .schedule-form .btn-primary {
  background: #4987ff;
  border: none;
  padding: 8px 19px;
  border: solid 1px #1b56be;
  border-radius: 3px;
}

.schedule-demo-page-section .pt-100 {
  padding-top: 100px;
}

.schedule-demo-page-section .display-flex {
  display: flex;
  column-gap: 20px;
}

.schedule-demo-page-section .display-flex > div {
  margin: 0 !important;
}

.schedule-demo-page-section .weight-600 {
  font-weight: 600 !important;
}

.schedule-demo-page-section .date-holder-block .ui-widget.ui-widget-content {
  border: 1px solid #fff;
}

.schedule-demo-page-section .date-holder-block .ui-widget-header {
  border: 1px solid #a0fbff;
  background: #a0fbff;
  color: #333;
  font-weight: 700;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.schedule-demo-page-section .date-holder-block .ui-state-default,
.schedule-demo-page-section
  .date-holder-block
  .ui-widget-content
  .ui-state-default {
  border: 1px solid #b6fbeb;
  background: #e6ffed;
  font-weight: 400;
  color: #454545;
  text-align: center;
}

.schedule-demo-page-section .date-holder-block .ui-state-highlight,
.schedule-demo-page-section
  .date-holder-block
  .ui-widget-content
  .ui-state-highlight {
  border: 1px solid #53ede6;
  background: #92fffa;
  color: #80765f;
  text-align: center;
}

.schedule-demo-page-section .date-holder-block .ui-state-active,
.schedule-demo-page-section
  .date-holder-block
  .ui-widget-content
  .ui-state-active {
  border: 1px solid #3cb5af;
  background: #4cd4ce;
  color: #fff;
  text-align: center;
}

.schedule-demo-page-section .date-holder-block .ui-datepicker th {
  font-weight: 400;
}

.schedule-demo-page-section
  .date-holder-block
  .ui-datepicker
  .ui-datepicker-title {
  color: #02af96 !important;
}

.schedule-demo-page-section #schedule-form-two .panel-middle h2 {
  font-size: 18px;
  color: #252525;
  margin-bottom: 15px;
}

.schedule-demo-page-section .panel-right h4 {
  font-family: var(--sub-font);
  font-weight: 600;
  font-size: 18px;
  color: #252525;
  margin-bottom: 15px;
}

.schedule-demo-page-section .panel-right .presently-use-block ul li {
  margin-bottom: 5px;
}

.schedule-demo-page-section .panel-right .presently-use-block ul li:last-child {
  margin: 0;
}

.schedule-demo-page-section .panel-right .ever-use-block h4 {
  margin-bottom: 9px;
}

.schedule-demo-page-section .presently-use-block ul {
  margin-top: 10px;
}

.schedule-demo-page-section #schedule-form-two .panel-right .ever-use-block {
  margin-bottom: 10px;
}
/* old-footer */
/* .footer-bottom {
  font-size: 12px;
}

.footer-bottom a {
  color: #000;
} */
/* old-footer */
.industries-txt-box {
  font-family: var(--sub-font);
  font-weight: 400;
  font-size: 16px;
  color: #252525;
  line-height: 24px !important;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.industries-title {
  font-family: var(--sub-font);
  font-weight: 700;
  font-size: 24px;
  color: #000;
  padding-bottom: 35px;
  margin-bottom: 35px;
  box-sizing: border-box;
  border-bottom: 3px #000 solid;
}

.b2b-businesses-bg-section {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 25px;
  background-color: #a7d7ee;
}

.b2b-businesses-txt-box h3 {
  font-family: var(--sub-font);
  font-weight: 700;
  font-size: 20px;
  color: #333;
  margin: 0 0 20px 0;
}

.b2b-businesses-txt-box ol {
  margin-left: 15px;
}

.b2b-businesses-txt-box ul > li,
.b2b-businesses-txt-box ol > li {
  font-family: var(--sub-font);
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin: 0 0 25px 0;
}

.b2b-businesses-txt-box ul > li {
  box-sizing: border-box;
  padding-left: 10px;
  border-left: 3px var(--light-green) solid;
}

.b2b-businesses-txt-box ul > li:last-child,
.b2b-businesses-txt-box ol > li:last-child {
  margin-bottom: 0;
}

.b2b-businesses-bg-type {
  box-sizing: border-box;
  padding: 35px 25px;
}

.b2b-businesses-bg-type.bg-1 {
  background-color: #15a2b3;
}

.b2b-businesses-bg-type h3 {
  font-family: var(--sub-font);
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  padding-bottom: 15px;
  margin: 0 0 25px 0;
  border-bottom: 2px solid #fff;
}

.b2b-businesses-bg-type ul > li {
  margin-bottom: 15px;
}

.b2b-businesses-bg-type ul > li:last-child {
  margin-bottom: 0;
}

.b2b-businesses-item {
  display: flex;
  align-items: center;
}

.b2b-businesses-item > .icon {
  width: 60px;
  height: auto;
  display: block;
}

.b2b-businesses-item > .icon img {
  width: 100%;
  height: auto;
  display: block;
}

.b2b-businesses-item > .text {
  width: calc(100% - 60px);
  height: auto;
  display: block;
  box-sizing: border-box;
  padding-left: 25px;
  font-family: var(--sub-font);
  font-weight: 600;
  font-size: 22px;
  color: #fff;
}

.b2b-businesses-bg-type.bg-2 {
  background-color: #fffbcd;
}

.b2b-businesses-bg-type.bg-2 h3 {
  color: #000;
  border-bottom: 2px solid #000;
}

.b2b-businesses-bg-type.bg-2 .b2b-businesses-item > .text {
  color: #000;
}

.b2b-businesses-bg-type.bg-2 ul > li {
  margin-bottom: 5px;
}

.b2b-businesses-bg-type.bg-2 .b2b-businesses-item > .icon {
  width: 38px !important;
  height: auto;
  display: block;
}

.empowering-b2b-businesses-section {
  font-family: var(--sub-font);
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.empowering-b2b-businesses-section h4 {
  font-family: var(--sub-font);
  font-weight: 700;
  font-size: 24px;
  color: #333;
  margin: 0 0 25px 0;
}

.default-contact-form .form-group {
  margin-bottom: 1rem;
}

.default-contact-form .form-control {
  height: 48px;
  color: #6e6e6e;
  border: 1px solid #e8e8e8;
  background-color: #fff0;
  border-radius: 6px;
  padding: 0;
  font-size: 15px;
  padding: 10px;
  width: 100%;
  line-height: 24px;
}

.default-contact-form textarea.form-control {
  height: 130px;
  resize: none;
}

.default-contact-form .form-control:focus {
  outline: none;
  border-color: #000;
  box-shadow: none;
}

.default-contact-form label {
  width: 100%;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.contact-address .b2b-businesses-bg-section {
  padding: 40px 25px !important;
}

.contact-address .b2b-businesses-bg-section h4 {
  font-family: var(--sub-font);
  font-weight: 700;
  font-size: 20px;
  color: #000;
  padding: 0 0 20px 0;
  margin: 0 0 25px 0;
  border-bottom: 2px #000 solid;
}

.contact-address .b2b-businesses-bg-section p {
  font-family: var(--sub-font);
  font-weight: 400;
  font-size: 16px;
  color: #000;
  padding: 0;
  margin: 0;
}

.t-loop ul {
  margin-left: 20px;
  list-style: disc !important;
}

.sub-page-title {
  font-family: var(--sub-font);
  font-weight: 700;
  font-size: 40px;
  color: #333;
  text-align: center;
  margin: 0 0 25px 0;
}

.full-img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.full-img > img {
  width: 100%;
  height: auto;
  display: block;
}

.grey-container {
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
  padding: 50px;
  background-color: #484848;
}

.icon-item {
  width: 100%;
  display: flex;
  align-items: center;
}

.icon-item > .icon {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-item > .icon > img {
  width: 66px;
  height: 66px;
  display: block;
  object-fit: contain;
}

.icon-item > .text {
  width: calc(100% - 100px);
  box-sizing: border-box;
  padding-left: 15px;
  font-family: var(--sub-font);
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.font-size-lg {
  font-size: 28px;
}

.contact-us-section h4 {
  font-weight: 700 !important;
  margin-bottom: 5px;
}

.light-blue-bg {
  background-color: #07a3ec !important;
}

.price h4 {
  font-size: 18px;
  color: #3e4924;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 0;
}

.price span {
  font-weight: 600;
  color: #fc2e42;
  font-size: 20px;
}

.lead-management-section.purchase-order
  .lead-management-block
  .lead-management-header
  span:nth-child(1) {
  width: 70px;
  height: auto;
  display: block;
}

.lead-management-section.purchase-order
  .lead-management-block
  .lead-management-header
  img {
  width: 70px;
  height: auto;
  display: block;
}

.lead-management-section.purchase-order
  .lead-management-block
  .lead-management-header
  span:nth-child(2) {
  width: calc(100% - 40px);
  height: auto;
  display: block;
  box-sizing: border-box;
  padding-left: 0;
}

.sales-li .lead-management-block {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 8px;
  background: #22222217;
}

.lead-management-txt > ul.sales-li > li {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
  padding-right: 7px;
  padding-left: 7px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.lead-management-txt > ul.sales-li {
  row-gap: 15px;
}

.type-ul {
  list-style: disc;
  padding-left: 24px;
}

.type-ul li {
  padding: 8px 0;
}

.imgHoverAnimation {
  position: relative;
  overflow: hidden;
}

.imgHoverAnimation::before {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  z-index: 3;
  left: 5%;
  top: 5%;
  box-sizing: border-box;
  border: 2px #93c5fd solid;
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(0);
}

.imgHoverAnimation::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  box-sizing: border-box;
  background: rgb(0 0 0 / 0.4);
  transition: all 0.3s ease;
  opacity: 0;
}

.imgHoverAnimation img {
  transition: all 0.3s ease;
}

.imgHoverAnimation:hover::before {
  opacity: 1;
  transform: scale(1);
}

.imgHoverAnimation:hover::after {
  opacity: 1;
  transform: scale(1);
}

.imgHoverAnimation:hover img {
  transform: scale(1.1) rotate(5deg);
}

.blogPost h3 {
  font-size: 30px;
  font-weight: 700;
}

.blogPost p {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 24px;
}

.blogPost {
  height: -moz-fit-content;
  height: fit-content;
  transition: all;
  background-color: #fff;
  border-radius: 10px;
  transition-duration: 300ms;
  margin-bottom: 30px;
  padding: 10px;
  cursor: pointer;
}

.blogPost img {
  height: 250px;
  width: 100%;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.blogPost img:hover {
  transform: scale(1.02);
}

.blogPost .date {
  color: #fff;
  font-weight: 600;
  padding: 10px;
  background-color: var(--light-green);
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}

.blogPost .content .top {
  padding-bottom: 20px;
}

.blogPost .content .bottom {
  padding-top: 20px;
}

.blogPost .smallDetails {
  margin-bottom: 0;
  color: #06b6d4;
}

.blogPost .smallDetails .bottomLabel {
  color: grey;
  font-weight: 600;
}

.blogPost h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.blogPost .top p {
  margin-bottom: 0;
}

.blogPost .top h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
}

.blogPost .top h4:hover {
  color: var(--light-green);
  text-decoration: underline;
}

.readMore {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: all;
}

.readMore:hover {
  color: var(--light-green);
}

.readMore .icon svg {
  height: 20px;
  width: 20px;
}

/* ===============new-price============== */
/* .pricing-table {
  border-radius: 20px;
}


.pricing-table table tr td {
  padding: 30px 14px;
  font-size: 15px;
  border: solid 1px #ddd;
  vertical-align: middle;
  font-weight: 500;
}

.pricing-table table tr th {
  padding: 14px;
  font-size: 15px;
  border: solid 1px #ddd;
  font-weight: 500;
  vertical-align: middle;
}

.table>:not(:last-child)>:last-child>* {
  border-bottom-color: #ddd;
}

.pricing-table table tr th {
  background: #77c4ff;
  font-weight: 600;
}

.pricing-table table {
  margin-bottom: 0;
}

.pricing-table table tbody tr th {
  background-color: #95be37;
}

.pricing-table table tr td {
  background: #ffffff;
}

.table-pricing .abc-details {
  display: none;
}

.table-pricing .pricing-table .abc:hover .abc-details {
  display: block;
}*/

.pricing-details .pricing-listing ul {
  padding-left: 0;
}

.pricing-details .pricing-listing ul li {
  font-size: 13px;
  text-align: left;
  padding: 4px 0;
  font-weight: 500;
  color: #565151;
  display: flex;
}

/* .pricing-row {
    margin: auto;
    columns: 3 243px;
    column-gap: 1rem;
    font-size: 1.2rem;
} */
.pricing-details {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pricing-popup .pricing-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 32.5%;
}

.pricing-popup .pricing-row .pricing-listing {
  width: 100%;
  height: auto;
}

.modal-content {
  border-radius: 12px;
  border: none;
}

.pricing-popup .modal-body {
  padding: 0;
}

.pricing-popup .btn-close {
  position: absolute;
  right: 17px;
  top: 15px;
}

.pricing-hd {
  display: flex;
  align-items: center;
  height: 43px;
}

.pricing-popup-btn {
  cursor: pointer;
}

.pricing-popup .modal-title {
  position: relative;
  padding: 30px 30px 20px;
}

.pricing-popup .modal-title::before {
  background-color: #00a32e;
  position: absolute;
  left: 30px;
  top: 70px;
  width: 82px;
  height: 3px;
  content: "";
}

.pricing-popup .modal-content {
  background-color: #f2f2f2;
  height: 65vh;
  overflow: auto;
}

.pricing-popup .pricing-details {
  background: #f2f2f2;
  padding: 25px;
}

.pricing-popup hr {
  margin-top: 10px;
}

.pricing-listing .pricing-hd .pricing-img {
  position: absolute;
  width: 40px;
  height: 40px;
}

.pricing-details .pricing-listing ul {
}

.pricing-hd h4 {
  font-size: 14px;
  text-align: left;
  font-weight: 600;
  margin-left: 52px;
  margin-bottom: 0;
}

.pricing-details ul li i {
  font-size: 18px;
  color: var(--light-green);
  margin-right: 5px;
}

.red-text {
  color: #d63322;
}

/* ===============new-price============== */
/* 
  
  
  
  .pricing-table {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  
  .pricing-table .ptable-item {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  
  @media (max-width: 992px) {
    .pricing-table .ptable-item {
      width: 33.33%;
    }
  }
  
  @media (max-width: 768px) {
    .pricing-table .ptable-item {
      width: 50%;
    }
  }
  
  @media (max-width: 576px) {
    .pricing-table .ptable-item {
      width: 100%;
    }
  }
  
  .pricing-table .ptable-single {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .pricing-table .ptable-header,
  .pricing-table .ptable-body,
  .pricing-table .ptable-footer {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  
  .pricing-table .ptable-status,
  .pricing-table .ptable-title,
  .pricing-table .ptable-price,
  .pricing-table .ptable-description,
  .pricing-table .ptable-action {
    position: relative;
    width: 100%;
    text-align: center;
  }
  
  .pricing-table .ptable-single {
    background: #f6f8fa;
    box-shadow: 1px 1px 32px #ddd;
  }
  
  .pricing-table .ptable-single:hover {
    box-shadow: 0 0 10px #999999;
  }
  
  
  
  .pricing-table .ptable-header::before,
  .pricing-table .ptable-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 100px solid #f6f8fa;
  }
  
  .pricing-table .ptable-header::before {
    right: 50%;
    border-right: 250px solid transparent;
  }
  
  .pricing-table .ptable-header::after {
    left: 50%;
    border-left: 250px solid transparent;
  }
  
  .pricing-table .ptable-header {
    margin: 0 30px;
    padding: 42px 0 70px 0;
    width: auto;
    background: #292543;
  }
  
  .pricing-table .ptable-item.featured-item .ptable-header {
    background: #75a605;
  }
  
  .pricing-table .ptable-item:nth-child(4) .ptable-header {
    background: #75a605;
  }
  
  
  
  .pricing-table .ptable-item:nth-child(5) .ptable-header {
    background: #292543;
  }
  
  .pricing-table .ptable-item:nth-child(6) .ptable-header {
    background: #75a605;
  }
  
  .pricing-table .ptable-status {
    margin-top: -30px;
  }
  
  .pricing-table .ptable-status span {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
    padding: 5px 0;
    text-align: center;
    color: #FF6F61;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    background: #2A293E;
  }
  
  .pricing-table .ptable-status span::before,
  .pricing-table .ptable-status span::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid #FF6F61;
  }
  
  .pricing-table .ptable-status span::before {
    right: 50%;
    border-right: 25px solid transparent;
  }
  
  .pricing-table .ptable-status span::after {
    left: 50%;
    border-left: 25px solid transparent;
  }
  
  .pricing-table .ptable-title h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
  }
  
  .pricing-table .ptable-price h2 {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    margin-left: 15px;
  }
  
  .pricing-table .ptable-price h2 small {
    position: absolute;
    font-size: 18px;
    font-weight: 300;
    margin-top: 16px;
    margin-left: -15px;
  }
  
  .pricing-table .ptable-price h2 span {
    margin-left: 3px;
    font-size: 16px;
    font-weight: 300;
  }
  
  .pricing-table .ptable-body {
    padding: 20px 0;
  }
  
  .pricing-table .ptable-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .pricing-table .ptable-description ul li {
    color: #47466f;
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 7px;
    border-bottom: 1px solid #dedede;
  }
  
  .pricing-table .ptable-description ul li:last-child {
    border: none;
  }
  
  .pricing-table .ptable-footer {
    padding-bottom: 30px;
  }
  
  .pricing-table .ptable-action a {
    display: inline-block;
    padding: 7px 40px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none;
    background: #292543;
    border-radius: 50px;
  }
  
  .pricing-table .ptable-action a:hover {
    color: #ffffff;
    background: #00000034;
  }
  
  .pricing-table .ptable-item.featured-item .ptable-action a {
    color: #ffffff;
    background: #75a605;
  
  }
  
  .pricing-table .ptable-item.featured-item .ptable-action a:hover {
    color: #ffffff;
    background: #00000034;
  }
  
  .annual-amount {
    line-height: 30px;
  }
  
  
  .pricing-table .ptable-item:nth-child(4) .ptable-footer a {
    background: #75a605;
  }
  
  .pricing-table .ptable-item:nth-child(6) .ptable-footer a {
    background: #75a605;
  }
  
  .annual-amount b {
    font-size: 28px;
    font-weight: 800;
    color: #171a3a;
  }
  
  .annual-amount span {
    font-size: 21px;
    font-weight: 600;
    color: #222;
  } */

/* #generic_price_table {
    background-color: #f0eded;
  } */

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content {
  background-color: #fff;
  margin-top: 25px;
}

#generic_price_table .generic_content .generic_head_price {
  background-color: #f6f6f6;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head_bg {
  border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head
  span {
  color: #525252;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .sign {
  color: #414141;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .currency {
  color: #414141;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .cent {
  color: #414141;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .month {
  color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
  color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
  color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
  background-color: #e4e4e4;
  border-left: 5px solid #2ecc71;
}

#generic_price_table .generic_content .generic_price_btn a {
  border: 1px solid #696b65;
  color: #75a605;
}

#generic_price_table
  .generic_content.active
  .generic_head_price
  .generic_head_content
  .head_bg,
#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head_bg {
  border-color: #75a605 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #75a605;
  color: #fff;
}

#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head
  span,
#generic_price_table
  .generic_content.active
  .generic_head_price
  .generic_head_content
  .head
  span {
  color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
  background-color: #696b65;
  color: #fff;
}

/* #generic_price_table {
  
    font-family: 'Raleway', sans-serif;
  } */

.row .table {
  padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
  overflow: hidden;
  position: relative;
  text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
  margin: 0 0 20px 0;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content {
  margin: 0 0 15px 0;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head_bg {
  border-style: solid;
  border-width: 70px 1411px 23px 399px;
  position: absolute;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head {
  position: relative;
  z-index: 1;
  height: 82px;
  display: flex;
  align-items: center;
  width: 100%;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head
  span {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 24px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
  padding: 0 0 20px;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price {
  display: block;
  line-height: 9px;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .sign {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  vertical-align: middle;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .currency {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -1px;
  padding: 0;
  vertical-align: middle;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .cent {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  vertical-align: bottom;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .month {
  font-size: 18px;
  font-weight: 00;
  letter-spacing: 3px;
  vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
  font-size: 18px;
  padding: 15px 0;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li .fa {
  padding: 0 10px;
}

#generic_price_table .generic_content .generic_price_btn {
  margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
  display: inline-block;
  font-size: 18px;
  outline: medium none;
  padding: 6px 26px;
  text-decoration: none;
  text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head_bg,
#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head_bg,
#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head
  h2,
#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head
  h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 320px) {
}

@media (max-width: 767px) {
  #generic_price_table .generic_content {
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #generic_price_table .col-md-3 {
    float: left;
    width: 50%;
  }

  #generic_price_table .col-md-4 {
    float: left;
    width: 50%;
  }

  #generic_price_table .generic_content {
  }
}

@media (min-width: 1200px) {
}

#generic_price_table_home {
  font-family: "Raleway", sans-serif;
}

/* .text-center h1,
.text-center h1 a {
  color: #7885cb;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
} */

.demo-pic {
  margin: 0 auto;
}

.demo-pic:hover {
  opacity: 0.7;
}

#generic_price_table_home ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: table;
}

#generic_price_table_home li {
  float: left;
}

#generic_price_table_home li + li {
  margin-left: 10px;
  padding-bottom: 10px;
}

#generic_price_table_home li a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0px;
}

#generic_price_table_home .blue {
  background: #3498db;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
  background: #2ecc71;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
  background: #7f8c8d;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
  background: #34495e;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
  background: #e67e22;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
  background: #9b59b6;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
  background: #e74c3c;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
  background: #1abc9c;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .divider {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
}

#generic_price_table_home .divider span {
  width: 100%;
  display: table;
  height: 2px;
  background: #ddd;
  margin: 50px auto;
  line-height: 2px;
}

#generic_price_table_home .itemname {
  text-align: center;
  font-size: 50px;
  padding: 50px 0 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  text-decoration: none;
  font-weight: 300;
}

#generic_price_table_home .itemnametext {
  text-align: center;
  font-size: 20px;
  padding-top: 5px;
  text-transform: uppercase;
  display: inline-block;
}

#generic_price_table_home .footer {
  padding: 40px 0;
}

.price-heading {
  text-align: center;
}

.price-heading h1 {
  color: #666;
  margin: 0;
  padding: 0 0 50px 0;
}

.demo-button {
  background-color: #333333;
  color: #ffffff;
  display: table;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.bottom_btn {
  background-color: #333333;
  color: #ffffff;
  display: table;
  font-size: 28px;
  margin: 60px auto 20px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
}

.demo-button:hover {
  background-color: #666;
  color: #fff;
  text-decoration: none;
}

.annual-li {
  font-weight: 600;
}

.bottom_btn:hover {
  background-color: #666;
  color: #fff;
  text-decoration: none;
}

.three-user {
  font-size: 18px !important;
  color: #1a1c18 !important;
  font-weight: 500 !important;
}

/* @media (min-width: 992px) and (max-width: 1368px) {
    #generic_price_table .col {
      flex: 0 0 auto;
      width: 33%;
    }
  } */
.generic_head_content .head span sup {
  font-size: 53px;
  top: -29px;
  position: absolute;
}

#generic_price_table .col-md-6:nth-child(6) .generic_head_content .head,
#generic_price_table .col-md-6:nth-child(7) .generic_head_content .head {
  position: relative;
  z-index: 1;
  height: 75px;
  display: flex;
  align-items: center;
  width: 100%;
  background: #75a605;
}

#generic_price_table
  .col-md-6:nth-child(6)
  .generic_content
  .generic_head_price
  .generic_head_content
  .head_bg,
#generic_price_table
  .col-md-6:nth-child(7)
  .generic_content
  .generic_head_price
  .generic_head_content
  .head_bg {
  border-style: solid;
  border-width: 0;
  position: absolute;
}

.groweonsuite-text h5 {
  font-size: 16px;
  margin-top: 8px;
  font-weight: 600;
}

.groweonsuite-text .sub-text {
  background-color: #c8bb9121;
  padding: 18px;
  margin-top: 10px;
  border-radius: 4px;
  font-size: 14px;
}

.groweonsuite-text .sub-text p {
  font-size: 14px;
}

.groweonsuite-text .sub-text h5 {
  margin: 0;
}

.pricing-text {
  color: #000;
  font-weight: 500;
  margin: 10px 0;
}

.pricing-text span {
  color: #fc2e42;
  font-weight: 600;
}

.sub-text p b {
  font-weight: 600;
  color: #000;
}

.black-text {
  color: #000;
  font-weight: 600;
}

.sparkling-modal-close {
  position: absolute;
  right: 22px;
  top: 22px;
  cursor: pointer;
}

/* ===============new-price nibedita============== */
.sales-management h3 {
  font-size: 24px;
}

.k2ey-icon-box {
  position: relative;
  margin-bottom: 30px;
}

.k2ey-icon-box .k2ey-icon {
  position: absolute;
  left: 0;
  width: 90px;
  height: 90px;
  background: #ffffff;
  padding: 24px;
  border-radius: 50px;
  /* box-shadow: 1px 1px 19px #ddd; */
  border: dashed 1px #adadad;
}

.k2ey-icon-box .k2ey-icon img {
  width: 100%;
}

.k2ey-text h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.k2ey-icon-box .k2ey-text {
  padding-left: 110px;
}

.onloding-popup .btn-close {
  position: absolute;
  right: 18px;
  top: 12px;
  background-color: #ffffff;
  width: 38px;
  height: 38px;
  color: #222;
}

.onloding-popup .modal-body {
  padding: 0;
}

.left-zikzak p {
  line-height: 25px;
}

.left-zikzak h6 {
  font-size: 18px;
  font-weight: 600;
}

.left-zikzak ul {
}

.left-zikzak ul li {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 500;
  color: #5c6572;
}

.left-zikzak .heading {
  font-size: 24px;
  font-weight: 600;
}

.steps-table table {
  font-size: 14px;
}

.order-process {
  position: relative;
}

@media (min-width: 992px) {
  .order-process::before {
    width: 25%;
    position: absolute;
    height: 100%;
    background-color: #ffc107;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
  }
}

.order-process .integration-img-box {
  box-shadow: 1px 1px 38px #9d9393;
  padding: 28px;
  background: #fff;
}

.awards-banner {
  width: 100%;
  height: 510px;
  background-size: cover !important;
}

.news-text .content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.news-img {
  border: solid #cfd4e1 20px;
}
.news-text h4 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 700;
}
.news-text .content ul li {
  display: flex;
  margin-right: 20px;
  padding-right: 15px;
  color: #473d3d;
  font-size: 15px;
}

.news-text .content ul li i {
  color: #75a605;
  padding-right: 5px;
}

.industries2-txt-box ul li {
  display: flex;
  padding: 5px 0;
  font-size: 15px;
  color: #555;
}

.industries2-txt-box ul li i {
  margin-right: 5px;
}

.news-section .theme-btn {
  width: auto;
  padding: 12px 18px;
  height: auto;
}

/* 
.news-section .thumbnail {
  margin-top: 35px;
  overflow: hidden;
  box-shadow: -5px 0px 59px 0px rgb(85 88 114 / 35%);
  -webkit-box-shadow: -5px 0px 59px 0px rgb(85 88 114 / 35%);
  position: relative;
  background-color: #fff;
  z-index: 2;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
  border-radius: 0 0 6px 6px;
}

.news-section .thumbnail .views-field-field-image {
  height: 180px;
  margin-bottom: 25px;
}

.news-section .thumbnail .views-field-field-image .field-content {
  position: relative;
  height: 175px;
  overflow: hidden;
}

.thumbnail .views-field-field-image .field-content img {
  width: 100%;
  position: absolute;
  top: -19px;
  height: 100%;
  object-fit: cover;
  transform: skewy(-5deg);
}

.thumbnail-text-ar {
  padding: 0 25px 25px;
}

.thumbnail-text-ar h3 {
  color: #01116a;
  font-size: 20px;
  text-align: center;
} */

@media (min-width: 1200px) {
  .onloding-popup .modal-xl {
    max-width: 80%;
  }
}

/* ::::::::::::::::::::::::::::::::::::: START SUBHANKAR ::::::::::::::::::::::::::::::::::::: */
.defult-color,
.paragraph-color p {
  color: var(--p-text-color);
}

.text-black {
  color: #000;
}

.font-semibold strong {
  font-weight: 600;
}

@media (max-width: 1199px) {
  .h5,
  h5 {
    /* font-size:calc(1rem + .6vw); */
    font-size: 18px;
  }
  /* .h6,h6{
    font-size:1rem
  } */
}

.font-thin {
  font-weight: 100 !important;
}
.font-extralight {
  font-weight: 200 !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-extrabold {
  font-weight: 800 !important;
}
.font-black {
  font-weight: 900 !important;
}

.rounded-sm {
  border-radius: 0.125rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-md {
  border-radius: 0.375rem !important;
}
.rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded-xl {
  border-radius: 0.75rem !important;
}
.rounded-2xl {
  border-radius: 1rem !important;
}
.rounded-3xl {
  border-radius: 1.5rem !important;
}

.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.leading-snug {
  line-height: 1.375;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-loose {
  line-height: 2;
}

.rounded-t-none {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.rounded-r-none {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.rounded-b-none {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.rounded-l-none {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}
.rounded-r-sm {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}
.rounded-b-sm {
  border-bottom-left-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}
.rounded-l-sm {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-t {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-r {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-b {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-l {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}
.rounded-b-md {
  border-bottom-left-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.rounded-b-lg {
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
.rounded-b-xl {
  border-bottom-left-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
.rounded-l-xl {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}
.rounded-r-2xl {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
.rounded-b-2xl {
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
.rounded-l-2xl {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}
.rounded-r-3xl {
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}
.rounded-b-3xl {
  border-bottom-left-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}
.rounded-l-3xl {
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-4 {
  z-index: 4 !important;
}
.z-5 {
  z-index: 5 !important;
}
.z-6 {
  z-index: 6 !important;
}
.z-7 {
  z-index: 7 !important;
}
.z-8 {
  z-index: 8 !important;
}
.z-9 {
  z-index: 9 !important;
}
.z-10 {
  z-index: 10 !important;
}

.process-management-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.process-img {
  background: #d5dbe9ab;
  padding: 30px;
}

@media (min-width: 1200px) {
  .process-management-wrapper {
    height: 500px;
  }
}

@media (min-width: 1400px) {
  .process-management-wrapper {
    height: 650px;
  }
}

.text-purple {
  color: #812cf1;
}
.text-teal {
  color: #29a3a3;
}
.text-red {
  color: #db1e32;
}
.text-orange {
  color: #e36512;
}
.text-green-light {
  color: #57a013;
}

.rounded-4 {
  border-radius: 0.5rem;
}

.rounded-5 {
  border-radius: 0.625rem;
}

ul.list-style-disc {
  list-style-type: disc !important;
  padding-left: 1em !important;
  margin-left: 1em;
}

ul.list-style-disc li {
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .page-title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .menuzord-menu img {
    width: auto;
    max-width: 100%;
  }
  .menuzord-menu .dropdown img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg)
      brightness(102%) contrast(102%);
  }

  .header-btn-sec {
    margin-top: 10px !important;
    margin-bottom: 10px;
  }
  .green-bg-section .square-box {
    width: 240px;
    margin: 0 auto;
  }
}

.header-btn-sec .btn-top {
  white-space: nowrap;
}

@media (min-width: 992px) {
  header.sticky-shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .desktop-nav-new > ul > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 13px !important;
  }
  .demo-btn a {
    font-size: 13px !important;
  }
}

@media (min-width: 992px) {
  .header,
  .header.sticky-shadow {
    position: sticky !important;
  }
}

@media (max-width: 767px) {
  header.header {
    background-color: #fff !important;
  }
}

/* Start News & Event Page */

.event-img {
  height: 160px;
  border-radius: 6px;
  overflow: hidden;
}

.event-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* End News & Event Page */

/* Inventory Management Page */

.bg-theme-gradient {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgb(249, 246, 204) 100%
  );
}

.bg-theme-gradient.border {
  border-color: #f9f6cc !important;
}

.bg-sky-gradient {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgb(180, 225, 252) 100%
  );
}

.bg-sky-gradient.border {
  border-color: #b4e1fc !important;
}

.bg-orange-gradient {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgb(255 219 218) 100%
  );
}

.bg-orange-gradient.border {
  border-color: #ffdbda !important;
}

.bg-green-gradient {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgb(220 233 211) 100%
  );
}

.bg-green-gradient.border {
  border-color: #dce9d3 !important;
}

.bg-light-green {
  background-color: #e1f0ce;
}

.bg-green {
  background-color: #acd85c;
}

.bg-deep-green {
  background-color: #2e6100;
}

.text-white p {
  color: #fff !important;
}

.text-black p {
  color: #000 !important;
}

.last-p-0 p:last-of-type {
  margin-bottom: 0;
}

.border-left-4 {
  border-left-width: 4px !important;
}

.plan-box {
  display: flex;
  flex-direction: column;
}

.plan-box .month {
  margin-bottom: 15px;
}

.plan-box .details-btn {
  margin-top: auto;
}

.text-light-green {
  color: #abd400;
}

.use-cases-inventory-management-section.order-process::before {
  z-index: 1;
}

@media (min-width: 992px) and (max-width: 1599px) {
  .use-cases-inventory-management-section.order-process::before {
    width: 20%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .header-nav {
    background-color: #fff !important;
  }
}

/* Start Inventory Management Page */

.banner-inner {
  background-color: #f5f5f5;
}
.banner-inner .row.align-items-end.gy-4 {
  align-items: center !important;
}
.banner-bottom-border-black {
  border-bottom: 4px solid #444;
}

.green-text {
  color: var(--primary-color) !important;
}

ul.tag-list li span {
  padding: 5px 10px;
  color: #fff;
  border: 1px solid #669103;
  background-color: var(--primary-color) !important;
  display: inline-block;
}

.lead-form .banner-form {
  padding-bottom: 40px;
  border: 1px solid #444;
  background-color: #444;
}

.lead-form .banner-form h3 {
  color: #fff;
}

.lead-form .banner-form .btn {
  font-weight: 600;
  text-transform: uppercase;
}

.lead-form .banner-form .btn-primary:hover {
  border-color: #abd400 !important;
  box-shadow: none !important;
  background-color: #abd400 !important;
}

@media (min-width: 992px) {
  .banner-inner h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 30px;
  }

  .lead-form .banner-form .mb-2 {
    margin-bottom: 1rem !important;
  }
}

/*  */
.bg-dark-light {
  background-color: #e8e9eb !important;
}

.bg-dark-light.border {
  border-color: #d1d1d1 !important;
}

.scroll-box .carousel-three .owl-stage-outer .owl-stage,
.scroll-box .carousel-four .owl-stage-outer .owl-stage {
  display: flex;
}

.scroll-box .carousel-three .owl-stage-outer .owl-stage .owl-item,
.scroll-box .carousel-four .owl-stage-outer .owl-stage .owl-item {
  float: none;
  flex: 0 0 auto;
}

.scroll-box
  .carousel-three
  .owl-stage-outer
  .owl-stage
  .owl-item
  p:last-of-type,
.scroll-box
  .carousel-four
  .owl-stage-outer
  .owl-stage
  .owl-item
  p:last-of-type {
  margin-bottom: 0;
}

.scroll-box .carousel-three .owl-nav,
.scroll-box .carousel-four .owl-nav {
  position: absolute;
  top: 50%;
  left: -40px;
  right: -40px;
  transform: translateY(-50%);
}

.scroll-box .carousel-three .owl-nav button,
.scroll-box .carousel-four .owl-nav button {
  width: 48px;
  height: 48px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #ddd;
  background-color: var(--primary-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.scroll-box .carousel-three .owl-nav .owl-next,
.scroll-box .carousel-four .owl-nav .owl-next {
  right: 0;
}

.scroll-box .carousel-three .owl-nav button:hover,
.scroll-box .carousel-four .owl-nav button:hover {
  color: #fff;
  background-color: #212121;
}

.scroll-box .carousel-three .owl-nav button.disabled,
.scroll-box .carousel-four .owl-nav button.disabled {
  display: none;
}

@media (min-width: 576px) {
  .scroll-box .owl-stage-outer {
    width: calc((100vw - -498px) / 2);
  }
}

@media (min-width: 768px) {
  .scroll-box .owl-stage-outer {
    width: calc((100vw - -678px) / 2);
  }
}

@media (min-width: 992px) {
  .scroll-box .owl-stage-outer {
    width: calc((100vw - -918px) / 2);
  }
}

@media (min-width: 1200px) {
  .scroll-box .owl-stage-outer {
    width: calc((100vw - -1098px) / 2);
  }
}

@media (min-width: 1400px) {
  .scroll-box .owl-stage-outer {
    width: calc((100vw - -1278px) / 2);
  }
}

.img-48 {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
}

.img-64 {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
}

.img-green img {
  filter: invert(50%) sepia(56%) saturate(937%) hue-rotate(38deg)
    brightness(100%) contrast(97%);
}

@media (min-width: 992px) {
  .position-lg-sticky {
    position: sticky;
  }
}

.sticky-top-140 {
  top: 140px;
}

.bg-light-blue {
  background-color: #eef3f9;
}

.bg-t-white-to-transparent {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 75%
  );
}

.bg-white-to-transparent {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 25%,
    rgba(255, 255, 255, 0) 100%
  );
}

.bg-e-white-to-transparent {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 25%,
    rgba(255, 255, 255, 0) 100%
  );
}

.bg-lightblue-to-transparent {
  background: linear-gradient(
    to right,
    rgba(238, 243, 249, 0) 25%,
    rgba(238, 243, 249, 1) 100%
  );
}

.bg-e-lightblue-to-transparent {
  background: linear-gradient(
    to left,
    rgba(238, 243, 249, 0) 25%,
    rgba(238, 243, 249, 1) 100%
  );
}

.bg-t-lightblue-to-transparent {
  background: linear-gradient(
    to bottom,
    rgba(238, 243, 249, 1) 0%,
    rgba(238, 243, 249, 0) 75%
  );
}

.bg-b-lightblue-to-transparent {
  background: linear-gradient(
    to bottom,
    rgba(238, 243, 249, 0) 25%,
    rgba(238, 243, 249, 1) 100%
  );
}

.check-list ul {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.check-list ul li {
  position: relative;
  padding-left: 24px;
}

.check-list ul li:before {
  font-family: remixicon !important;
  content: "\eb81";
  color: var(--primary-color);
  position: absolute;
  top: 0;
  left: 0;
}

/* End Inventory Management Page */

/* Start Purchase Management Page */
@media (min-width: 992px) {
  .banner-over-content {
    width: calc((100vw - -150px) / 2);
  }
}

@media (min-width: 1200px) {
  .banner-over-content {
    width: calc((100vw - -250px) / 2);
  }
}

@media (min-width: 1400px) {
  .banner-over-content {
    width: calc((100vw - -350px) / 2);
  }
}

.banner-over-down-position {
  margin-bottom: -100px;
}

@media (min-width: 992px) {
  .right-banner::after {
    content: "";
    position: absolute;
    width: 33.333333%;
    top: 100px;
    bottom: 0;
    right: 0;
    border-top-left-radius: 20px;
    background-color: #c0ddff;
  }

  .right-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background-color: #fff;
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .main-width-left {
    width: calc((100vw - -1048px) / 2);
  }
}

@media (min-width: 1400px) {
  .main-width-left {
    width: calc((100vw - -1248px) / 2);
  }
}

.direction-rtl {
  direction: rtl;
}

.direction-ltr {
  direction: ltr;
}

/* End Purchase Management Page */

/* Start Security Page */

@media (min-width: 1200px) {
  .security-logos li {
    flex: 0 0 auto;
    width: 10%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.information-content h3 {
  margin-top: 1.25rem;
}

.information-content h4,
.information-content h5 {
  margin-top: 1rem;
}

.information-content p {
  margin-bottom: 0.625rem;
}

/* End Security Page */

/* Start AMC Warranty Management Page */
.object-fit-contain {
  object-fit: contain;
}
.object-fit-cover {
  object-fit: cover;
}
.object-fit-fill {
  object-fit: fill;
}
.object-fit-scale {
  object-fit: scale-down;
}
.object-fit-none {
  object-fit: none;
}

.amc-banner {
  background: linear-gradient(
    to right,
    rgba(238, 243, 249, 1) 10%,
    rgba(238, 243, 249, 0) 50%,
    rgba(238, 243, 249, 1) 90%
  );
}

.img-top-position-10vw {
  margin-top: -10vw;
}

.img-top-position-14vw {
  margin-top: -14vw;
}

.w-auto {
  width: auto;
}

.step-list {
  list-style: none;
  padding: 0;
  position: relative;
}

.step-list::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}

.step-item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.step-circle {
  width: 48px;
  height: 48px;
  color: #fff;
  background-color: var(--light-green);
  border-radius: 50%;
  margin-right: -10px;
  position: relative;
  z-index: 1;
  flex: none !important;
  box-shadow: 0 0 0 2px, 0 0 0 5px #eef3f9, 0 0 0 10px #fff;
}

.step-content {
}

@media (min-width: 992px) {
  .step-circle {
    margin-right: -10px;
  }

  .left-position-pic {
    width: 40%;
    border-radius: 0 20px 0 0;
    position: absolute;
    top: 5vw;
    left: 0;
    bottom: 0;
    background-color: #ddd;
  }
}

.left-position-pic img {
  object-fit: cover;
  object-position: left;
}

/* End AMC Warranty Management Page */

/* Start Landing Page */
.landing-lead .banner-form {
  padding-left: 25px !important;
  padding-right: 25px !important;
  border: 2px solid #326def;
  background-color: #f1f8fe;
}

.landing-lead .banner-form .btn-primary {
  border-color: #3666b2;
  background-color: #326def;
}

.landing-lead .banner-form .btn-primary:hover {
  background-color: #3666b2;
  box-shadow: none !important;
}

.landing-logo {
  flex: 0 0 auto;
  width: 200px;
}

.landing-logo-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #000 !important;
  background-color: transparent;
}

.landing-lead .banner-form {
  font-size: 0.875rem;
}

.landing-lead .banner-form b {
  font-weight: 400;
}

@media (min-width: 992px) {
  .landing-page-banner h1 {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .landing-logo {
    width: 120px;
  }

  .landing-client-logo {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .landing-client-logo .client-logo-ar .owl-nav .owl-prev,
  .landing-client-logo .client-logo-ar .owl-nav .owl-next {
    top: 50%;
    transform: translateY(-50%);
  }

  .landing-client-logo .client-logo-ar .owl-nav .owl-prev {
    left: -40px;
  }

  .landing-client-logo .client-logo-ar .owl-nav .owl-next {
    right: -40px;
  }

  .landing-client-logo .logo-owl .owl-item img {
    padding: 0.5rem;
  }

  .carousel-control-next.bantextteambtn,
  .carousel-control-prev.bantextteambtn {
    bottom: 10px;
    width: 32px;
    height: 32px;
  }

  .carousel-control-next.bantextteambtn {
    right: 20px;
  }

  .carousel-control-prev.bantextteambtn {
    right: 60px;
  }

  .landing-testimonial .card-text {
    line-height: 22px;
  }

  .landing-testimonial .img-wrapper,
  .landing-testimonial .img-wrapper img {
    height: 100%;
  }

  .landing-testimonial .card .card-body {
    /* padding-bottom: 40px; */
  }

  .landing-testimonial .card .card-title {
    font-size: 16px;
  }

  .client-logo-ar .landing-logo-slider .owl-nav {
    display: block !important;
  }
}

@media (max-width: 575px) {
  .landing-page-banner h1 {
    font-size: 22px;
  }

  .landing-page-banner h2,
  .landing-page-banner .h2 {
    font-size: 18px;
  }

  .landing-lead h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .landing-testimonial .card-body {
    padding-bottom: 0;
  }

  .carousel-control-next.bantextteambtn,
  .carousel-control-prev.bantextteambtn {
    top: 20px;
    bottom: auto;
  }
}

.landing-logo-slider .owl-item img {
  display: block;
  width: 130px;
  margin: 0 auto;
  padding: 10px;
}

@media (max-width: 767px) {
  .max-md-relative {
    position: relative;
  }

  .for-landing-page .green-color-bg {
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .for-landing-page .whatsapp-ul {
    padding-top: 35px;
    padding-bottom: 20px;
  }

  .for-landing-page .text-start {
    margin-bottom: 0;
  }
}

.footer-landing-logo {
  max-width: 125px;
}

.get-started-btn {
  background-color: var(--green-btn-color);
  color: var(--all-color);
  font-size: 18px !important;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.625rem 2rem;
  border-radius: 6px;
  display: inline-flex;
  position: relative;
}

footer .footer-top a.get-started-btn:hover {
  text-decoration: none !important;
}

/* End Landing Page */

/* Start Whatsapp Marketing Solution Page */

.whats-app-btn {
  font-weight: 600;
  color: #fff;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  background-color: #05ab56;
  position: relative;
  /* overflow: hidden; */
  width: calc(100% + 50px);
  margin-left: -30px;
  text-align: center;
}

.whats-app-btn:hover {
  color: #fff;
}

.whats-app-btn:before {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  border-width: 40px 0px 0px 40px;
  border-style: solid;
  border-color: transparent transparent transparent #017037;
  width: 30px;
  height: 30px;
}

@media (min-width: 992px) {
  .click-here-btn {
    position: absolute;
    bottom: 0;
  }
}

.click-here-btn img {
  max-width: 200px;
  width: auto;
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
  .whatsapp-banner {
    width: calc((100vw / 2) - 25%);
  }
  .whats-app-btn {
    font-size: 1.25rem;
  }
}

.h-banner__wrapper {
  /* background-color: #f00; */
  /* box-shadow: 0 4px 10px #0000001a; */
  color: var(--neutral--0);
  gap: 16px;
  /* height: 64px; */
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: top 0.1s ease;
  width: 100%;
  z-index: 100;
}

.h-banner__ny-sale-image {
  background-repeat: repeat-x;
  height: 100%;
  left: 0;
  /* margin: 11px 0; */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 103;
}

@media (min-width: 768px) {
  .h-banner__wrapper {
    height: 56px;
    padding: 0;
    top: 0;
  }
}

@media (min-width: 1025px) {
  .h-banner__wrapper {
    top: 0;
  }
}

/* @media (min-width: 768px) {
  .h-banner__ny-sale-image--en {
      background-image:url(https://www.groweon.com/newdesign/images/whatsapp-marketing-solution/sharpen=0.png)
  }

  .h-banner__ny-sale-image--es {
      background-image: url(https://www.groweon.com/newdesign/images/whatsapp-marketing-solution/sharpen=0.png)
  }

  .h-banner__ny-sale-image--fr {
      background-image: url(https://www.groweon.com/newdesign/images/whatsapp-marketing-solution/sharpen=0.png)
  }
} */

.h-banner__ny-sale-image-gradient {
  animation: ease-in-out infinite;
  animation-duration: 4s;
  animation-name: shimmer;
  background: radial-gradient(
    36.33% 36.11% at 50% 50%,
    rgb(255 255 255 / 46%) 0,
    rgb(225 255 240 / 40%) 29.5%,
    rgb(255 255 255 / 0%)
  );
  border-radius: 640px;
  left: 0;
  min-height: 200px;
  min-width: 440px;
  position: absolute;
  top: -100px;
  transform: rotate(-45deg);
  z-index: 102;
}

@keyframes shimmer {
  0% {
    left: -700px;
  }

  to {
    left: 110%;
  }
}

.features-business-api-wrapper {
  min-height: 520px;
}

/* @media(min-width:992px) {
  .broadcast-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    background-color: rgba(238, 243, 249,1);
  }
} */

.flip-horizontal {
  transform: scaleY(-1) rotate(-180deg);
}

/* End Whatsapp Marketing Solution Page */

/* Start FAQ Section */

.faq-wrapper {
  padding: 75px 0;
  background-color: #fffbcd;
  font-family: var(--sub-font);
}

.faq-wrapper h2 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 80px;
}

.faq-wrapper .question-title {
  font-size: 1.125rem;
  font-weight: bold;
}

.faq-wrapper .left img {
  width: auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  .faq-wrapper h2 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
  }
}

/* End FAQ Section */

/* Start Service Ticket Management Page */
a:not([class*="btn"], .greenBtn) {
  color: var(--primary-color);
}

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

@media (max-width: 767px) {
  .lead {
    font-size: calc(1rem + 0.25vw);
  }
}

.opacity-1 {
  opacity: 0.1;
}
.opacity-2 {
  opacity: 0.2;
}
.opacity-3 {
  opacity: 0.3;
}
.opacity-4 {
  opacity: 0.4;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-6 {
  opacity: 0.6;
}
.opacity-7 {
  opacity: 0.7;
}
.opacity-8 {
  opacity: 0.8;
}
.opacity-9 {
  opacity: 0.9;
}

/* End Service Ticket Management Page */

.theme-btn:hover {
  color: #fff !important;
  background-color: #313131 !important;
}

/* ::::::::::::::::::::::::::::::::::::: END SUBHANKAR ::::::::::::::::::::::::::::::::::::: */
.iso-logo {
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  background: #cfd4e1;
  padding: 17px;
  border: solid 1px #dddddd85;
}
.iso-logo img {
  border-radius: 30px;
}

/* .certificat-sec {
  background: #f3f3f3;
  padding: 40px;
  border-radius: 20px;
} */
.iso-details {
  padding-bottom: 28px;
  border-bottom: dashed 1px #ddd;
}
.certificat-sec .iso-details:nth-last-of-type(1) {
  border-bottom: none;
}
.iso-text ul li {
  color: #000;
  font-size: 15px;
  padding: 5px 0;
  list-style-type: disc;
}
.iso-text ul {
  padding-left: 20px;
}
.footer-logo p {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-top: 5px;
  color: #000;
}
.banner-listing {
  padding-left: 20px;
}
.banner-listing li {
  list-style: disc;
}
.user-management-total {
  background: #e5ebfb;
  /* box-shadow: 1px 1px 13px #00000047; */
  padding: 15px 30px;
  border-radius: 58px;
  margin-bottom: 20px;
}
.sub-heading {
  font-size: 20px;
}
.ul-list li {
  color: #000 !important;
}
/* .video-sec {
  background: #1a1515;
  padding: 35px 35px;
  border-radius: 16px;
  margin-top: 40px;
  box-shadow: 2px 1px 27px #ddd;
  margin-bottom: 30px;
} */
/* .video-sec iframe {
  box-shadow: 1px 1px 17px #818080;
} */
.new-shepes {
  position: relative;
}
.youtube-section {
  position: relative;
}
.youtube-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 500px;
  left: 0;
  top: 0;
  background-size: cover !important;
  right: 0;
  background: url(../images/lead-management-automation/youtube-1.jpg?v1);
}

.youtube-section {
  position: relative;
  padding-top: 130px;
  background: #eef3f9;
}
.mobile-tab-section {
  background: #fff;
  padding: 30px 30px;
  border-radius: 60px;
  box-shadow: 1px 1px 26px #56627059;
  overflow: auto;
}
.video-sec iframe {
  border-radius: 33px;
}
/* ======================new-header=============== */

header {
  position: fixed;
  top: 0; /* visible from start */
  left: 0;
  width: 100%;
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 1;
  z-index: 999;
}

header.show-header {
  top: 0;
  transform: translateY(0);
  opacity: 1;
}

header:not(.show-header) {
  transform: translateY(-100%);
  top: -100px; /* slide up when hidden */
  opacity: 0;
}

.pull-left {
  float: none !important;
}

header.sticky-shadow {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  box-shadow: 1px 1px 18px #2222221f;
  background: #fff;
}

.menuzord.orange .menuzord-menu > li a.active,
.menuzord.orange .menuzord-menu > li a:hover > {
  background: #0433aa;
  color: #fff;
}

.menuzord-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: static;
  display: flex;
  justify-content: start;
  align-items: center;
}

.menuzord-menu > li {
  display: inline-block;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.header-nav {
  background-color: #fff;
  border: solid 1px #dddddd99;
  position: relative;
}

.menuzord-menu > li:hover > a,
.menuzord-menu > li.active > a {
  color: #222;
}

.logo-holder {
  width: 150px !important;
  height: 75px !important;
  display: inline-block;
  padding-top: 5px;
}

.desktop-nav-new > ul > li {
  width: auto;
  display: inline-block;
  margin: 0 0 0 0;
  position: static;
}

.desktop-nav-new > ul > li.dropdown {
  position: relative;
}

.desktop-nav-new > ul > li > ul {
  width: 100%;
  min-width: 270px;
  position: absolute;
  z-index: 5;
  left: 0px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 0px;
  border-top: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  visibility: hidden;
  top: 80%;
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
  box-shadow: 1px 1px 1px #ddd;
}

.desktop-nav-new > ul > li:hover > ul {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

.logo-holder img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: contain !important;
}

.lh-30 {
  line-height: 30px !important;
}

.float-right {
  width: auto !important;
  float: right;
}

.demo-btn a {
  background-color: #000;
  padding: 10px 19px;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 15px;
  display: block;
  width: auto;
  text-align: center;
  font-weight: 400;
}

.header-right .side-menu {
  position: relative;
  float: right;
  width: 40px;
  height: 100%;
  /* margin-left: 16px; */
  padding: 10px 0;
  margin-left: 30px;
}

/* .sub-menu li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px;
  text-align: left;
  color: #000;
  background: #fff !important;
}

.sub-menu li {
  position: relative;
} */

.sub-menu li a:hover {
  background: #3da060;
  color: #222;
}

.menuzord-menu .dropdown span i {
  position: relative;
  top: 2px;
}

.main-header {
  width: 100%;
  text-align: center;
  padding: 0px 0px;
  transition: all 300ms ease-in-out;
  position: relative;
  border-radius: 10px;
}

.header .main-header .header-left .logo-holder {
  display: none;
}

.header.sticky-shadow .main-header .header-left .logo-holder {
  display: block;
}

.sticky-shadow .main-header {
  margin-top: 0px;
  padding: 0;
  box-shadow: 0px 0px 0px #e8e8ea;
}

.header.sticky-shadow .header-nav-wrapper {
  top: 0;
  position: relative;
  right: 0;
}

.heading-banner h2 {
  color: #000830;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 800;
}

/* .desktop-nav-new>ul>li:hover a {
  background: var(--hover-color);
  color: #002147;
} */

.desktop-nav-new > ul > li > a {
  width: 100%;
  height: auto;
  display: block;
  font-size: 15px !important;
  padding: 28px 18px 28px !important;
  color: var(--all-color);
  box-sizing: border-box;
  font-weight: 400 !important;
  position: relative;
  line-height: 1.5;
}

.desktop-nav-new ul li:last-child a {
  padding-right: 0 !important;
}

/* .desktop-nav-new>ul>li>a:before {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #03d3c2;
  top: 22px;
  right: 0;
  content: "";
  border-radius: 15px;
} */

.desktop-nav-new ul li:last-child a::before {
  background: transparent;
}

/* .contact-us-text {
  color: var(--green-btn) !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
} */

/* .contact-us-text i {
  font-size: 22px;
  margin-right: 6px;
  position: relative;
  top: 5px;
} */

header .desktop-nav-new > ul > li > ul > li a {
  padding: 15px 10px;
  width: 100%;
  display: block;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 20px;
  text-align: left;
  color: #000;
  background: #fff !important;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

header .desktop-nav-new > ul > li > ul > li a span {
  position: relative;
  z-index: 1;
}

/* .header-btn-sec {
  margin-top: 25px;
} */

header .desktop-nav-new > ul > li > ul.sub-menu li a::before {
  display: block;
  content: "";
  height: 100%;
  width: 3px;
  position: absolute;
  top: 0;
  background: #000;
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.35s ease;
  pointer-events: none;
}

header .desktop-nav-new > ul > li > ul > li:hover > a::before {
  width: 100%;
}

header .desktop-nav-new > ul > li > ul > li:hover > a > span {
  color: #fff;
}

/* .header-top .login-btn li a {
  padding: 10px 22px;
  color: #212529;
} */
/* 
.login-btn .theme-btn-color {
  background: none;
  border: 2px solid var(--hover-color);
  border-radius: 5px;
  color: var(--hover-color);
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 22px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  align-items: center;
  background: #fff;
  box-shadow: 1px 3px 10px #0a456f8a;
  width: 170px;
  line-height: 25px;
  border-radius: 4px;
}

.login-btn .theme-btn-color::before,
.login-btn .theme-btn-color::after {
  background: var(--hover-color);
  content: "";
  position: absolute;
  z-index: 1;
}

.login-btn .theme-btn-color {
  background: none;
} */

.header-nav-wrapper .col-md-2 {
  width: 10%;
}

.header-nav-wrapper .col-md-6 {
  width: 56%;
}

.desktop-nav-new ul li ul.mega-menu {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  background-color: #fff;
  box-sizing: border-box;
  min-width: 280px;
  box-sizing: border-box;
  box-shadow: 1px 34px 40px #00000030;
  padding: 40px;
}

.mega-menu .service-box {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.mega-menu .service-box .service-icon {
  background: #fff;
  box-shadow: 1px 1px 41px #afacac61;
  padding: 15px;
  border-radius: 7px;
  position: absolute;
  width: 70px;
  height: 70px;
}

.mega-menu .service-box .service-text {
  padding-left: 90px;
}

.mega-menu .service-box .service-text h3 {
  font-family: var(--allover-font);
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: var(--all-color);
  font-weight: 500;
  margin-bottom: 5px;
}

.mega-menu .service-box .service-text p {
  line-height: 1.5;
  font-size: 13px;
  font-weight: 400;
}

.mega-menu .service-icon img {
  width: 100%;
}

.theme-btn {
  color: var(--all-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 7px;
  border-radius: 9px;
  display: inline-flex;
  width: 225px;
  height: 44px;
  position: relative;
  align-items: center;
  justify-content: center;
  border: solid 2px #000;
}
.theme-btn:hover {
  background: var(--primary-color);
  border: solid 2px #000;
  color: #fff;
}
.black-btn {
  background-color: var(--all-color);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 7px;
  border-radius: 10px;
  display: inline-flex;
  width: 225px;
  height: 44px;
  position: relative;
  align-items: center;
  justify-content: center;
}

/* .theme-btn:hover {
  color: var(--all-color);
} */

.black-btn:hover {
  color: #fff;
}

.book-demo-popup .modal-content {
  background-color: #f2f2f2;
}

.book-demo-popup .heading {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 25px;
}

.book-demo-popup .btn-close {
  position: absolute;
  right: 15px;
  top: 16px;
}

.book-demo-popup .form-control {
  height: 50px;
  border-radius: 6px;
  border: solid 1px #d1d6c6;
}

.book-demo-popup .details-btn {
  height: 50px;
  border: none;
}

.book-demo-popup .modal-body {
  padding: 30px;
}

.details-btn {
  background-color: var(--primary-color);
  padding: 5px;
  width: 100%;
  display: block;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  margin-top: 15px;
}
.header-moreicon {
  width: 20px;
}
@media (max-width: 767px) {
  header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
  }

  .menuzord-menu {
    display: none;
  }

  header.sticky-shadow {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    box-shadow: none;
    background: transparent;
  }

  .mean-container .mean-bar {
  }

  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #102762;
    height: 3px;
    margin-top: 3px;
  }

  .mean-container a.meanmenu-reveal {
    color: #102762 !important;
    right: 10px !important;
    left: auto;
    text-align: center;
    text-indent: 0px;
    font-size: 18px;
    top: -100px;
    position: absolute;
  }

  /* .logo-holder {
    width: 95px;
    height: auto;
    display: inline-block;
    padding-top: 15px;
  } */

  .header-nav {
    background-color: transparent;
    border: none;
  }

  .menuzord-responsive {
    text-align: center;
  }

  .header-btn-sec {
    position: relative;
  }

  .header-btn-sec .d-flex.justify-content-end {
    justify-content: center !important;
  }

  .demo-btn a {
    background-color: var(--primary-color);
    padding: 4px 9px;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    display: block;
    width: auto;
    text-align: center;
  }

  .mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #75a605;
    margin-top: -16px;
  }

  .mean-container .mean-bar {
    position: absolute;
    background: transparent;
    padding: 2px 0;
    height: 42px;
    z-index: 999999;
    top: 164px;
  }

  .mega-menu .service-box .service-icon {
    display: none;
  }

  .mega-menu .service-box .service-icon {
    display: none;
  }

  .mega-menu .service-box .service-text h3 {
    font-family: var(--heading-font);
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 400;
  }

  .mega-menu .service-box .service-text p {
    display: none;
  }

  .mega-menu .service-box .service-text {
    padding-left: 0;
  }

  .mega-menu .service-box {
    margin-bottom: 0px;
  }

  .mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    line-height: 36px;
  }

  .mean-nav .ri-arrow-down-s-line {
    display: none;
  }

  /* =============header-end=========== */
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
  }

  .menuzord-menu {
    display: none;
  }

  header.sticky-shadow {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    box-shadow: none;
    background: transparent;
  }

  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #102762;
    height: 3px;
    margin-top: 3px;
  }

  .mega-menu .service-box .service-icon {
    display: none;
  }

  .mega-menu .service-box .service-text p {
    display: none;
  }

  .mega-menu .service-box .service-text h3 {
    font-family: var(--heading-font);
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 400;
  }

  .mega-menu .service-box {
    margin-bottom: 0px;
  }

  .mega-menu .service-box .service-text {
    padding-left: 0px;
  }

  .mean-container a.meanmenu-reveal {
    color: #102762 !important;
    right: 10px !important;
    left: auto;
    text-align: center;
    text-indent: 0px;
    font-size: 18px;
    top: -100px;
    position: absolute;
  }

  .logo-holder {
    width: 95px;
    height: auto;
    display: inline-block;
    padding-top: 15px;
  }

  .header-nav {
    background-color: transparent;
    border: none;
  }

  .menuzord-responsive {
    text-align: center;
  }

  .header-btn-sec {
    position: relative;
  }

  .header-btn-sec .d-flex.justify-content-end {
    justify-content: center !important;
  }

  .mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #75a605;
    margin-top: -16px;
  }

  .mean-container .mean-bar {
    position: absolute;
    background: transparent;
    padding: 2px 0;
    height: 42px;
    z-index: 999999;
    top: 164px;
  }

  .mean-nav .ri-arrow-down-s-line {
    display: none;
  }

  .header-nav-wrapper .col-md-2 {
    width: 100%;
  }

  .header-nav-wrapper .col-md-3 {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .header-nav-wrapper .row.align-items-center {
    justify-content: space-between;
  }
}
/* ==========================new-header-end================ */
/* ==============new-footer================ */

footer {
  border-top: #636363 1px solid;
  background-color: #fff;
}

footer .footer-top {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #181a26;
}

.footer-logo {
  width: 100%;
  max-width: 170px;
}

.footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}

footer .footer-top h6 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

footer .footer-top ul li {
  margin-bottom: 10px;
}

footer .footer-top a {
  color: #cecfd7;
  font-size: 15px;
  font-weight: 400;
}

footer .footer-top a:hover {
  text-decoration: underline !important;
}
/* ==============new-footer================ */
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 36px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 36px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
