@charset "UTF-8";
/********************************** Common  Colors ************************************/
/********************************** Common  Colors ************************************/
#master-breadcrumb #breadcrumb {
  height: 70px;
}
#master-breadcrumb #breadcrumb .content-small {
  float: left;
  font-size: 14px;
  margin: 17px 7px 21px 0;
  text-transform: uppercase;
}
#master-breadcrumb #breadcrumb .bread-crumb-separator {
  float: left;
  margin: 21px 0px 21px 0;
  background: url("//cdn.syncfusion.com/content/images/home/new-seperator.png") no-repeat;
}
#master-breadcrumb #breadcrumb .bread-crumb-separator img {
  visibility: hidden;
}
#master-breadcrumb #breadcrumb .bread-crumb a {
  outline: medium none;
  text-decoration: none;
  color: #111;
}
#master-breadcrumb #breadcrumb .bread-crumb-last {
  cursor: default;
  font-weight: 600;
  color: #050505;
}

@media (min-width: 1820px) {
  #master-breadcrumb #breadcrumb {
    height: 85px;
  }
  #master-breadcrumb #breadcrumb .content-small {
    margin: 20px 9px 16px 0;
    font-size: 16px;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator {
    margin: 25px 3px 16px 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #master-breadcrumb #breadcrumb {
    height: 65px;
  }
  #master-breadcrumb #breadcrumb .content-small {
    margin: 15px 6px 15px 0;
    font-size: 12px;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator {
    margin: 18px 0px 15px 0;
  }
}
@media (max-width: 767px) {
  #master-breadcrumb #breadcrumb {
    height: 50px;
  }
  #master-breadcrumb #breadcrumb .content-small {
    margin: 13px 6px 15px 0;
    font-size: 12px;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator {
    margin: 16px 0px 15px 0;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator, #master-breadcrumb #breadcrumb .bread-crumb {
    display: none;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator:nth-last-child(2) {
    display: block;
  }
  #master-breadcrumb #breadcrumb .bread-crumb:nth-last-child(3) {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #master-breadcrumb #breadcrumb {
    height: 65px;
  }
  #master-breadcrumb #breadcrumb .content-small {
    margin: 15px 6px 15px 0;
    font-size: 12px;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator {
    margin: 21px 0px 15px 0;
  }
}
/* Font sizes declaration */
/* Font family declaration */
body {
  color: #111;
  font-family: proxima-nova, sans-serif;
}

a {
  color: #0073DC;
  text-decoration: none;
}

a:hover {
  color: #0450C2;
  text-decoration: none;
  cursor: pointer;
}

.btn-custom {
  color: #237AC1;
  border: 1px solid #237AC1;
  outline: none !important;
}

.btn-custom:hover {
  background-color: #237AC1;
  color: #fff;
}

.btn-custom:focus {
  color: #237AC1;
  background-color: #fff;
}

.btn-custom:active {
  color: #fff;
  background-color: #006DB7;
}

#menu-wrapper {
  font-size: 14px;
  font-weight: normal;
}

.bold {
  font-weight: 600;
}

.smaller {
  font-size: 10px;
}

.small {
  font-size: 12px;
}

.error {
  font-size: 13px;
}

.normal {
  font-size: 14px;
}

.medium {
  font-size: 16px;
}

.regular {
  font-size: 18px;
}

.big {
  font-size: 20px;
}

.bigger {
  font-size: 24px;
}

.ultra-big {
  font-size: 40px;
}

p {
  line-height: 25px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  body {
    font-size: 13px;
  }
  .smaller {
    font-size: 9px;
  }
  .small {
    font-size: 11px;
  }
  .medium {
    font-size: 14px;
  }
  .regular {
    font-size: 16px;
  }
  .big {
    font-size: 18px;
  }
  .bigger {
    font-size: 22px;
  }
  .ultra-big {
    font-size: 32px;
  }
  h1, .h1 {
    font-size: 30px !important;
  }
  h2, .h2 {
    font-size: 26px !important;
  }
  h3, .h3 {
    font-size: 20px !important;
  }
  h4, .h4 {
    font-size: 16px !important;
  }
  h5, .h5 {
    font-size: 13px !important;
  }
  h6, .h6 {
    font-size: 11px !important;
  }
  p {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 11px;
  }
  .smaller {
    font-size: 8px;
  }
  .small {
    font-size: 10px;
  }
  .medium {
    font-size: 12px;
  }
  .regular {
    font-size: 14px;
  }
  .big {
    font-size: 16px;
  }
  .bigger {
    font-size: 20px;
  }
  .ultra-big {
    font-size: 28px;
  }
  h1, .h1 {
    font-size: 26px !important;
  }
  h2, .h2 {
    font-size: 22px !important;
  }
  h3, .h3 {
    font-size: 18px !important;
  }
  h4, .h4 {
    font-size: 14px !important;
  }
  h5, .h5 {
    font-size: 12px !important;
  }
  h6, .h6 {
    font-size: 10px !important;
  }
  p {
    line-height: 20px;
  }
}
.bg-lazy {
  background-image: none !important;
  background-color: #F1F1FA !important;
}

/*! -- Stack Pricing -- */
/*! -- Stack Pricing -- */
.social-login-section a {
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  padding: 1em;
  margin-right: 2em;
  cursor: pointer;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.15s ease;
  margin-bottom: 1em;
}
@media (max-width: 376px) {
  .social-login-section a {
    margin-right: 1em;
  }
}
.social-login-section a:hover, .social-login-section a:focus {
  color: #fff !important;
}
.social-login-section a:active, .social-login-section a:visited {
  text-decoration: none !important;
  outline: none !important;
  border: none !important;
}
.social-login-section h3 {
  color: #1a1a1a;
  font-weight: 300;
}
.social-login-section .socicon-google-img {
  background-image: url(//cdn.syncfusion.com/content/images/common/social/google-icon.png);
  background-size: 100%;
  padding: 26px;
  margin-bottom: -18px;
}
.social-login-section .socicon-facebook {
  background: #3b5998;
}
.social-login-section .socicon-twitter {
  background: #01abec;
}
.social-login-section .socicon-linkedin {
  background: #0e76a8;
}
.social-login-section .socicon-github {
  background: #000000;
}
.social-login-section .social-login-icon:hover {
  box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.3);
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
}
.social-login-section .social-login-icon::before {
  font-size: 1.5em;
}

a, a:hover, a:focus, a:visited, a:active {
  text-decoration: none !important;
  outline: none !important;
}

.Social-Access-sections, .Social-Access-sections_Register {
  margin-top: 32px;
}
.Social-Access-sections .EvalButton, .Social-Access-sections_Register .EvalButton {
  width: 200px !important;
}
.Social-Access-sections .socialPlatformButton, .Social-Access-sections_Register .socialPlatformButton {
  box-sizing: border-box;
  position: relative;
  width: 220px;
  height: 40px;
  border: 1px solid #94A3B8 !important;
  border-radius: 3px;
}
.Social-Access-sections .socialPlatformButton img, .Social-Access-sections_Register .socialPlatformButton img {
  margin: 0px !important;
}
.Social-Access-sections .socialPlatformButton:hover, .Social-Access-sections_Register .socialPlatformButton:hover {
  background: #F3F8FF !important;
  border: 1px solid #94A3B8 !important;
}
.Social-Access-sections .socialPlatformButton .socialPlatformName, .Social-Access-sections_Register .socialPlatformButton .socialPlatformName {
  padding: 14px 0px 14px 8px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #475569 !important;
}
.Social-Access-sections .socialPlatformButton .evalName, .Social-Access-sections_Register .socialPlatformButton .evalName {
  font-size: inherit !important;
}
.Social-Access-sections .googleButton .googleIcon, .Social-Access-sections_Register .googleButton .googleIcon {
  position: relative;
  width: 28px;
  height: 28px;
}
.Social-Access-sections .microsoftButton, .Social-Access-sections_Register .microsoftButton {
  margin-left: 27px !important;
}
.Social-Access-sections .microsoftButton .microsoftIcon, .Social-Access-sections_Register .microsoftButton .microsoftIcon {
  position: relative;
  width: 25px;
  height: 25px;
}

.alert {
  overflow: hidden;
  border: 1px solid #e6e6e6;
  padding: 0.92857143em;
  padding: 15px;
  margin-top: -50px;
  width: 95%;
  display: none;
}

.alert .alert__body,
.alert .alert__close {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.alert .alert__body {
  float: left;
  width: 95%;
}

.alert .alert__close {
  float: right;
  cursor: pointer;
}

.alert.bg--error {
  background: #fce8e8;
  border-color: #e23636;
}

.alert.bg--error .alert__close {
  color: #e23636;
}

@media (max-width: 1279px) {
  .social-login-section a {
    margin-right: 0.7em;
  }
}
@media (max-width: 1200px) {
  .Social-Access-sections .socialPlatformButton {
    width: 100%;
  }
  .Social-Access-sections .microsoftButton {
    margin-left: 0px !important;
    margin-top: 25px;
  }
  .Social-Access-sections_Register .EvalButton {
    width: 100% !important;
  }
  .Social-Access-sections_Register .socialPlatformButton {
    width: 100%;
  }
  .Social-Access-sections_Register .microsoftButton {
    margin-left: 0px !important;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .Social-Access-sections, .Social-Access-sections_Register {
    margin-top: 25px !important;
  }
}
@media (max-width: 359px) {
  .social-login-section a {
    margin-right: 0.4em;
  }
}
/********************************** Common  Colors ************************************/
/* Note: 
    1. Before adding color codes, please check whether the color code already present or not.
    2. Add the color codes in their series and arrange it alphabetically
    3. Follow the below naming conventions to add color code

          Color code        Color Variable
        ----------------------------------------
            #ABABAB     -   $color_AB
            #ABCABC     -   $color_ABC
            #ABCDEF     -   $color_ABCDEF
*/
/***************************** Color values by color code ********************************/
/***************************** Color values by color names ********************************/
html {
  font-size: 87.5%;
}

@media all and (max-width: 768px) {
  html {
    font-size: 81.25%;
  }
}
body {
  font-size: 1em;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  color: #666666;
  font-weight: 400;
}

.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,
.imagebg:not(.image--light) blockquote {
  color: #fff;
}

p + a:not(.btn) {
  font-size: 0.85714286em;
  line-height: 2.16666667em;
}

a {
  color: #4a90e2;
}

ul:not([class*=menu]) li > a {
  font-weight: normal;
}

ul:not([class*=menu]) li > a:hover {
  text-decoration: none;
}

span.h1:not(.inline-block),
span.h2:not(.inline-block),
span.h3:not(.inline-block),
span.h4:not(.inline-block),
span.h5:not(.inline-block),
span.h6:not(.inline-block) {
  display: block;
}

[class*=imagebg]:not(.image--light) p {
  opacity: 0.9;
}

.height-100,
.height-90,
.height-80,
.height-70,
.height-60,
.height-50,
.height-40,
.height-30,
.height-20,
.height-10 {
  height: auto;
  padding: 4em 0;
}

@media all and (max-width: 767px) {
  .height-100,
  .height-90,
  .height-80,
  .height-70,
  .height-60,
  .height-50,
  .height-40,
  .height-30,
  .height-20,
  .height-10 {
    height: auto;
    padding: 4em 0;
  }
}
@media all and (min-height: 600px) and (min-width: 767px) {
  .height-10 {
    height: 10vh;
  }
  .height-20 {
    height: 20vh;
  }
  .height-30 {
    height: 30vh;
  }
  .height-40 {
    height: 40vh;
  }
  .height-50 {
    height: 50vh;
  }
  .height-60 {
    height: 60vh;
  }
  .height-70 {
    height: 70vh;
  }
  .height-90 {
    height: 90vh;
  }
  .height-100 {
    height: 100vh;
  }
}
.lead {
  font-weight: 400;
  color: #808080;
}

.lead:not(:last-child) {
  margin-bottom: 1.3684210526em;
}

.lead + .btn:last-child {
  margin-top: 0.92857143em;
}

p.lead img {
  max-height: 1.68421053em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a {
  margin: 0;
  padding: 0;
}

h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
  margin-bottom: 0;
}

h2,
.h2 {
  font-size: 2.35714286em;
  line-height: 1.36363636em;
}

h3,
.h3 {
  font-size: 1.78571429em;
  line-height: 1.5em;
}

h4,
.h4 {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}

h5,
.h5 {
  font-size: 1em;
  line-height: 1.85714286em;
}

h6,
.h6 {
  font-size: 0.85714286em;
  line-height: 2.16666667em;
}

.lead {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}

@media all and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.35714286em;
    line-height: 1.36363636em;
  }
  h2,
  .h2 {
    font-size: 1.78571429em;
    line-height: 1.5em;
  }
  h3,
  .h3 {
    font-size: 1.35714286em;
    line-height: 1.85714286em;
  }
  .lead {
    font-size: 1.35714286em;
    line-height: 1.68421053em;
  }
}
p,
ul,
ol,
pre,
table,
blockquote {
  margin-bottom: 0.85714286em;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

h1,
.h1 {
  letter-spacing: -0.01em;
}

h1:not(:last-child),
.h1:not(:last-child) {
  margin-bottom: 0.5909090909em;
}

h2,
.h2 {
  margin-bottom: 0.7878787879em;
}

h3,
.h3 {
  margin-bottom: 1.04em;
}

h3 strong,
.h3 strong {
  font-weight: 400;
}

blockquote {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-weight: 300;
}

blockquote:not(:last-child) {
  margin-bottom: 1.04em;
}

blockquote > p {
  font-size: 1em !important;
}

h4,
.h4 {
  margin-bottom: 1.3684210526em;
  font-weight: 400;
}

h4.inline-block + .h4.inline-block:not(.typed-text),
.h4.inline-block + .h4.inline-block:not(.typed-text) {
  margin-left: 0.6842105263em;
}

h5,
.h5 {
  font-weight: 600;
}

h6,
.h6 {
  font-weight: 700;
}

h6:not(:last-child),
.h6:not(:last-child) {
  margin-bottom: 2.1666666667em;
}

h6.type--uppercase,
.h6.type--uppercase {
  letter-spacing: 1px;
  margin-right: -1px;
}

img {
  max-width: 100%;
  margin-bottom: 1.85714286em;
}

img:last-child {
  margin-bottom: 0;
}

section {
  padding-top: 6em;
  padding-bottom: 5em;
}

section:not(.unpad):not(.imagebg):not([class*=bg--]):not(.imageblock):not(.unpad--bottom):not(.border--bottom):not(.space--xxs) + section:not(.unpad):not(.imagebg):not([class*=bg--]):not(.imageblock):not(.border--bottom):not(.space--xxs) {
  padding-top: 0;
}

section:not(.unpad):not(.imagebg):not([class*=bg--]):not(.imageblock):not(.unpad--bottom):not(.border--bottom) + footer:not(.unpad):not(.imagebg):not([class*=bg--]):not(.imageblock):not(.unpad--bottom):not(.border--bottom) {
  padding-top: 0;
}

section.border--bottom:not([data-gradient-bg]) {
  border-bottom: 1px solid #ececec;
}

section.unpad {
  overflow: hidden;
}

section.text-center div[class*=col-]:first-child:last-child {
  margin: 0 auto;
  float: none;
}

@media all and (max-width: 767px) {
  section {
    padding: 3.57142857em 0;
  }
}
.back-to-top {
  position: fixed;
  width: 3.71428571em;
  height: 3.71428571em;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  right: 1.85714286em;
  bottom: 3.71428571em;
  padding-top: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  z-index: 99;
  border: 1px solid #ececec;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
}
.back-to-top i {
  color: #252525;
}
.back-to-top .active:hover {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
}

.back-to-top:not(.active) {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  pointer-events: none;
}

.btn--primary,
.btn--primary:visited {
  background: #4a90e2;
  border-color: #4a90e2;
}
.btn--primary .btn__text,
.btn--primary:visited .btn__text {
  color: #fff;
}
.btn--primary i,
.btn--primary:visited i {
  color: #fff;
}

.btn--primary:hover {
  background: #609de6;
}

.btn--primary:active {
  background: #3483de;
}

.btn--primary-2,
.btn--primary-2:visited {
  background: #465773;
  border-color: #465773;
}

.btn--primary-2 .btn__text,
.btn--primary-2:visited .btn__text {
  color: #fff;
}

.btn--primary-2:hover {
  background: #506383;
}

.btn--primary-2:active {
  background: #3c4b63;
}

.btn--sm {
  padding-top: 0.30952381em;
  padding-bottom: 0.30952381em;
  padding-right: 1.85714286em;
  padding-left: 1.85714286em;
}

.btn .btn--sm + .btn--sm {
  margin-left: 0.92857143em;
}

.type--uppercase {
  text-transform: uppercase;
}

.btn.type--uppercase {
  letter-spacing: 0.5px;
}

.boxed {
  position: relative;
  overflow: hidden;
  padding: 1.85714286em;
  margin-bottom: 30px;
  border-radius: 6px;
}

.boxed.boxed--lg {
  padding: 2.78571429em;
}

.boxed.boxed--border {
  border: 1px solid #ececec;
}

.boxed > div[class*=col-]:first-child:not(.boxed) {
  padding-left: 0;
}

.boxed > div[class*=col-]:last-child:not(.boxed) {
  padding-right: 0;
}

@media all and (max-width: 767px) {
  .boxed {
    padding: 1.23809524em;
    margin-bottom: 15px;
  }
  .boxed div[class*=col-]:not(.boxed) {
    padding: 0;
  }
  .boxed.boxed--lg {
    padding: 1.23809524em;
  }
  .boxed:last-child {
    margin-bottom: 15px;
  }
}
.icon--lg {
  font-size: 5.57142857em;
}

.icon:not(.block) {
  display: inline-block;
}

.feature-3 img {
  margin-bottom: 0.1666666667em;
}

@media all and (min-width: 768px) {
  .mt--3 {
    margin-top: 5.57142857em;
  }
}
@media all and (max-width: 990px) {
  .mt--3 {
    margin-top: 2.78571429em;
  }
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'stack-interface';
    src: url('../font/stack-interface.svg?34857618#stack-interface') format('svg');
  }
}
*/
[class^=stack-]:before, [class*=" stack-"]:before {
  font-family: "stack-interface";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.contact-fields {
  position: relative;
  height: 55px !important;
}

.form-textbox {
  position: relative;
}

.form_textbox {
  position: relative;
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  opacity: 0.45;
  font-size: 16px;
  font-weight: 500 !important;
  pointer-events: none;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 12px;
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  opacity: 1;
  padding-left: 5px;
  color: #777777;
}

.asterisk {
    color:red;
}

#name:focus + .asterisk-placeholder::after, #email-address:focus + .asterisk-placeholder::after, #work-email:focus + .asterisk-placeholder::after {
    content: "*";
    color: red;
}

#name + .asterisk-placeholder::after, #email-address + .asterisk-placeholder::after, #work-email + .asterisk-placeholder::after {
    content: "*";
}

.form-control:focus + .form-control-placeholder {
  color: #4A90E2;
}

.form-control:focus {
  border: 1px solid #4A90E2;
}

.active-form-control {
  font-size: 14px;
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  opacity: 1;
  padding-left: 5px;
  color: #777777;
}

.form-control-placeholder {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-size: 1.14285714em;
  color: #b3b3b3;
  opacity: 1;
}

.alert {
  margin-top: 0px !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

#trial-account-banner {
  background-image: url("//cdn.syncfusion.com/content/images/freetrials/DemoRequest-bgimg.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  padding: 80px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  #trial-account-banner {
    padding-top: 65px;
    padding-bottom: 0px;
    background-size: auto;
  }
}
@media (max-width: 767px) {
  #trial-account-banner {
    padding-top: 40px;
  }
}
#trial-account-banner .left-content h1 {
  font-size: 38px !important;
  font-weight: 600;
  line-height: 55px;
}
#trial-account-banner .left-content p {
  line-height: 40px;
  font-size: 18px;
}
#trial-account-banner .signup-form {
  position: absolute;
  width: 500px;
  left: 54%;
  background-color: #FFFFFF;
  color: #1A1A1A;
  border-radius: 6px;
  box-shadow: 0 7px 43px 0 rgba(0, 0, 0, 0.4);
  padding: 34px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #trial-account-banner .signup-form {
    width: 410px;
    padding: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #trial-account-banner .signup-form {
    left: 0;
    width: auto;
    position: relative;
    margin: 50px 15px 50px;
  }
}
@media (max-width: 767px) {
  #trial-account-banner .signup-form {
    left: 0;
    width: auto;
    position: relative;
    margin: 0 15px 0;
  }
}
#trial-account-banner .signup-form .quickstart-page h2, #trial-account-banner .signup-form .quickstart-page .already-login, #trial-account-banner .signup-form .quickstart-page .company-option {
  text-align: center;
  margin-bottom: 10px !important;
}
#trial-account-banner .signup-form .quickstart-page h2 {
  font-size: 24px !important;
  letter-spacing: 0;
  font-weight: 700;
}
#trial-account-banner .signup-form .quickstart-page label {
  font-size: 14px !important;
}
#trial-account-banner .signup-form .quickstart-page label input {
  vertical-align: text-top;
}
#trial-account-banner .signup-form .form-section .social-Login-icons {
  text-align: center;
}
#trial-account-banner .signup-form .form-section .social-Login-icons .form-heading h2 {
  font-size: 16px !important;
  margin-top: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}
#trial-account-banner .signup-form .form-section .social-Login-icons .separator-section span {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  grid-gap: 1rem;
  margin-top: 25px;
}
#trial-account-banner .signup-form .form-section .social-Login-icons .separator-section span:before,
#trial-account-banner .signup-form .form-section .social-Login-icons .separator-section span:after {
  content: "";
  display: block;
  border-top: 1px dotted grey;
}
#trial-account-banner .signup-form .form-section h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
#trial-account-banner .signup-form .form-section .company-option {
  margin-top: 20px;
  color: #666666;
  font-size: 16px;
}
#trial-account-banner .signup-form .form-section .company-option label {
  font-weight: normal;
}
#trial-account-banner .signup-form .form-section .company-option label #business-type, #trial-account-banner .signup-form .form-section .company-option label #individual-type {
  margin-right: 10px;
  cursor: pointer;
}
#trial-account-banner .signup-form .form-section .company-option label #individual-type {
  margin-left: 20px;
}
#trial-account-banner .signup-form .form-section .input-validation-error {
  border: 1px solid #D84D4D;
}
#trial-account-banner .signup-form .form-section .field-validation-error {
  color: #D84D4D;
  font-size: 13px;
}
#trial-account-banner .signup-form .form-section .free-email-form-field {
  padding-top: 36px !important;
}
#trial-account-banner .signup-form .form-section .form-field {
  outline: none;
  padding-top: 22px;
  clear: both;
}
#trial-account-banner .signup-form .form-section .form-field input {
  height: 42px;
  box-shadow: none;
  font-size: 13px !important;
  margin-bottom: 4px;
  background: #FCFCFC;
  border: 1px solid #E6E6E6 !important;
  border-radius: 5px;
}
#trial-account-banner .signup-form .form-section .form-field .free-email {
  opacity: 0.5 !important;
}
#trial-account-banner .signup-form .form-section .form-field .form-control-placeholder {
  padding-top: 10px;
  font-size: 13px !important;
}
#trial-account-banner .signup-form .form-section .form-field .disabled-placeholder {
  font-size: 12px;
  opacity: 1;
  padding-left: 5px;
  position: absolute;
  color: #777;
  top: -27px;
}
#trial-account-banner .signup-form .form-section .logon-field {
  padding-top: 25px;
}
#trial-account-banner .signup-form .form-section .logon-field .submit {
  background-color: #0073DC;
  color: #FFFFFF;
  width: 100%;
  border: none;
  outline: none;
}
#trial-account-banner .signup-form .form-section .logon-field .submit:hover:enabled {
  background-color: #0D98FF;
}
#trial-account-banner .signup-form .form-section #productinfo .form-textbox label {
  cursor: auto !important;
  line-height: 28px;
}
#trial-account-banner .signup-form .form-section .already-login {
  font-size: 16px !important;
  color: #1A1A1A;
  margin-bottom: 0;
}
#trial-account-banner .signup-form .form-section .already-login .existing-login {
  text-decoration: none;
  color: #3C78EF;
}
#trial-account-banner .signup-form .form-section .already-login .existing-login:hover {
  color: #1D64D6;
}
#trial-account-banner .signup-form .form-section #privacy-acceptance-option .form-textbox, #trial-account-banner .signup-form .form-section #email-subscription-option .form-textbox {
  outline: none;
}
#trial-account-banner .signup-form .form-section .recaptcha-policy {
  display: block;
  background: #EFF1F7;
  padding: 12px 20px 12px 20px;
  line-height: 18px;
  border-radius: 9px;
  margin-top: 25px;
  color: #1A1A1A;
  font-size: 12px;
  word-spacing: 1px;
}
#trial-account-banner .signup-form .form-section .recaptcha-policy .privacy-message {
  color: #0565FF;
}
#trial-account-banner .signup-form .form-section .recaptcha-policy .privacy-message:hover {
  color: #0957D6;
  cursor: pointer;
}

.b-page-benefits {
  padding: 80px 0 210px 0 !important;
}

#free-account-benefit-section {
  padding: 30px 0px 570px 0px;
  color: #1A1A1A;
}
#free-account-benefit-section h3 {
  font-size: 24px !important;
  font-weight: bold;
  margin-bottom: 30px;
}
#free-account-benefit-section ul {
  margin-bottom: 80px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #free-account-benefit-section ul {
    margin-bottom: 55px;
  }
}
@media (max-width: 991px) {
  #free-account-benefit-section ul {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 1000px) {
    #free-account-benefit-section h3 {
        justify-content: center;
        display: flex;
    }
}
#free-account-benefit-section ul li {
  font-size: 16px;
  padding-bottom: 15px;
  line-height: 28px;
}

@media (max-width: 991px) {
  .b-page-benefits {
    padding: 80px 0 !important;
  }
}
#customer-list-section {
  background-color: #F9F9F9;
  padding: 60px 0;
  margin-bottom: 30px;
}
#customer-list-section img {
  width: 100%;
}

#customer-list-section h2{
  font-size: 20px !important;
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 20px;
}

#customer-testimonial-section {
  background-color: white !important;
  padding: 80px 0;
}

@media (max-width: 991px) {
  #customer-testimonial-section {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  #customer-list-section {
    padding: 60px 0;
  }
  #customer-testimonial-section {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  #trial-account-banner .left-content h1 {
    font-size: 33px !important;
    line-height: 48px;
  }
  #trial-account-banner .signup-form .form-section h2 {
    line-height: 38px;
  }
  #free-account-benefit-section h3, #free-account-benefit-section h2, #customer-testimonial-section h3, #customer-testimonial-section h2 {
    line-height: 40px !important;
  }
}
@media (max-width: 340px) {
  #trial-account-banner .signup-form {
    margin-top: 20px;
  }
}
.back-to-top {
  margin: 0 6px 50px 0;
}

#g2-review-app {
  padding: 40px 0px 0px 0px !important;
}
#g2-review-app .reviewapp-logo {
  padding: 0px;
  display: flex;
}
#g2-review-app .reviewapp-logo img {
  margin-top: 6px;
  width: 72.06px;
  height: 74.02px;
}
#g2-review-app .app-ratings-link {
  color: #006AFF;
  font-weight: 600;
  font-size: 16px;
}
#g2-review-app a::after {
  content: "→";
}
#g2-review-app .g2-app-rating {
  padding: 0px;
  margin: 0px 22px 0px 10px;
}
#g2-review-app .g2-app-rating .star-rating-g2logo {
  width: 117px;
  margin-bottom: 7px;
}
#g2-review-app .g2-app-rating .rating {
  background: #35bc6b;
  border-radius: 38.5927px;
  width: 68.14px;
  height: 23.12px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 2px;
  font-size: 14px;
}
#g2-review-app .g2-app-rating .reviews-count {
  font-weight: 600;
  color: #666666;
  margin-top: 7px;
  padding-left: 0px;
}
#g2-review-app .reviews-content {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  padding: 0px;
}

@media (max-width: 991px) {
  #g2-review-app .reviewapp-logo {
    flex-direction: column;
    align-items: center;
  }
  #g2-review-app .reviewapp-logo img {
    margin-top: 0px;
    width: 54.06px;
    height: 54.02px;
  }
  #g2-review-app .g2-app-rating {
    display: contents;
  }
  #g2-review-app .reviews-content {
    text-align: center;
    padding: 10px 20px 40px;
  }
}
#g2-widget, .g2-widget-review {
  padding: 20px 0px;
}
#g2-widget #g2-heading, .g2-widget-review #g2-heading {
  font-weight: 700;
  color: #000000;
  margin: 0 30px 30px 30px;
  text-align: center;
}
#g2-widget .sign-up-sections, .g2-widget-review .sign-up-sections {
  padding: 0px;
}
#g2-widget .g2-subheading, .g2-widget-review .g2-subheading {
  font-size: 16px;
  color: #475569;
  text-align: center;
  line-height: 27px;
  margin: 0 30px 30px 30px;
}
#g2-widget .heading, .g2-widget-review .heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
  margin-top: 8px;
}
#g2-widget .description, .g2-widget-review .description {
  font-size: 14px;
  line-height: 24px;
  margin: 8px 0px 100px 0px;
  color: #000000;
}
#g2-widget .cards, .g2-widget-review .cards {
  background: #F0FFF9;
  border: 1px solid rgba(46, 225, 158, 0.5);
  box-shadow: 0px 8px 12px rgba(28, 60, 60, 0.12), 2px 10px 18px rgba(42, 92, 92, 0.12);
  border-radius: 24px;
  padding: 24px 30px;
  margin: 0px 20px 30px 20px;
  position: relative;
}
#g2-widget .g2-rating-img, .g2-widget-review .g2-rating-img {
  width: 110px;
  margin: 0px 0px 0px -1px;
}
#g2-widget .name, .g2-widget-review .name {
  color: #0F172A;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin: 5px 0px 0px 14px;
}
#g2-widget .designation, .g2-widget-review .designation {
  color: #38475E;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#g2-widget .doubleqoutes, .g2-widget-review .doubleqoutes {
  padding-bottom: 3px;
}
#g2-widget .carousel-cell, .g2-widget-review .carousel-cell {
  width: 50%;
  margin-right: 10px;
  border-radius: 5px;
}
#g2-widget .carousel.is-expanded, .g2-widget-review .carousel.is-expanded {
  width: 100%;
}
#g2-widget .g2-profile-image, .g2-widget-review .g2-profile-image {
  display: inline-flex;
  min-width: 70px;
}
#g2-widget .g2-profile-image img, .g2-widget-review .g2-profile-image img {
  width: 70px;
  height: 70px;
  border-radius: 35px;
}
#g2-widget .carousel, .g2-widget-review .carousel {
  margin: 0px 16px 0px 6px;
}
#g2-widget .app-logo, .g2-widget-review .app-logo {
  width: 156.01px !important;
  max-width: 100%;
  height: 32px !important;
  margin: 0px 10px 15px 0px;
}
#g2-widget .flickity-page-dots, .g2-widget-review .flickity-page-dots {
  bottom: -56px;
  margin-left: 7px;
}
#g2-widget .flickity-page-dots .dot, .g2-widget-review .flickity-page-dots .dot {
  margin: 0 2px;
  background: #000000;
}
#g2-widget .app-ratings, .g2-widget-review .app-ratings {
  background: #35BC6B;
  border-radius: 32.5688px;
  width: 52.37px;
  height: 20.12px;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  padding: 2px;
  margin-left: 8px;
  font-size: 12px;
}
#g2-widget .star-rating, .g2-widget-review .star-rating {
  height: 13.12px;
  width: 79px;
  margin-top: 3px;
}
#g2-widget .Capterra-logo,
#g2-widget .GetApp-logo, .g2-widget-review .Capterra-logo,
.g2-widget-review .GetApp-logo {
  background-image: url("https://cdn.syncfusion.com/content/images/user-reviews/users-reward-rating-4.4.png");
  background-size: contain;
}
#g2-widget .G2-logo, .g2-widget-review .G2-logo {
  background-image: url("https://cdn.syncfusion.com/content/images/user-reviews/users-reward-rating-4.6.png");
  background-size: contain;
}
#g2-widget .reviews-count, .g2-widget-review .reviews-count {
  padding: 11px;
  font-weight: 600;
  color: #666666;
  font-size: 12px;
}
#g2-widget .app-ratings-link, .g2-widget-review .app-ratings-link {
  color: #006AFF;
  font-weight: 600;
  font-size: 12px;
}
#g2-widget a::after, .g2-widget-review a::after {
  content: "→";
}
#g2-widget .g2-author-section, .g2-widget-review .g2-author-section {
  display: flex;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.g2-reviews-sections {
  background: linear-gradient(89.89deg, #F6FAFF -12.24%, #F6FAFE 95.32%, rgba(242, 246, 250, 0) 99.9%);
}

.common-reviews .description {
  margin: 8px 0px 100px 0px !important;
}

.common-reviews .name {
  margin-left: 0px !important;
}

.app-logos-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 760px) and (max-width: 991px) {
  #g2-widget .app-ratings, .g2-widget-review .app-ratings {
    width: 50.14px;
    height: 18.12px;
    font-size: 12px;
    padding: 1px;
  }
  #g2-widget .app-logos-section, .g2-widget-review .app-logos-section {
    margin: 15px 0px;
  }
  #g2-widget .app-ratings-link, .g2-widget-review .app-ratings-link {
    font-size: 12px;
  }
  #g2-widget .reviews-count, .g2-widget-review .reviews-count {
    font-size: 12px;
  }
  #g2-widget .app-logo, .g2-widget-review .app-logo {
    height: 32px !important;
  }
}
@media (max-width: 527px) {
  #g2-widget .cards, .g2-widget-review .cards {
    margin: 0px 15px 30px;
  }
}
@media (max-width: 280px) {
  #g2-widget .g2-author-section, .g2-widget-review .g2-author-section {
    margin-left: 8px;
  }
  #g2-widget .cards, .g2-widget-review .cards {
    padding: 24px 20px;
  }
  #g2-widget .name, .g2-widget-review .name {
    font-size: 11px;
  }
  #g2-widget .app-logos-section, .g2-widget-review .app-logos-section {
    margin: 40px 6px;
  }
  #g2-widget .g2-author-section, .g2-widget-review .g2-author-section {
    left: 12px;
  }
  #g2-widget .g2-rating-img, .g2-widget-review .g2-rating-img {
    width: 89px;
  }
}
@media (max-width: 767px) {
  #g2-widget .carousel-cell, .g2-widget-review .carousel-cell {
    width: 100%;
  }
  #g2-widget .carousel, .g2-widget-review .carousel {
    margin: 0 !important;
  }
  #g2-widget .app-ratings, .g2-widget-review .app-ratings {
    width: 57.14px;
    height: 20px;
    font-size: 12px;
    padding: 2px;
  }
  .common-reviews .cards {
    margin: 0px 20px 45px 20px !important;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  .g2-widget-review {
    margin-left: 10px;
    margin-right: -10px;
  }
  #g2-review-app {
    padding: 40px 0px 20px 0px !important;
  }
}
@media (max-width: 991px) {
  .app-logos-section {
    margin: 15px 0px !important;
  }
}
#additionalinfo {
  box-shadow: none;
  font-size: 14px;
  margin-bottom: 4px;
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  color: #555 !important;
  width: 100%;
  padding: 13px 0px 0px 14px;
  font-family: "Open Sans", helvetica, arial, sans-serif !important;
}

#additionalinfo:focus {
  outline: none;
}

#additionalinfo::-moz-placeholder {
  color: #b2a9a9;
  font-family: "Open Sans", helvetica, arial, sans-serif !important;
  font-size: 13px !important;
}

#additionalinfo::placeholder {
  color: #b2a9a9;
  font-family: "Open Sans", helvetica, arial, sans-serif !important;
  font-size: 13px !important;
}

.description {
  padding: 0px 0px 20px 0px;
}

.demo-request {
  background-image: url("//cdn.syncfusion.com/content/images/freetrials/DemoRequest-bgimg.png") !important;
}

.formsubmission-message {
  padding: 0px !important;
  padding: 0px 0px 150px 0px !important;
}

.thankyou-message {
  padding: 16px 0px;
}

.demoerequest-thankmessage {
  border-radius: 9px;
}

.text-thankyou {
  font-size: 28px;
}

.thanks-content-message {
  font-size: 15px;
  padding: 0px 38px 0px 37px;
}

@media (max-width: 991px) and (min-width: 600px) {
  .demoerequest-thankmessage {
    display: flex;
    width: 705px;
  }
}
.filter-option {
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  height: 42px;
  color: #abaaaa;
  background: none;
  font-family: "Open Sans", helvetica, arial, sans-serif !important;
  font-size: 13px !important;
}
.filter-option:focus {
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  height: 42px;
  background: none;
}
.filter-option:hover {
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  height: 42px;
  background: none;
}

.filter-option-inner-inner {
  background: none;
  padding: 5px 2px;
}

#demo-dropdown .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}
#demo-dropdown .bootstrap-select .dropdown-toggle {
  height: 42px !important;
  border: 1px solid #f0eded !important;
}
#demo-dropdown .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline: none !important;
  background-color: #FFFFFF !important;
  box-shadow: none !important;
}
#demo-dropdown .bootstrap-select .dropdown-toggle .filter-option {
  height: 42px;
  box-shadow: none;
  font-size: 14px;
  margin-bottom: 4px;
  background: #FCFCFC;
  border: 1px solid #f0eded;
  border-radius: 5px;
}
#demo-dropdown .dropdown-menu .show {
  width: 100% !important;
}
#demo-dropdown .dropdown-menu .open {
  overflow: hidden;
  width: 100%;
  height: 300px;
  max-height: unset;
  min-width: unset;
}
#demo-dropdown .btn .dropdown-toggle:focus {
  outline: none !important;
  background-color: #FFFFFF !important;
  box-shadow: none !important;
}
#demo-dropdown .button .btn .dropdown-toggle .bs-placeholder .btn-light {
  height: 42px !important;
  outline: none !important;
}
#demo-dropdown .bootstrap-select.show-tick .dropdown-menu li a span.text {
  padding: 3px 0px;
  font-family: "Open Sans", helvetica, arial, sans-serif !important;
  font-size: 13px !important;
}
#demo-dropdown btn dropdown-toggle btn-default {
  border-color: #1A1A1A;
}

textarea {
  resize: none;
}

#content-heading {
  font-size: 38px !important;
  font-weight: 600;
  line-height: 50px;
}

#error-message-content {
  color: red;
  padding: 10px;
}

#customer-list-section svg {
  display: inline-block;
  position: relative;
  top: 7px;
  margin-left: 2px;
}

@media (max-width: 991px) and (min-width: 768px) {
  #trial-account-banner {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #FFFFFF;
    padding: 46px 0 !important;
  }
  #trial-account-banner .signup-form {
    margin: 5px 15px 50px;
  }
}
@media (max-width: 645px) {
  #g2-widget .carousel-cell {
    bottom: 467px;
    left: 0% !important;
    top: 300px !important;
    position: initial !important;
  }
  #g2-widget .flickity-viewport {
    height: 720px !important;
  }
  #g2-widget .carousel-cell .is-selected {
    top: 347px !important;
    bottom: 259px !important;
  }
}
[data-id=productinterest] {
  bottom: 7px;
}

#ortext {
  padding: 12px 0px 0px 0px !important;
  color: #726767;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}

#start-trial {
  padding: 0px !important;
  text-align: center;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: white !important;
}

.glyphicon-ok:before {
  color: #4a90e2 !important;
}

.dropdown-menu li .selected {
  color: #4a90e2 !important;
}

#email-subscription-option {
  padding-top: 10px !important;
}

.bootstrap-select .dropdown-menu {
  max-height: 263px !important;
}

@media (max-width: 768px) {
  #free-account-benefit-section {
    padding: 57px 0px 42px 0px;
  }
}
@media (max-width: 990px) and (min-width: 768px) {
  #free-account-benefit-section {
    padding: 30px 0px;
  }
}

.icon-Data-Platform-Copy:before {
  color: #0bb42a;
  margin-right: 11px;
  font-size: 17px;
  font-weight: 700;
}

#free-account-benefit-section ul li {
  list-style: none;
}

#trial-account-banner .signup-form .form-section .separator-section span {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  grid-gap: 1rem;
  margin-top: 25px;
}

#trial-account-banner .signup-form .form-section .separator-section span:before,
#trial-account-banner .signup-form .form-section .separator-section span:after {
  content: "";
  display: block;
  border-top: 1px dotted grey;
}

.filter-option-inner-inner {
  color: #b2a9a9;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .flickity-viewport {
    width: 96%;
  }
}
#label-part {
  font-size: 13px !important;
  color: #615c5c;
  font-family: "Open Sans", helvetica, arial, sans-serif !important;
}

#benefits-list li {
  position: relative !important;
}

#benefits-list li span {
  position: absolute !important;
  left: -2em !important;
}

#privacy-acceptance-option {
  padding-top: 12px !important;
}

.benefit-section-content {
  font-size: 15px;
}

tr.benefit-part {
  line-height: 41px;
}

@media (max-width: 445px) {
  .benefit-section-content {
    padding: 0px;
    font-size: 14px;
  }
  .icon-Data-Platform-Copy:before {
    font-size: 14px !important;
  }
  tr.benefit-part {
    vertical-align: top !important;
    line-height: 32px !important;
  }
}
@media (max-width: 1196px) and (min-width: 768px) {
  .benefit-section-content {
    padding: 0px;
    font-size: 14px;
  }
  .icon-Data-Platform-Copy:before {
    font-size: 14px !important;
  }
  tr.benefit-part {
    vertical-align: top !important;
    line-height: 32px !important;
  }
}
@media (max-width: 768px) {
  .already-login {
    margin-bottom: 16px !important;
  }
}
/********************************** Common  Colors ************************************/
.carousel-cell {
    width: 100%;
    cursor: default;
}

.case-study-slider-section {
    padding-top: 80px;
    padding-bottom: 130px;
    margin-top: 30px;
    font-family: "Open Sans";
    background: linear-gradient(180deg, rgba(233, 241, 255, 0.5) 0%, rgba(241, 246, 255, 0) 20.95%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(233, 241, 255, 0.72) 0%, rgba(233, 241, 255, 0) 10.13%, rgba(233, 241, 255, 0) 84.97%, rgba(233, 241, 255, 0.72) 100%);
}

@media (max-width: 768px) {
    .case-study-slider-section {
        padding-top: 56px;
        padding-bottom: 56px;
        margin-top: 0;
    }
}

.case-study-slider-section .case-study-header-segment {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .case-study-slider-section .case-study-header-segment {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .case-study-slider-section .case-study-header-segment {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .case-study-slider-section .case-study-header-segment {
        width: 1170px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 768px) {
    .case-study-slider-section .case-study-header-segment {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.case-study-slider-section .case-study-header {
    font-size: 32px;
    line-height: 48px;
    color: #0F172A;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: left;
    margin-top: 0;
}

    .case-study-slider-section .feature-header span:not(.subtext) {
        font-weight: 700;
        color: #067647;
        font-size: 24px;
        line-height: 36px;
    }

    .case-study-slider-section .feature-header .subtext {
        font-size: 18px;
        padding-left: 0px;
        color: #0F172A;
    }

.case-study-slider-section .feature-in-bold-1, .case-study-slider-section .feature-in-bold-2 {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    padding-left: 25px;
}

    .case-study-slider-section .feature-in-bold-1 .feature-text, .case-study-slider-section .feature-in-bold-2 .feature-text {
        margin-left: 10px;
        color: #0F172A !important;
        font-weight: 600 !important;
        font-size: 20px !important;
    }

    .case-study-slider-section .feature-in-bold-1 span:not(.feature-text), .case-study-slider-section .feature-in-bold-2 span:not(.feature-text) {
        font-size: 46px;
        font-weight: 700;
        color: #067647;
        display: flex;
        -moz-column-gap: 30px;
        column-gap: 30px;
        line-height: 60px;
        position: relative;
        left: -25px;
    }

        .case-study-slider-section .feature-in-bold-1 span:not(.feature-text)::before, .case-study-slider-section .feature-in-bold-2 span:not(.feature-text)::before {
            content: "";
            width: 4px;
            height: 60px;
            background-color: #C3E5D7;
            border-radius: 6px;
        }

@media (max-width: 767px) {
    .case-study-slider-section .feature-in-bold-1 span:not(.feature-text), .case-study-slider-section .feature-in-bold-2 span:not(.feature-text) {
        font-size: 32px;
        line-height: 50px;
    }
}

.case-study-slider-section .feature-in-bold-2 {
    margin-top: 10px;
}

    .case-study-slider-section .feature-in-bold-2 span:not(.feature-text) {
        color: #5925DC;
        border-color: #D9D3E7;
    }

.case-study-slider-section .case-study-description {
    font-size: 16px;
    line-height: 25px;
    color: #475569;
    font-weight: 400;
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .case-study-slider-section .case-study-description {
        width: 99%;
    }
}

.case-study-slider-section .explore-case-studies {
    font-size: 16px;
    border: 1px solid #0057FF;
    border-radius: 6px;
    padding: 11.2px 16px;
    line-height: 24px;
    color: #0057FF;
    font-weight: 600;
    display: flex;
    align-items: center;
    -moz-column-gap: 7px;
    column-gap: 7px;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 48px;
}

    .case-study-slider-section .explore-case-studies:hover {
        background-color: #e8f1ff;
        text-decoration: none;
    }

.case-study-slider-section .container {
    border: 1px solid #CFD6E2;
    border-radius: 24px;
    background-color: #F3F7FF;
    padding: 12px;
}

@media (max-width: 767px) {
    .case-study-slider-section .container {
        border: none;
        background: none;
        padding: 15px;
    }
}

@media (max-width: 500px) {
    .case-study-slider-section .container {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .case-study-slider-section .container {
        width: 1150px;
    }
}

.case-study-slider-section .container .button-list {
    display: flex;
    justify-content: space-around;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    padding-top: 0 !important;
    padding-left: 0;
    margin-top: 0;
}

    .case-study-slider-section .container .button-list::after, .case-study-slider-section .container .button-list::before {
        display: none;
    }

    .case-study-slider-section .container .button-list li {
        padding: 0;
        flex: 0 0 auto;
        list-style-type: none;
    }

        .case-study-slider-section .container .button-list li button {
            position: relative;
            border: none;
            background: none;
            height: 86px;
            overflow: hidden;
        }

            .case-study-slider-section .container .button-list li button img {
                margin-bottom: 0;
                filter: grayscale(1) brightness(1);
                opacity: 0.6;
                width: 100%;
                height: auto;
            }

            .case-study-slider-section .container .button-list li button .progress-bar-base {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 4px;
                background: #D7DEED;
                z-index: 1;
                border-radius: 8px;
                display: none;
            }

            .case-study-slider-section .container .button-list li button .progress-bar-fill {
                position: absolute;
                left: 0;
                bottom: 0;
                height: 4px;
                width: 0%;
                background: #0057FF;
                transition: none;
                z-index: 2;
                border-radius: 8px;
                animation: none;
            }

            .case-study-slider-section .container .button-list li button.active .progress-bar-fill {
                animation: progress-bar-animate 8s linear forwards;
                animation-play-state: running;
            }

            .case-study-slider-section .container .button-list li button.reset-animation .progress-bar-fill {
                animation: none;
                width: 0% !important;
            }

            .case-study-slider-section .container .button-list li button.stop-animation .progress-bar-fill {
                animation: none;
                width: 100% !important;
            }

            .case-study-slider-section .container .button-list li button.active, .case-study-slider-section .container .button-list li button:hover {
                opacity: 1;
            }

                .case-study-slider-section .container .button-list li button.active img, .case-study-slider-section .container .button-list li button:hover img {
                    filter: none;
                    opacity: 1;
                }

                .case-study-slider-section .container .button-list li button.active .progress-bar-base, .case-study-slider-section .container .button-list li button:hover .progress-bar-base {
                    display: block;
                }

@media (max-width: 992px) {
    .case-study-slider-section .container .button-list li {
        padding-left: 15px;
        padding-right: 15px;
    }

        .case-study-slider-section .container .button-list li button {
            height: 56px;
        }
}

.case-study-slider-section .border-container {
    border: 1px solid #CFD6E2;
    border-radius: 16px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .case-study-slider-section .border-container {
        border: none;
        border-radius: none;
    }
}

.case-study-slider-section .carousel {
    margin: 23px;
}

    .case-study-slider-section .carousel .carousel-cell {
        overflow: hidden;
    }

@media (max-width: 992px) {
    .case-study-slider-section .carousel .carousel-cell {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .case-study-slider-section .carousel .carousel-cell .col-md-5 {
        width: 39%;
    }

    .case-study-slider-section .carousel .carousel-cell .col-md-7 {
        width: 61%;
    }
}

.case-study-slider-section .carousel .flickity-viewport {
    overflow: hidden;
}

@media (max-width: 767px) {
    .case-study-slider-section .carousel {
        padding: 0;
    }
}

.case-study-slider-section .carousel .industry-type, .case-study-slider-section .carousel .feature-header {
    font-size: 20px !important;
    line-height: 30px;
    color: #0F172A;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    margin-top: 0;
}


.case-study-slider-section .carousel p {
    color: #475569;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.case-study-slider-section .carousel .content {
    padding-right: 20px;
}

    .case-study-slider-section .carousel .content hr {
        width: 100%;
        border-top: 1px solid #DDE2ED;
        margin-top: 28px;
        margin-bottom: 28px;
        display: block !important;
    }

@media (max-width: 767px) {
    .case-study-slider-section .carousel .content {
        padding-left: 0;
        padding-right: 0;
    }
}

.case-study-slider-section .carousel .feature-list-container {
    display: flex;
    gap: 32px;
    flex-direction: row;
}

.case-study-slider-section .carousel .feature-list {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 22px;
    column-gap: 22px;
}

    .case-study-slider-section .carousel .feature-list img {
        margin-bottom: 0;
    }

    .case-study-slider-section .carousel .feature-list:nth-of-type(1) {
        margin-bottom: 34px;
    }

.case-study-slider-section .carousel .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 992px) {
    .case-study-slider-section .carousel .content {
        justify-content: start;
        margin-top: 30px;
        margin-bottom: 32px;
    }
}

@media (min-width: 992px) {
    .case-study-slider-section .carousel .content {
        min-height: 396px;
    }
}

.case-study-slider-section .carousel .customer-story-col {
    --opacity-normal-start: 0.1;
    --color-switch-position: 49.15%;
    border-radius: 16px;
    background-size: 102% 102%;
    transition: background-size 0.5s ease;
    min-height: 396px;
    display: flex;
    margin-top: auto;
    padding: 0;
}

@media (max-width: 992px) {
    .case-study-slider-section .carousel .customer-story-col {
        margin-top: unset;
    }
}

.case-study-slider-section .carousel .customer-story-col .customer-card-link {
    display: flex;
    flex-direction: column;
    justify-content: end;
    row-gap: 16px;
    transition: 0.6s cubic-bezier(0.7, 0, 0, 1);
    transition-property: transform, opacity;
    padding: 28px;
}

@media (max-width: 768px) {
    .case-study-slider-section .carousel .customer-story-col .customer-card-link {
        padding: 20px;
    }
}

.case-study-slider-section .carousel .customer-story-col p {
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .case-study-slider-section .carousel .customer-story-col p {
        font-size: 16px;
        line-height: 26px;
    }
}

.case-study-slider-section .carousel .customer-story-col img {
    margin-bottom: 8px;
}

.case-study-slider-section .carousel .customer-story-col .user-details {
    font-weight: 700;
}

    .case-study-slider-section .carousel .customer-story-col .user-details span {
        font-weight: 400;
        font-size: 16px;
        font-style: italic;
        color: rgba(255, 255, 255, 0.8);
    }

.case-study-slider-section .carousel .customer-story-col .read-story-cta {
    font-size: 16px;
    line-height: 24px;
    color: #FFD018;
    font-weight: 600;
    display: flex;
    align-items: center;
    -moz-column-gap: 7px;
    column-gap: 7px;
    margin-top: 4px;
}

    .case-study-slider-section .carousel .customer-story-col .read-story-cta:hover {
        color: #E1BD00;
        text-decoration: none;
    }

.case-study-slider-section .carousel .customer-story-col:hover {
    background-size: 100% 100%;
}

    .case-study-slider-section .carousel .customer-story-col:hover .customer-card-link .read-story-cta {
        visibility: visible;
    }

@media (max-width: 700px) {
    .case-study-slider-section .carousel .customer-story-col {
        background-size: 102% 125%;
    }

        .case-study-slider-section .carousel .customer-story-col:hover {
            background-size: 100% 125%;
        }
}

.case-study-slider-section .carousel .customer-story-col.bg-lazy .customer-card-link p, .case-study-slider-section .carousel .customer-story-col.bg-lazy .customer-card-link span  {
    color: #856c0a;
}

.case-study-slider-section .carousel .flickity-page-dots {
    bottom: -75px;
    position: absolute;
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
    display: flex;
    justify-content: center;
}

    .case-study-slider-section .carousel .flickity-page-dots .dot {
        background-color: #C9D1DF;
        margin: 0 3px;
        opacity: 1;
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }

        .case-study-slider-section .carousel .flickity-page-dots .dot:hover {
            cursor: pointer;
        }

    .case-study-slider-section .carousel .flickity-page-dots .is-selected {
        background-color: #0057FF;
        width: 34px;
        border-radius: 8px;
    }

@media (max-width: 767px) {
    .case-study-slider-section .carousel .flickity-page-dots {
        bottom: -50px;
    }
}

@keyframes progress-bar-animate {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .case-study-slider-section .flickity-viewport {
        width: unset;
    }
}
/*# sourceMappingURL=CaseStudySection.css.map *//*# sourceMappingURL=DemoRequest.css.map */