@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");

:root {
  --primary-heading-color: #050f42;
  --secondary-heading-color: #1a1a1a;
  --primary-paragraph-color: #191f4f;
  --primary-heading-background: linear-gradient(to right,
      #14bfeb,
      #855ac4,
      #ce5193,
      #db4f65);
  --button-bg-color: #517eff;
  --primary-font-family: "Inter";
  --white-color: #ffffff;
  --secondary-text-color: #fbfbfb;
}

::-webkit-scrollbar {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
}

html {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  color: #1a1a1a;
  margin: 0px;
  padding: 0px;
}

* {
  font-family: "Open Sans", sans-serif;
}

*:focus,
*:hover {
  outline: 0px;
}

a {
  text-decoration: none;
  color: #469afe;
}

a:hover {
  text-decoration: underline;
}

.transition {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

::-webkit-scrollbar {
  width: 10px;
  background: rgba(26, 26, 26, 0.1);
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(26, 26, 26, 0.5);
}

.gradBtn {
  background: #ef3297;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#fad34f),
      to(#ef3297));
  background: linear-gradient(to right, #fad34f 0%, #ef3297 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad34f', endColorstr='#ef3297', GradientType=1);
  display: block;
  max-width: 380px;
  text-align: center;
  padding: 14px 20px;
  line-height: 28px;
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  box-shadow: 0 3px 6px rgba(26, 26, 26, 0.29);
  -webkit-box-shadow: 0 3px 6px rgba(26, 26, 26, 0.29);
  -moz-box-shadow: 0 3px 6px rgba(26, 26, 26, 0.29);
}

.gradBtn:hover {
  text-decoration: none;
  color: #fff;
}

.darkMode .mainBanner {
  padding: 170px 0px 0px;
  margin: 0px;
  position: relative;
  min-height: 380px;
  background: #1a1a1a;
}

.darkMode .mainBanner .container {
  position: relative;
  z-index: 3;
}

.darkMode .mainBanner h1 {
  font-size: 8.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.25;
  margin: 80px 0 25px;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.darkMode .mainBanner h1 span {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#43eae4),
      color-stop(#2a8bff),
      color-stop(#ce5193),
      to(#ef3297));
  background: linear-gradient(to right, #43eae4, #2a8bff, #ce5193, #ef3297);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  display: inline;
  clear: both;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.darkMode .mainBanner p {
  font-size: 1.125rem;
  line-height: 28px;
  max-width: 70%;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 37px;
}

.darkMode .mainBanner p a {
  border: 1px solid #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  padding: 15px 30px;
  display: block;
  max-width: 380px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  background: #1a1a1a;
  letter-spacing: 0.5px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.darkMode .mainBanner p a:hover {
  background: #fff;
  color: #1a1a1a;
  text-decoration: none;
}

.requestDemo {
  border: 1px solid #54536c;
  color: #54536c;
  background: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 20px 30px;
  display: block;
  max-width: 380px;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.5px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.requestDemo:hover {
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
}

.darkMode .mainBanner .graphics {
  position: absolute;
  z-index: 0;
  right: -30px;
  top: 0px;
  max-height: 700px;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: top left;
  object-position: top left;
  -webkit-transform: translate(5%, 30%) scale(1.3);
  transform: translate(5%, 30%) scale(1.3);
}

.darkMode .mainBanner .moveDown {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 30px;
}

.darkMode .mainBanner .moveDown img {
  height: 20px;
  width: auto;
}

.darkMode .mainBanner .moveDown img:nth-child(1) {
  -webkit-animation-name: moveArrow;
  animation-name: moveArrow;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.darkMode .mainBanner .moveDown img:nth-child(2) {
  -webkit-animation-name: moveArrow;
  animation-name: moveArrow;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.darkMode .mainBanner .moveDown img:nth-child(3) {
  -webkit-animation-name: moveArrow;
  animation-name: moveArrow;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@keyframes moveArrow {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateY(10px) scale(0.9);
    transform: translateY(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateY(-10px) scale(0.9);
    transform: translateY(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}

@-webkit-keyframes moveArrow {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateY(10px) scale(0.9);
    transform: translateY(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateY(-10px) scale(0.9);
    transform: translateY(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}

.darkMode .mainBanner.features {
  position: relative;
  margin: 0;
  min-height: 800px;
}

.darkMode .mainBanner.features .container {
  position: relative;
  z-index: 3;
}

.darkMode .mainBanner.features .top-deco {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.darkMode .mainBanner.features .bot-deco {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

.darkMode .mainBanner.features .bot-deco img {
  float: right;
}

.darkMode .mainBanner.features h1 {
  text-align: center;
}

.darkMode .mainBanner.features h1 span {
  display: inline;
}

.darkMode .mainBanner.features p {
  max-width: 100%;
  text-align: center;
}

.darkMode .mainBanner.features p small {
  font-size: 0.75rem;
}

.darkMode .mainBanner.features a.gradBtn {
  margin: 0 auto 10px;
}

.darkMode ._vfm {
  padding: 140px 0 0;
  background: #1a1a1a;
}

.darkMode ._vfm p {
  font-size: 1.125rem;
  font-weight: 600;
  color: #a5a5a5;
  line-height: 1.6;
  margin-bottom: 35px;
}

.darkMode ._vfm p a {
  color: #39c4ef;
}

.darkMode ._vfm p em {
  font-size: 1.5rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.darkMode ._vfm .flex {
  margin-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.darkMode ._vfm .flex h2 {
  font-size: 3.75rem;
  font-weight: 800;
  position: relative;
  margin-bottom: 50px;
  color: #fff;
  line-height: 1.4;
}

.darkMode ._vfm .flex h2 span {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#43eae4),
      color-stop(#2a8bff),
      color-stop(#ce5193),
      to(#ef3297));
  background: linear-gradient(to right, #43eae4, #2a8bff, #ce5193, #ef3297);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.darkMode ._vfm .flex h2 span sup {
  font-size: 1.125rem;
  position: absolute;
  top: 20px;
  -webkit-text-fill-color: #929292;
  -moz-text-fill-color: #929292;
  -o-text-fill-color: #929292;
}

.darkMode ._vfm .flex h2 span.braces {
  color: #a5a5a5;
  background: none;
  background-clip: unset;
  -webkit-text-fill-color: unset;
}

.darkMode ._vfm .flex h2 small {
  font-size: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
  display: block;
}

.darkMode ._vfm .img {
  text-align: center;
  margin-top: -100px;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
}

.darkMode ._vfm .img img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.darkMode .pr30 {
  padding-right: 30px;
}

.darkMode .what_vfm {
  background: #1a1a1a;
  padding: 140px;
}

.darkMode .what_vfm .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.darkMode .what_vfm .flex .graphics {
  position: relative;
}

.darkMode .what_vfm .flex .graphics img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.darkMode .what_vfm .flex .graphics button {
  background: #a37bff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}

.darkMode .what_vfm .flex .graphics button:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  background: #f7b0b0;
}

.darkMode .what_vfm .flex .txt {
  max-width: 450px;
}

.darkMode .what_vfm .flex .txt small {
  font-size: 3.75rem;
  display: inline;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
}

.darkMode .what_vfm .flex .txt h2 {
  font-size: 3.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  position: relative;
  display: inline;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#43eae4),
      color-stop(#2a8bff),
      color-stop(#ce5193),
      to(#ef3297));
  background: linear-gradient(to right, #43eae4, #2a8bff, #ce5193, #ef3297);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  margin-bottom: 10px;
}

.darkMode .what_vfm .flex .txt h2 sup {
  font-size: 0.6rem;
  position: absolute;
  top: 16px;
  -webkit-text-fill-color: #929292;
  -moz-text-fill-color: #929292;
  -o-text-fill-color: #929292;
}

.darkMode .what_vfm .flex .txt p {
  color: #929292;
  font-size: 1.125rem;
  line-height: 34px;
  margin-bottom: 20px;
}

.darkMode .what_vfm .flex .txt p:last-of-type {
  margin-bottom: 0;
}

.darkMode .what_vfm .flex .txt p a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
}

.darkMode .videos {
  padding: 200px 0 120px;
  background: #333;
}

.darkMode .videos h3 {
  font-size: 3.75rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin: 80px 0 30px;
}

.darkMode .videos p {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.4;
  padding: 0 40px;
  margin-bottom: 20px;
}

.darkMode .videos ul {
  background: #3c3c3c;
  padding: 30px 40px;
  margin: 30px 0px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.darkMode .videos ul li {
  color: #a5a5a5;
  width: calc(50% - 20px);
  margin: 15px 0;
  font-size: 1.125rem;
  line-height: 1.6;
  position: relative;
  padding-left: 40px;
}

.darkMode .videos ul li:before {
  content: "";
  position: absolute;
  background: url("../img/vfm/check-blue.svg") 0 0;
  width: 22px;
  height: 17px;
  left: 0px;
  top: 6px;
}

.darkMode .whyVfm {
  padding: 120px 0;
  background: #f7f7f7;
}

.darkMode .whyVfm h4 {
  font-size: 3.75rem;
  font-weight: 800;
  margin: 30px 0;
}

.darkMode .whyVfm h4 span {
  color: #469afe;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}

.darkMode .whyVfm p {
  font-size: 1.125rem;
  color: #848484;
  line-height: 1.4;
  margin-bottom: 25px;
}

.darkMode .whyVfm p a {
  color: #469afe;
}

.darkMode .whyVfm p em {
  font-weight: 600;
}

.darkMode .whyVfm p strong {
  color: #000;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
}

.darkMode .whyVfm blockquote {
  background: #fff;
  padding: 40px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 35px;
}

.darkMode .whyVfm blockquote p {
  font-size: 1.5rem;
  color: #469afe;
  font-weight: 600;
  font-style: italic;
}

.darkMode .whyVfm blockquote p a {
  font-style: normal;
  font-size: 1.5rem;
  color: #469afe;
  font-weight: 600;
}

.darkMode .whyVfm blockquote .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.darkMode .whyVfm blockquote .flex .col {
  max-width: 600px;
}

.darkMode .whyVfm blockquote .flex .col strong {
  font-size: 2.25rem;
  color: #469afe;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.darkMode .whyVfm blockquote .flex .col strong a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.darkMode .whyVfm blockquote .flex .col li {
  font-size: 1.125rem;
  color: #848484;
  line-height: 1.4;
  margin: 8px 0 8px 50px;
}

.darkMode .nextStrategy {
  padding: 140px 0;
}

.darkMode .nextStrategy h5 {
  font-size: 3.75rem;
  font-weight: 800;
  margin: 30px 0;
  text-align: center;
  line-height: 1.4;
}

.darkMode .nextStrategy h5+p {
  color: #848484;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0 40px;
  line-height: 1.4;
}

.darkMode .nextStrategy ol {
  background: #f7f7f7;
  margin: 50px 0 0;
  padding: 60px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  list-style-type: none;
  counter-reset: css-counters 0;
}

.darkMode .nextStrategy ol li {
  margin-bottom: 35px;
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}

.darkMode .nextStrategy ol li::before {
  font-size: 1.5rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: #222;
  margin-left: -10px;
  position: absolute;
  counter-increment: css-counters;
  content: counters(css-counters, ".") " ";
  left: 0px;
  top: 5px;
}

.darkMode .nextStrategy ol li p {
  font-size: 1.125rem;
  color: #848484;
  line-height: 1.4;
  margin-bottom: 25px;
}

.darkMode .nextStrategy ol li p strong {
  font-size: 1.5rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: #469afe;
  display: block;
  margin-bottom: -15px;
}

.darkMode .nextStrategy ol li p:last-of-type {
  margin-bottom: 0;
}

.darkMode .nextStrategy ol li:last-of-type {
  margin-bottom: 0;
}

.darkMode .difference {
  background: #1a1a1a;
  padding: 100px 0;
}

.darkMode .difference h5 {
  font-size: 3.75rem;
  font-weight: 800;
  margin: 0px auto 50px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  max-width: 960px;
}

.darkMode .difference p {
  color: #a5a5a5;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.4;
  color: #fff;
}

.darkMode .difference p span {
  color: #fff;
}

.darkMode .difference p strong {
  color: #4d9dfc;
}

.darkMode .difference .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px;
  margin-top: 80px;
  position: relative;
}

.darkMode .difference .flex .colLine {
  width: 1px;
  height: 100%;
  background: #323232;
  content: "";
  position: absolute;
  left: 50%;
}

.darkMode .difference .flex .row {
  margin: 0px;
}

.darkMode .difference .flex .row .col-xs-12 {
  min-height: 260px;
  margin-bottom: 30px;
}

.darkMode .difference .flex .row .col-xs-12 p {
  text-align: left;
}

.darkMode .difference .flex .row .col-xs-12 p strong {
  font-size: 1.5rem;
}

.darkMode .difference .flex .row .col-xs-12 p .green {
  color: #43eae4;
}

.darkMode .difference .flex .row .col-xs-12 p .blue {
  color: #7db6fa;
}

.darkMode .difference .flex .row .col-xs-12 p .yellow {
  color: #fddb6a;
}

.darkMode .difference .flex .col {
  width: 45%;
  text-align: center;
}

.darkMode .difference .flex .col .title {
  font-size: 1.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#43eae4),
      color-stop(#2a8bff),
      color-stop(#ce5193),
      to(#ef3297));
  background: linear-gradient(to right, #43eae4, #2a8bff, #ce5193, #ef3297);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  display: inline-block;
  margin: 0 auto 55px;
}

.darkMode .difference .flex .col .video img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-bottom: 30px;
}

.darkMode .difference .flex .col ul li {
  color: #a5a5a5;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.darkMode .difference .flex .col ul li:before {
  content: "";
  position: absolute;
  background: url("../img/vfm/checkGrey.svg") 0 0 no-repeat;
  width: 14px;
  height: 12px;
  left: 0;
  top: 5px;
  background-size: cover;
}

.darkMode .improve {
  padding: 120px 0;
}

.darkMode .improve h5 {
  font-size: 3.75rem;
  font-weight: 800;
  margin: 0px auto 50px;
  text-align: center;
  line-height: 1.4;
  color: #1a1a1a;
  max-width: 960px;
}

.darkMode .improve h5 span {
  color: #4d9dfc;
  font-family: "Poppins", sans-serif;
}

.darkMode .improve .img {
  text-align: center;
}

.darkMode .improve .img img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto 35px;
  display: block;
}

.darkMode .improve .img img.mobile {
  display: none;
}

.darkMode .improve .flex {
  background: #f7f7f7;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 50px;
}

.darkMode .improve .flex h6 {
  font-size: 2.25rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
  color: #1a1a1a;
  margin-bottom: 35px;
}

.darkMode .improve .flex ol {
  list-style-type: none;
  counter-reset: css-counters 0;
  margin: 0 35px;
}

.darkMode .improve .flex ol>li {
  position: relative;
  padding-left: 25px;
  font-size: 1.5rem;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 35px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}

.darkMode .improve .flex ol>li:before {
  font-size: 1.5rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: #222;
  margin-left: -10px;
  position: absolute;
  counter-increment: css-counters;
  content: counters(css-counters, ".") " ";
  left: 0px;
  top: 2px;
}

.darkMode .improve .flex ol>li span {
  color: #4d9dfc;
}

.darkMode .improve .flex ol>li:last-of-type {
  margin-bottom: 0;
}

.darkMode .improve .flex ol>li ul {
  margin: 20px 0 0 35px;
}

.darkMode .improve .flex ol>li ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}

.darkMode .improve .flex ol>li ul li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 10px;
  background: url("../img/vfm/checkGrey.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px;
}

.darkMode .improve .flex .spacer {
  border-top: 1px solid #848484;
  margin: 60px 0;
  opacity: 0.3;
}

.darkMode .improve .flex p {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 35px;
  font-weight: 600;
}

.darkMode .steps {
  background: #1a1a1a;
  padding: 120px 0;
}

.darkMode .steps h5 {
  font-size: 3.75rem;
  font-weight: 800;
  margin: 0px auto 25px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  max-width: 960px;
}

.darkMode .steps h5 span {
  color: #4d9dfc;
  font-family: "Poppins", sans-serif;
}

.darkMode .steps h5+p {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #a5a5a5;
  text-align: center;
  margin-bottom: 35px;
}

.darkMode .steps .panel {
  background: #3c3c3c;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 0px;
  padding: 0px;
  margin: 20px 0;
}

.darkMode .steps .panel .panel-heading {
  background: none;
  padding: 40px 80px 40px 40px;
  border: 0px;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  position: relative;
  line-height: 1.4;
}

.darkMode .steps .panel .panel-heading:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: url("../img/vfm/minus.png") 0 0 no-repeat;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.darkMode .steps .panel .panel-heading.collapsed:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: url("../img/vfm/plus.png") 0 0 no-repeat;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.darkMode .steps .panel .panel-heading span {
  color: #469afe;
}

.darkMode .steps .panel .panel-body {
  border: 0px !important;
  padding: 20px 40px;
}

.darkMode .steps .panel .panel-body p {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 25px;
  font-size: 1.125rem;
}

.darkMode .steps .panel .panel-body p strong {
  display: block;
  color: #469afe;
  margin-bottom: 10px;
}

.darkMode .steps .panel .panel-body .video {
  margin-bottom: 35px;
  color: #fff;
}

.darkMode .steps .panel .panel-body .video img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.darkMode .steps .panel .panel-body ol {
  list-style-type: none;
  counter-reset: css-counters 0;
  margin: 0 35px;
}

.darkMode .steps .panel .panel-body ol>li {
  position: relative;
  padding-left: 25px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 35px;
}

.darkMode .steps .panel .panel-body ol>li:before {
  font-size: 1.125rem;
  color: #fff;
  margin-left: -10px;
  position: absolute;
  counter-increment: css-counters;
  content: counters(css-counters, ".") " ";
  left: 0px;
  top: 2px;
}

.darkMode .steps .panel .panel-body ol>li span {
  color: #4d9dfc;
}

.darkMode .steps .panel .panel-body ol>li:last-of-type {
  margin-bottom: 0;
}

.darkMode .steps .panel .panel-body ul {
  margin: 20px 0 0 35px;
}

.darkMode .steps .panel .panel-body ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
  color: #fff;
}

.darkMode .steps .panel .panel-body ul li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 1px;
  background: url("../img/vfm/checkGrey.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px;
}

.darkMode .anatomy {
  padding: 120px 0;
}

.darkMode .anatomy h5 {
  font-size: 3.75rem;
  font-weight: 800;
  margin: 0px auto 25px;
  text-align: center;
  line-height: 1.4;
  color: #1a1a1a;
  max-width: 960px;
}

.darkMode .anatomy h5 span {
  color: #4d9dfc;
  font-family: "Poppins", sans-serif;
}

.darkMode .anatomy p {
  font-size: 1.125rem;
  font-weight: 600;
  color: #848484;
  line-height: 1.4;
  margin-bottom: 25px;
}

.darkMode .anatomy ol {
  list-style-type: none;
  counter-reset: css-counters 0;
  margin: 0 35px;
}

.darkMode .anatomy ol>li {
  position: relative;
  padding-left: 25px;
  font-size: 1.125rem;
  color: #848484;
  line-height: 1.4;
  margin-bottom: 35px;
  font-weight: 600;
}

.darkMode .anatomy ol>li:before {
  font-size: 1.125rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-left: -10px;
  position: absolute;
  counter-increment: css-counters;
  content: counters(css-counters, ".") " ";
  left: 0px;
  top: 0px;
}

.darkMode .anatomy ol>li strong {
  color: #1a1a1a;
}

.darkMode .anatomy ol>li:last-of-type {
  margin-bottom: 0;
}

.darkMode .faqs {
  padding: 120px 0;
  background: #f7f7f7;
}

.darkMode .faqs #faqs {
  margin: 0 10%;
}

.darkMode .faqs h6 {
  font-size: 3.75rem;
  font-weight: 800;
  margin: 0px auto 25px;
  text-align: center;
  line-height: 1.4;
  color: #1a1a1a;
  max-width: 960px;
}

.darkMode .faqs .panel {
  background: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 0px;
  border-bottom: 1px solid #bdbdbd;
  padding: 0px;
  margin: 0 !important;
}

.darkMode .faqs .panel .panel-heading {
  background: none;
  padding: 40px 60px 40px 0;
  border: 0px;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  cursor: pointer;
  color: #1a1a1a;
  position: relative;
  line-height: 1.4;
}

.darkMode .faqs .panel .panel-heading:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: url("../img/vfm/minus.png") 0 0 no-repeat;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.darkMode .faqs .panel .panel-heading.collapsed {
  color: #848484;
}

.darkMode .faqs .panel .panel-heading.collapsed:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: url("../img/vfm/plus.png") 0 0 no-repeat;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.darkMode .faqs .panel .panel-heading span {
  color: #469afe;
}

.darkMode .faqs .panel .panel-body {
  border: 0px !important;
  padding: 20px 40px;
}

.darkMode .faqs .panel .panel-body p {
  color: #1a1a1a;
  line-height: 1.5;
  font-size: 1.125rem;
  margin-bottom: 25px;
}

.darkMode .faqs .panel .panel-body p strong {
  display: block;
  color: #469afe;
  margin-bottom: 10px;
}

.darkMode .faqs .panel .panel-body .video {
  margin-bottom: 35px;
  color: #1a1a1a;
}

.darkMode .faqs .panel .panel-body .video img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.darkMode .faqs .panel .panel-body ol {
  list-style-type: none;
  counter-reset: css-counters 0;
  margin: 0 35px;
}

.darkMode .faqs .panel .panel-body ol>li {
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
  font-size: 1.125rem;
  color: #1a1a1a;
  margin-bottom: 35px;
}

.darkMode .faqs .panel .panel-body ol>li:before {
  font-size: 1.125rem;
  color: #1a1a1a;
  margin-left: -10px;
  position: absolute;
  counter-increment: css-counters;
  content: counters(css-counters, ".") " ";
  left: 0px;
  top: 2px;
}

.darkMode .faqs .panel .panel-body ol>li span {
  color: #4d9dfc;
}

.darkMode .faqs .panel .panel-body ol>li:last-of-type {
  margin-bottom: 0;
}

.darkMode .faqs .panel .panel-body ul {
  margin: 20px 0 0 35px;
}

.darkMode .faqs .panel .panel-body ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
  color: #1a1a1a;
  line-height: 1.5;
  font-size: 1.125rem;
}

.darkMode .faqs .panel .panel-body ul li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 1px;
  background: url("../img/vfm/checkGrey.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px;
}

.darkMode .cta {
  padding: 140px 0;
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}

.darkMode .cta h5 {
  font-size: 3.875rem;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
  margin-bottom: 25px;
}

.darkMode .cta h5 span {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#43eae4),
      color-stop(#2a8bff),
      color-stop(#ce5193),
      to(#ef3297));
  background: linear-gradient(to right, #43eae4, #2a8bff, #ce5193, #ef3297);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.darkMode .cta p {
  margin-bottom: 15px;
  max-width: 380px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #fff;
}

.darkMode .cta p a {
  margin-bottom: 10px;
}

.darkMode .cta p small {
  opacity: 0.6;
}

.darkMode .cta .graphics {
  position: absolute;
  z-index: 0;
  right: 0px;
  top: 0px;
  max-height: 700px;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: top left;
  object-position: top left;
}

.darkMode .cta.features .graphics {
  right: 0px;
}

.mainBanner {
  margin: 170px 0 0;
  position: relative;
  min-height: 380px;
  overflow: hidden;
}

.mainBanner .container {
  position: relative;
  z-index: 3;
}

.mainBanner h1 {
  font-size: 4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 78px;
  margin: 80px 0 25px;
  color: #050F42 !important;
}

.mainBanner h1 span,
.demand-section h2 span,
.webinar-page .webinar-banner h1 span {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#43eae4),
      color-stop(#2a8bff),
      color-stop(#ce5193),
      to(#ef3297));
  background: linear-gradient(to right, #43eae4, #2a8bff, #ce5193, #ef3297);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  padding: 5px 0;
}

.mainBanner p {
  font-size: 1.125rem;
  line-height: 28px;
  max-width: 70%;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 37px;
}

.mainBanner .graphics {
  position: absolute;
  z-index: 0;
  right: -30px;
  top: 0px;
  max-height: 700px;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: top left;
  object-position: top left;
}

.mainBanner.features {
  position: relative;
  margin: 0;
  min-height: 800px;
}

.mainBanner.features .container {
  position: relative;
  z-index: 3;
}

.mainBanner.features .top-deco {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.mainBanner.features .bot-deco {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

.mainBanner.features .bot-deco img {
  float: right;
}

.mainBanner.features h1 {
  text-align: center;
}

.mainBanner.features h1 span {
  display: inline;
}

.mainBanner.features p {
  max-width: 100%;
  text-align: center;
}

.mainBanner.features p small {
  font-size: 0.75rem;
}

.mainBanner.features a.gradBtn {
  margin: 0 auto 10px;
}

.what_vfm {
  background: #1a1a1a;
  padding: 140px;
}

.what_vfm .flex {
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.what_vfm .flex .graphics {
  position: relative;
}

.what_vfm .flex .graphics img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.what_vfm .flex .graphics button {
  background: #a37bff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}

.what_vfm .flex .graphics button:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  background: #f7b0b0;
}

.what_vfm .flex .txt {
  /* max-width: 450px; */
  max-width: 750px;
  text-align: center;
  margin: auto;
}

.what_vfm .flex .txt small {
  font-size: 3.75rem;
  display: inline;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
}

.what_vfm .flex .txt h2 {
  font-size: 3.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  position: relative;
  display: inline;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#43eae4),
      color-stop(#2a8bff),
      color-stop(#ce5193),
      to(#ef3297));
  background: linear-gradient(to right, #43eae4, #2a8bff, #ce5193, #ef3297);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  margin-bottom: 10px;
}

.what_vfm .flex .txt h2 sup {
  font-size: 0.5rem;
  position: absolute;
  top: 19px;
  -webkit-text-fill-color: #929292;
  -moz-text-fill-color: #929292;
  -o-text-fill-color: #929292;
}

.what_vfm .flex .txt p {
  text-align: center;
  font: normal normal 600 18px/24px Open Sans;
  letter-spacing: 0px;
  color: #929292;
  opacity: 1;
  margin-bottom: 20px;
  margin-top: 15px;
}

.what_vfm .flex .txt p:last-of-type {
  margin-bottom: 0;
}

.what_vfm .flex .txt p a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
}

.features {
  padding: 130px 0;
}

.features h3 {
  font-size: 3.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 70px;
  line-height: 1.3;
}

.features .img {
  position: relative;
  max-width: 242px;
  text-align: center;
  margin-bottom: 80px;
  padding-left: 30px;
}

.features .img img {
  position: relative;
  z-index: 2;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.features .img:before {
  content: "";
  border: 30px solid #ccc;
  z-index: 0;
  position: absolute;
  left: 0px;
  bottom: -27px;
  width: 100%;
  height: 90%;
}

.features .img .icon {
  position: absolute;
  z-index: 2;
  bottom: -45px;
  right: 0%;
  transform: translateX(70%);
  -webkit-transform: translateX(70%);
  -moz-transform: translateX(70%);
}

.features .img .icon img {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

.features .img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.features .desc {
  padding-right: 60px;
}

.features .desc small {
  font-size: 0.9375rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.3;
}

.features .desc h4 {
  font-size: 2.375rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
}

.features .desc p {
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

.features .desc p a {
  font-family: "Poppins", sans-serif;
  color: #1a1a1a;
  text-decoration: underline;
}

.features .desc p a:hover {
  color: #f1821e;
  text-decoration: none;
}

.features .desc p:last-of-type {
  margin-bottom: 0;
}

.features .sales .img:before {
  border-color: #7db6fa;
}

.features .marketing .img:before {
  border-color: #f7b0b0;
}

.features .communication .img:before {
  border-color: #fad34f;
}

.clients {
  padding: 120px 0;
  background: #f4f4f4;
}

.clients h5 {
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #2e3237;
  margin-bottom: 10px;
}

.clients p {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #929292;
}

.clients .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clients .flex .colTxt {
  max-width: 27%;
}

.clients .flex .colLogo {
  width: 67%;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clients .flex .colLogo a {
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
}

.clients .flex .colLogo a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.solutions {
  padding: 120px 0;
}

.solutions h5 {
  font-size: 3.75rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #333;
  text-align: center;
}

.solutions ul.nav {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #323232;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow-x: hidden;
  margin: 40px 0;
}

.solutions ul.nav li {
  width: 25%;
}

.solutions ul.nav li:last-of-type a {
  border: 0px;
}

.solutions ul.nav li.active a {
  background: #323232;
  color: #fff;
}

.solutions ul.nav li.active a:hover {
  background: #323232;
  color: #fff;
}

.solutions ul.nav li a {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #333;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  line-height: 28px;
  border-right: 1px solid #323232;
  white-space: nowrap;
}

.solutions ul.nav li a:hover {
  background: rgba(50, 50, 50, 0.5);
}

.solutions .tab-pane>p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5;
  max-width: 900px;
  margin: 0 auto;
  color: #7f7f7f;
}

.solutions .tab-pane .videoContainer {
  margin: 40px auto 0;
  max-width: 842px;
  position: relative;
}

.solutions .tab-pane .videoContainer img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.solutions .tab-pane .videoContainer button {
  background: none;
  border: 0px;
  padding: 0;
  margin: -48px 0 0 -48px;
  width: 96px;
  height: 96px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}

.solutions .tab-pane .videoContainer button svg circle {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.solutions .tab-pane .videoContainer button:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.solutions .tab-pane .videoContainer button:hover svg circle {
  fill: #f7b0b0;
}

.standOut {
  background: #1a1a1a;
  padding: 110px 0;
}

.standOut h5 {
  font-size: 3.75rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

.standOut .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.standOut .flex ul {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0;
}

.standOut .flex ul li {
  width: 45%;
}

.standOut .flex ul li img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.standOut .flex ul li:first-child {
  width: 425px;
}

.standOut .flex ul li:last-child {
  text-align: right;
}

.standOut .flex ul li .title {
  font-size: 2.25rem;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}

.standOut .flex ul li p {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #929292;
}

.standOut .flex ul:nth-child(even) li:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.standOut .flex ul:nth-child(even) li:last-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: left;
}

.integration {
  background: #333;
  padding: 100px 0;
}

.integration h5 {
  font-size: 3.75rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
}

.integration p {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #929292;
}

.integration .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.integration ul {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 396px;
}

.integration ul li {
  margin: 6px 0;
  width: 190px;
}

.integration ul li a {
  display: block;
  background: #474747;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.integration ul li a img {
  height: 40px;
  width: auto;
}

.featureWrap {
  background: #1a1a1a;
  padding: 100px 0;
}

.featureWrap ul {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 60px 0;
}

.featureWrap ul li {
  width: 42%;
}

.featureWrap ul li:last-child {
  padding-left: 50px;
}

.featureWrap ul li img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.featureWrap ul li .title {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  margin-bottom: 20px;
}

.featureWrap ul li .sub-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  margin-bottom: 20px;
}

.featureWrap ul li .sub-title.blue {
  color: #7db6fa;
}

.featureWrap ul li .sub-title.green {
  color: #43eae4;
}

.featureWrap ul li .sub-title.yellow {
  color: #fddb6a;
}

.featureWrap ul li p {
  color: #929292;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
}

.featureWrap ul:nth-child(even) li:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.featureWrap ul:nth-child(even) li:last-child {
  padding: 0 50px 0 0px;
}

.videoEmail {
  background: url("../img/video-email-bg.jpg") center no-repeat fixed;
  background-size: cover;
  padding: 140px 0;
}

.videoEmail h2 {
  font-size: 3.875rem;
  color: #fff;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}

.videoEmail p {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

.videoEmail img {
  width: 100%;
  height: auto;
  box-shadow: 0px 25px 80px rgba(26, 26, 26, 0.12);
  -webkit-box-shadow: 0px 25px 80px rgba(26, 26, 26, 0.12);
  -moz-box-shadow: 0px 25px 80px rgba(26, 26, 26, 0.12);
  max-width: 844px;
  margin: 40px auto 0;
}

.videoMgmt {
  background: #f7f7f7;
  padding: 140px 0;
}

.videoMgmt h3 {
  font-size: 3.875rem;
  color: #1a1a1a;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}

.videoMgmt p {
  font-size: 1.125rem;
  color: #1a1a1a;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

.videoMgmt img {
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 40px auto 0;
}

.growthTool {
  background: #1a1a1a;
}

.growthTool .flex {
  padding: 150px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.growthTool .flex .col {
  max-width: 45%;
}

.growthTool .flex .col p {
  font-size: 2.375rem;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
}

.growthTool .flex .col p span {
  font-size: 2.375rem;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.growthTool .flex .col p span.blue {
  color: #4e98ec;
}

.growthTool .flex .col p span.grey {
  color: #b1b1b1;
}

.growthTool.features {
  background: #fff;
}

.growthTool.features h4 {
  font-size: 3.875rem;
  color: #1a1a1a;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
}

.growthTool.features ul {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 70px 0;
}

.growthTool.features ul:last-of-type {
  margin-bottom: 0;
}

.growthTool.features ul li {
  width: 42%;
}

.growthTool.features ul li img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.growthTool.features ul li .title {
  color: #1a1a1a;
  font-size: 2rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  margin-bottom: 20px;
}

.growthTool.features ul li .sub-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  margin-bottom: 20px;
}

.growthTool.features ul li p {
  color: #929292;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
}

.growthTool.features ul:nth-child(odd) li:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.quize {
  background: #1a1a1a;
  padding: 140px 0;
}

.quize h5 {
  font-size: 3.75rem;
  color: #fff;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.3;
}

.quize ul {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quize ul li {
  width: 55%;
}

.quize ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
  box-shadow: 0px 25px 80px rgba(26, 26, 26, 0.12);
  -webkit-box-shadow: 0px 25px 80px rgba(26, 26, 26, 0.12);
  -moz-box-shadow: 0px 25px 80px rgba(26, 26, 26, 0.12);
}

.quize ul li p {
  font-size: 1.125rem;
  color: #929292;
  font-weight: 600;
  line-height: 1.5;
}

.quize ul li:last-child {
  width: 40%;
}

.bTob {
  padding: 110px 0;
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
}

.bTob h5 {
  font-size: 3.875rem;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
  margin-bottom: 25px;
  color: #1a1a1a;
}

.bTob h5 span {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#43eae4),
      color-stop(#2a8bff),
      color-stop(#ce5193),
      to(#ef3297));
  background: linear-gradient(to right, #43eae4, #2a8bff, #ce5193, #ef3297);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.bTob p {
  margin-bottom: 15px;
  max-width: 380px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.3;
}

.bTob p a {
  margin-bottom: 10px;
}

.bTob .graphics {
  position: absolute;
  z-index: 0;
  right: -90px;
  top: -20px;
  max-height: 700px;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: top left;
  object-position: top left;
}

.bTob.features .graphics {
  right: 0px;
}

.list_products {
  margin: 85px 0px;
}

/* 
footer {
  padding: 80px 0 30px;
}
footer .logo a {
  display: inline-block;
  margin-bottom: 15px;
}
footer .title {
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}
footer .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
footer .col1 p {
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
footer .col1 p span {
  display: block;
  color: #f1821e;
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
footer small {
  font-size: 12px;
  line-height: 1.2;
  color: #AFAFAF;
  display: block;
  margin-top: 7px;
  font-weight: normal;
}
footer .col2 {
  width: 200px;
}
footer .col2 p {
  font-size: 0.9375rem;
  line-height: 1.6;
}
footer .col2 p a {
  color: #1a1a1a;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
footer .col2 p a:hover {
  color: #f1821e;
  text-decoration: none;
}
footer .socialIcon {
  margin-top: 20px;
}
footer .socialIcon ul {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -9px;
}
footer .socialIcon ul a {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: #EFEFEF;
  margin-right: 10px;
}
footer .socialIcon ul a img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  opacity: 1;
  position: relative;
  z-index: 2;
  filter: grayscale(100%);
  transform: scale(.6);
}
footer .socialIcon ul a:hover {
  transform: scale(1.2);
}
footer .socialIcon ul a:hover img {
  opacity: 1;
  filter: grayscale(0%);
  display: block;
  transform: scale(.8);
}
footer h6 {
  margin: 40px 0 20px;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}
footer .logo{
  text-align: left;
  margin:50px 0px 0;
}
footer .title{
  text-align: left;
}
footer .title h6{
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  margin:10px 0px 0;
}
footer .title p{
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}
footer .title p span{
  color:#F1821E
}
footer{
  font-size: 15px;
  line-height: 24px;
  color: #2D2D2D;
}
footer li a {
  font-size: 15px;
  line-height: 24px;
  color: #2D2D2D;
  display: inline-block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  padding:8px 0;
}
footer li a:hover {
  color: #f1821e;
  text-decoration: underline;
} */

/* Security page design */

.securityPolicy .securityBanner {
  padding: 70px 0 0;
  background: transparent linear-gradient(296deg, #2c91fd 0%, #43e9e5 100%) 0% 0% no-repeat padding-box;
}

.securityPolicy header .nav-dropdown-icon {
  filter: grayscale(1) invert(1);
}

.securityPolicy header.scrolled .nav-dropdown-icon {
  filter: grayscale(0) invert(0);
}

.securityPolicy a {
  color: #f1821d;
  text-decoration: underline;
}

.securityPolicy .securityBanner .custom_container {
  padding: 80px 0px 100px;
}

.securityPolicy .securityBanner h1 {
  font-size: 70px;
  text-align: center;
  margin: 0px auto 30px;
  color: #fff;
  font-weight: 600;
}

.securityPolicy .securityBanner p {
  color: #ffffff;
  font-size: 20px;
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
}

.security_policy_section {
  margin: 80px auto;
  max-width: 860px;
  text-align: justify;
}

.security_subdiv {
  margin-bottom: 40px;
}

.security_subdiv h2 {
  font-size: 24px;
  color: #2d2d2d;

  font-weight: bold;
  margin-bottom: 20px;
}

.security_subdiv p {
  font-size: 18px;
  color: #54536c;

  line-height: 1.5;
}

.security_subdiv img {
  width: 300px;
}

.certified_blocks .row {
  display: flex;
}

.certified_blocks {
  padding: 100px 0 50px 0;
}

.certified_blocks img {
  width: 100px;
}

.certified {
  text-align: center;
  max-width: 23%;
  border: 1px solid #d5d5d5;
  border-radius: 18px;
  opacity: 1;
  padding: 40px 15px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.certified p {
  font-size: 18px;
  font-weight: bold;
  color: #2d2d2d;

  line-height: 1.2;
  margin-top: 20px;
}

.personalizedVideo .mainBanner {
  min-height: 560px;
}

.personalizedVideo .mainBanner p {
  margin: 30px 0;
}

.personalizedVideo .mainBanner .graphics {
  object-position: bottom right;
  height: 100%;
  right: 0;
}

.personalizedVideo .show_container {
  background: #f5f5f5;
  margin: 0px 0 100px;
  padding-top: 100px;
}

.personalizedVideo .show_multi_section a {
  color: #f1821e;
  font-size: 18px;
  float: left;
  margin-top: 15px;
  text-decoration: underline;
  text-align: left;
}

.personalizedVideo .bTob p {
  text-align: left;
  color: #4c4c4c;
  font-size: 18px;
  width: 100%;
  max-width: 68%;
  margin: 5px 0px 25px;
}

/* new home page */
.mainBanner.home {
  position: relative;
  margin: 0 0 0;
  padding: 157px 0;
}

.mainBanner.home::before,
.main-bannerSection::before {
  content: "";
  background: transparent linear-gradient(130deg, #43eae4 0%, #517eff 54%, #517eff 100%) 0% 0% no-repeat padding-box;
  opacity: 0.15;
  filter: blur(50px);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15%;
  height: 50%;
}


.main-bannerSection::after {
  content: "";
  background: transparent linear-gradient(137deg, #43EAE4 0%, #517EFF 54%, #517EFF 100%) 0% 0% no-repeat padding-box;
  opacity: 0.15;
  filter: blur(50px);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
  height: 50%;
}

.mainBanner.home h1,
.mainBanner.home h1 span {
  font-family: var(--primary-font-family);
  color: var(--primary-heading-background);
  font-size: 60px;
  position: relative;
}
.mainBanner.home h1::after{
  content: url('../img/star.svg');
  position: absolute;
  right: -30px;
  top: 50px;
}
.mainBanner.home p {
  font-family: var(--primary-font-family);
  color: var(--primary-paragraph-color);
  margin-bottom: 28px;
  margin-top: 40px;
}

.show-home .gradBtn {
  background: #517eff;
  font-family: var(--primary-font-family);
  font-size: 20px;
  color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.show-home .requestDemo {
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid var(--primary-heading-color);
}

.show-home .details {
  background: #d9e0ff50;
  border: 1px solid #c4d4ff;
  border-radius: 24px;
  backdrop-filter: blur(24px);
  margin: 70px auto 0 auto;
}

.show-home .details .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
}

.show-home .details .wrap .item {
  text-align: left;
}

.show-home .details .wrap .item img {
  max-width: 100%;
  margin-right: auto;
  margin-left: 40px;
  width: 75px;
}

.show-home .details .wrap .item p {
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  font-family: var(--primary-font-family);
  color: #141212;
  margin-bottom: 0;
}

.show-home .show-diff {
  background: #1f3ed6;
}

.show-home .show-diff .show-wrap {
  margin: 0 auto;
  /* width: 90%; */
  padding: 100px 0 0 0;
  margin-bottom: 0;
}

.show-home .show-diff img {
  /* width: 80%; */
  display: block;
  margin: 0 auto;
}

.show-home .show-diff h2 {
  text-align: left;
  font-family: var(--primary-font-family);
  line-height: 60px;
  font-size: 50px;
  font-weight: 700;
  color: var(--secondary-text-color);
  margin-bottom: 20px;
}

.show-home .show-diff p {
  text-align: left;
  font-size: 18px;
  line-height: 32px;
  font-family: var(--primary-font-family);
  letter-spacing: 0px;
  color: var(--secondary-text-color);
}

.line-after {
  position: relative;
}

.line-after::after {
  content: "";
  background: #fbfbfb;
  width: 45%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0px;
}

.why-show {
  width: 75%;
  margin: 0 auto;
}

.why-show .wrap {
  margin: 100px 0 40px;
}

.why-show h2::before {
  content: "Why show?";
  font: normal normal bold 15px/58px Inter;
  font-size: 15px;
  line-height: 20px;
  font-family: var(--primary-font-family);
  color: var(--primary-heading-color);
  position: absolute;
  top: 15%;
  left: -13%;
}

.why-show h2::after {
  content: "";
  position: absolute;
  background-color: var(--primary-heading-color);
  top: 28px;
  width: 8%;
  height: 1px;
  left: -23%;
}

.why-show h2 {
  font: normal normal bold 50px/60px Inter;
  letter-spacing: 0px;
  color: #050f42;
  position: relative;
  width: 75%;
  left: 15%;
}

.why-show h2 span,
.team-plan h2 span {
  background: linear-gradient(to right, #14bfeb, #855ac4, #ce5193, #db4f65);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  display: inline;
  clear: both;
  font-family: var(--primary-font-family);
  font-weight: 800;
}

.why-show .flex.first {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  background: #f4f5ff 0% 0% no-repeat padding-box;
  border: 1px solid #c4d4ff;
  border-radius: 24px;
  opacity: 1;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.why-show .flex.first .col:first-child {
  padding: 0 50px;
  width: 100%;
  position: relative;
}

.why-show .flex.first .col:last-child img {
  margin-top: 50px;
  width: 100%;
  position: relative;
  bottom: -2px;
}

.why-show .flex h3 {
  font: normal normal bold 40px/50px Inter;
  letter-spacing: 0px;
  color: #1a1a1a;
}

.why-show .flex p {
  font: normal normal normal 15px/24px Inter;
  letter-spacing: 0px;
  color: #1a1a1a;
  padding: 20px 20px 0 0;
}

.why-show .flex.second {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.why-show .flex.second .col.left {
  background: #f3f6ff 0% 0% no-repeat padding-box;
  border: 1px solid #c4d4ff;
  border-radius: 24px;
  opacity: 1;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  width: 100%;
  height: 688px;
  overflow: hidden;
  position: relative;
}

.why-show .flex.second .col.left img {
  position: relative;
  width: 100%;
  bottom: -16px;
  right: -3px;
}

.why-show .flex.third .col img {
  position: relative;
  bottom: -12px;
  left: -2px;
  padding-top: 45px;
}

.why-show .flex.second .col.left h3,
.why-show .flex.second .col.left p,
.why-show .flex.second .col.right h3,
.why-show .flex.second .col.right p {
  padding: 42px 42px 0px;
}

.why-show .flex.second .col.right h3,
.why-show .flex.second .col.right p {
  color: var(--white-color);
}

.why-show .flex.second .col.right img,
.why-show .flex.second .col.left img {
  margin-top: 30px;
}

.why-show .flex.second .col.right {
  background: #2d4ad8 0% 0% no-repeat padding-box;
  border: 1px solid #c4d4ff;
  border-radius: 24px;
  position: relative;
}

.why-show .flex.second .col.right::after {
  content: "";
  opacity: 0.15;
  filter: blur(50px);
  position: absolute;
  left: 30rem;
  top: 10px;
  bottom: 0;
  right: 0;
  width: 45%;
  height: 90%;
  background: transparent linear-gradient(137deg, #43eae4 0%, #517eff 54%, #517eff 100%) 0% 0% no-repeat padding-box;
}

.why-show .flex.second .col.right img {
  float: right;
  position: absolute;
  bottom: -0;
  right: 0;
  width: 85%;
}

.why-show .flex.third {
  background: 0% 0% no-repeat padding-box padding-box rgb(243, 246, 255);
  border: 1px solid #c4d4ff;
  border-radius: 24px;
  opacity: 1;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.ask-demo .right-section .content h3 {
  text-align: left;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: bold;
  font-family: var(--primary-font-family);
  letter-spacing: 0px;
  color: var(--secondary-heading-color);
  position: relative;
  width: 90%;
}

.ask-demo .right-section .content h3::before {
  content: " ";
  background: #1031d4;
  color: #fff;
  border-radius: 50%;
  padding: 11px;
  width: 50px;
  height: 50px;
  position: absolute;
  line-height: 26px;
  text-align: center;
  top: 10px;
  left: -100px;
}

.inner-wrap .left-section.one img {
  /* margin: 0; */
}

.inner-wrap .left-section.two img {
  /* margin-right: 0; */
}

.ask-demo .right-section .content:nth-child(1) h3::before {
  content: "1";
}

.ask-demo .right-section .content.two h3::before {
  content: "2";
}

.ask-demo .right-section .content.three h3::before {
  content: "3";
}

.ask-demo .right-section .content.four h3::before {
  content: "4";
}

.askShow .item .content p,
.ask-demo .right-section p {
  font-family: var(--primary-font-family);
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: 0px;
  color: var(--secondary-heading-color);
  padding-top: 20px;
  text-align: left;
}

.askShow .item-wrap .item {
  /* height: 700px; */
  /* overflow-y: scroll; */
  width: 100%;
  margin: 80px 0;
  background: #f0f3f7;
}

.askShow .item-wrap .item::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.askShow .item-wrap .item {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.show-home .team {
  margin: 60px 0 0;
}

.team .team-plan {
  /* width: 90%; */
  margin: 0 auto;
  margin-bottom: 80px;
  position: relative;
}

.team .team-plan::before {
  content: "";
  background: transparent linear-gradient(130deg, #43eae4 0%, #517eff 54%, #517eff 100%) 0% 0% no-repeat padding-box;
  opacity: 0.15;
  filter: blur(50px);
  position: absolute;
  left: -20%;
  top: 0;
  bottom: 0;
  width: 15%;
  height: 75%;
}

.team .team-plan h2 {
  font-family: var(--primary-font-family);
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #050f42;
  position: relative;
}

.team .team-plan p {
  text-align: left;
  font-size: 18px;
  line-height: 32px;
  font-family: var(--primary-font-family);
  font-weight: normal;
  letter-spacing: 0px;
  color: #050f42;
  padding: 25px 30px 30px 0;
  width: 95%;
}

.team .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  /* gap: 50px; */
}

.team .grid .item img {
  width: 90%;
  max-width: 100%;
  box-shadow: 0 0 50px #eee;
  display: block;
  margin: 0 auto;
}

section.user-show {
  background: #f3f6ff;
  padding: 80px 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.user-show::after {
  content: "";
  opacity: 0.15;
  filter: blur(50px);
  position: absolute;
  top: -50%;
  bottom: 0;
  right: -50px;
  width: 25%;
  height: 90%;
  background: transparent linear-gradient(130deg, #43eae4 0%, #517eff 54%, #517eff 100%) 0% 0% no-repeat padding-box;
}

.user-show .showUsers h2 {
  text-align: center;
  font: normal normal 600 24px/60px Inter;
  letter-spacing: 0px;
  color: #1a1a1a;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.show-home .compliance {
  margin: 80px 0 50px;
}

.compliance .wrap h2 {
  font-size: 50px;
  line-height: 80px;
  font-weight: bold;
  font-family: var(--primary-font-family);
  letter-spacing: 0px;
  color: var(--secondary-heading-color);
}

.compliance .wrap p {
  font-family: var(--primary-font-family);
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  color: var(--secondary-heading-color);
}

.privacy {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}

.privacy .item {
  text-align: center;
}

.privacy .item img {
  max-width: 100%;
}

.compliance .line-after::after {
  content: "";
  background: var(--secondary-heading-color);
  width: 12%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
}

.demoBook {
  width: 85%;
  background: #1031d4;
  height: 411px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 30px;
}

.demoBook::after {
  content: url("../img/ball-sm.png");
  position: absolute;
  right: 10%;
  bottom: -50px;
  animation: floating 10s infinite ease-in;
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-25px);
  }

  100% {
    /* bottom: 10px; */
    transform: translateY(0px);
  }
}

.demoBook h2 {
  text-align: left;
  font-size: 50px;
  line-height: 58px;
  font-family: var(--primary-font-family);
  font-weight: bold;
  letter-spacing: 0px;
  color: #fefefe;
  margin-bottom: 50px;
}

.demoBook .text-wrap {
  width: 65%;
  margin: 0 auto;
  position: relative;
}

.demoBook .text-wrap::after {
  content: url("../img/ball-xl.png");
  position: absolute;
  top: 0;
  right: -57%;
  top: -40px;
  animation: floating 10s infinite ease-in;
}

.demoBook a.demo-link {
  box-shadow: 0px 3px 6px #00000029;
  background-color: #ffffff;
  font: normal normal 600 18px/21px Inter;
  font-family: var(--primary-font-family);
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  color: var(--secondary-heading-color);
  border-radius: 28px;
  padding: 18px 35px;
  text-decoration: none;
  margin: 70px 0;
}

.panel-default>.panel-heading,
.faq-new .panel-title {
  position: relative;
}

.faq-new h4.panel-title::after {
  content: "";
  background: #fff;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  border-radius: 50%;
  top: 17px;
}

.faq-new h4.panel-title::after .collapsed {
  opacity: 1;
}

.panel-heading .accordion-toggle:after {
  content: "";
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: black;
  border-width: 0px 2px 2px 0px;
  transform: rotate(225deg);
  position: absolute;
  right: 19px;
  z-index: 1;
  top: 31px;
  right: 12px;
  /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}

.panel-heading .accordion-toggle.collapsed:after {
  content: "";
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: black;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  position: absolute;
  right: 19px;
  z-index: 1;
  top: 27px;
  right: 12px;
}

.faq-new h4.panel-title::after .collapsed {
  opacity: 0.7;
}

section.faq-new {
  background: #1031d4;
  padding: 100px;
  position: relative;
}

.faq-new .faq-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.side-faq {
  width: 100%;
}

.faq-wrap .text h2 {
  font-size: 50px;
  line-height: 80px;
  font-family: var(--primary-font-family);
  font-weight: 700;
  letter-spacing: 0px;
  color: #ffffff;
}

.faq-new .panel-default>.panel-heading {
  background: transparent;
}

.faq-new .panel-group .panel {
  border: 2px solid #345ef6;
  border-radius: 38px;
  background: transparent;
  margin-top: 0;
  width: 75%;
  margin-left: auto;
  /* padding: 30px; */
}

.faq-new::after {
  content: url("../img/ball-xl.png");
  position: absolute;
  right: -50px;
  bottom: 12%;
  animation: floating 10s infinite ease-in;
}

.faq-new::before {
  content: url("../img/ball-xl.png");
  position: absolute;
  left: -50px;
  top: 35%;
  animation: floating 10s infinite ease-in;
}

.faq-new .panel-title>a {
  text-align: left;
  font: normal normal bold 24px/32px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  text-decoration: none;
  padding: 20px 30px;
  width: 98%;
}

.faq-new .panel-default>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #ddd;
  font: normal normal 600 15px/26px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  border-top: unset;
  padding: 0 50px 40px;
}

.why-show .flex.third .col {
  width: 100%;
}

.why-show .flex.third .col img {
  width: 100%;
}

.ask-demo {
  height: 100vh;
  overflow-y: auto;
  margin-top: 80px;
  scroll-snap-type: y mandatory;
  scroll-snap-align: start;
}

.ask-demo .inner-wrap {
  display: flex;
  flex-direction: row;
  background: #f0f3f7;
  height: 100vh;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  transition: all 0.5s ease-in-out;
}

.inner-wrap .left-section {
  background-color: #b7e1fb;
}

.inner-wrap .left-section img {
  width: 70%;
  text-align: center;
  margin: 0 auto;
  display: block;
  /* padding: 160px 0 50px; */
}

.inner-wrap .left-section {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.inner-wrap .right-section {
  width: 30%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}

/* CRM Page */
.newLandingPage .about-us.crm {
  padding: 100px 0;
}

.newLandingPage .about-us.crm .flex {
  align-items: center;
}

.newLandingPage .about-us.crm .col {
  width: 50%;
}

.newLandingPage .about-us.crm .col-right {
  width: 50%;
  padding-left: 5%;
}

.newLandingPage .about-us.crm .col-right h2 {
  position: relative;
}

.newLandingPage .about-us.crm .col-right h2::before {
  content: "";
  width: 75px;
  height: 2px;
  background-color: #050f42;
  position: absolute;
  left: -20%;
  top: 50%;
}

.newLandingPage .about-us.crm .col img,
.newLandingPage .about-us.ai .col img {
  width: 75%;
  height: 100%;
  object-fit: contain;
}

.newLandingPage.automation .about-us .col img {
  width: 85%;
}

.newLandingPage .about-us.crm .col-right p {
  width: 45%;
}

.newLandingPage .about-us.ai .col-right p {
  width: 50%;
}

.newLandingPage .why-show .flex.second .col.left h3,
.newLandingPage .why-show .flex.second .col.right h3 {
  padding: 20px 30px 0px;
  font: normal normal bold 40px/50px Inter;
}

.newLandingPage .why-show .flex.second .col.left p,
.newLandingPage .why-show .flex.second .col.right p {
  padding: 20px 70px 70px 30px;
  font: normal normal normal 15px/20px Inter;
}

.newLandingPage .why-show .flex.second .col.left img {
  width: 93%;
  float: right;
}

.newLandingPage .why-show .flex.second .col.right img {
  width: 100%;
  left: 0;
  bottom: 40px;
}

.newLandingPage .why-show .flex.third .col img {
  position: relative;
  bottom: -13px;
  left: -20px;
  padding-top: 45px;
  width: 100%;
  float: left;
  transform: scale(1.1);
}

.newLandingPage .why-show .flex.second.fourth .col.left img {
  width: 100%;
  /* right: -13px; */
  transform: scale(1.1);
}

.newLandingPage .why-show .flex.second.fourth .col.right img {
  width: 82%;
  bottom: 0;
  left: 8%;
}

.subscribe form input {
  color: #050f42;
}

.subscribe form.invalid input {
  background-color: #ffe5e5;
  border-color: #ff5151;
  position: relative;
}

.subscribe form.valid input {
  border-color: #23dc3d;
  background-color: #ebffee;
}

.subscribe form.invalid .input-box {
  position: relative;
}

.subscribe form.invalid .input-box::after {
  content: url("../img/icon-warning.svg");
  position: absolute;
  top: 20%;
  right: 37%;
}

.subscribe.getTouch form.invalid .input-box::after {
  top: 33%;
  right: 38%;
}

.subscribe #text,
.subscribe #texts,
.subscribe #textid {
  margin: 10px auto;
  font: normal normal normal 16px/30px Inter;
  display: block;
  text-align: center;
}

.subscribe #textid {
  text-align: left;
  padding-left: 20px;
}

.input-box {
  position: relative;
  width: 55%;
  margin: 0 auto;
}

.newLandingPage .team {
  padding-top: 50px;
}

.team .input-box {
  margin: 0;
}

.team .subscribe small {
  text-align: left;
  padding-left: 20px;
}

.team .subscribe input[type="text"] {
  margin: 0;
}

.input-box ::placeholder {
  color: #9eabd1;
}

.announce {
  position: relative;
}

.announce::after {
  content: "";
  background: transparent linear-gradient(130deg, #43eae4 0%, #517eff 54%, #517eff 100%) 0% 0% no-repeat padding-box;
  opacity: 0.25;
  filter: blur(50px);
  position: absolute;
  /* left: 0; */
  top: -50%;
  bottom: 0;
  right: 0;
  width: 13%;
  height: 100%;
}

.services-us.two {
  position: relative;
}

.services-us.two::before {
  content: "";
  background: transparent linear-gradient(130deg, #43eae4 0%, #517eff 54%, #517eff 100%) 0% 0% no-repeat padding-box;
  opacity: 0.25;
  filter: blur(50px);
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  width: 13%;
  height: 30%;
}

.automation .services-us.two::before {
  opacity: 0.1;
}

.announcement-wrap {
  background-color: #2d4ad8;
  padding: 50px;
  border: 1px solid #2d4ad8;
  border-radius: 24px;
}

.announcement-wrap .flex .col {
  width: 50%;
}

.announcement-wrap .flex h3 {
  font: normal normal bold 40px/50px Inter;
  color: #fff;
  letter-spacing: 0px;
}

.announcement-wrap .flex p {
  font: normal normal normal 18px/30px Inter;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 20px;
  width: 74%;
}

.announcement-wrap .flex {
  align-items: center;
}

/* .section-wrapper {
  height: 100vh;
  background: #ff9800;
}  */
.announcement-wrap .flex .col img {
  height: auto;
  transform: scale(1.1);
  position: relative;
  left: 36px;
  bottom: -28px;
}

.announce.email-automation .announcement-wrap .flex .col img {
  height: auto;
  transform: scale(1.1);
  position: relative;
  left: 36.5px;
  bottom: -28px;
}

.announce.marketing .announcement-wrap .flex .col img {
  height: auto;
  transform: scale(1.1);
  position: relative;
  left: -30px;
  bottom: -30px;
}

.comparisionPage.compare .announce.marketing .announcement-wrap .flex .col img {
  left: -28px;
  bottom: -30px;
}

.newLandingPage .marketing .announcement-wrap .flex {
  gap: 50px;
}

.newLandingPage .marketing .announcement-wrap .flex h3,
.marketing .announcement-wrap .flex p {
  width: 100%;
}

.marketing .announcement-wrap {
  border-bottom-left-radius: 0;
}

.newLandingPage.aiShowPage.email-marketing .services-us .col-1 p {
  width: 90%;
}

.newLandingPage h1 span {
  font-family: var(--primary-font-family);
}

.email-automation .announcement-wrap {
  padding-top: 5px;
}

.newLandingPage .marketing .announcement-wrap .flex {
  gap: 50px;
}

.newLandingPage .marketing .announcement-wrap .flex h3,
.marketing .announcement-wrap .flex p {
  width: 100%;
}

.marketing .announcement-wrap {
  border-bottom-left-radius: 0;
}

.newLandingPage.aiShowPage.email-marketing .services-us .col-1 p {
  width: 90%;
}

.comparisionPage .mainBanner {
  height: 700px;
  position: relative;
}

/* table */
.comparisionPage .announce.marketing h2 {
  text-align: center;
  font: normal normal bold 40px/50px Inter;
  letter-spacing: 0px;
  color: #1A1A1A;
  padding-bottom: 50px;
}

.comparisionPage .mainBanner.newBannerShow {
  padding: 225px 20px 100px;
}

.comparisionPage .tableSec table th {
  vertical-align: middle;
}

.comparisionPage .tableSec {
  border-radius: 8px;
  margin: -200px 0 80px;
  padding-bottom: 2px;
  position: relative;
  z-index: 8;
  border: 1px solid #C4D4FF;
  border-radius: 24px;
  overflow: hidden;
}

.comparisionPage .tableSec table tbody {
  background-color: #fff;
}

.comparisionPage .tableSec table thead tr {
  background: #F4F5FF 0% 0% no-repeat padding-box;
}

.comparisionPage .tableSec table td,
.comparisionPage .tableSec table th {
  font-family: var(--primary-font-family)
}

.comparisionPage .tableSec table td {
  border: 1px solid #C4D4FF;
  text-align: center;
  font: normal normal normal 15px/20px Inter;
  letter-spacing: 0px;
  color: #050F42;
  vertical-align: middle;
  border-collapse: separate;
}

.comparisionPage .tableSec table tr:last-child td {
  border-bottom: 0;
}

.comparisionPage .tableSec table {
  width: 100%;
}

.comparisionPage .tableSec td,
.comparisionPage .tableSec th {
  text-align: center;
  padding: 10px 25px;
}

.comparisionPage .tableSec table td:first-child,
.comparisionPage .tableSec table th:first-child {
  text-align: left;
  font-weight: 700;
  vertical-align: middle;
  line-height: 46px;
}

.comparisionPage .tableSec td:first-child,
.comparisionPage .tableSec th:first-child {
  text-align: left;
}

.comparisionPage .tableSec table th,
.whatDo h3 {
  font-size: 30px;
  line-height: 60px;
  font-weight: 700;
  color: #050F42;
  border: 1px solid #C4D4FF;
}

.comparisionPage .tableSec .dash {
  color: #c4d4ff;
  width: 32px;
  height: 0px;
  margin: 0 auto;
  border: 2px solid #c4d4ff;
  border-radius: 2px;
  margin: 0 auto;
}

.comparisionPage .getInTouch p {
  width: 95%;
  margin: 0 auto;
}

/*  */

/* contact sales */
.contact-sales-page {
  background: #F4F5FF 0% 0% no-repeat padding-box;
  border: 1px solid #C4D4FF;
  border-radius: 24px;
  margin: 100px auto;
  max-width: 1000px;
  opacity: 1;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}

.contact-sales-page .wrapper {
  display: flex;
  flex-direction: column;
}

.contact-sales-page .wrapper .inner-content {
  cursor: pointer;
}

.contact-sales-page::before {
  content: url("../img/ball-sm.png");
  top: 20px;
  position: absolute;
  left: -30px;
  animation: floating 10s infinite ease-in;
}

.contact-sales-page::after {
  content: url("../img/ball-xl.png");
  position: absolute;
  right: -50px;
  bottom: 40px;
  animation: floating 10s infinite ease-in;
}


.contact-sales-page .wrapper h1 {
  text-align: center;
  font: normal normal bold 50px/80px Inter;
  letter-spacing: 0px;
  color: #050F42;
}

.contact-sales-page .wrapper p {
  text-align: center;
  font: normal normal normal 18px/30px Inter;
  letter-spacing: 0px;
  color: #050F42;
}

.contact-sales-page .wrapper .contact-sale {
  text-align: center;
  font: normal normal 600 18px/21px Inter;
  letter-spacing: 0px;
  color: #1A1A1A;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 15px 20px;
  border-radius: 50px;
  margin: 20px 0;
  width: fit-content;
  text-decoration: none;
  margin: 20px auto;
  transition: all .4s;
}

.contact-sales-page .wrapper .contact-sale:hover {
  transform: translateY(-2px);
  background-color: #80A8FF;
  color: #fff;
}

.contact-sales-page .wrapper .inner-content {
  font: italic normal normal 15px/30px Inter;
  color: #050F42;
  display: flex;
  gap: 7px;
}

.contact-sales-page .wrapper .inner-content a {
  color: #050F42;
  text-decoration: underline;
  font: italic normal medium 15px/19px Inter;
  transition: all .4s;
}

.contact-sales-page .wrapper .inner-content a:hover {
  color: #80A8FF;
}

/* form section */
.formWrapper .mainSection header {
  background-color: #333;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.formWrapper .mainSection nav a {
  margin: 0 10px;
  text-decoration: none;
  font: normal normal bold 18px/30px Inter;
  letter-spacing: 0px;
  color: #CBCBCD;
  text-align: left;
  cursor: default;
}

.formWrapper .mainSection nav .number,
.formWrapper .mainSection nav .number2 {
  position: relative;
  color: #517EFB;
  font-weight: 600;
}

.formWrapper .mainSection nav .number::after,
.formWrapper .mainSection nav .number2::after {
  content: url(../img/small-arrow.svg);
  position: relative;
  left: 5px;
  top: -1px;
}

.formWrapper .mainSection nav a.active {
  color: #54536E;
}

.formWrapper .mainSection section {
  padding: 0px 0px;
}

.formWrapper .mainSection .hidden {
  display: none;
}

.formWrapper .mainSection form {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.formWrapper .mainSection form input,
.formWrapper .mainSection form textarea {
  width: 100%;
  box-sizing: border-box;
  height: 52px;
  padding: 10px;
}

.formWrapper .mainSection form input::placeholder {
  color: #B9B9B9;
  font: normal normal normal 16px/29px Inter;
}

.formWrapper .mainSection form button,
.formPage .next-button,
.formPage input[type="submit"] {
  background: #517EFB 0% 0% no-repeat padding-box;
  border-radius: 8px;
  font: normal normal 600 15px/19px Inter;
  color: #FFFFFF;
  width: 100%;
  cursor: pointer;
  outline: none;
  border: 1px solid transparent;
  margin: 30px 0px 10px;
  height: 52px;
  transition: all .4s;
}

.formWrapper .mainSection form button:hover {
  border: 1px solid #517EFB;
  background-color: #fff;
  color: #54536E;

}

.formWrapper .mainSection {
  display: flex;
  height: 100%;
  align-items: stretch;
  overflow: hidden;
}

.formWrapper .mainSection .leftSection h2 {
  padding: 20px 85px 20px 0px;
  font: normal normal bold 32px/42px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.formWrapper .mainSection .leftSection {
  width: 40%;
  background: #010c3f 0% 0% no-repeat padding-box;
  border: 0.5px solid #e6e6e6;
  color: #fff;
  position: relative;
  padding: 25px 0px 0px 50px;
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.formWrapper .mainSection .leftSection .b-img {
  max-width: 85%;
  max-height: 75%;
  object-fit: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}

.formWrapper .mainSection .leftSection .b-img.second-img {
  bottom: -2px;
}

.formWrapper .mainSection .leftSection .header h2 {
  font: normal normal bold 32px/42px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  z-index: 2;
}

.formWrapper .mainSection .rightSection {
  width: 50%;
  margin: 30px 20px 0px 50px;
  height: 95vh;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}

.formWrapper .mainSection .rightSection::-webkit-scrollbar {
  display: none;
}

.formWrapper .mainSection .left-section,
.formWrapper .mainSection .right-section {
  flex: 1;
  /* This will make both sections take equal width */
}

/* end form section */
.user-count-content .user-count {
  margin: 50px 0;
  position: relative;
  opacity: 1;
}

/* .user-count-content .user-count::after {
  content: '';
  width: 1.5px;
  height: 40%;
  background: #d0e0e3;
  position: absolute;
  right: -20px;
  top: 22px;
} */

.user-count-content .flex {
  align-items: center;
  overflow: hidden;
  gap: 20px;
}

.scroll-parent {
  overflow: hidden;
  white-space: nowrap;
  width: 100vw;
}

/* .scroll-parent::after,
.scroll-parent::before {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
} */

.scroll-element {
  display: inline-block;
  animation: 20s linear infinite moveImages;
}

.brand-logo {
  padding: 0 45px;
}

.webinar-page .main-banner {
  background-image: url('../img/webinar-banner.webp');
  background-position: center;
  background-size: cover;
  height: 750px;
  display: flex;
  align-items: center;
}

.webinar-page .main-banner h1 {
  color: #050F42;
  font-size: 56px;
  line-height: 63px;
  padding: 0px 50px 0px 0px;
  font: normal normal 800 56px/63px Inter;
}

.webinar-page .demoBook .text-wrap {
  margin: 0;
}

.webinar-page .demoBook::after {
  right: 5%;
}

.webinar-page .demoBook .text-wrap::after {
  right: -115%;
}

.webinar-page .main-banner h1 span,
.webinar-page .join-us h2 span {
  background: transparent linear-gradient(93deg, #14BFEB 0%, #AA71FF 30%, #CE5193 63%, #DB4F65 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  display: inline;
  clear: both;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.webinar-page header {
  background: unset;
}

.webinar-page .main-banner .flex {
  align-items: center;
}

.webinar-page .main-banner .flex .col {
  width: 50%;
}

.webinar-page .main-banner .flex .col:last-child {
  display: flex;
  justify-content: center;
}

.webinar-page .main-banner .flex .col p {
  width: fit-content;
  font: normal normal bold 24px/44px Inter;
  letter-spacing: 0px;
  color: #050F42;
  background: rgba(255, 255, 255, 0.5) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding: 0px 16px;
  margin: 24px 0px;
}

.webinar-page .main-banner .flex .col a,
.webinar-page .join-us .demo-free-link,
.register-section .right .register-btn-btn {
  background: #517EFF 0% 0% no-repeat padding-box;
  border-radius: 28px;
  text-decoration: none;
  font: normal normal 600 20px/24px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 15.5px 62.5px;
  margin: 37px 0px;
  display: block;
  width: fit-content;
  cursor: pointer;
}

/* .webinar-page .details {
  background: transparent linear-gradient(92deg, #D1C6FD 0%, #94AEFC 100%) 0% 0% no-repeat padding-box;
border: 1px solid #C4D4FF;
border-radius: 24px;
} */
.webinar-page .details .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent linear-gradient(92deg, #D1C6FD 0%, #94AEFC 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #C4D4FF;
  border-radius: 24px;
  height: 168px;
  justify-content: space-around;
  position: relative;
  bottom: 30px;
}

.webinar-page .announce {
  border-radius: 12px;
  padding-bottom: 150px;
}

.webinar-page .announcement {
  background: url('../img/announement-webinar.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: flex-end;
  height: 675px;
  align-items: center;
}

.webinar-page .announcement .content {
  width: 565px;
  height: auto;
  background: rgba(255, 255, 255, 0.7) 0% 0% no-repeat padding-box;
  border: 1px solid #C4D4FF;
  border-radius: 24px;
  opacity: 1;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  position: relative;
  right: 57px;
  padding: 50px;
}

.webinar-page .announcement .content h2 {
  font: normal normal bold 32px/58px Inter;
  letter-spacing: 0px;
  color: #050F42;
}

.webinar-page .announcement .content ul li {
  font: normal normal normal 22px/34px Inter;
  letter-spacing: 0px;
  color: #050F42;
  padding: 24px 0px 0px;
  list-style: disc;
}

.webinar-page .announcement .content ul li span {
  font: normal normal bold 22px/34px Inter;
  display: block;
}

.webinar-page .join-us {
  padding: 100px 0px;
}

.webinar-page .join-us .flex {
  display: flex;
  gap: 30px;
  align-items: self-start;
}

.webinar-page .join-us .flex .col {
  width: 50%;
}

.webinar-page .join-us h2 {
  font: normal normal 800 50px/60px Inter;
  letter-spacing: 0px;
  color: #050F42;
  text-align: left;
}

.webinar-page .join-us p {
  font: normal normal normal 18px/32px Inter;
  letter-spacing: 0px;
  color: #050F42;
  text-align: left;
  padding: 22px 0px 0px;
}

.webinar-page .join-us .demo-free-link {
  margin: 30px auto;
  cursor: pointer;
  transition: all .3s;
}

.webinar-page .join-us .demo-free-link:hover,
.webinar-page .main-banner .flex .col a:hover,
.webinar-page .join-us .demo-free-link:hover,
.register-section .right .register-btn-btn:hover {
  transform: scale(1.01);
}

.webinar-page .presented {
  background: #D9E0FF 0% 0% no-repeat padding-box;
  border: 1px solid #C4D4FF;
  border-radius: 24px;
  opacity: 1;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  height: 432px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-direction: column;
  margin-bottom: 150px;
}

.webinar-page .presented h2 {
  font: normal normal 800 40px/60px Inter;
  letter-spacing: 0px;
  color: #050F42;
  text-align: center;
}

.webinar-page .presented .presenterDetails {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
}

.webinar-page .presented .presenterDetails img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  object-fit: cover;
}

.webinar-page .presented .presenterDetails h3 {
  font: normal normal bold 34px/50px Inter;
  letter-spacing: 0px;
  color: #1A1A1A;
}

.webinar-page .presented .presenterDetails p {
  font: normal normal 600 18px/32px Inter;
  letter-spacing: 0px;
  color: #517EFB;
}

.webinar-page .webinar-banner {
  background-image: url("../img/hero-banner.png");
  height: 420px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  position: relative;
  padding-top: 160px;
}

.webinar-page .content-section {
  padding: 100px 0px 0px;
}

.webinar-page .content-section p {
  text-align: center;
  font: normal normal normal 18px/32px Inter;
  letter-spacing: 0px;
  color: #050F42;
  padding: 0px 97px;
}

.webinar-page .webinar-banner h1 {
  font: normal normal 900 60px/74px Inter;
  text-align: center;
  color: #000000;
}

.webinar-page .webinar-banner h1 span {
  color: #65F7B3;
}

.webinar-page .webinar-banner p {
  text-align: center;
  font: normal normal normal 18px/30px Inter;
  letter-spacing: 0px;
  color: #191F4F;
  padding: 17px 0px;
}

.webinar-page .register-section {
  background: #F3F6FF 0% 0% no-repeat padding-box;
  border: 1px solid #C4D4FF;
  border-radius: 24px;
  opacity: 1;
  width: 1020px;
  position: absolute;
  height: 297px;
  display: flex;
  /* justify-content: space-around; */
  align-items: center;
  left: 50%;
  top: 70%;
  transform: translate(-50%, 0%);
  /* bottom: 0; */
}

.webinar-banner .register-section h2 {
  font: normal normal 800 32px/36px Inter;
  letter-spacing: 0px;
  color: #050F42;
}

.webinar-banner .register-section p {
  text-align: left;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0px;
  color: #1A1A1A;
  padding: 0;
  opacity: 1;
}

.webinar-banner .register-section ul li {
  font: normal normal 500 15px/24px Inter;
  letter-spacing: 0px;
  color: #1A1A1A;
  opacity: 1;
  padding-left: 20px;
  position: relative;
  padding: 16px 0px 0px 20px;
}

.webinar-banner .register-section ul li::before {
  content: '';
  background-color: #517EFB;
  left: 0px;
  position: absolute;
  top: 23px;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}

.webinar-page .input-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
}

.webinar-page .input-box input {
  background: rgb(217, 224, 255, 0.5) 0% 0% no-repeat padding-box;
  border: 1px solid #C4D4FF;
  border-radius: 28px;
  opacity: 1;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  width: 576px;
  height: 56px;
  padding: 20px;
}

.webinar-page .join-us .input-box .demo-free-link {
  width: fit-content !important;
  color: #FFFFFF;
  padding: 15.5px 35px;
  margin: 37px 0px;
  display: block;
  width: 35%;
  position: absolute;
  right: 0;
  cursor: pointer;
}

.webinar-banner .register-section h3 {
  font: normal normal 800 24px/36px Inter;
  letter-spacing: 0px;
  color: #050F42;
  margin: 32px 0px 22px;
}

.presentedBy {
  background: #D9E0FF 0% 0% no-repeat padding-box;
  border: 1px solid #C4D4FF;
  border-radius: 24px;
  opacity: 1;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding: 86px 50px 50px;
}

.presentedBy h2 {
  font: normal normal 800 40px/60px Inter;
  text-align: center;
  letter-spacing: 0px;
  color: #050F42;
  opacity: 1;
}

.presentedBy .inner-wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.presentedBy .inner-wrap .col {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 56px 0px;
  gap: 16px;
}

.presentedBy .inner-wrap .col .wrap {
  display: flex;
  flex-direction: column;
  padding: 0px 18px
}

.presentedBy .inner-wrap .col .wrap:first-child,
.presentedBy .inner-wrap .col .wrap:first-child h3,
.presentedBy .inner-wrap .col .wrap:first-child strong {
  text-align: right;
}

.presentedBy .inner-wrap .col img {
  width: 128px;
  height: 128px;
  object-fit: cover;
  border-radius: 50%;
}

.presentedBy .inner-wrap h3 {
  font: normal normal bold 32px/50px Inter;
  letter-spacing: 0px;
  color: #1A1A1A;
}

.presentedBy .inner-wrap strong {
  font: normal normal 600 18px/32px Inter;
  letter-spacing: 0px;
  color: #517EFB;
}

.presentedBy .inner-wrap p {
  font: normal normal normal 15px/24px Inter;
  letter-spacing: 0px;
  color: #050F42;
}

.demand-section h2 {
  font: normal normal 800 60px/68px Inter;
  text-align: center;
  padding: 100px 0px 0px;
}

.demand-section .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 20px;
  padding: 70px 0px 35px;
  height: 100%;
}

.demand-section .grid .card {
  transition: all .4s linear;
}

.demand-section .grid .card img {
  width: 336px;
  height: 203px;
  object-fit: cover;
  border-radius: 8px;
}

.demand-section .grid .card a {
  text-decoration: none;
}

.demand-section .grid .card:hover {
  box-shadow: 12px 15px 5px 3pxrgba(245, 245, 235, 0.96);
  transform: scale(1.01);
}

.demand-section .grid .card:hover h4 {
  color: #517EFB;
}

.demand-section .grid .footer {
  /* box-shadow: 0px 3px 6px #00000029; */
  border-radius: 0px 0px 8px 8px;
  opacity: 1;
  padding: 20px 0px;
  width: 336px;
}

.demand-section .grid .footer h4 {
  font: normal normal bold 18px/25px Inter;
  letter-spacing: 0px;
  color: #2D2D2D;
  text-decoration: none;
}

.demand-section .grid .footer p {
  font: normal normal normal 15px/20px Inter;
  letter-spacing: 0px;
  color: #2D2D2D;
}

.webinar-page .user-count-content .column:last-child {
  position: relative;
}

.webinar-page .user-count-content .column:last-child::before {
  content: '';
  background-color: #eee;
  height: 50%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 13px;
}

.webinar-page .user-count-content {
  margin-top: 140px;
}

.radio-container {
  display: flex;
  flex-direction: column;
}

.radio-container input[type="radio"] {
  display: none;
}

.radio-container input[type="radio"]+label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  font: normal normal normal 18px/32px Inter;
  color: #050F42;
  cursor: pointer;
  margin-bottom: 10px;
}

.radio-container input[type="radio"]+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 4px solid transparent;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #D6DAE5;
  transition: all .3s ease;
}

.radio-container input[type="radio"]:checked+label:before {
  background-color: #fff;
  border: 4px solid #517DFB;
}

.radio-container input[type="radio"]:checked+label {
  font: normal normal bold 18px/32px Inter;
  letter-spacing: 0px;
  color: #050F42;
}

.register-section .right .register-btn-btn {
  margin: 17px 0px;
  padding: 15px 50px;
}

/* .webinar-page .register-section {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 50px 10px;
    margin: 0px auto;
    position: relative;
  } */
.webinar-page .register-section .left {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: center;
  padding: 50px;
  background: #fff;
  width: 60%;
  height: 100%;
  border-radius: 24px 0px 0px 24px;
  padding: 0px 50px;
}

.webinar-page .register-section .right {
  width: 40%;
  padding: 0px 0px 0px 53px;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: center;
}

.webinar-page .upcomingEvents {
  background: #3858E2 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 40px 40px;
  margin-top: 120px;
}

.webinar-page .upcomingEvents h2.subtext {
  font: normal normal 800 18px/60px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  text-align: center;
}

.webinar-page .upcomingEvents h3 {
  text-align: center;
  font: normal normal 800 40px/52px Inter;
  color: #fff;
  width: 75%;
  text-align: center;
  margin: auto;
}

.webinar-page .upcomingEvents h3 span {
  color: #63F5B6;
}

.webinar-page .upcomingEvents .eventCard {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E5E5E5;
  border-radius: 24px;
  opacity: 1;
  margin: 50px 50px 0px;
  height: 164px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 24px 85px 24px 24px;
  gap: 24px;
}

.webinar-page .upcomingEvents .eventCard .date {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E5E5E5;
  border-radius: 14px;
  opacity: 1;
  width: 96px;
  height: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.webinar-page .upcomingEvents .eventCard .date p,
.webinar-page .upcomingEvents .eventCard .date p sup {
  font: normal normal 600 28px/45px Inter;
}

.webinar-page .upcomingEvents .eventCard .date p sup {
  font-size: 16px;
}

.webinar-page .upcomingEvents .eventCard .date p:first-child {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.webinar-page .upcomingEvents .eventCard .time {
  width: 190px;
  font: normal normal 400 18px/28px Inter;
}

.webinar-page .upcomingEvents .eventCard .register {
  margin-left: auto;
}

.webinar-page .upcomingEvents .eventCard .register a {
  background: #517EFF 0% 0% no-repeat padding-box;
  border-radius: 28px;
  text-align: center;
  font: normal normal 600 20px/24px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  width: 310px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* revamp home page */
.user-count-content .user-count {
  position: relative;
}

.user-count-content .user-count::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 14px;
  height: 65%;
  width: 1px;
  background-color: #D0E0E3;
}

.user-count-content .user-count h2 {
  text-align: left;
  font: normal normal 600 28px/44px Inter;
  letter-spacing: 0px;
  color: #323762;
  opacity: 1;
}

.user-count-content .user-count h3 {
  text-align: center;
  color: #323762;
  font: normal normal 800 24px/44px Inter;
}

.user-count-content .flex {
  margin: 0px 100px 0px;
}

.mainBanner.home {
  padding: 157px 0px 0px;
}

.service-section .card {
  background: #2C49D7;
  border-radius: 36px;
  margin: 100px 0px;
}

.service-section .card .flex {
  padding: 70px 60px;
  align-items: center;
  justify-content: center;
}

.service-section .card .flex .col.second {
  padding: 58px 48px 58px 48px;
}

.service-section .card .flex .col {
  width: 50%;
}

.service-section .card img {
  max-width: 100%;
  height: auto;
}

.service-section .card h3 {
  font: normal normal bold 40px/50px Inter;
  letter-spacing: 0px;
  color: #84E4FF;
  padding-bottom: 16px;
}

.service-section .card.second h3 {
  color: #050F42;
}

.service-section .card p {
  font: normal normal normal 20px/30px Inter;
  letter-spacing: 0px;
  color: #FEFEFE;
}

.service-section .card.second p {
  color: #050F42;
}

.service-section .card.second {
  background: #F3F6FF;
  border: 1px solid #C4D4FF;
  border-radius: 36px;
}

/*  */
.why-show.home.second .wrap {
  margin: 130px 0px 0px;
}

.why-choose h2 {
  padding-bottom: 16px;
  font: normal normal 800 50px/60px Inter;
  color: #050F42;
}

.show-home {
  background-color: #FBFBFB;
}

.why-choose img {
  max-width: 100%;
  height: auto;
}

.why-choose p.line {
  position: relative;
  padding-bottom: 72px;
}

.why-choose p.line::after {
  content: "";
  position: absolute;
  background-color: #050F42;
  top: 8px;
  width: 62%;
  height: 1px;
  right: 0px;
}

.why-show.home .wrap h2 {
  width: 100%;
  position: relative;
  left: 0px;
  padding-left: 120px;
}

.why-show.home .wrap h2::after {
  content: "";
  position: absolute;
  background-color: #050F42;
  top: 30px;
  width: 10%;
  height: 1px;
  left: 0px;
}

.why-show.home h2::before,
.why-show.home h2::after {
  content: unset;
}

.why-show.home .flex.second {
  margin: 44px 0px;
}

.why-show.home .flex.second .col.left {
  background: #050F42;
  border: 1px solid #C4D4FF;
  border-radius: 24px;
}

.why-show.home .flex.second .col.left h3 {
  font: normal normal bold 36px/50px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.why-show.home .flex p {
  font: normal normal normal 20px/30px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.why-show.home .flex.second .col.left img {
  /* bottom: -36px; */
  margin-top: 0px;
}

.why-show.home .flex.second .col.right h3 {
  color: #1A1A1A;
  font: normal normal bold 36px/50px Inter;
}

.why-show.home .flex.second .col.right {
  background: #F3F6FF;
  border: 1px solid #C4D4FF;
  border-radius: 24px;
  overflow: hidden;
}

.why-show.home .flex.second .col.right img {
  width: 90%;

}
.why-show.home .flex.second .col.right.one img {
  width: 100%;

}
.why-show.home .flex.first {
  background: #2D4AD8;
  border: 1px solid #C4D4FF;
  border-radius: 24px;
}

.why-show.home .flex.first h3 {
  color: #ffffff;
}

.why-choose.home {
  padding-bottom: 125px;
}

.tab-section-show {
  padding: 125px 0px;
  background-color: #ffffff;
}

.tab-section-show h2 {
  text-align: center;
  font: normal normal 800 50px/60px Inter;
  color: #050F42;
}

/*  */
.mainBanner.home {
  padding: 200px 0px 0px;
}

.why-show.home.second .flex.second .col.left {
  background: #F3F6FF;
  border: 1px solid #C4D4FF;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.why-show.home.second .flex.second .col.left h3 {
  font: normal normal bold 36px/50px Inter;
  color: #1A1A1A;
}

.why-show.home.second .flex.second .col.left p,
.why-show.home .flex.second .col.right p {
  font: normal normal normal 20px/30px Inter;
  letter-spacing: 0px;
  color: #1A1A1A;
  padding: 24px 42px 0px;
}
.why-show .flex.second .col.left p {
  font: normal normal normal 20px/30px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 24px 42px 0px;
}

.why-show.home.second .flex.second .col.left img {
  left: 20px;
  width: 90%;
}

.why-show.home.second .flex.second .col.right {
  background: #FBFCFF;
  border: 1px solid #C4D4FF;
}

.why-show.home.second .flex.second .col.right.one {
  background: #2D4AD8;
  border: 1px solid #C4D4FF;
  height: 688px;
}

.why-show.home .flex.second .col.right.one h3 {
  font: normal normal bold 36px/50px Inter;
  color: #FFFFFF;
}

.why-show.home .flex.second .col.right.one p {
  font: normal normal normal 20px/30px Inter;
  color: #FFFFFF;
  padding: 24px 42px 0px;
}

.why-show.home .flex .col p {
  padding: 24px 0px 0px;
}

.why-show .flex.second .col.right.one img {
  left: 0px;
}

.why-show.home .flex.second .col.left.one img {
  width: 100%;
  left: 0px;
  bottom: 0px;
}

.why-show .flex.second {
  gap: 40px 26px !important;
}

.workflow .flex {
  align-items: center;
  background-image: url('../img/integration-bg.png');
  background-position: center;
  background-size: cover;
  border: 1px solid #C4D4FF;
  border-radius: 32px;
  height: 434px;
  padding: 80px 50px;
  margin: 80px 0px;
}

.workflow .flex .col {
  width: 50%;
}

.workflow .flex h3 {
  font: normal normal 800 36px/52px Inter;
  color: #FBFBFB;
}

.testimonial {
  background: #1031D4;
  position: relative;
}

.testimonial::before {
  content: url('../img/ball-xl.png');
  position: absolute;
  top: 0;
  left: -50px;
  top: 120px;
}

.testimonial::after {
  content: url('../img/ball-xl.png');
  position: absolute;
  right: -80px;
  bottom: 20px;
}

.testimonial h2 {
  font: normal normal bold 50px/60px Inter;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 80px;
}

.testimonial {
  padding: 100px 0px 180px;
  margin: 120px 0px 0px;
}

.slider .card-wrap {
  width: 450px !important;
  border: 2px solid #345EF6;
  border-radius: 38px;
  padding: 45px;
  margin: 50px 20px 20px !important;
}

.slider .card-wrap h4 {
  font: normal normal 600 18px/30px Inter;
  padding: 40px 0px;
  color: #FFFFFF;
  height: 250px;
}

.slider .card-wrap .footer img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.slider .card-wrap .footer {
  display: flex;
  justify-content: end;
  gap: 16px;
}

.slider .card-wrap .footer p.role-name {
  font: normal normal 800 24px/32px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;

}

.slider .card-wrap .footer p {
  font: normal normal 500 18px/20px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;

}

.slider .card-wrap .footer .inner-wrap {
  width: 200px;
}

.industry-tabs.tabs {
  display: flex;
  gap: 10px;
  padding: 80px 0px 40px;
  justify-content: space-between;
  align-items: center;
}

.tab-link-show {
  width: 224px;
  height: 64px;
  padding: 14px 18px;
  font: normal normal 600 20px/24px Inter;
  letter-spacing: 0px;
  background: #F3F6FF;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #C4D4FF;
  color: #888D99;
  cursor: pointer;
  border-radius: 16px;
  transition: all 0.3s;
}

.tab-link-show:hover {
  color: #050F42;
  background: #F3F6FF;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #C4D4FF;
  transform: scale(1.02);
}

.tab-link-show.active {
  background: #050F42;
  box-shadow: 0px 3px 6px #00000029;
  color: #ffffff;

}

.tab-contents {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.tab-contents.active {
  display: block;
  opacity: 1;
}

.tab-section-show .flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F6FF;
  border: 1px solid #C4D4FF;
  border-radius: 24px;
  padding: 30px 80px;
  height: 560px;
}

.tab-contents h3 {
  font: normal normal bold 40px/50px Inter;
  color: #1A1A1A;
  padding: 0px 80px 0px 0px;
}

.tab-contents h3 span {
  font: normal normal bold 40px/50px Inter;
  color: #2C49D7;
}

.tab-contents p {
  font: normal normal normal 20px/30px Inter;
  letter-spacing: 0px;
  color: #1A1A1A;
  padding: 15px 100px 0px 0px;
}

.video-section {
  position: relative;
}

.video-section::after {
  content: "";
  background: transparent linear-gradient(137deg, #43EAE4 0%, #517EFF 54%, #517EFF 100%) 0% 0% no-repeat padding-box;
  opacity: 0.15;
  filter: blur(50px);
  position: absolute;
  top: -50%;
  right: 0;
  width: 15%;
  height: 100%;
}

.marketing-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;

}

.marketing-logo .column {
  width: 202px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 118px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #C4D4FF;
  border-radius: 24px;
  opacity: 0.8;
}

/* end */
@keyframes moveImages {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media (min-width: 1600px) {

  /* .inner-wrap .left-section img {
    padding: 180px 0 50px;
  } */
  .ask-demo {
    height: 100vh;
  }

  .inner-wrap .left-section img {
    width: 70%;
    padding: 30px 0;
  }

  .inner-wrap .left-section.four img {
    width: 60%;
  }

  .ask-demo .right-section .content h3 {
    font-size: 1.8rem;
    width: 90%;
  }

  .ask-demo .right-section p {
    font-size: 1rem;
    width: 455px;
  }

  .ask-demo .right-section .content h3::before {
    content: " ";
    top: 2px;
    width: 60px;
    height: 60px;
    line-height: 36px;
  }
}

@media (min-width: 1200px) {
  .show-home .container {
    max-width: 1100px;
  }
  .show-home .container.show {
    max-width: 1004px;
  }
}

@media screen and (max-width: 1199px) {
  .featureWrap ul li {
    width: 50%;
  }

  .darkMode .difference .flex .row .col-xs-12 {
    min-height: 320px;
  }

  .certified_blocks img {
    width: 60px;
  }

  .certified p {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1439px) {
  .formWrapper .mainSection form #show-price-request-phone-number-input {
    width: 89% !important;
  }

  .webinar-page .register-section {
    height: auto;
  }

  .webinar-page .register-section .right {
    padding: 0px 0px 0px 35px;
  }

  .webinar-page .register-section .left {
    padding: 25px 20px;
  }

  .webinar-page .main-banner h1,
  .webinar-page .main-banner h1 span {
    font: normal normal 800 50px/62px Inter;
  }

  .webinar-page .demoBook .text-wrap::after {
    right: -80%;
  }
  .marketing-logo .column{
    width: 200px;
    height: 118px;
  }
}

@media screen and (max-width: 992px) {

  .why-show h2::after {
    left: 35%;
    top: -10px;
  }

  .why-show h2::before {
    position: absolute;
    top: -20px;
    left: 40%;
  }

  .why-show h2 {
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
    left: 0;
    width: 100%;
  }

  .what_vfm .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list_products {
    margin: 0px !important;
  }

  .what_vfm .flex .graphics {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 420px;
    margin: 50px auto 0;
  }

  .what_vfm .flex .txt {
    max-width: 100%;
    text-align: center;
  }

  .features h3 br {
    display: none;
  }

  .features .communication {
    margin-top: 50px;
  }

  .growthTool .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .growthTool .flex .col {
    max-width: 100%;
    width: 100%;
  }

  .growthTool .flex .col p {
    text-align: center;
    margin-bottom: 50px;
  }

  .growthTool .flex .col .graphics {
    text-align: center;
  }

  .growthTool .flex .col .graphics img {
    width: 100%;
    height: auto;
  }

  .clients .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .clients .flex .colTxt {
    max-width: 100%;
    width: 100%;
  }

  .clients .flex .colTxt h5 br {
    display: none;
  }

  .clients .flex .colLogo {
    margin-top: 50px;
    width: 100%;
  }

  .standOut .flex ul:nth-child(even) li:first-child {
    padding-left: 30px;
  }

  .integration ul li {
    width: 155px;
  }

  .integration ul li a img {
    height: 30px;
  }

  .solutions ul.nav li:first-child {
    min-width: 240px;
  }

  .mainBanner.features h1 br {
    display: none;
  }

  .featureWrap ul li .title {
    font-size: 1.625rem;
  }

  .featureWrap ul li .sub-title {
    font-size: 1.25rem;
  }

  .featureWrap ul li p {
    font-size: 1rem;
  }

  .featureWrap ul li:last-child {
    padding-left: 15px;
  }

  .videoEmail h2 {
    font-size: 3rem;
  }

  .videoMgmt h3 {
    font-size: 3rem;
  }

  .videoMgmt h3 br {
    display: none;
  }

  .growthTool.features h4 {
    font-size: 3rem;
  }

  .growthTool.features h4 br {
    display: none;
  }

  .growthTool.features ul li {
    width: 47%;
  }

  .growthTool.features ul li .title {
    font-size: 1.5rem;
  }

  .quize h5 {
    font-size: 3rem;
  }

  .quize h5 br {
    display: none;
  }

  .quize ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .quize ul li {
    width: 100% !important;
    text-align: center;
  }

  .quize ul li img {
    margin-bottom: 30px;
  }

  .darkMode .difference .flex .col .title {
    font-size: 1.5rem;
  }

  .darkMode .difference .flex .row .col-xs-12 {
    min-height: 440px;
  }

  .certified_blocks .row {
    flex-wrap: wrap;
  }

  .certified {
    max-width: 45%;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .formWrapper .mainSection {
    height: 100%;
    padding: 0;
  }

  .formWrapper .mainSection .leftSection h2 {
    padding: 20px;
  }

  .formWrapper .mainSection .leftSection .b-img {
    max-width: 100%;
    position: relative;
    height: auto;
  }

  .sale_support_form_name.flex {
    gap: 15px;
  }

  .formWrapper .mainSection .leftSection .header h2 br {
    display: none;
  }

  .formWrapper .mainSection nav {
    padding: 0;
  }

  .announcement-wrap .flex h3 br {
    display: none;
  }

  .comparisionPage.compare.brevo .announce.marketing .announcement-wrap .flex .col img {
    top: 45px;
    left: -54px;
  }

  .comparisionPage.compare .announce.marketing .announcement-wrap .flex .col img {
    top: 25px;
    left: -24px;
  }

  .cold-marketing.ai .announcement-wrap .flex .col {
    width: 100%;
  }

  .cold-marketing.ai .announce.cold-sales .flex .col img {
    left: 20px;
    bottom: -77px;
  }

  .mainBanner.newBannerShow {
    background-position: 20% 70% !important;
  }

  .announce.marketing .announcement-wrap .flex .col img {
    top: -30px;
  }

  .comparisionPage .announcement-wrap .flex p {
    line-height: 24px;
  }

  .comparisionPage .tableSec table th {
    line-height: 36px;
  }

  .comparisionPage .mainBanner {
    height: 850px;
  }

  .announce.marketing .announcement-wrap .flex .col img {
    top: -30px;
  }

  .comparisionPage .announcement-wrap {
    padding: 40px;
  }

  .comparisionPage .announcement-wrap .flex.first {
    padding: 0;
    flex-direction: row;
  }

  .comparisionPage .announce.marketing .announcement-wrap .flex .col img {
    top: 70px;
    transform: scale(1.1);
    left: -28px;
  }

  .ask-demo {
    height: 400px;
  }

  .announcement-wrap .flex p {
    width: 100%;
  }

  .announce.email-automation .announcement-wrap .flex .col img {
    left: 61px;
    bottom: -52px;
    transform: scale(1);
  }

  .email-automation .announcement-wrap {
    padding-top: 5px;
    padding-bottom: 0;
  }

  section.faq-new {
    padding: 100px 50px;
  }

  .announce::after {
    content: unset;
  }

  .newLandingPage.aiShowPage .announcement-wrap .flex .col {
    width: 100%;
  }

  .newLandingPage.aiShowPage .services-us .col-1 p {
    width: 100% !important;
  }

  .announcement-wrap .flex .col img {
    transform: scale(1.1);
    left: 20px;
    bottom: -100px;
  }

  .faq-new::after,
  .faq-new::before,
  .compliance .line-after::after,
  .why-show h2::after,
  .demoBook .text-wrap::after,
  .demoBook::after {
    content: unset;
  }

  .demoBook .text-wrap {
    width: 90%;
  }

  .demoBook .text-wrap::after {
    right: -25%;
  }

  .inner-wrap .left-section {
    width: 50%;
  }

  .inner-wrap .right-section {
    width: 40%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 30px 25px;
  }

  .ask-demo .right-section .content h3 {
    text-align: left;
    font-size: 22px;
    line-height: 28px;
    width: 100%;
  }

  .ask-demo .right-section .content h3::before {
    left: -52px;
    width: 40px;
    height: 40px;
    line-height: 15px;
  }

  .show-home .details .wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .show-home .details .wrap .item {
    margin-bottom: 30px;
  }

  .line-after::after {
    width: 20%;
    right: 15px;
  }

  .show-diff img,
  .why-show .flex.first .col:last-child img,
  .why-show .flex.second .col.left img,
  .askShow .item img {
    width: 100%;
  }

  .why-show .flex.second .col.right img {
    width: 83%;
  }

  .why-show {
    width: 100%;
  }

  .flex.first {
    flex-direction: column;

    padding: 50px 0;
  }

  .why-show .flex.third .col:last-child {
    padding: 50px 75px;
  }

  .flex.third {
    flex-direction: column;
  }

  .why-show .flex h3 {
    font-size: 30px;
    line-height: 35px;
  }

  .why-show .flex.second .col.left h3,
  .why-show .flex.second .col.left p,
  .why-show .flex.second .col.right h3,
  .why-show .flex.second .col.right p {
    padding: 30px 20px 0px;
  }

  .askShow .item:last-child {
    padding: 40px;
  }

  .askShow .item .content {
    width: 100%;
  }

  .askShow .item .content h3::before {
    left: -21%;
  }

  .showUsers img {
    width: 100%;
  }

  .show-home .privacy {
    /* grid-template-columns: repeat(2, 1fr); */
    margin-left: 0;
  }

  .show-home .privacy .item {
    text-align: center;
    margin-bottom: 50px;
  }

  .compliance .line-after::after {
    width: 65%;
    top: 75%;
    right: 60px;
  }

  .faq-new .faq-wrap {
    flex-direction: column;
  }

  .faq-new .panel-group .panel {
    width: 100%;
  }

  .faq-wrap .text h2 {
    margin-top: -25px;
    margin-bottom: 30px;
  }

  .team .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team .grid .item img {
    max-width: 100%;
  }

  .subscribe form.invalid .input-box::after {
    top: 22%;
    right: 35%;
  }

  .newLandingPage .about-us.crm .col-right {
    padding-left: 0;
  }

  .formWrapper .mainSection {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 0px 30px;
  }

  .formWrapper .mainSection .rightSection,
  .formWrapper .mainSection .leftSection {
    width: 100%;
    height: 100%;
  }

  .formWrapper .mainSection .rightSection {
    margin: 20px 10px;
    height: 100%;
    justify-content: unset;
  }

  .formWrapper .mainSection section {
    padding: 0;
  }

  .formWrapper .mainSection form #show-price-request-phone-number-input {
    width: 92% !important;
  }

  .webinar-page .main-banner h1 {
    font: normal normal 800 40px/48px Inter;
    padding: 0;
  }

  .webinar-page .main-banner .flex .col:first-child {
    width: 60%;
  }

  .webinar-page .main-banner h1 br {
    display: none;
  }

  .webinar-page .main-banner .flex .col p {
    font: normal normal bold 20px/50px Inter;
  }

  .webinar-page .register-section {
    width: 100%;
    position: relative;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
  }

  .webinar-page .register-section .left,
  .webinar-page .register-section .right {
    width: 100%;
    border-radius: 24px 24px 0px 0px;
    padding: 50px;
    align-items: center;
  }

  .radio-container input[type="radio"]:checked+label {
    font: normal normal bold 16px/32px Inter;
  }

  .presentedBy .inner-wrap,
  .presentedBy .inner-wrap .col {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  .webinar-page .user-count-content {
    margin-top: 0px;
  }

  .presentedBy .inner-wrap .col .wrap:first-child,
  .presentedBy .inner-wrap .col .wrap:first-child h3,
  .presentedBy .inner-wrap .col .wrap:first-child strong,
  .presentedBy .inner-wrap strong,
  .presentedBy .inner-wrap p,
  .presentedBy .inner-wrap h3 {
    text-align: center;
  }

  .webinar-page .webinar-banner {
    height: 520px;
    padding: 175px 0px 0px;
  }

  .presentedBy .inner-wrap {
    padding: 36px 10px 50px;
  }

  .presentedBy .inner-wrap .col {
    gap: 0px;
    padding: 0px;
  }

  .webinar-page .input-box {
    width: 100%;
    margin: 30px 0px;
  }

  .webinar-page .join-us .input-box .demo-free-link {
    width: fit-content
  }

  .webinar-page .join-us .input-box .demo-free-link {
    right: 70px
  }

  .webinar-page .upcomingEvents h3 {
    width: 100%;
  }

  .webinar-page .upcomingEvents .eventCard {
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    align-items: center;
  }

  .webinar-page .upcomingEvents .eventCard .date {
    height: auto;
  }

  .webinar-page .upcomingEvents .eventCard .time {
    width: auto;
  }

  .webinar-page .upcomingEvents .eventCard .register {
    margin-left: unset;
  }

  /* home page revamp */
  .user-count-content .flex {
    margin: 0px 30px;
  }

  .user-count-content .user-count h2,
  .user-count-content .user-count h3 {
    font-size: 18px !important;
    line-height: 20px !important;
  }

  .user-count-content .user-count::after {
    content: unset;
  }

  .service-section .card .flex {
    padding: 50px;
  }

  .service-section .card .flex .col.second {
    padding: 20px;
  }

  .tab-section-show .flex-container {
    padding: 30px;
  }

  .why-choose p.line::after,
  .why-show.home .wrap h2::after {
    content: unset;
  }

  .tab-link-show {
    font: normal normal 600 18px/18px Inter;
  }

  br {
    display: none;
  }

  .why-show.home .wrap h2 {
    padding-left: 0px;
  }

  .why-show.home.second .flex.second .col.right.one {
    height: auto;
  }

  .why-show.home .flex.first .col:last-child img {
    float: right;
    width: 80%;
    bottom: -50px;
    margin-top: 0px;
  }

  .why-show.home .flex.second .col.left.one img {
    margin-top: 50px;
    bottom: 0px;
  }

  .why-show.home .flex.second .col.right img {
    width: 95%;
  }

  .why-show.home .flex .col p {
    padding: 20px 0px 0px;
  }
  .why-choose.home{
    padding-bottom: 80px;
  }
  .tab-section-show{
    padding: 80px 0px;
  }
  .why-show.home.second .flex.second .col.left img {
    left: 0px;
    width: 100%;
  }

  .service-section .card {
    margin: 50px 0px;
  }

  .tab-contents h3,
  .tab-contents h3 span {
    font: normal normal bold 34px/40px Inter;
    padding: 0px;
  }

  .tab-contents p {
    padding: 0px;
  }

  .why-show.home .flex.second .col.right h3 {
    line-height: 40px;
  }


  .service-section .card p {
    font: normal normal normal 20px/30px Inter;
    letter-spacing: 0px;
    color: #FEFEFE;
  }

  .service-section .card.second p {
    color: #050F42;
  }

  .service-section .card.second {
    background: #F3F6FF;
    border: 1px solid #C4D4FF;
    border-radius: 36px;
  }

  .service-section .card p {
    font: normal normal normal 20px/30px Inter;
    letter-spacing: 0px;
    color: #FEFEFE;
  }

  .service-section .card.second p {
    color: #050F42;
  }

  .service-section .card.second {
    background: #F3F6FF;
    border: 1px solid #C4D4FF;
    border-radius: 36px;
  }

  .video {
    width: auto !important;
    margin: 50px 30px 0px;
    border-radius: 8px;
    position: relative;
  }

  .marketing-logo .column {
    width: 145px;
    height: 90px;
    padding: 20px;
  }
  .mainBanner.home h1::after{
    content: unset;
  }
  .why-show .flex.second .col.left{
    height: auto;
  }
  .why-show.home.second .flex.second .col.left p, .why-show.home .flex.second .col.right p,
  .why-show.home .flex.second .col.right.one p{
    padding: 24px 24px 0px;
  }
}

@media screen and (max-width: 767px) {
  .announcement-wrap .flex h3 br {
    display: none;
  }

  .comparisionPage.compare .marketing .announcement-wrap .flex {
    gap: 0;
  }

  .comparisionPage.compare .announce.marketing .announcement-wrap .flex .col img {
    left: 0px;
  }

  .comparisionPage.compare.brevo .announce.marketing .announcement-wrap .flex .col img {
    left: -8px;
  }

  .cold-marketing.ai .announce.cold-sales .flex .col img {
    left: 5px;
    bottom: -40px;
  }

  /* table */
  .comparisionPage .mainBanner {
    height: 875px;
  }

  .tableSec table th {
    line-height: 36px !important;
  }

  .tableSec {
    overflow-x: scroll !important;
  }

  ::-webkit-scrollbar {
    display: block;
  }

  /*  */
  .newLandingPage .input-box,
  .team .subscribe input[type="text"],
  .team .subscribe .demo-free-link {
    width: 100%;
  }

  .announce.marketing .announcement-wrap .flex .col img {
    top: -30px;
    left: -5px;
  }

  .subscribe #text,
  .subscribe #texts,
  .subscribe #textid {
    line-height: 20px;
  }

  .newLandingPage .why-show .flex.second .col.left h3,
  .newLandingPage .why-show .flex.second .col.right h3 {
    font: normal normal bold 30px/40px Inter;
  }

  .newLandingPage .why-show .flex.second .col.left p,
  .newLandingPage .why-show .flex.second .col.right p {
    padding: 30px 20px 30px 30px;
  }

  .newLandingPage .why-show .flex p {
    padding: 20px 0px 0 0;
  }

  .team .subscribe small {
    text-align: center;
  }

  .newLandingPage .about-us.crm {
    padding: 0;
  }

  .newLandingPage .about-us.crm .col,
  .newLandingPage .about-us.crm .col-right {
    width: 100%;
    text-align: center;
  }

  .newLandingPage .about-us.crm .col-right {
    padding-left: 0;
  }

  .newLandingPage .about-us.crm .col img {
    width: 100%;
    height: auto;
    padding: 0 20px;
  }

  .newLandingPage .about-us.crm .col-right p {
    width: 100%;
    padding: 0 20px 50px;
  }

  .newLandingPage .why-show .flex.second.fourth .col.right img {
    width: 90%;
    bottom: 0;
    left: -20px;
  }

  .subscribe form.invalid .input-box::after {
    top: 10%;
    right: 17%;
  }

  .team .subscribe form.invalid .input-box::after {
    top: 14%;
    right: 8%;
  }

  .why-show .flex.second.fourth .col.right {
    margin-bottom: 50px;
  }

  .homepageButtons {
    gap: 20px;
  }

  .newLandingPage .about-us.crm .demoBook {
    width: 100%;
  }

  .show-home .details {
    margin: 70px 20px 0 20px;
  }

  .show-home .show-diff p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .show-home .details .wrap .item img {
    margin-left: 0;
  }

  .team .grid .item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
  }

  .inner-wrap .left-section img {
    padding: 50px 0;
  }

  .inner-wrap .right-section {
    width: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 20px 0;
  }

  .ask-demo .right-section .content h3 {
    font-size: 20px;
    line-height: 25px;
    padding: 15px 0 0;
    width: 100%;
  }

  .ask-demo .right-section .content h3::before {
    width: 40px;
    height: 40px;
    line-height: 19px;
    top: 20px;
    left: -50px;
  }

  .askShow .item .content p,
  .ask-demo .right-section p {
    font-size: 15px;
    line-height: 22px;
    padding-top: 0;
    text-align: left;
    padding: 15px 0;
  }

  .inner-wrap .left-section {
    width: 100%;
  }

  .ask-demo .inner-wrap {
    display: flex;
    flex-direction: column;
  }

  .show-home .details .wrap .item,
  .show-home .details .wrap .item p {
    text-align: center;
  }

  .show-home .show-diff img {
    width: 100%;
  }

  .demoBook .text-wrap {
    width: 100%;
  }

  .line-after::after {
    content: unset;
    width: 100px;
    top: 77%;
    right: 40px;
  }

  .demoBook h2,
  .compliance .wrap h2,
  .faq-wrap .text h2,
  .why-show h2 span,
  .team-plan h2 span,
  .team .team-plan h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .team-plan h2 span br {
    display: none;
  }

  .faq-new::after,
  .faq-new::before,
  .compliance .line-after::after,
  .why-show h2::after,
  .demoBook .text-wrap::after,
  .demoBook::after {
    content: unset;
  }

  .team .team-plan p {
    width: 100%;
    text-align: center;
    padding: 20px 10px;
  }

  .faq-new .faq-wrap {
    flex-direction: column;
    position: relative;
    z-index: 1;
  }

  .faq-new .panel-group .panel {
    width: 100%;
  }

  .faq-wrap .text h2 {
    margin-bottom: 40px;
  }

  .team .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .team .grid .item img {
    max-width: 100%;
  }

  .compliance {
    margin: 60px 0 0;
  }

  section.faq-new {
    padding: 50px 0;
  }

  .personalizedVideo .mainBanner {
    margin: 80px 0 0;
  }

  .personalizedVideo .mainBanner p {
    margin: 30px auto;
  }

  .personalizedVideo .show_multi_section {
    margin: 50px 0 100px;
  }

  .personalizedVideo .show_multi_section a {
    text-align: left;
  }

  .personalizedVideo .videoHosting .faqs {
    padding: 10px 0 100px;
  }

  .personalizedVideo .bTob p {
    text-align: center;
    max-width: 100%;
  }

  .personalizedVideo .bTob.vh p a {
    min-width: 290px;
    margin: auto;
  }

  .homepageButtons {
    flex-direction: column;
  }

  .freeTrialButton {
    margin: 10px auto !important;
  }

  .container {
    width: 600px;
  }

  .mobileHide {
    margin: 0px 0 20px;
  }

  .mainBanner {
    min-height: 550px;
  }

  .mainBanner h1 {
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
    margin-top: 0;
  }

  .mainBanner p {
    text-align: center;
  }

  .mainBanner a {
    margin: 0 auto;
  }

  .mainBanner .graphics {
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    top: inherit;
    bottom: 0;
    opacity: 0.2;
  }

  .mainBanner.features h1 {
    margin-top: 100px;
  }

  .what_vfm {
    padding: 70px 0;
  }

  .what_vfm .flex .txt small {
    font-size: 1.5rem;
  }

  .what_vfm .flex .txt h2 {
    font-size: 1.5rem;
  }

  .what_vfm .flex .txt h2 sup {
    top: 5px;
    font-size: 0.2rem;
  }

  .what_vfm .flex .txt p {
    line-height: 1.6;
  }

  .what_vfm .flex .txt p a {
    text-decoration: underline;
  }

  .what_vfm .flex .txt p a:hover {
    color: #f1821e;
  }

  .features {
    padding: 80px 0;
  }

  .features h3 {
    font-size: 2.5rem;
  }

  .features .img {
    margin: 0 auto 60px;
  }

  .features .img:before {
    left: -20px;
  }

  .features .img img {
    margin-left: -20px;
  }

  .features .desc {
    text-align: center;
    padding-right: 0;
    max-width: 320px;
    margin: 0 auto 70px;
  }

  .standOut {
    padding: 70px 0;
  }

  .standOut h5 {
    font-size: 2.5rem;
  }

  .standOut .flex ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .standOut .flex ul li {
    width: 100% !important;
  }

  .standOut .flex ul li:last-of-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center !important;
    margin-bottom: 15px;
  }

  .standOut .flex ul li:first-of-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center !important;
  }

  .standOut .flex ul li .title {
    font-size: 1.875rem;
    text-align: center;
  }

  .integration .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .integration .flex .col1 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .integration .flex .col2 {
    width: 100%;
    text-align: center;
  }

  .integration .flex ul {
    max-width: 320px;
    margin: 0 auto;
  }

  .bTob img {
    display: none;
  }

  .launch_video {
    min-height: 480px !important;
  }

  .bTob h5 {
    font-size: 3rem;
    text-align: center;
  }

  .bTob p {
    text-align: center;
    max-width: 100%;
  }

  .bTob p a {
    max-width: 100%;
  }

  .solutions ul.nav {
    overflow-x: auto;
  }

  .solutions ul.nav li {
    width: auto;
    max-width: 250px;
    min-width: 150px;
  }

  .solutions ul.nav li:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .solutions ul.nav li a {
    white-space: nowrap;
  }

  .solutions h5 {
    font-size: 3rem;
  }

  .featureWrap ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 100px;
  }

  .featureWrap ul li {
    width: 100%;
    padding: 0px !important;
  }

  .featureWrap ul li img {
    margin-bottom: 45px;
  }

  .featureWrap ul li:first-child {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .featureWrap ul li:last-child {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .featureWrap ul:last-of-type {
    margin: 0px;
  }

  .growthTool.features ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .growthTool.features ul li {
    width: 100%;
    text-align: center;
  }

  .growthTool.features ul li:first-child {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .growthTool.features ul li:last-child {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    margin-bottom: 25px;
  }

  .darkMode .mainBanner h1 {
    font-size: 5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 25px;
  }

  .darkMode .mainBanner h1 span {
    padding: 0px;
  }

  .darkMode .mainBanner .graphics {
    opacity: 1;
    max-width: 100%;
    width: auto;
    height: auto;
    top: 50px;
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .darkMode .mainBanner .moveDown {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .darkMode ._vfm .flex h2 {
    font-size: 3rem;
  }

  .darkMode ._vfm .flex h2 small {
    display: inline;
  }

  .darkMode .whyVfm blockquote .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .darkMode .whyVfm blockquote .flex .col {
    width: 100%;
  }

  .darkMode .whyVfm blockquote .flex .col li {
    margin: 12px 0 12px 0;
  }

  .darkMode .nextStrategy h5,
  .darkMode .difference h5,
  .darkMode .improve h5,
  .darkMode .steps h5,
  .darkMode .anatomy h5 {
    font-size: 3rem;
  }

  .darkMode .nextStrategy h5 br,
  .darkMode .difference h5 br,
  .darkMode .improve h5 br,
  .darkMode .steps h5 br,
  .darkMode .anatomy h5 br {
    display: none;
  }

  .darkMode .faqs h6 {
    font-size: 3rem;
  }

  .darkMode .improve .flex {
    padding: 20px;
  }

  .darkMode .improve .flex ol>li ul {
    margin-left: 0;
  }

  .darkMode .cta {
    text-align: center;
  }

  .darkMode .cta .graphics {
    display: none;
  }

  .darkMode .cta h5 {
    font-size: 3rem;
  }

  .darkMode .cta p {
    margin: 0 auto;
  }

  .darkMode .whyVfm h4 {
    font-size: 3rem;
  }

  .darkMode .difference .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .darkMode .difference .flex .col {
    width: 100%;
  }

  .darkMode .difference .flex .col .title {
    margin: 0 auto 25px;
  }

  .darkMode .difference .flex .colLine {
    display: none;
  }

  .darkMode .difference .flex .row .col-xs-12 {
    min-height: auto;
  }

  .securityPolicy .securityBanner .custom_container {
    width: 100%;
    padding: 25px;
  }

  .securityPolicy .securityBanner {
    padding: 90px 0 0;
  }

  .securityPolicy .securityBanner h1 {
    font-size: 35px;
  }

  .securityPolicy .securityBanner p {
    font-size: 16px;
  }

  .certified_blocks .row {
    flex-wrap: wrap;
  }

  .certified {
    max-width: 45%;
    width: 100%;
  }

  .security_subdiv p {
    font-size: 16px;
  }

  .show-home .details .wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .show-home .details .wrap .item {
    margin-bottom: 30px;
  }

  .show-diff img,
  .why-show .flex.first .col:last-child img,
  .why-show .flex.second .col.right img,
  .why-show .flex.second .col.left img,
  .askShow .item img,
  .why-show .flex.third .col img {
    width: 100%;
  }

  .why-show,
  .why-show h2,
  .team-plan p {
    width: 100%;
  }

  .why-show .flex.first,
  .why-show .flex.third {
    flex-direction: column;
  }

  .why-show .flex.third .col:nth-child(2) {
    padding: 30px;
  }

  .why-show .flex.first .col:first-child,
  .why-show .flex.second .col.left h3,
  .why-show .flex.second .col.left p,
  .why-show .flex.second .col.right h3,
  .why-show .flex.second .col.right p {
    padding: 30px 30px 0;
  }

  .why-show .flex.second {
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }

  .mainBanner.home h1,
  .mainBanner.home h1 span {
    font-size: 46px;
  }

  .why-show h2,
  .show-home .show-diff h2,
  .team-plan h2 {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }

  .why-show .flex h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .askShow .ai-wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .askShow .item .content {
    padding: 25px 0 0 30px;
    width: 100%;
  }

  .askShow .item .content h3::before {
    left: -25%;
  }

  .showUsers img {
    width: 100%;
  }

  .show-home .privacy {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
  }

  .show-home .privacy .item {
    text-align: center;
    margin-bottom: 50px;
  }

  .compliance .line-after::after {
    width: 50%;
    right: 5px;
    top: 84%;
  }

  .why-show .flex.second .col.right img {
    bottom: 0;
    position: relative;
    width: 80%;
  }

  .why-show .flex.second .col.right {
    margin-top: 30px;
  }

  .why-show .flex.second .col.left img {
    /* position: relative;
    left: 14px; */
  }

  .announcement-wrap .flex {
    align-items: center;
    flex-direction: column;
  }

  .announcement-wrap .flex .col {
    width: 100%;
  }

  .announcement-wrap {
    padding: 50px 20px;
  }

  .announcement-wrap .flex h3 {
    font: normal normal bold 30px/40px Inter;
  }

  .announcement-wrap .flex p {
    margin: 20px 0;
    width: 100%;
  }

  .announcement-wrap .flex .col img {
    transform: scale(1.1);
    bottom: -50px;
  }

  @media screen and (max-width: 640px) {
    .darkMode .videos p {
      padding: 0px;
    }

    .darkMode .videos ul {
      padding: 0px;
      background: none;
    }

    .darkMode .videos ul li {
      width: 100%;
    }

    .darkMode .nextStrategy ol {
      padding: 0px 0 0 15px;
      background: none;
    }

    .darkMode .improve .img .desktop {
      display: none;
    }

    .darkMode .improve .img .mobile {
      display: block;
    }
  }

  @media screen and (max-width: 630px) {
    .container {
      width: 100%;
    }

    .growthTool .flex {
      padding: 70px 0;
    }

    .growthTool .flex .col p {
      font-size: 2rem;
    }

    .growthTool .flex .col p span {
      font-size: 2rem;
    }

    .clients {
      padding: 70px 0;
    }

    .clients .flex .colTxt {
      text-align: center;
    }

    .clients .flex .colLogo {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }

    .clients .flex .colLogo a {
      width: 150px;
      text-align: center;
      padding: 20px;
    }

    .clients .flex .colLogo a img {
      max-width: 100%;
      width: auto;
      height: auto;
    }

    .solutions {
      padding: 70px 0;
    }

    .solutions h5 {
      font-size: 3rem;
    }
  }

  @media screen and (max-width: 579px) {
    .comparisionPage .mainBanner {
      height: 875px;
    }

    .launch_video {
      background-position: center 80% !important;
      min-height: 345px !important;
    }

    .mainBanner h1 {
      font-size: 2.5rem;
    }

    .mainBanner h1 span {
      font-size: 2.5rem;
    }

    .features h3 {
      font-size: 2.25rem;
    }

    .features .desc h4 {
      font-size: 1.875rem;
    }

    .growthTool .flex .col p {
      font-size: 1.625rem;
    }

    .growthTool .flex .col p span {
      font-size: 1.625rem;
    }

    .integration h5 {
      font-size: 2.25rem;
    }

    .bTob h5 {
      font-size: 2.25rem;
    }

    /* footer {
    padding-bottom: 20px;
  }
  footer .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .flex .col1 {
    width: 100%;
    margin-bottom: 15px;
  }
  footer .flex .col2 {
    width: 100%;
  }
  footer .flex .socialIcon ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  footer .company {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .company li {
    min-width: 100px;
    margin-bottom: 15px;
  } */
    .darkMode .mainBanner h1 {
      font-size: 15vw;
    }

    .darkMode .mainBanner h1 span {
      font-size: inherit;
    }

    .darkMode .nextStrategy h5,
    .darkMode .difference h5,
    .darkMode .improve h5,
    .darkMode .steps h5,
    .darkMode .anatomy h5 {
      font-size: 2.25rem;
    }

    .darkMode .faqs h6 {
      font-size: 2.25rem;
    }

    .darkMode .whyVfm h4 {
      font-size: 2.25rem;
    }

    .darkMode .whyVfm blockquote .flex .col strong {
      font-size: 1.5rem;
    }

    .darkMode .whyVfm blockquote .flex .col strong br {
      display: none;
    }

    .darkMode .nextStrategy ol li {
      padding-left: 0;
    }

    .darkMode .nextStrategy ol li:before {
      position: static;
      margin: 0 0 10px 5px;
    }

    .darkMode .improve .flex {
      padding: 0px;
      background: none;
    }

    .darkMode .improve .flex h6 {
      font-size: 1.875rem;
    }

    .darkMode .improve .flex ol {
      margin: 0px;
    }

    .darkMode .improve .flex ol>li {
      font-size: 1.25rem;
    }

    .darkMode .improve .flex ol>li:before {
      font-size: 1.25rem;
      margin-left: 0;
      top: 0;
    }

    .darkMode ._vfm .img {
      margin-top: -50px;
    }

    .darkMode .videos {
      padding: 120px 0;
    }

    .darkMode .steps .panel .panel-heading {
      padding: 10px 50px 10px 10px;
      font-size: 1.25rem;
    }

    .darkMode .steps .panel .panel-heading:before {
      -webkit-transform: scale(0.7) translateY(-50%);
      transform: scale(0.7) translateY(-50%);
      right: 10px;
    }

    .darkMode .steps .panel .panel-body {
      padding: 10px;
    }

    .darkMode .anatomy ol {
      margin: 0px;
    }

    .darkMode .faqs #faqs {
      margin: 0px;
    }

    .darkMode .faqs .panel .panel-heading {
      font-size: 1.25rem;
      padding: 10px 50px 10px 10px;
    }

    .darkMode .faqs .panel .panel-heading:before {
      -webkit-transform: scale(0.7) translateY(-50%);
      transform: scale(0.7) translateY(-50%);
      right: 10px;
    }

    .darkMode .faqs .panel .panel-body {
      padding: 10px;
    }

    .darkMode .cta h5 {
      font-size: 1.875rem;
    }

    .certified {
      max-width: 100%;
      width: 100%;
    }
  }

  @media screen and (max-width: 479px) {
    .what_vfm .flex .txt p {
      font: normal normal 600 14px/24px Open Sans;
      letter-spacing: 0px;
      margin-top: 10px;
    }

    .launch_video {
      background-position: 15% 56% !important;
      min-height: 240px !important;
    }

    .videoEmail {
      padding: 70px 0;
    }

    .videoEmail h2 {
      font-size: 2.25rem;
    }

    .videoEmail p br {
      display: none;
    }

    .videoMgmt {
      padding: 70px 0;
    }

    .videoMgmt h3 {
      font-size: 2.25rem;
    }

    .videoMgmt p br {
      display: none;
    }

    .growthTool.features {
      padding: 70px 0;
    }

    .growthTool.features h4 {
      font-size: 2.25rem;
    }

    .growthTool.features p br {
      display: none;
    }

    .quize {
      padding: 70px 0;
    }

    .quize h5 {
      font-size: 2.25rem;
    }

    .quize p br {
      display: none;
    }

    .bTob.features {
      padding: 70px 0;
    }

    .bTob.features h5 {
      font-size: 1.625rem;
    }

    .bTob.features p br {
      display: none;
    }

    .darkMode .whyVfm blockquote {
      padding: 20px;
    }

    .darkMode .whyVfm blockquote p:last-of-type {
      margin-bottom: 0;
    }

    .askShow .item .content h3::before {
      left: -27%;
    }
  }

  .flex {
    display: -webkit-box;
    display: -ms-box;
    display: -ms-flexbox;
    display: flex;
  }

  .row {
    height: auto;
    overflow: hidden;
  }

  .integration_app_section {
    margin-top: 86px;
  }

  .integration_hero_section {
    background: #9458f0;
    background: -moz-linear-gradient(left, #9458f0 0%, #4e41f1 100%);
    background: -webkit-linear-gradient(left, #9458f0 0%, #4e41f1 100%);
    background: linear-gradient(to right, #9458f0 0%, #4e41f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9458f0', endColorstr='#4e41f1', GradientType=1);
    padding: 100px 0;
    text-align: center;
    opacity: 0.8;
    height: 364px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .integration_hero_section h1 {
    font-size: 52px;
    font-weight: bold;
    font-family: "PT Sans", sans-serif;
    color: #fff;
    margin-bottom: 20px;
  }

  .integration_hero_section p {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    font-family: "PT Sans", sans-serif;
  }

  .content_section .content_feature_block p,
  .publish_section .publish_feature_block p {
    line-height: 1.4;
  }

  .custom_container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .content_feature_block .jira {
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/integrationapp/jira.png) no-repeat;
    vertical-align: middle;
    background-size: cover;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
  }

  .content_feature_block .gitlab {
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/integrationapp/gitlab.png) no-repeat;
    vertical-align: middle;
    background-size: cover;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
  }

  .content_feature_block .mailchimp {
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/mailChimp.svg) no-repeat;
    vertical-align: middle;
    background-size: cover;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
  }

  .content_feature_block .hubSpot {
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/hubspot-icon.svg) no-repeat;
    vertical-align: middle;
    background-size: cover;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
  }

  .content_feature_block .github {
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/integrationapp/github.png) no-repeat;
    vertical-align: middle;
    background-size: cover;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
  }

  .content_feature_block .gmail {
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/integrationapp/gmail.png) no-repeat;
    vertical-align: middle;
    background-size: cover;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
  }

  .content_feature_block .driveimg {
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/integrationapp/google-drive.svg) no-repeat;
    vertical-align: middle;
    background-size: 24px;
  }

  .content_feature_block .zoomimg {
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/integrationapp/zoom.png) no-repeat;
    vertical-align: middle;
    background-size: 24px;
  }

  .content_feature_block .Dropboximg {
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/integrationapp/dropbox.png) no-repeat;
    vertical-align: middle;
    background-size: 24px;
  }

  .content_feature_block .Pixabayimg {
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/integrationapp/pixabay.png) no-repeat;
    vertical-align: middle;
    background-size: 24px;
  }

  .content_feature_block .Pexelsimg {
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/integrationapp/pexels.png) no-repeat;
    vertical-align: middle;
    background-size: 24px;
  }

  .content_feature_block .Giphyimg {
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/integrationapp/giphy.png) no-repeat;
    vertical-align: middle;
    background-size: 24px;
  }

  .content_section .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -20px;
  }

  .content_section .flex .col {
    width: calc(33.333% - 20px);
    margin: 20px 10px;
  }

  .publish_wrapper .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .publish_wrapper .flex .col {
    width: calc(33.333% - 20px);
    margin: 20px 0;
  }

  .content_section {
    background-color: #f6f2fd;
    padding: 80px 0 60px 0;
  }

  .publish_section {
    background-color: #f6f2fd;
    padding: 80px 0 60px 0;
  }

  .content_section .content_wrapper,
  .publish_section .publish_wrapper {
    margin-top: 40px;
  }

  .content_section h2,
  .publish_section h2 {
    font-size: 35px;
    font-weight: bold;
    font-family: "PT Sans", sans-serif;
  }

  .content_section * {
    font-family: "PT Sans", sans-serif !important;
  }

  .content_section .content_feature_block,
  .publish_section .publish_feature_block {
    background: #fff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 0px 2px #00000029;
    box-shadow: 0px 0px 2px #00000029;
    border-radius: 4px;
    opacity: 1;
    padding: 20px;
    border: 1px solid #fff;
    cursor: pointer;
  }

  .content_section .content_feature_block:hover,
  .publish_section .publish_feature_block:hover {
    border: 1px solid #ffc400;
  }

  .content_section .content_feature_block h3,
  .publish_section .publish_feature_block h3 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "PT Sans", sans-serif;
  }

  .content_section .content_feature_block p,
  .publish_section .publish_feature_block p {
    color: #54536c;
    font-size: 15px;
    margin-bottom: 0;
    font-family: "PT Sans", sans-serif;
  }

  .content_section .content_feature_list,
  .publish_section .publish_feature_list {
    margin-bottom: 40px;
  }

  .apps_feature_block .picmakerimg {
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/integrationapp/picmaker.svg) no-repeat;
    vertical-align: middle;
    background-size: 24px;
  }

  .apps_feature_block .gifmakerimg {
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/integrationapp/gifmaker.svg) no-repeat;
    vertical-align: middle;
    background-size: 24px;
  }

  .apps_feature_block .voiceimg {
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/integrationapp/voice.svg) no-repeat;
    vertical-align: middle;
    background-size: 24px;
  }

  .apps_section {
    background-color: #fff;
    padding: 80px 0 60px 0;
  }

  .apps_section .apps_wrapper {
    margin-top: 40px;
  }

  .apps_section h2 {
    font-size: 35px;
    font-weight: bold;
    padding-left: 15px;
    font-family: "PT Sans", sans-serif;
  }

  .apps_section .apps_feature_block {
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #fff;
    cursor: pointer;
  }

  .apps_section .apps_feature_block h3 {
    font-size: 21px;
    font-weight: bold;
    margin-top: 15px;
    font-family: "PT Sans", sans-serif;
    margin-bottom: 10px;
  }

  .apps_section .apps_feature_block p {
    color: #54536c;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .apps_section .apps_feature_list {
    margin-bottom: 20px;
  }

  .apps_feature_block .appimg {
    height: 224px;
    background: #f8f8f8 0% 0% no-repeat padding-box;
    border: 1px solid #efe7e7;
    border-radius: 4px;
    opacity: 1;
  }

  .publish_feature_block .youtubeimg {
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/integrationapp/youtube.svg) no-repeat;
    vertical-align: middle;
    background-size: 24px;
  }

  .publish_feature_block .fbimg {
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/integrationapp/facebook.svg) no-repeat;
    vertical-align: middle;
    background-size: 24px;
  }

  .publish_feature_block .twitterimg {
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/integrationapp/twitter.svg) no-repeat;
    vertical-align: middle;
    background-size: 24px;
  }

  .publish_feature_block .gmail {
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/integrationapp/gmail.png) no-repeat;
    vertical-align: middle;
    background-size: 24px;
  }

  .publish_feature_block .linkedinimg {
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/integrationapp/linkedin.svg) no-repeat;
    vertical-align: middle;
    background-size: 24px;
  }

  .publish_feature_block .instagramimg {
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/integrationapp/instagram.svg) no-repeat;
    vertical-align: middle;
    background-size: 24px;
  }

  .publish_feature_block .vimeoimg {
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/integrationapp/vimeo.svg) no-repeat;
    vertical-align: middle;
    background-size: 24px;
  }

  .get_in_touch {
    text-align: center;
    margin: 100px 0 40px;
  }

  .get_in_touch p {
    color: #2d2d2d;
    font-weight: bold;
    font-size: 24px;
    font-family: "PT Sans", sans-serif;
  }

  .get_in_touch a {
    background-image: -webkit-gradient(linear,
        left top,
        right top,
        from(#503df9),
        to(#9e52f7));
    background-image: linear-gradient(to right, #503df9, #9e52f7);
    color: #fff;
    font-size: 15px;
    padding: 10px 30px;
    font-weight: 500;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    opacity: 0.8;
    margin-left: 10px;
    cursor: pointer;
    font-family: "PT Sans", sans-serif;
    text-decoration: none;
  }

  .get_started_section {
    background: transparent linear-gradient(106deg, #9458f0 0%, #4e41f1 100%) 0% 0% no-repeat padding-box;
  }

  .get_started_section .get_started_section_inner {
    padding: 140px 0;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(../img/integrationapp/wave_bg.svg);
  }

  .get_started_section h2 {
    text-align: center;
    font-family: "PT Sans", sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px;
  }

  .skyrocketRegisterbuttonSection {
    width: 380px;
    padding: 25px 0 5px 0;
    text-align: center;
    margin: 0 auto 20px;
  }

  .skyrocketRegisterbuttonSection a {
    width: 380px;
    font-size: 18px;
    font-weight: 600;
    background: transparent -webkit-gradient(linear,
        right top,
        left top,
        from(#ff2e82),
        to(#ffbf7a)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #ff2e82 0%, #ffbf7a 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    height: 60px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    opacity: 0.9;
    -webkit-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
  }

  .chat_sales {
    text-align: center;
  }

  .chat_sales a {
    text-decoration: underline;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
  }

  .navbar-brand {
    padding: 7px 15px;
  }

  .navbar:before,
  .navbar:after {
    display: none;
    content: " ";
  }

  @media (max-width: 1680px) {
    .custom_container {
      max-width: 1400px;
    }
  }

  @media (max-width: 1440px) {
    .custom_container {
      max-width: 1200px;
    }
  }

  @media (max-width: 1366px) {
    .custom_container {
      max-width: 1140px;
    }
  }

  @media (max-width: 1226px) {
    .custom_container {
      max-width: 1024px;
    }
  }

  @media (max-width: 1024px) {
    .custom_container {
      max-width: 940px;
    }

    .formWrapper .mainSection .leftSection .header h2 br {
      display: none;
    }
  }

  @media (min-width: 1024px) {
    .ask-demo .right-section .content h3::before {
      left: -90px;
    }
  }

  @media (max-width: 991px) {
    .custom_container {
      max-width: 800px;
    }
  }

  @media (max-width: 850px) {
    .custom_container {
      max-width: 740px;
    }
  }

  @media screen and (max-width: 776px) {
    .custom_container {
      max-width: 680px;
    }

    .content_section .flex .col {
      width: calc(50% - 20px);
    }

    .get_in_touch p {
      text-align: center;
      line-height: 1.5;
    }

    .publish_wrapper .flex .col {
      width: calc(50% - 20px);
    }

    .get_in_touch p a {
      display: block;
      max-width: 200px;
      margin: 20px auto 0;
    }
  }

  @media (max-width: 720px) {
    .custom_container {
      max-width: 600px;
    }
  }

  @media (max-width: 650px) {
    .custom_container {
      max-width: 550px;
    }
  }

  @media (max-width: 580px) {
    .custom_container {
      max-width: 540px;
    }
  }

  @media (max-width: 560px) {
    .custom_container {
      max-width: 500px;
    }

    .publish_wrapper .flex .col {
      width: calc(100% - 20px);
    }

    .content_section .flex .col {
      width: 100%;
      margin: 10px 0;
    }
  }

  @media (max-width: 530px) {
    .custom_container {
      max-width: 480px;
    }
  }

  @media (max-width: 500px) {
    .custom_container {
      max-width: 450px;
    }

    .skyrocketRegisterbuttonSection,
    .skyrocketRegisterbuttonSection a {
      width: 100%;
    }
  }

  @media (max-width: 480px) {
    .custom_container {
      max-width: 400px;
    }
  }

  @media (max-width: 430px) {
    .custom_container {
      max-width: 380px;
    }
  }

  @media (max-width: 400px) {
    .custom_container {
      max-width: 370px;
    }
  }

  @media (max-width: 380px) {
    .custom_container {
      width: 100%;
      padding: 0px 10px;
    }

    .comparisionPage .tableSec {
      margin: -105px 0 80px;
    }
  }

  .bannerView {
    background: #222;
  }

  .safari .mainBanner h1 span {
    color: #2cb9fd;
    background: none;
    -webkit-text-fill-color: inherit;
    background-clip: unset;
    -webkit-background-clip: unset;
  }

  .safari.darkMode .mainBanner h1 span {
    color: #2cb9fd;
    background: none;
    -webkit-text-fill-color: inherit;
    background-clip: unset;
    -webkit-background-clip: unset;
  }

  .termLink {
    margin-top: 20px;
  }

  .termLink a {
    color: #2d2d2d;
    text-decoration: none;
  }

  .termLink a:hover {
    color: #f1821e;
    text-decoration: underline;
  }

  .demoBook {
    width: 100%;
  }

  .ask-demo {
    scroll-snap-type: none;
    height: auto;
  }

  .ask-demo .inner-wrap {
    height: auto;
  }

  .announce.email-automation .announcement-wrap .flex .col img {
    height: auto;
    transform: scale(1.1);
    position: relative;
    left: 12px;
    bottom: -37px;
  }

  .mainBanner.newBannerShow {
    background-position: 20% 60% !important;
  }

  .formWrapper .mainSection {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
  }

  .formWrapper .mainSection .rightSection,
  .formWrapper .mainSection .leftSection {
    width: 100%;
    padding: 20px;
  }

  .formWrapper .mainSection nav a {
    font: normal normal bold 14px/30px Inter;
  }

  .contactSalesForm label {
    font: normal normal 500 14px/30px Inter
  }

  .formWrapper .mainSection .rightSection {
    margin: 20px 10px;
    width: 90%;
  }

  .formWrapper .mainSection section {
    padding: 0;
  }

  .formWrapper .mainSection nav {
    padding: 0;
  }

  .formWrapper .mainSection .leftSection .header h2 br {
    display: none;
  }

  .formWrapper .mainSection .leftSection h2 {
    padding: 20px;
  }

  .formWrapper .mainSection .leftSection .b-img {
    position: relative;
    height: auto;
    max-width: 100%;
  }

  .sale_support_form_name.flex {
    gap: 5px;
    flex-direction: column;
  }

  .sale_support_form_name.flex .row {
    width: 100% !important;
  }

  .formWrapper .mainSection section#page3 h2 {
    text-align: center;
    line-height: 42px;
  }

  .flex.success-btn-wrap {
    flex-direction: column;
  }

  .formWrapper .mainSection form #show-price-request-phone-number-input {
    width: 82.5% !important;
  }

  .webinar-page .announcement .content {
    width: auto;
    height: auto;
    right: 0;
    padding: 28px;
    margin: 200px 0px 0px;
  }

  .webinar-page .announcement .content h2 {
    text-align: center;
  }

  .webinar-page .announcement .content ul li,
  .webinar-page .announcement .content ul li span {
    font-size: 18px;
    line-height: 28px;
  }

  .webinar-page .announcement {
    background-position: top;
    background-size: contain;
    height: auto;
  }

  .webinar-page .join-us p {
    padding: 20px;
  }

  .webinar-page .presented {
    height: auto;
    gap: 28px;
    flex-direction: column;
    margin-bottom: 50px;
    padding: 50px 0px;
  }

  .webinar-page .presented .presenterDetails h3 {
    font: normal normal bold 22px/30px Inter;
    text-align: center;
  }

  .webinar-page .presented .presenterDetails {

    flex-direction: column;
  }

  .webinar-page .presented .presenterDetails p {
    text-align: center;
  }

  .webinar-page .join-us {
    padding: 50px 0px;
  }

  .webinar-page .main-banner h1 {
    padding: 20px 0px 20px 20px;
  }

  .webinar-page .main-banner h1,
  .webinar-page .main-banner h1 span {
    font: normal normal 800 40px/58px Inter;
  }

  .webinar-page .main-banner .flex .col {
    width: 100%;
  }

  .webinar-page .main-banner .flex {
    flex-direction: column;
  }

  .webinar-page .details .wrap {
    flex-wrap: wrap;
    height: 250px;
    justify-content: space-around;
    position: relative;
    bottom: 34px;
    padding: 50px 20px;
    gap: 20px;
  }

  .webinar-page .main-banner .flex .col p {
    font: normal normal bold 20px/40px Inter;

  }

  .webinar-page .main-banner h1 br,
  .webinar-page .main-banner h1 span br {
    display: none;
  }

  .webinar-page .webinar-banner {
    /* height: auto; */
    padding-top: 0px;
  }

  .webinar-page .webinar-banner h1 {
    font: normal normal 900 40px/54px Inter;
    margin: 150px 0px 0px;
  }

  .scroll-parent::after,
  .scroll-parent::before {
    content: unset;
  }

  .webinar-banner .register-section h2 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .webinar-banner .register-section p,
  .webinar-page .webinar-banner p {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }

  .webinar-banner .register-section ul li {
    font-size: 16px;
    line-height: 24px;
  }

  .presentedBy {
    padding: 30px 10px;
  }

  .presentedBy .inner-wrap,
  .presentedBy .inner-wrap .col {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  .presentedBy .inner-wrap .col .wrap:first-child,
  .presentedBy .inner-wrap .col .wrap:first-child h3,
  .presentedBy .inner-wrap .col .wrap:first-child strong,
  .presentedBy .inner-wrap strong,
  .presentedBy .inner-wrap p {
    text-align: center;
  }

  .presentedBy .inner-wrap {
    padding: 36px 10px 50px;
  }

  .presentedBy .inner-wrap .col {
    gap: 0px;
    padding: 0px;
  }

  .webinar-page .register-section {
    width: 100%;
    position: relative;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
  }

  .webinar-page .register-section .left,
  .webinar-page .register-section .right {
    width: 100%;
    border-radius: 24px 24px 0px 0px;
    padding: 50px 20px;
  }

  .radio-container input[type="radio"]:checked+label {
    font: normal normal bold 16px/32px Inter;
  }

  .webinar-page .input-box {
    display: unset;
  }

  .webinar-page .join-us .input-box .demo-free-link {
    position: relative;
    width: fit-content;
    margin: 10px auto;
  }

  .webinar-page .input-box input {
    width: 100%;
  }

  .webinar-page .content-section {
    padding: 50px 0px;
  }

  .webinar-page .content-section p {
    padding: 0px 20px;
    text-align: justify;
  }

  .webinar-page .main-banner {
    height: auto;
    padding-top: 100px;
  }

  .webinar-page .main-banner .flex .col:last-child img {
    top: 0px !important;
  }

  .webinar-page .upcomingEvents h3 {
    width: 100%;
    font-size: 34px;
    line-height: 45px;
    padding-bottom: 30px;
  }

  .webinar-page .upcomingEvents {
    padding: 25px;
  }

  .webinar-page .upcomingEvents .eventCard {
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 22px;
  }

  .webinar-page .upcomingEvents .eventCard .date {
    height: auto;
  }

  .webinar-page .upcomingEvents .eventCard .time {
    width: auto;
    text-align: center;
  }

  .webinar-page .upcomingEvents .eventCard .register a {
    width: auto;
    padding: 0px 30px;
  }

  .webinar-page .upcomingEvents .eventCard .time p br {
    display: none;
  }

  .webinar-page .upcomingEvents .eventCard .register {
    margin-left: unset;
  }

  .demand-section h2 {
    font: normal normal 800 30px/0px Inter;
  }

  .webinar-page .upcomingEvents {
    margin-top: 90px;
  }

  /* home page revamp */
  .user-count-content .flex {
    margin: 0px;
  }

  .service-section .card .flex {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 30px;
  }

  .service-section .card .flex .col.second {
    padding: 20px 0px;
  }

  .service-section .card .flex .col {
    width: 100%;
  }

  br {
    display: none;
  }

  .why-show.home .wrap h2 {
    padding-left: 0px;
  }

  .why-show.home .wrap h2::after {
    content: unset;
  }

  h2 span {
    font-size: 30px !important;
    line-height: 38px;
  }

  .why-choose p.line::after {
    content: unset;
  }

  .why-show.home .wrap h2::after {
    top: 21px;
  }

  .service-section .card {
    margin: 50px 0px;
  }

  .tab-contents h3 {
    padding: 0px;
  }

  .why-choose.home {
    padding: 50px 0px;
  }

  .tab-section-show {
    padding: 50px 0px;
  }

  .tab-section-show .flex-container {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 30px;
  }

  .tab-contents p {
    padding: 15px 0px 20px;
  }

  .industry-tabs.tabs {
    flex-direction: column;
  }

  .tab-link-show {
    width: 100%;
  }

  .why-choose p.line {
    padding-bottom: 40px;
  }

  .mainBanner.home {
    padding: 200px 0px 0px;
  }

  .why-show.home.second .flex.second .col.left img {
    left: 0px;
    width: 100%;
  }

  .why-show.home .flex.second .col.left img {
    bottom: -25px;
  }

  .why-show.home .flex.second .col.right img {
    width: 100%;
  }

  .why-show.home.second .flex.second .col.right.one {
    height: auto;
  }

  .why-show.home .flex.second .col.left.one img {
    bottom: 0px;
  }

  .workflow .flex {
    flex-direction: column;
    padding: 30px;
    justify-content: space-between;
    height: auto;
  }

  .workflow .flex .col {
    width: 100%;

  }

  .workflow .flex h3 {
    font: normal normal 800 36px/50px Inter !important;
    text-align: center;
  }

  .marketing-logo {
    margin: 50px 0px;
  }

  .marketing-logo .column {
    background: #C1C4D0 0% 0% no-repeat padding-box;
    border: 1px solid #C1C4D0;
    border-radius: 12px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    padding: 20px;
  }

  .testimonial h2 {
    padding-bottom: 0px;
  }

  .testimonial {
    padding: 50px 0px;
    margin: 30px 0px 0px;
  }

  .slider .card-wrap {
    width: 100% !important;
    margin: 30px 0px 0px !important;
  }

  .slider .card-wrap h4 {
    height: auto;
  }

  .mainBanner.home p {
    max-width: 90%;
  }

  .video {
    width: 350px !important;
    margin: 50px auto 0px;
    border-radius: 4px;
  }

  .why-show.home .wrap {
    margin: 50px 0px;
  }

  .why-show.home .flex .col p {
    padding: 20px 0px;
  }

  .why-show.home .flex.second .col.right.one p {
    padding: 20px 30px;
  }

  .why-show.home .flex.second .col.right p,
  .why-show.home.second .flex.second .col.left p {
    padding: 20px 30px;
  }

  .tab-section-show .flex-container {
    height: auto;
  }

  .mainBanner.home h1::after {
    content: unset;
  }

  .service-section .card .flex {
    flex-direction: column-reverse;
  }

  .service-section .card.second .flex {
    flex-direction: column;
  }

  .why-show .flex.first .col:last-child img {
    margin-top: 20px;
  }

  .testimonial::after,
  .testimonial::before {
    content: unset;
  }

  .why-show .flex.second .col.left {
    height: auto;
  }
}


@media screen and (width: 1024px) and (height: 600px) {
  .formWrapper .mainSection .rightSection {
    margin: 50px 25px 0px 40px
  }
}

/* globa use */
.showWeb-justifyCenter {
  display: flex;
  justify-content: center;
}

/* email markeing new page */

/* main conatainer */
.emailMarketing-mainContainer {
  display: flex;
  justify-content: center;
}

.emailMarketing-mainCenterColumn-container {
  display: flex;
  gap: 42px;
}

/* columns */
.new-emailMarketing-mainSection-rightColumn-container {
  margin: auto;
}

.emailMarketing-mainSection-leftColumn-container {
  max-width: 445px;
  display: grid;
  place-content: center;
}

/* left column header */
.emailMarketing-leftCol-header {
  margin-top: 10px;

  font-size: 42px;
  font-weight: bold;
  line-height: 52px;
  text-align: start;
  line-height: 52px;
}

.emailMarketing-leftCol-description {
  margin: auto;
  margin-top: 10px;
  padding-bottom: 14px;
  max-width: max-content;

  font-size: 18px;
  font-weight: 300;
  text-align: start;
  line-height: 1.42857143;
}

/* form container */
.registerFormCard-container {
  max-width: 496px;
  height: fit-content;
  padding: 18px 28px 28px 28px;
  border-radius: 11px;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
}

/* form heading */
.registerCard-header {
  font-size: 32px;
  color: #000000;
  font-weight: 700;

  margin-bottom: 1.5rem !important;
  margin-top: 12px;
}

.emailMarketing-leftCol-brands {
  border-radius: 4px;
}

/* input label and alert text context wrapper */
.registerCard-inputBox-labelAndAlert-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* form input label */
.registerCard-inputLabel {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 8px;
  white-space: nowrap;
}

/* warning label */

.registerCard-inputBox-alertContext {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 10px;
  text-align: end;
  visibility: hidden;
}

.registerCard-invalidInput {
  border-color: #FF5151 !important;
}


/* form input wrapper */
.registerCard-input {
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 16px;

  background: #FAFAFA !important;
  border: 1px solid #E9E7EB;
  font-size: 14px;
  border-radius: 7px;
  height: 44px;

  display: block;
}

.registerCard-input::placeholder {
  font-size: 14px;
}

.registerCard-input:focus {
  border-color: #66afe97a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(102, 175, 233, .6);
}


/* option selector input */
.registerCard-departmentSelection-inputBox, .registerCard-teamSizeSelection-inputBox, .registerCard-fundingStatusSelection-inputBox {
  margin-bottom: 18px;
  position: relative;
}

.registerFormCard-container .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  background: #f5f6fa 0% 0% no-repeat padding-box;
  border-radius: 8px;
  height: 44px;
  display: flex;
  align-items: center;
}

.registerFormCard-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
  right: 8px;
}

.registerFormCard-container .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 8px;
}

.registerFormCard-container .select2-container--open .select2-dropdown--below {
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

.registerFormCard-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}

/* phone input */
#registerCard-phoneInput {
  margin-left: 72px;
  width: calc(100% - 72px);
  padding: 10px 10px;
  margin-bottom: 16px;
  background: #FAFAFA !important;
  font-size: 14px;
  border-radius: 7px;
  height: 44px;
  display: block;
}

#registerCard-phoneInput::placeholder {
  font: normal normal normal 15px/22px PT Sans;
  letter-spacing: 0px;
  color: #C1C1C1;
}

/* phone number input */
.registerFormCard-container .iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;

  align-items: unset;
  height: 44px;
  padding: 14px 12px 0 14px;
  width: 60px;
  justify-content: center;
  background-color: #f5f6fa;
  border: 1px solid #ECECEC;
  border-radius: 8px;
}

.registerFormCard-container .iti__arrow {
  margin-top: 6px;
}

.registerFormCard-container .iti {
  width: 100%;
}

.registerFormCard-container .iti__country-list {
  width: 264px;
  border-radius: 8px;
  margin: 2px 0 0 -1px;
}

/* submit button */
.registerCard-submitBtn-container {
  margin-top: 16px;
}

.registerCard-submit-btn {
  /* height: 46px; */
  border: none;
  background-color: #000000;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;

  color: #ffffff;
}

.registerCard-submit-btn:hover {
  background: transparent linear-gradient(90deg, #FF5500 0%, #FFDA60 100%) 0% 0% no-repeat;
  border-radius: 12px;
}


/* form layout */
.registerCard-twoColumn-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
}

.errorInvalidInput {
  visibility: visible;
  color: #dc3545;
}

/* loader css */
.lds-animaker-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99997;
}

.lds-animaker {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-animaker div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}

.lds-animaker div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}

.lds-animaker div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}

.lds-animaker div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: olive;
  animation: lds-animaker 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

@keyframes lds-animaker {
  0% {
    top: 6px;
    height: 51px;
  }

  50%,
  100% {
    top: 19px;
    height: 26px;
  }
}

.horizontal-dottedLine {
  border-style: dashed;
  /* border-top: 2px dotted #f5f5f5;
  width: 100%; */
  /* margin: 20px 0px; */
}

@media screen and (max-width: 1024px) {
  .emailMarketing-mainCenterColumn-container {
    display: block;
  }

  .emailMarketing-mainSection-leftColumn-container {
    display: block;
    margin: auto;
  }

  .emailMarketing-mainSection-rightColumn-container {
    margin: auto;
    width: fit-content;
  }

  .registerFormCard-container {
    margin-top: 42px;
  }

  .emailMarketing-mainContainer {
    display: block;
  }

  .mainBanner.newBannerShow {
    background-position: 20% 128% !important;
    background-size: inherit;
  }
}

@media screen and (max-width: 560px) {
  .registerCard-twoColumn-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mainBanner.newBannerShow {
    background-position: 20% 198% !important;
  }

  .emailMarketing-leftCol-header {
    font-size: 26px;
    line-height: 40px;
  }

  .horizontal-dottedLine {
    margin: 10px 0px !important;
  }

  .emailMarketing-leftCol-description {
    font-size: 14px;
  }

  .subscribe small {
    font: normal normal normal 12px / 30px Inter;
    padding-top: 4px;
  }

  .registerCard-header {
    font-size: 24px;
    margin-top: 5px;
  }

  .mainBanner.newBannerShow {
    padding: 175px 16px 32px !important;
  }
}


@media screen and (max-width: 360px) {
  .registerCard-twoColumn-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mainBanner.newBannerShow {
    background-position: 20% 258% !important;
    background-size: inherit;
  }
}

.free_strt_now:hover {
  background: transparent linear-gradient(130deg, #43eae4 0%, #517eff 54%, #517eff 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  color: #fff;
  border: 1px solid transparent;
}

.free_strt_now {
  font-family: var(--primary-font-family);
  font-size: 20px;
  line-height: 24px;
  background-image: none;
  background-color: #517eff;
  height: 45px;
  color: #fff;
  border-radius: 28px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: fit-content;
  padding: 13px 35px;
  user-select: none;
  border: 1px solid #e2e2e2;
}


@media screen and (max-width: 990px) {
  .scrollToForm-btn-wrapper {
    display: flex;
    justify-content: center;
  }
}


/* new email marketing page css */
/* hero section */
.mainBanner.new-banner-show {
  padding: 128px 0 100px;
  position: relative;
}

.mainBanner.new-banner-show {
  background-image: url(../../assets/img/hero-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  margin: 0;
  padding: 175px 0 100px;
}

.show-mainBanner-heroBg-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.show-mainBanner-heroBg-container img {
  height: 100%;
  width: 100vw;
}

/* header gradient */
.show-hero-gradient-text {
  background: linear-gradient(93deg, #14BFEB 0%, #AA71FF 30%, #CE5193 63%, #DB4F65 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.new-emailMarketing-leftCol-header {
  margin-top: 0;
}

.new-emailMarketing-leftCol-headerGradient {
  /* margin-top: 10px; */
}

/* sign up button */
.show-signup-button {
  width: 234px;
  height: 64px;
  background: #517EFF;
  border-radius: 32px;

  font: normal normal 600 22px/26px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.show-signup-button:hover {
  background: #1030D4;
}

.new-emailMarketing-mainSection-leftColumn-container {
  margin: 20px 0 0 0px;
}
.new1-emailMarketing-mainSection-leftColumn-container {
  margin: 20px 0 0 0px;
  align-self: center;
}

/* double column grid */
.show-doubleColumn-grid-container {
  max-width: 1060px;
  padding: 0 50px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
}



.show-doubleColumn-columnOne-container {
  display: flex;
  justify-content: end;
  align-items: center;
}

.show-doubleColumn-columnTwo-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
}

.show-doubleColumn-columnTwo-container h2 {
  text-align: left;
  font: normal normal bold 40px/50px Inter;
  letter-spacing: 0px;
  color: #050F42;
}

.show-doubleColumn-columnTwo-container p {
  margin-top: 32px;
  text-align: left;
  font: normal normal normal 22px/34px Inter;
  letter-spacing: 0px;
  color: #050F42;
}

/* ai showcase content */
.show-showcase-aiEmail-contentWrapper h2 {
  max-width: 378px;
}

.show-showcase-aiEmail-contentWrapper p {
  max-width: 398px;
}

.show-doubleColumn-columnOne-container img {
  /* width: 565px;
  height: 595px; */
  aspect-ratio: 569/599;
}

.show-doubleColumn-signupBtn-wrapper {
  margin-top: 40px;
}

.show-trackCustomers-container {
  margin-bottom: 120px;
}

/* final section */
.show-showcase-finalSection-container {
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F3F6FF;
}

.show-showcase-finalSection-container h2 {
  max-width: 798px;
  text-align: center;
  font: normal normal 800 50px/60px Inter;
  letter-spacing: 0px;
  color: #050F42;
}

.show-showcase-finalSection-container p {
  margin-top: 32px;
  max-width: 860px;
  text-align: center;
  font: normal normal normal 18px/30px Inter;
  letter-spacing: 0px;
  color: #1A1A1A;
}

.show-showcase-finalSectionHeader-container {
  margin-top: 100px;
}

.show-showcase-finalSection-container .show-signup-btn-wrapper {
  margin-top: 42px;
}

.show-showcase-finalSection-container .show-signup-noCredits-wrapper {
  margin-top: 12px;
  margin-bottom: 120px;
  font: normal normal normal 14px/30px Inter;
  letter-spacing: 0px;
  color: #8C8FA7;
  text-align: center;
}

/* email marketing new page */
.new-emailMarketing-mainCenterColumn-container {
  max-width: 1060px;
  padding: 0 32px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 445px 1fr;
  gap: 88px;
}

.new1-emailMarketing-mainCenterColumn-container {
  max-width: 1115px;
  padding: 0 32px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 445px 1fr;
  gap: 55px;
}

/* columns */
.new-emailMarketing-mainSection-rightColumn-container {}

.new-emailMarketing-mainSection-leftColumn-container {
  max-width: 445px;
  justify-self: end;
}

.new1-emailMarketing-mainSection-leftColumn-container {
  max-width: 517px;
  justify-self: center;
}

/* left column header */
.new-emailMarketing-leftCol-header {
  font: normal normal 800 52px/65px Inter;
  letter-spacing: 0px;
  text-align: start;
}

.new-emailMarketing-leftCol-description {
  margin-top: 10px;
  padding-bottom: 14px;
  max-width: 388px;

  font: normal normal normal 18px/30px Inter;
  letter-spacing: 0px;
  color: #191F4F;

  text-align: left;
}

.new-emailMarketing-mainSection-rightColumn-container {
  /* width: 482px;
  height: 492px; */
  flex-shrink: 0;
}

.new-emailMarketing-mainSection-rightColumn-container img {
  margin-top: calc(20px + 10px);
  /* width: 100%;
  height: 100%; */
  aspect-ratio: 503/517;
}

.showcase-imageContent-wrapper {
  display: flex;
  justify-content: flex-end;
}

.showcase-imageContent-wrapper img {
  width: 565px;
  height: 595px;
}

.form-animaker-overlay {
  height: 100%;
  width: 100%;
  padding: 20px;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99997;

  display: grid;
  /* place-content: center; */

  overflow-y: auto;
}

/* form container */
.new-registerFormCard-container {
  margin: auto;
  max-width: 512px;
  height: fit-content;
  padding: 18px 30px 34px 34px;

  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);

  background: #FFFFFF;
  border: 1px solid #C4D4FF;
  border-radius: 24px;
}

/* form heading */
.new-registerCard-header {
  margin-bottom: 32px !important;
  /* margin-top: 12px; */

  font: normal normal bold 30px/32px Inter;
  letter-spacing: 0px;
  color: #050F42;
}

.new1-registerCard-header {
  margin-bottom: 22px !important;

  font: normal normal bold 32px/34px Inter;
  letter-spacing: 0px;
  color: #050F42;
}

.emailMarketing-leftCol-brands {
  border-radius: 4px;
}

/* input label and alert text context wrapper */
.registerCard-inputBox-labelAndAlert-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* form input label */
.new-registerCard-inputLabel {
  font: normal normal bold 18px/18px Inter;
  letter-spacing: 0px;
  color: #1A1A1A;
  margin-bottom: 8px;
  white-space: nowrap;
}

/* warning label */
.new-registerCard-inputBox-alertContext {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 10px;
  text-align: end;
  visibility: hidden;
}

.new-registerCard-invalidInput {
  border-color: #FF5151 !important;
}


/* form input wrapper */
.new-registerCard-input {
  height: 44px;
  width: 100%;
  padding: 10px 10px;
  background: #FFFFFF;
  border: 1px solid #8DACFF;
  margin-bottom: 15px;

  font: normal normal normal 16px/16px Inter;
  letter-spacing: 0px;
  color: #050F42;

  display: block;

  border-radius: 8px;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.new-registerCard-input::placeholder {
  font-size: 14px;
  color: #9EABD1;
}

.new-registerCard-input:hover, .new-registerCard-input:focus{
  box-shadow: 0 0px 6px 2px #8FABD533;
}

.registerCard-alertContext-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
}

/* option selector input */
.registerCard-departmentSelection-inputBox, .registerCard-teamSizeSelection-inputBox, .registerCard-fundingStatusSelection-inputBox  {
  margin-bottom: 18px;
}

.new-registerFormCard-container .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  background: #f5f6fa;
  border-radius: 8px;
  height: 44px;
  display: flex;
  align-items: center;
}

.new-registerFormCard-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
  right: 8px;
}

.new-registerFormCard-container .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 8px;
}

.new-registerFormCard-container .select2-container--open .select2-dropdown--below {
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

.new-registerFormCard-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}

/* phone input */
#new-registerCard-phoneInput {
  margin-left: 72px;
  width: calc(100% - 72px);
  padding: 10px 10px;
  margin-bottom: 16px;
  background: #FAFAFA !important;
  font-size: 14px;
  border-radius: 7px;
  height: 44px;
  display: block;
}

#new-registerCard-phoneInput::placeholder {
  font: normal normal normal 15px/22px PT Sans;
  letter-spacing: 0px;
  color: #C1C1C1;
}

/* phone number input */
.new-registerFormCard-container .iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;

  align-items: unset;
  height: 44px;
  padding: 14px 12px 0 14px;
  width: 60px;
  justify-content: center;
  background-color: #f5f6fa;
  border: 1px solid #ECECEC;
  border-radius: 8px;
}

.new-registerFormCard-container .iti__arrow {
  margin-top: 6px;
}

.new-registerFormCard-container .iti {
  width: 100%;
}

.new-registerFormCard-container .iti__country-list {
  width: 264px;
  border-radius: 8px;
  margin: 2px 0 0 -1px;
}

/* submit button */
.new-registerCard-submitBtn-container {
  margin-top: 24px;
}

.new-registerCard-submit-btn {
  width: 100%;
  height: 60px;
  border: none;
  background-color: #517EFB;
  padding: 12px 24px;
  border-radius: 8px;

  color: #ffffff;

  font: normal normal 600 20px/22px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.new-registerCard-submit-btn:hover {
  /* background: transparent linear-gradient(90deg, #FF5500 0%, #FFDA60 100%) 0% 0% no-repeat; */
  background: #1030D4;
}


/* form layout */
.new-registerCard-twoColumn-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
}

.new-errorInvalidInput {
  visibility: visible;
  color: #dc3545;
}

/* loader css */
.loader-animaker-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999999999;
}

.lds-animaker {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-animaker div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}

.lds-animaker div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}

.lds-animaker div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}

.lds-animaker div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: olive;
  animation: lds-animaker 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

/* loader css */
.loader-animaker-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999997;
}


@keyframes lds-animaker {
  0% {
    top: 6px;
    height: 51px;
  }

  50%,
  100% {
    top: 19px;
    height: 26px;
  }
}

.horizontal-dottedLine {
  border-style: dashed;
  /* border-top: 2px dotted #f5f5f5;
width: 100%; */
  /* margin: 20px 0px; */
}

.new-emailMarketing-mainSection-rightColumn-container{
  /* padding: 20px; */
}

@media screen and (max-width: 1024px) {
  /* .new-emailMarketing-mainCenterColumn-container {
    display: block;
  } */

  /* .new-emailMarketing-mainSection-leftColumn-container {
    display: block;
    margin: 20px 0 0 0px;
  } */

  .new-emailMarketing-mainSection-rightColumn-container {
    margin: auto;
    width: fit-content;
  }

  .new-registerFormCard-container {
    /* margin-top: 42px; */
  }

  .new-emailMarketing-mainContainer {
    display: block;
  }

  .mainBanner.new-banner-show {
    background-position: 20% 128% !important;
    background-size: inherit;
  }
}

@media screen and (max-width: 920px) {

  .show-showcase-finalSectionHeader-container {
    margin-top: 74px;
  }
  .show-showcase-finalSection-container p{
    margin-top: 24px;
    font: normal normal normal 16px / 25px Inter;
  }
  .show-showcase-finalSection-container h2{
    font: normal normal 800 40px / 50px Inter;
  }

  .show-signup-noCredits-wrapper{
    font: normal normal normal 12px / 24px Inter;
  }

  .new-emailMarketing-leftCol-header {
    font: normal normal 800 43px / 54px Inter;
  }

  .new-emailMarketing-leftCol-description {
    font: normal normal normal 14px / 26px Inter;
  }

  .show-signup-button {
    margin-top: 14px;
    width: 168px;
    height: 48px;
    font: normal normal 600 15px / 26px Inter;
  }

  .new-emailMarketing-mainSection-leftColumn-container {
    max-width: 380px;
  }

  .new1-emailMarketing-mainSection-leftColumn-container {
    /* max-width: 380px; */
  }

  .new-emailMarketing-mainCenterColumn-container {
    max-width: 1060px;
    padding: 0 32px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 406px 1fr;
    gap: 56px;
  }

  .new1-emailMarketing-mainCenterColumn-container {
    max-width: 1060px;
    padding: 0 32px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 406px 1fr;
    gap: 56px;
  }

  .new-emailMarketing-leftCol-header {
    font: normal normal 800 43px / 54px Inter;
    letter-spacing: 0px;
    text-align: start;
  }

}

@media screen and (max-width: 660px) {

  .show-showcase-finalSectionHeader-container {
    margin-top: 54px;
  }
  .show-showcase-finalSection-container p{
    margin-top: 20px;
    font: normal normal normal 14px / 24px Inter
  }
  .show-showcase-finalSection-container h2{
    font: normal normal 800 34px / 42px Inter;
  }

  .show-signup-noCredits-wrapper{
    font: normal normal normal 12px / 24px Inter;
  }

  .new-emailMarketing-leftCol-header {
    font: normal normal 800 43px / 54px Inter;
  }

  .new-emailMarketing-leftCol-description {
    font: normal normal normal 14px / 26px Inter;
  }
}

@media screen and (max-width: 990px) {
  .show-doubleColumn-grid-container{
    gap: 98px;
  }
  .show-doubleColumn-columnTwo-container h2 {
    font: normal normal bold 30px / 38px Inter;
  }

  .show-doubleColumn-columnTwo-container p {
      margin-top: 20px;
      font: normal normal normal 18px / 30px Inter;
  }

  .show-doubleColumn-signupBtn-wrapper{
    margin-top: 18px;
  }
}

@media screen and (max-width: 960px) {
  .show-showcase-finalSectionHeader-container{}
  .show-showcase-finalSection-container p{}
  .show-showcase-finalSection-container h2{}
}

@media screen and (max-width: 770px) {
  .show-doubleColumn-grid-container{
    gap: 60px;
    grid-template-columns: minmax(0, 1fr);
    max-width: 660px;
    padding: 50px;
  }
}


@media screen and (max-width: 760px) {

  .new-emailMarketing-leftCol-header {
    font: normal normal 800 38px / 50px Inter;
  }

  .new-emailMarketing-leftCol-description {
    font: normal normal normal 14px / 26px Inter;
  }

  .show-signup-button {
    margin-top: 10px;
    width: 168px;
    height: 48px;
    font: normal normal 600 15px / 26px Inter;
  }

  .new-emailMarketing-mainSection-leftColumn-container {
    max-width: 380px;
  }

  .new1-emailMarketing-mainSection-leftColumn-container {
    /* max-width: 380px; */
  }

  .new-emailMarketing-mainCenterColumn-container {
    max-width: 1060px;
    padding: 0 32px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 42px;
  } 

  .new1-emailMarketing-mainCenterColumn-container {
    max-width: 1060px;
    padding: 0 32px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 42px;
  } 

  .new-emailMarketing-mainSection-rightColumn-container{
    padding: 0 32px;
  }

  .new-emailMarketing-mainSection-leftColumn-container{
    max-width: 100%;
    padding: 0 32px;
    justify-self: flex-start;
  }

  .new1-emailMarketing-mainSection-leftColumn-container{
    max-width: 100%;
    /* padding: 0 32px; */
    /* justify-self: flex-start; */
  }

}


@media screen and (max-width: 560px) {
  .new-emailMarketing-mainSection-leftColumn-container{
    padding: 0 !important;
  }

  .registerCard-departmentSelection-inputBox, .registerCard-teamSizeSelection-inputBox, .registerCard-fundingStatusSelection-inputBox {
    margin-bottom: 16px !important;
  }

  .new1-emailMarketing-mainSection-leftColumn-container{
    padding: 0 !important;
  }

  .new-emailMarketing-mainSection-rightColumn-container{
    padding: 0 !important;
  }

  .new-emailMarketing-mainSection-rightColumn-container img {
    margin-top: calc(10px);
    aspect-ratio: 503 / 517;
}

  .new-emailMarketing-mainCenterColumn-container {
    gap: 32px;
  }

  .new1-emailMarketing-mainCenterColumn-container {
    gap: 32px;
  }
  .new-registerCard-twoColumn-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mainBanner.new-banner-show {
    background-position: 20% 198% !important;
  }

  .new-emailMarketing-leftCol-header {
    font-size: 32px;
    line-height: 40px;
  }

  .horizontal-dottedLine {
    margin: 10px 0px !important;
  }

  .new-emailMarketing-leftCol-description {
    font-size: 14px;
  }

  .subscribe small {
    font: normal normal normal 12px / 30px Inter;
    padding-top: 4px;
  }

  .new-registerCard-header {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 18px !important;
  }

  .new1-registerCard-header {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 18px !important;
  }

  .new-registerCard-inputLabel {
    font: normal normal bold 14.5px / 14px Inter;
  }

  .new-registerCard-input {
    height: 38px;
    font: normal normal normal 14px / 10px Inter;
  }

  .mainBanner.new-banner-show {
    padding: 175px 16px 30px !important;
  }

  .new-registerCard-submit-btn {
    height: 52px;
    font: normal normal 600 15px / 17px Inter;
  }

  .new-registerFormCard-container {
    padding: 12px 20px 28px 20px;
  }

  .new-registerCard-word-break{
    /* word-wrap: break-word; */
    word-break: break-word;
    white-space: normal; 
    line-height: 16px !important;
  }

  .show-signup-noCredits-wrapper {
    margin-bottom: 80px !important;
  }

}


@media screen and (max-width: 370px) {
  .new-emailMarketing-mainCenterColumn-container{
    padding: 32px 16px !important;
  }

  .new1-emailMarketing-mainCenterColumn-container{
    padding: 32px 16px !important;
  }

  .show-doubleColumn-grid-container{
    padding: 40px;
  }

  .show-doubleColumn-grid-container{
    padding: 26px;
  }
  .new-registerCard-twoColumn-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mainBanner.new-banner-show {
    background-position: 20% 258% !important;
    background-size: inherit;
  }

  .show-signup-noCredits-wrapper {
    margin-bottom: 60px !important;
  }
}

.free_strt_now:hover {
  background: transparent linear-gradient(130deg, #43eae4 0%, #517eff 54%, #517eff 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  color: #fff;
  border: 1px solid transparent;
}

.free_strt_now {
  font-family: var(--primary-font-family);
  font-size: 20px;
  line-height: 24px;
  background-image: none;
  background-color: #517eff;
  height: 45px;
  color: #fff;
  border-radius: 28px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: fit-content;
  padding: 13px 35px;
  user-select: none;
  border: 1px solid #e2e2e2;
}


@media screen and (max-width: 990px) {
  .scrollToForm-btn-wrapper {
    display: flex;
    justify-content: center;
  }
}

/* new 1 email marketing responnsiveness */
@media screen and (max-width: 1020px) {
  .new1-emailMarketing-mainCenterColumn-container{
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .new1-emailMarketing-mainCenterColumn-container{
    gap: 32px;
  }
}


.new-registerFormCard-container .select2-container--default .select2-selection--single{
  border: 1px solid #8DACFF;
  background: #f5f6fa;
  border-radius: 8px;
  height: 44px;
  display: flex;
  align-items: center;
}

.new-registerFormCard-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  font: normal normal normal 16px/30px Inter;
  color: #9EABD1;
}

.new-registerFormCard-container .select2-container--default .select2-selection--single {
  background: #fff;
}

#new-registerCard-phoneInput {
  background: #fff !important;
  font-size: 16px;
}

.new-registerFormCard-container .iti__selected-flag {
  background-color: #fff;
  border: 1px solid #8DACFF;
}

.new-registerFormCard-container .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0) !important;
}
/* 
.new-registerFormCard-container .iti__arrow {
  margin-top: 0px;
}
.new-registerFormCard-container .iti__arrow {
  margin-left: 2px;
}

.new-registerFormCard-container .iti__flag.iti__us {
  scale: 1.7;
  border-radius: 2px;
  margin-left: 10px;
}


.new-registerFormCard-container .iti__selected-flag {
  align-items: center;
  padding: 0;
  gap: 8px;
} */