@charset "UTF-8";
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
/* Custome Testimonial CSS */
.testimonial {
  max-width: 950px;
  margin: 0 auto;
}
.testimonial .author-img {
  width: 220px;
  height: 220px;
  margin: 50px auto;
  box-shadow: 2px 4px 35px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .testimonial .author-img {
    width: 120px;
    height: 120px;
    margin: 20px auto;
  }
}
.testimonial .author-img img {
  max-width: 100%;
  border-radius: 50%;
}
.testimonial-content-head {
  color: #8f59a0;
  font-weight: 700;
  font-family: "Mulish";
}
.testimonial-content {
  color: #0C0D0D;
  font-size: 16px;
  position: relative;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .testimonial-content {
    font-size: 16px;
    padding: 0;
  }
}
.testimonial-content::before {
  content: " “ ";
  position: absolute;
  left: -10px;
  top: -35px;
  color: rgba(30, 88, 165, 0.5019607843);
  font-size: 180px;
  line-height: 75px;
}
@media only screen and (max-width: 768px) {
  .testimonial-content::before {
    left: 0;
    font-size: 100px;
    display: none;
  }
}
.testimonial-author {
  font-size: 18px;
  color: #0C0D0D;
  font-style: italic;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 20px;
  font-family: "Mulish";
}
@media only screen and (max-width: 768px) {
  .testimonial-author {
    font-size: 16px;
  }
}
.testimonial-star {
  color: #ffbf47;
  font-size: 30px;
}
.testimonial-link {
  color: #8d5a9e;
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  display: block;
  font-family: "Mulish";
}
@media only screen and (max-width: 768px) {
  .testimonial-link {
    font-size: 18px;
  }
}

.light-gray-bg {
  background: #f8f7fc;
}

.customer-logo-section {
  margin-top: 50px;
  background: #fff;
  box-shadow: 0px 15px 26px rgba(142, 130, 165, 0.1294117647);
  padding: 18px !important;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .customer-logo-section {
    padding: 15px;
  }
}
.customer-logo-section p {
  font-size: 14px !important;
  border-right: 1px solid rgba(123, 123, 123, 0.2117647059);
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .customer-logo-section p {
    border: none;
  }
}
.customer-logo-section .customer-logo {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .customer-logo-section .customer-logo {
    margin-top: 30px;
  }
}
.customer-logo-section .Marquee {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .customer-logo-section .Marquee {
    margin-top: 15px;
  }
}
.customer-logo-section .Marquee-content {
  display: flex;
  animation: marquee 20s linear infinite running;
}
.customer-logo-section .Marquee-content:hover {
  animation-play-state: paused;
}
.customer-logo-section .Marquee-tag {
  width: max-content;
  margin: 0 15px;
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.customer-logo-section .Marquee-tag:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}
.customer-logo-section .Marquee-tag img {
  padding-left: 0;
  max-height: 60px;
  width: initial;
  height: 60px;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}

.g2-badge .section-title.no-content-title {
  margin-bottom: 80px;
  color: #212121;
}
.g2-badge-1 {
  border-radius: 20px;
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .g2-badge-1 {
    text-align: center;
  }
}
.g2-badge-1 p {
  border-right: 1px solid #7B7B7B;
}
@media only screen and (max-width: 768px) {
  .g2-badge-1 p {
    border: none;
  }
}
.g2-badge-1 .g2-badge-inner img {
  height: 60px;
  margin: 0 12px;
  width: initial;
}
@media only screen and (max-width: 768px) {
  .g2-badge-1 .g2-badge-inner img {
    height: 35px !important;
    margin-bottom: 40px !important;
  }
}
.g2-badge-2 {
  text-align: center;
}
.g2-badge-2 img {
  margin: 0 12px;
  max-width: 113px;
}
@media only screen and (max-width: 768px) {
  .g2-badge-2 img {
    margin: 2%;
    width: 27%;
  }
}

.testimonial {
  max-width: initial;
  padding: 0 30px 30px;
}
@media only screen and (max-width: 768px) {
  .testimonial {
    padding: 0;
  }
}
.testimonial .testimonial-content-top {
  box-shadow: 0px 15px 26px rgba(142, 130, 165, 0.1294117647);
  border-radius: 40px;
  padding: 80px 40px 40px;
}
@media only screen and (max-width: 768px) {
  .testimonial .testimonial-content-top {
    padding: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonial .testimonial-content-top {
    padding: 40px;
  }
}
.testimonial .testimonial-content-top .testimonial-content {
  padding: 0;
  min-height: 145px;
}
.testimonial .testimonial-content-top .testimonial-content::before {
  color: #0063B3;
  font-family: "Mulish", sans-serif;
  background: url(../../../images/page-specific/home-new/quote-left.svg);
  font-size: 0;
  width: 56px;
  height: 44px;
  top: -65px;
  left: 0px;
}
.testimonial .testimonial-content-top .testimonial-author {
  font-size: 16px;
  color: #A3A8BF;
  font-weight: 400;
  font-style: initial;
  display: inline-block;
  margin-top: 15px;
}
.testimonial .testimonial-content-top .testimonial-author span {
  background: -webkit-linear-gradient(#8E5CAC, #0063B3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}
.testimonial .testimonial-content-top img {
  float: right;
  max-width: 150px;
}
@media only screen and (max-width: 768px) {
  .testimonial .testimonial-content-top img {
    float: initial;
  }
}
.testimonial h3 {
  padding: 0 12%;
}
@media only screen and (max-width: 768px) {
  .testimonial h3 {
    padding: 20px 0 60px;
  }
}

#testimonialCarousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background: #D0C8E3;
  padding: 0;
  opacity: 1;
  border: none;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
#testimonialCarousel .carousel-indicators [data-bs-target]:hover {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
#testimonialCarousel .carousel-indicators .active {
  background: #FBFAFF !important;
  border-radius: 50%;
  border: 5px solid #845CAC;
  margin-top: 25px;
}
#testimonialCarousel .carousel-indicators {
  margin-left: 51%;
}
@media only screen and (max-width: 768px) {
  #testimonialCarousel .carousel-indicators {
    margin-left: auto;
  }
}
#testimonialCarousel .carousel-indicators::after {
  content: "";
  position: absolute;
  width: 86px;
  height: 2px;
  border: 1px dashed #D0C8E3;
  top: 34px;
  z-index: -1;
}

.seamless-integ-v2 .integration-logos {
  margin-top: 40px;
}
.seamless-integ-v2 .integration-logos img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2%;
  height: initial;
  max-height: 120px;
  width: initial;
}
@media only screen and (max-width: 768px) {
  .seamless-integ-v2 .integration-logos img {
    padding: 0 5%;
    height: auto;
    width: 45%;
    margin-bottom: 20px;
  }
}
.seamless-integ-v2 .home-cta {
  background: #fff;
  border: 1px solid #8d5a9e !important;
  color: #8d5a9e;
}

.testimonial-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.testimonial-wrap .testimonial-inner {
  border: none;
  box-shadow: 0px 0px 25px rgba(142, 130, 165, 0.1294117647);
  border-radius: 20px;
  flex: 0 0 31%;
  padding: 30px 30px 120px 30px;
  position: relative;
}
.testimonial-wrap .testimonial-inner .testimonial-inner-logo {
  max-height: 90px;
  width: initial;
}
.testimonial-wrap .testimonial-inner .testimonial-author-div {
  position: absolute;
  width: calc(100% - 30px);
  bottom: 30px;
}
.testimonial-wrap .testimonial-inner .testimonial-content {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .testimonial-wrap .testimonial-inner .testimonial-content {
    min-height: 290px !important;
  }
}
.testimonial-wrap .testimonial-inner .testimonial-content::before {
  color: #0063B3;
  font-family: "Mulish", sans-serif;
  background: url(../../../images/company-logos/new/quote.svg);
  font-size: 0;
  width: 60px;
  height: 46px;
  top: -90px;
  right: 0px;
  left: initial;
  background-size: contain;
}
.testimonial-wrap .testimonial-inner .testimonial-author {
  font-weight: 400;
  font-size: 16px;
  color: #666;
  font-style: normal;
  margin-bottom: 0;
  display: inline-block;
  width: calc(100% - 85px);
  vertical-align: middle;
  padding-left: 15px;
  line-height: 1.5;
}
.testimonial-wrap .testimonial-inner .testimonial-author span {
  background: -webkit-linear-gradient(#8E5CAC, #0063B3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.testimonial-wrap .testimonial-inner .testimonial-inner-author {
  display: inline-block;
  max-width: 80px;
  border-radius: 50%;
}

.primary-cta {
  background: transparent linear-gradient(104deg, #8E5CAC 0%, #0063B3 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 16px 32px;
  border: none !important;
  font-size: 18px;
}

.secondary-cta {
  color: #845CAC;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 18px;
  text-decoration: underline !important;
  padding: 16px 32px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 30px;
  background: none;
  border: none;
}
.secondary-cta:hover {
  background: none;
  border: none;
  color: #845CAC;
  text-decoration: underline !important;
}

.primary-cta-bordered {
  background: transparent;
  border: 1px solid #8d5a9e;
  color: #8d5a9e;
  padding: 16px 32px;
}

.clickable-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .clickable-cards {
    display: block;
  }
}
.clickable-cards.clickable-cards-4 .card {
  flex: 0 0 23%;
}
.clickable-cards .card {
  border: none;
  border-radius: 20px;
  flex: 0 0 30%;
  text-align: center;
  box-shadow: -5px 5px 30px rgba(141, 123, 173, 0.01);
  padding: 0;
  margin-top: 15px;
  margin-bottom: 30px;
}
.clickable-cards .card:hover {
  box-shadow: -5px 5px 50px rgba(146, 126, 183, 0.25);
}
.clickable-cards .card a {
  padding: 30px;
  display: block;
}
.clickable-cards .card img {
  margin: auto;
  margin-bottom: 25px;
  max-width: 68px;
}
.clickable-cards .card .card-title {
  font-size: 20px;
  color: #212121;
  font-weight: 800;
  margin-bottom: 15px;
}
.clickable-cards .card .card-content {
  color: #16190C;
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.clickable-cards .card .learn-more {
  margin-top: 15px;
  margin-bottom: 0;
  color: #845CAC;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}

.key-challenges {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .key-challenges {
    display: block;
  }
}
.key-challenges .card {
  border: none;
  border-radius: 20px;
  flex: 0 0 48%;
  padding: 30px 30px 30px 120px;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: left;
  box-shadow: 0px 0px 5px #eaeaea;
}
.key-challenges .card:hover {
  box-shadow: 0px 0px 5px #eaeaea;
}
.key-challenges .card img {
  max-width: 68px;
  margin: initial;
  position: absolute;
  left: 30px;
}
.key-challenges .card .card-title {
  font-size: 20px;
  color: #212121;
  font-weight: 800;
  margin-bottom: 15px;
}
.key-challenges .card .card-content {
  color: #16190C;
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.key-challenges .card .learn-more {
  margin-top: 15px;
  margin-bottom: 0;
  color: #845CAC;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}

.non-clickable-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .non-clickable-cards {
    display: block;
  }
}
.non-clickable-cards.non-clickable-cards-3 .card {
  flex: 0 0 30%;
}
.non-clickable-cards .card {
  border: none;
  border-radius: 20px;
  flex: 0 0 23%;
  box-shadow: 0px 0px 5px #eaeaea;
  padding: 30px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.non-clickable-cards .card img {
  max-width: 68px;
  margin: initial;
  margin-bottom: 25px;
}
.non-clickable-cards .card .card-title {
  font-size: 20px;
  color: #212121;
  font-weight: 800;
  margin-bottom: 15px;
}
.non-clickable-cards .card .card-content {
  color: #16190C;
  font-size: 16px;
  margin-bottom: 0;
}

.campaign-non-clickable-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .campaign-non-clickable-cards {
    display: block;
  }
}
.campaign-non-clickable-cards.campaign-non-clickable-cards-4 .card {
  flex: 0 0 23%;
}
.campaign-non-clickable-cards .card {
  border: none;
  border-radius: 20px;
  flex: 0 0 30%;
  text-align: center;
  box-shadow: -5px 5px 30px rgba(141, 123, 173, 0.01);
  padding: 40px 30px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.campaign-non-clickable-cards .card:hover {
  box-shadow: -5px 5px 30px rgba(141, 123, 173, 0.01);
}
.campaign-non-clickable-cards .card img {
  margin: auto;
  margin-bottom: 25px;
  max-width: 68px;
  margin-top: 0;
}
.campaign-non-clickable-cards .card .card-title {
  font-size: 20px;
  color: #212121;
  font-weight: 800;
  margin-bottom: 15px;
}
.campaign-non-clickable-cards .card .card-content {
  color: #16190C;
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.custom-developer {
  background: #FBFAFF;
  padding: 70px 70px 70px 60px;
  border-radius: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .custom-developer {
    padding: 40px 20px;
  }
}
.custom-developer-inner-3 p::before {
  top: -25px !important;
  height: calc(100% + 15px) !important;
}
.custom-developer-inner {
  display: none;
}
.custom-developer-inner p {
  color: #868686;
  margin-bottom: 20px;
  position: relative;
}
.custom-developer-inner p::before {
  content: "";
  position: absolute;
  height: calc(100% + 60px);
  width: 1px;
  border: 1px dashed #D0C8E3;
  left: -40px;
  top: -26px;
  z-index: 0;
}
.custom-developer-inner .code-block {
  border-radius: 20px;
  overflow: hidden;
  max-height: 394px;
}
.custom-developer-inner-1 {
  display: block;
}
.custom-developer h4 {
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
}
.custom-developer h4::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #D0C8E3;
  border-radius: 50%;
  left: -44px;
  top: 10px;
}
.custom-developer h4.active {
  color: #845CAC;
}
.custom-developer h4.active::before {
  background: #FBFAFF !important;
  border: 3px solid #845CAC;
  width: 12px;
  height: 12px;
  left: -45px;
}
.custom-developer-5 {
  padding-right: 50px;
  padding-left: 40px;
  position: relative;
}
.custom-developer-5::before {
  content: "";
  position: absolute;
  height: 60%;
  width: 1px;
  border: 1px dashed #D0C8E3;
  left: 0px;
  top: 15px;
}
@media only screen and (max-width: 768px) {
  .custom-developer-5::before {
    height: 70%;
  }
}

@media only screen and (max-width: 768px) {
  .flexible-location.flexible-location-v2 h4 span {
    margin-top: -15px;
  }
}
.flexible-location h4 {
  color: #4E4E4E;
  background: #FBFAFF;
  font-weight: 700;
  font-size: 20px;
  padding: 18px 30px;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .flexible-location h4 {
    padding: 15px;
  }
}
.flexible-location h4.active {
  margin-bottom: 0;
  color: #845CAC;
  font-weight: 800;
}
.flexible-location h4.active span {
  display: none;
}
.flexible-location h4.active span::after {
  content: "-";
}
.flexible-location h4 span {
  background-image: linear-gradient(to right, #8E5CAC, #0063B3);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 7px 10px;
  width: 30px;
  height: 30px;
}
.flexible-location h4 span::after {
  content: "+";
  position: absolute;
  margin-top: -1px;
  margin-left: 1px;
}

.custom-accord {
  padding-top: 30px;
}
.custom-accord-inner {
  display: none;
}
@media only screen and (max-width: 768px) {
  .custom-accord-inner img {
    display: none;
  }
}
.custom-accord-inner-1 {
  display: block;
}
.custom-accord-inner-11 {
  display: block;
}
.custom-accord h4 {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .custom-accord h4 {
    position: relative;
    padding-right: 70px !important;
  }
}
.custom-accord h4 span {
  float: right;
}
@media only screen and (max-width: 768px) {
  .custom-accord h4 span {
    position: absolute;
    right: 25px;
    top: 25%;
    margin-top: 0 !important;
  }
}
.custom-accord-inner-content {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}
.custom-accord-inner-content h3 {
  color: #845CAC;
  font-size: 22px;
}
.custom-accord .pr-4 {
  padding-right: 4%;
}
.custom-accord .pl-5 {
  padding-left: 5%;
}

.custom-accord-2 {
  padding-top: 120px;
}
@media only screen and (max-width: 768px) {
  .custom-accord-2 {
    padding-top: 0;
  }
}
.custom-accord-2-inner {
  display: none;
}
@media only screen and (max-width: 768px) {
  .custom-accord-2-inner img {
    display: none;
  }
}
.custom-accord-2-inner-11 {
  display: block;
}
.custom-accord-2 h4 {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .custom-accord-2 h4 {
    position: relative;
    padding-right: 70px;
  }
}
.custom-accord-2 h4 span {
  float: right;
}
@media only screen and (max-width: 768px) {
  .custom-accord-2 h4 span {
    position: absolute;
    right: 25px;
    top: 25%;
  }
}
.custom-accord-2-inner-content {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}
.custom-accord-2-inner-content h3 {
  color: #845CAC;
  font-size: 22px;
}
.custom-accord-2 .pr-4 {
  padding-right: 4%;
}
.custom-accord-2 .pl-5 {
  padding-right: 5%;
}

.product-cards {
  background: #f8f7fc;
}
.product-cards-row .card {
  border: none;
  box-shadow: 0px 0px 25px rgba(142, 130, 165, 0.1294117647);
  border-radius: 20px;
  flex: 0 0 31%;
  margin-top: 30px;
}
.product-cards-row .card-link {
  padding: 30px 30px 20px;
}
.product-cards-row .card:hover {
  box-shadow: -5px 5px 50px rgba(146, 126, 183, 0.25);
}
.product-cards-row .card:hover h4 {
  color: #845CAC;
}
.product-cards-row .card:hover .card-before {
  display: none;
}
.product-cards-row .card:hover .card-after {
  display: block;
}
.product-cards-row .card-img {
  max-width: 60px;
  margin-bottom: 20px;
  position: absolute;
  right: 30px;
}
.product-cards-row .card-img.card-after {
  display: none;
}
.product-cards-row .card-inner-content {
  padding-right: 80px;
}
.product-cards-row h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.product-cards-row p {
  padding-right: 3px;
  color: #16190C;
}
.product-cards-row p.learn-more {
  min-height: initial;
}
.product-cards-row p span {
  color: #845CAC;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}
.product-cards-row .slick-list.draggable {
  padding: 0px 200px 0 0 !important;
}
.product-cards-row.use-cases .card-img {
  max-width: 100px;
  margin: initial;
  margin-bottom: 25px;
}
.product-cards-row.use-cases .card {
  margin: 0;
}
.product-cards-row-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .product-cards-row-inner {
    display: block;
  }
}

/*--------------------------------------------------------------
# Custom page Specific CSS
--------------------------------------------------------------*/
.roi-banner {
  background: #f8f7fc;
  padding: 180px 0 80px 0;
}
@media only screen and (max-width: 768px) {
  .roi-banner {
    padding-top: 120px;
  }
}
.roi-banner h1 {
  color: #1B1C29;
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 58px;
}
@media only screen and (max-width: 768px) {
  .roi-banner h1 {
    font-size: 36px;
    line-height: 48px;
  }
}
.roi-banner h1 span {
  background: -webkit-linear-gradient(#8E5CAC, #0063B3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.roi-banner h5 {
  font-weight: 700;
  font-size: 12px;
  padding-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #825CAC !important;
}

#calculator-form .form-group {
  margin-bottom: 30px;
}
#calculator-form .form-group input {
  background: #FFF;
  border: 1px solid #815EAD;
  border-radius: 50px;
  color: #845CAC;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 16px 20px;
  width: 280px;
  margin-left: -40px;
}
@media only screen and (max-width: 768px) {
  #calculator-form .form-group input {
    width: 100%;
    margin-left: 0px;
  }
}
#calculator-form .form-group select {
  background: #FFFFFF;
  border: 1px solid #815EAD;
  border-radius: 50px;
  color: #845CAC;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 16px 20px;
  width: 280px;
  margin-left: -40px;
}
@media only screen and (max-width: 768px) {
  #calculator-form .form-group select {
    width: 100%;
    margin-left: 0px;
  }
}
#calculator-form label {
  background: #F8F7FC;
  padding: 18px 25px;
  min-width: 350px;
  text-align: left;
  border-radius: 20px;
  line-height: 1;
  color: #464646;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #calculator-form label {
    width: 100%;
    min-width: initial;
  }
}

.primary-cta-arrow {
  position: relative;
  border-radius: 36px;
  padding: 16px 80px 16px 32px;
}
.primary-cta-arrow img {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 36px;
}

.primary-cta-inner {
  border-radius: 36px;
}

.section-title {
  font-size: 40px;
  line-height: 50px;
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 24px;
    line-height: normal;
  }
}

.result-main {
  display: none;
}
.result-main h5 {
  font-weight: 700;
  font-size: 12px;
  padding-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #825CAC !important;
}
.result-main h2 span {
  background: -webkit-linear-gradient(#8E5CAC, #0063B3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.result-main .results {
  background: #F8F7FC 0% 0% no-repeat padding-box;
  border-radius: 40px;
  padding: 80px 80px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .result-main .results {
    padding: 30px;
    display: block;
  }
}
.result-main .results .results-card {
  flex: 0 0 47%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 35px 46px rgba(142, 130, 165, 0.1294117647);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .result-main .results .results-card {
    margin-bottom: 40px;
  }
}
.result-main .results .results-card img {
  position: absolute;
  right: 40px;
  width: 53px;
  top: 40px;
}
.result-main .results .results-card .results-btn {
  background: #805FAE;
  border-radius: 50px;
  text-align: center;
  padding: 15px;
  margin-top: 30px;
  color: #FEFEFE;
  font-size: 36px;
  line-height: 1;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  .result-main .results .results-card .results-btn {
    font-size: 30px;
  }
}
.result-main .results .results-card .results-btn#milesSaved {
  background: #5F5EAE;
}
.result-main .results .results-card .results-btn#costSavings {
  background: #3C60B1;
}
.result-main .results .results-card .results-btn#co2Reduction {
  background: #0963B3;
}

.cta-section .ast-container {
  background: #F8F7FC 0% 0% no-repeat padding-box;
  border-radius: 40px;
  padding: 80px;
}
@media only screen and (max-width: 768px) {
  .cta-section .ast-container {
    padding: 30px;
    border-radius: 0;
  }
}

.error {
  color: red;
  font-size: 0.9em;
}

.error-input {
  border: 1px solid red !important;
  color: red !important;
}

.live-demo-cta {
  display: inline-block;
  background: transparent linear-gradient(103deg, #8E5CAC 0%, #0063B3 100%) 0% 0% no-repeat padding-box;
  border-radius: 42px;
  color: #fff;
  padding: 13px 10px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .live-demo-cta {
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.live-demo-cta ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .live-demo-cta ul {
    text-align: left;
  }
}
.live-demo-cta ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .live-demo-cta ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.live-demo-cta ul li img {
  padding-left: 0;
  width: 50px;
}
@media only screen and (max-width: 768px) {
  .live-demo-cta ul li img {
    width: 45px;
    margin: 0;
  }
}
.live-demo-cta ul li span {
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .live-demo-cta ul li:last-child {
    display: none;
  }
}
.live-demo-cta ul li:last-child img {
  width: 40px !important;
}

.pr-6 {
  padding-right: 6%;
}
@media only screen and (max-width: 768px) {
  .pr-6 {
    padding-right: 0;
  }
}

/*# sourceMappingURL=roi-calculator.css.map */
