@charset "UTF-8";
/********************************** Common  Colors ************************************/
/********************************** 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;
}

/*========== Information Message for Retired products =============== */
#retired-product-information-message {
  display: none;
  position: absolute;
  opacity: 0.95;
  width: 100%;
  z-index: 999;
  background-color: #FFF7D7;
  border-bottom: 1px solid #eada96;
}
@media (max-width: 767px) {
  #retired-product-information-message .container {
    padding-right: 50px;
  }
}
#retired-product-information-message .common-message {
  float: none;
  margin: auto;
  text-align: center;
  line-height: 26px;
  padding: 15px 0px;
}
@media (max-width: 1279px) and (min-width: 768px) {
  #retired-product-information-message .common-message .medium {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  #retired-product-information-message .common-message {
    line-height: inherit;
  }
}
#retired-product-information-message .information_close_icon {
  width: 70px;
  float: right;
  padding: 34px 30px;
  margin-top: -83px;
  cursor: pointer !important;
}
@media (max-width: 1199px) {
  #retired-product-information-message .information_close_icon {
    padding: 30px 30px;
    margin-top: -75px;
  }
}
@media (max-width: 767px) {
  #retired-product-information-message .information_close_icon {
    padding: 27px 20px;
    margin-top: -63px;
    width: 50px;
  }
}
@media (max-width: 718px) {
  #retired-product-information-message .information_close_icon {
    padding: 26px 20px;
    margin-top: -63px;
    width: 50px;
  }
}
@media (max-width: 484px) {
  #retired-product-information-message .information_close_icon {
    padding: 43px 20px;
    margin-top: -97px;
    width: 50px;
  }
}
#retired-product-information-message .information_close_icon:hover, #retired-product-information-message .information_close_icon:focus {
  background-color: #fcefbb;
}

/*========== End Information Message =============== */
.popular-controls-section {
  background-color: #f5f9ff;
  padding: 60px 0;
}
.popular-controls-section h2 {
  font-size: 33px;
  color: #1A1A1A;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  line-height: 44px;
  width: 55%;
  margin: 0em auto 1em auto;
}
@media (max-width: 991px) {
  .popular-controls-section h2 {
    width: 100%;
    padding: 0 30px;
    line-height: 37px;
  }
}
@media (min-width: 600px) and (max-width: 769px) {
  .popular-controls-section h2 {
    width: 75%;
    padding: 0 30px;
    line-height: 37px;
  }
}

#ft-controllist {
  background-color: #f5f9ff;
  padding-bottom: 0 !important;
}
#ft-controllist .container .row .list-items .feature:hover {
  color: #015ED5;
}
#ft-controllist .content-heading {
  color: #000000 !important;
  font-weight: 700 !important;
}
@media (max-width: 1079px) {
  #ft-controllist li {
    width: 220px !important;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  #ft-controllist li {
    width: 105% !important;
  }
}
#ft-controllist .section-list {
  width: 180px !important;
}
@media (max-width: 1023px) {
  #ft-controllist .section-list {
    width: 105px !important;
  }
}
@media (max-width: 767px) {
  #ft-controllist .section-list {
    width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .popular-controls-section {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1279px) {
  .popular-controls-section {
    padding: 60px 0 0 !important;
  }
  #ft-controllist {
    padding-bottom: 0 !important;
  }
  #ft-controllist .container #control-items {
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .popular-controls-section {
    padding: 60px 0 0 !important;
  }
}
@media (max-width: 767px) {
  .popular-controls-section h2 {
    padding: 0 30px;
    margin: 0 auto;
  }
  #ft-controllist .container .row {
    padding-top: 45px;
  }
  #ft-controllist .container #control-items {
    margin: 0 5%;
  }
}
@media (max-width: 708px) {
  #ft-controllist .container .row .list-items {
    width: 243px !important;
  }
}
@media (max-width: 1279px) and (min-width: 1024px) {
  #controls {
    margin-top: 0px !important;
  }
}
/********************************** 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 ********************************/
/********************************** 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;
}

#g2-widget, .g2-widget-review {
  padding: 35px 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 .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: 242px;
  height: 49px;
}
#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 #g2-rating, .g2-widget-review #g2-rating {
  font-weight: 800;
  color: #000000;
  margin: 45px 30px 30px;
  text-align: center;
}
#g2-widget .app-ratings, .g2-widget-review .app-ratings {
  background: #d0fae5;
  border: 0.75px solid #a8ddc2;
  border-radius: 38.5927px;
  width: 56.14px;
  height: 23.12px;
  color: #075a40;
  font-weight: 700;
  text-align: center;
  padding: 1px;
  margin-left: 8px;
  font-size: 14px;
}
#g2-widget .star-rating, .g2-widget-review .star-rating {
  height: 17.12px;
  width: 104px;
  background-size: contain;
}
#g2-widget .reviews-count, .g2-widget-review .reviews-count {
  padding: 11px;
  font-weight: 600;
  color: #666666;
}
#g2-widget .app-ratings-link, .g2-widget-review .app-ratings-link {
  color: #006AFF;
  font-weight: 600;
}
#g2-widget .app-ratings-link:hover, .g2-widget-review .app-ratings-link:hover {
  color: #0450C2 !important;
  cursor: pointer;
}
#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;
}

.common-reviews .description {
  margin: 8px 0px 100px 0px !important;
}

.common-reviews .name {
  margin-left: 0px !important;
}

.app-logos-section {
  margin: 40px 30px;
  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;
    margin-left: 5px;
    font-size: 12px;
    padding: 1px;
  }
  #g2-widget .app-logos-section, .g2-widget-review .app-logos-section {
    margin: 40px 4px;
  }
  #g2-widget .star-rating, .g2-widget-review .star-rating {
    height: 16.12px;
    width: 100px;
  }
  #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: 46px !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;
  }
  #g2-widget .star-rating, .g2-widget-review .star-rating {
    height: 16.12px;
    width: 100px;
  }
  .common-reviews .cards {
    margin: 0px 20px 45px 20px !important;
  }
}
body {
  font-family: "Open Sans", "Helvetica", "Arial", "sans-serif";
}

.carousel-caption {
  display: none !important;
}

.fixed-navbar {
  background-color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.carousel-right-icon, .carousel-left-icon {
  display: none;
}

#control-navigation {
  padding-left: 9px;
}

#current-control-details {
  margin-left: 5px;
}

.selected {
  color: #006DB7 !important;
  border-left: 3px solid #006DB7;
  padding-left: 15px !important;
}

a, a:hover, a:active, a:focus, .btn, .btn:focus, .btn:active {
  outline: none !important;
  text-decoration: none;
}

.static-navbar {
  border-bottom: 1px solid #f3f3f3;
  box-shadow: 0 5px 10px -12px;
  margin-bottom: 60px;
  padding-bottom: 0px;
  padding-top: 5px;
}
.static-navbar .disabled {
  pointer-events: none;
  cursor: default;
}
.static-navbar .left-panel {
  padding-left: 0px;
  padding-top: 14px;
  display: block;
}
.static-navbar .right-panel {
  padding-top: 5px;
}
.static-navbar .right-panel ul {
  float: right;
}
.static-navbar .right-panel ul li {
  margin-left: 10px;
}
.static-navbar .arrow-image {
  background: rgba(0, 0, 0, 0) url("//cdn.syncfusion.com/content/images/common/common-icons-03.png") no-repeat scroll -219px -58px;
  height: 10px;
  width: 15px;
}
.static-navbar ul {
  padding-left: 0px;
}
.static-navbar ul li {
  display: inline-block !important;
  list-style-type: none;
}

#control-content img, #control-content object {
  max-width: 100%;
}
#control-content hr {
  margin: 0 0 0 -20px;
  border: medium none;
  border-top: 1px solid #CCCCCC;
}
#control-content hr:last-child {
  border-top: none !important;
}
#control-content .multi-column-conent-container .text-center {
  padding-top: 0px !important;
}
#control-content .multi-column-conent-container .text-left {
  padding-top: 0px;
}
#control-content .multi-column-conent-container .text-left h2 {
  margin-top: 0px;
  margin-bottom: 35px;
}
#control-content .multi-column-conent-container .multi-col-contents {
  padding-left: 0px;
  padding-right: 0px;
}
#control-content .multi-column-conent-container .multi-col-contents h3 {
  font-size: 22px;
  font-weight: 600;
}
#control-content .multi-column-conent-container .multi-col-contents .three-col-content {
  padding-right: 40px;
}
#control-content .multi-column-conent-container .multi-col-contents .three-col-content img, #control-content .multi-column-conent-container .multi-col-contents .three-col-content p object {
  margin: 0px;
  padding-top: 30px;
}
#control-content .multi-column-conent-container .multi-col-contents .three-col-content h3 {
  margin-bottom: 25px;
}
#control-content .multi-column-conent-container .multi-col-contents .two-col-content {
  padding-left: 0px;
  padding-right: 40px;
}
#control-content .multi-column-conent-container .multi-col-contents .two-col-content .slide {
  width: auto;
  display: inline-block;
}
#control-content .multi-column-conent-container .multi-col-contents .two-col-content img, #control-content .multi-column-conent-container .multi-col-contents .two-col-content p object {
  padding-top: 10px;
}
#control-content .multi-column-conent-container .multi-col-contents .two-col-content h3 {
  margin-bottom: 25px;
}
#control-content .one-col-carousel .ft-column-header {
  padding-top: 0px;
}
#control-content .one-col-carousel .slide {
  margin-top: 30px;
  margin-bottom: 30px;
}
#control-content .one-col-carousel .slide .carousel-indicators {
  bottom: -50px;
}
#control-content .one-col-carousel .slide .carousel-indicators li {
  background-color: #CCCCCC;
}
#control-content .one-col-carousel .slide .carousel-indicators .active {
  background-color: #999999;
}
#control-content .two-col-carousel .slide {
  margin-bottom: 30px;
}
#control-content .two-col-carousel .slide .carousel-indicators {
  bottom: -50px;
}
#control-content .two-col-carousel .slide .carousel-indicators li {
  background-color: #CCCCCC;
}
#control-content .two-col-carousel .slide .carousel-indicators .active {
  background-color: #999999;
}
#control-content .ft-one-column .text-center {
  padding-top: 0px !important;
}
#control-content .ft-one-column .col-lg-6 img, #control-content .ft-one-column .col-lg-4 img, #control-content .ft-one-column .col-lg-5 img,
#control-content .ft-one-column .col-lg-6 object, #control-content .ft-one-column .col-lg-4 object, #control-content .ft-one-column .col-lg-5 object {
  padding-top: 0px !important;
}
#control-content .ft-one-column .ft-column-header {
  margin-top: -20px;
  padding-top: 0px;
}
#control-content .ft-one-column .ft-column-header h2 {
  padding-top: 0px;
}
#control-content .ft-one-column .ft-two-column:nth-of-type(2) {
  padding-top: 0px !important;
}
#control-content .ft-two-column ul {
  margin-bottom: 25px;
}
#control-content .ft-two-column div:first-child, #control-content .two-col-carousel div:first-child {
  padding-left: 0px;
  padding-right: 40px;
}
#control-content .ft-two-column div:last-child, #control-content .two-col-carousel div:last-child {
  padding-left: 0px;
  padding-right: 15px;
}
#control-content .ft-two-column .carousel .carousel-inner div:first-child, #control-content .two-col-carousel .carousel .carousel-inner div:first-child {
  padding-right: 0px;
}
#control-content .ft-two-column .carousel .carousel-inner div:last-child, #control-content .two-col-carousel .carousel .carousel-inner div:last-child {
  padding-right: 0px;
}
#control-content .ft-two-column .col-lg-8 p img, #control-content .two-col-carousel .col-lg-8 p img,
#control-content .ft-two-column .col-lg-8 p object, #control-content .two-col-carousel .col-lg-8 p object {
  padding-top: 0px;
}
#control-content .ft-two-column .col-lg-4 h2, #control-content .two-col-carousel .col-lg-4 h2 {
  margin-top: 0px;
}
#control-content .one-col-carousel, #control-content .two-col-carousel {
  margin-bottom: 50px;
}
#control-content .ft-column-header {
  padding-top: 45px;
}
#control-content .ft-column-header h2 {
  margin-top: 0px;
  margin-bottom: 35px;
}
#control-content table {
  width: 100%;
  margin-bottom: 35px;
  border: 1px solid #CCCCCC;
}
#control-content table tr {
  border-collapse: collapse;
  border-bottom: 1px dotted #CCCCCC;
}
#control-content table tr:last-child {
  border-bottom: 0px solid #CCCCCC;
}
#control-content table th {
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  text-align: center;
}
#control-content table th:first-child {
  text-align: left;
  width: 50%;
}
#control-content table td {
  padding: 10px;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
}
#control-content table td:first-child {
  text-align: left;
  width: 50%;
}
#control-content .row {
  padding-right: 25px;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 25px;
}
#control-content .row iframe {
  width: 100%;
  height: 500px;
  border: 0px solid white;
}
#control-content .row:first-child {
  padding-top: 0px;
}
#control-content .row .slide {
  margin-bottom: 30px;
}
#control-content .row .slide .carousel-indicators {
  bottom: -50px;
}
#control-content .row .slide .carousel-indicators li {
  background-color: #CCCCCC;
}
#control-content .row .slide .carousel-indicators .active {
  background-color: #999999;
}
#control-content .row p img, #control-content .row p object {
  padding-top: 25px;
}
#control-content .row ul li img, #control-content .row ul li object {
  padding-top: 25px;
}
#control-content .row .row {
  padding-left: 15px;
  padding-top: -35px;
}
#control-content .row .row:first-child {
  padding-left: 15px;
}
#control-content .row .row:last-child {
  padding-right: 15px;
}
#control-content .row h3, #control-content .row h2, #control-content .row h1 {
  margin-top: 0px;
  margin-bottom: 25px;
}
#control-content .row .heading-section {
  font-size: 24px;
}
@media (max-width: 1279px) and (min-width: 768px) {
  #control-content .row .heading-section {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  #control-content .row .heading-section {
    font-size: 18px !important;
  }
}
#control-content .row p {
  margin-bottom: 25px;
}
#control-content .row li {
  margin-bottom: 15px;
}
#control-content .row .col-lg-6:first-child, #control-content .row .col-md-6:first-child {
  padding-left: 0px !important;
}
#control-content .row .col-lg-6 h4, #control-content .row .col-md-4 h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#control-content .row .col-lg-6 .carousel .carousel-inner div:first-child, #control-content .row .col-md-4 .carousel .carousel-inner div:first-child {
  padding-right: 0px;
}
#control-content .row .col-lg-6 .carousel .carousel-inner div:last-child, #control-content .row .col-md-4 .carousel .carousel-inner div:last-child {
  padding-right: 0px;
}
#control-content .row .col-lg-4 {
  padding-left: 0px;
  padding-right: 30px;
}
#control-content .row .col-lg-4 h2 {
  margin-top: 0px;
}
#control-content .row .col-lg-4 h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#control-content .row img, #control-content .row object {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
#control-content .row ul {
  margin-left: -25px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.25px;
}
#control-content .row ul li {
  margin-bottom: 9px;
  padding-left: 8px;
}
#control-content .row .btn a {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  margin-left: -12px;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  background-color: #1ea6d6;
}

#ControlPageNavigationLink, #FeaturePageNavigationLink {
  margin-bottom: 66px;
}
#ControlPageNavigationLink .arrow-element, #FeaturePageNavigationLink .arrow-element {
  font-size: 24px;
}
#ControlPageNavigationLink .arrow-element a::before, #FeaturePageNavigationLink .arrow-element a::before {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: bolder;
  font-variant: normal;
  text-transform: none;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #0073DC;
  position: absolute;
  top: 3px;
  margin-left: -20px;
  display: inline-block;
  font-size: 17px;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  font-family: icomoon !important;
  font-variant: normal;
}
@media (max-width: 767px) {
  #ControlPageNavigationLink .arrow-element a::before, #FeaturePageNavigationLink .arrow-element a::before {
    top: 8px;
    margin-left: -15px;
    display: inline-block;
    font-size: 14px;
  }
}
#ControlPageNavigationLink .arrow-element a:hover::before, #FeaturePageNavigationLink .arrow-element a:hover::before {
  color: #ffffff;
}
@media (max-width: 767px) {
  #ControlPageNavigationLink .arrow-element a:hover::before, #FeaturePageNavigationLink .arrow-element a:hover::before {
    top: 8px;
  }
}
#ControlPageNavigationLink .arrow-element .actual-control-name, #FeaturePageNavigationLink .arrow-element .actual-control-name {
  color: #0073DC;
  font-size: 18px;
  font-weight: 600;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  padding: 12px 36px 12px 54px;
  border-width: 2px;
  border-style: solid;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
  border-radius: 40px;
}
#ControlPageNavigationLink .arrow-element .actual-control-name:hover, #FeaturePageNavigationLink .arrow-element .actual-control-name:hover {
  color: #ffffff;
  border: 2px solid #0073DC;
  background-color: #0073DC;
}
@media (max-width: 767px) {
  #ControlPageNavigationLink .arrow-element .actual-control-name, #FeaturePageNavigationLink .arrow-element .actual-control-name {
    font-size: 12px;
    padding: 8px 12px 8px 30px;
  }
}

#control-list h2, #control-list h3, #control-list h4, #control-list h5 {
  color: #1a1a1a;
}
#control-list p, #control-list li {
  color: #111;
}
#control-list li {
  list-style-type: none;
  margin-bottom: 8px;
}
#control-list li a {
  color: #111;
  margin-left: -40px;
  padding-left: 18px;
  display: block;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#control-list li a:hover {
  color: #237AC1;
  border-left: 3px solid #237AC1;
  padding-left: 15px !important;
}
#control-list #search-category {
  width: 100%;
}
#control-list #search-category #searchText {
  font-size: 12px;
}
#control-list #control-category {
  min-height: 50px;
  max-height: 300px;
  margin-left: -10px;
  padding-top: 15px;
}
#control-list #control-category h4 {
  padding-left: 16px;
}
#control-list #control-category .no-result {
  text-align: center;
}
#control-list h4, #control-list #control-category-list {
  display: block;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#control-list #control-category-list {
  margin-bottom: 20px;
}
#control-list #control-category-list .disabled:hover {
  color: #111 !important;
  cursor: default;
  border-left: 0px solid #111 !important;
  padding-left: 18px !important;
}
#control-list #control-category-list .disabled:focus {
  text-decoration: none;
}
#control-list #control-category-list .disabled {
  pointer-events: none;
  cursor: default;
}
#control-list .title-subheadings {
  min-height: 0px;
  max-height: 200px;
  margin-left: -15px;
}

@media (min-width: 1820px) {
  #featuretour-markdown .container, .static-navbar .container {
    width: 1550px !important;
  }
  .static-navbar {
    margin-bottom: 75px;
  }
  #control-content .multi-column-conent-container .text-center {
    padding-top: 0px !important;
  }
  #control-content .multi-column-conent-container .multi-col-contents .three-col-content {
    padding-right: 75px;
  }
  #control-content .multi-column-conent-container .multi-col-contents .two-col-content {
    padding-right: 75px;
  }
  #control-content .one-col-carousel .slide {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  #control-content .one-col-carousel .slide .carousel-inner {
    padding-right: 0px;
  }
  #control-content .two-col-carousel .slide .carousel-inner {
    padding-right: 0px;
  }
  #control-content .one-col-carousel, #control-content .two-col-carousel {
    margin-bottom: 70px;
  }
  #control-content .ft-two-column div:first-child, #control-content .two-col-carousel div:first-child {
    padding-left: 0px;
    padding-right: 60px;
  }
  #control-content .ft-two-column div:last-child, #control-content .two-col-carousel div:last-child {
    padding-left: 0px;
    padding-right: 35px;
  }
  #control-content .ft-two-column ul {
    margin-bottom: 45px;
  }
  #control-content .ft-column-header {
    padding-top: 60px;
  }
  #control-content .ft-column-header h2 {
    margin-top: 0px;
    margin-bottom: 45px;
  }
  #control-content .row {
    padding-bottom: 35px;
    padding-top: 60px;
  }
  #control-content .row h3, #control-content .row h2, #control-content .row p, #control-content .row h1 {
    margin-bottom: 35px;
  }
  #control-content .row:first-child {
    padding-top: 0px;
  }
  #control-content .row:first-child img, #control-content .row:first-child object {
    margin: 0px 0 0px !important;
  }
  #control-content .row:first-child .col-lg-4, #control-content .row:first-child .col-md-4, #control-content .row:first-child .col-sm-4 {
    padding-left: 0px;
  }
  #control-content .row:first-child .col-lg-4 h4, #control-content .row:first-child .col-md-4 h4, #control-content .row:first-child .col-sm-4 h4 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  #control-content .row h1 {
    font-size: 40px;
  }
  #control-content .row h2 {
    font-size: 36px;
  }
  #control-content .row p, #control-content .row li {
    font-size: 16px;
  }
  #control-content .row .col-lg-4, #control-content .row .col-md-4, #control-content .row .col-sm-4 {
    padding-left: 0px;
  }
  #control-content .row .col-lg-4 h4, #control-content .row .col-md-4 h4, #control-content .row .col-sm-4 h4 {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  #control-content .row .col-lg-4 img, #control-content .row .col-md-4 img, #control-content .row .col-sm-4 img,
  #control-content .row .col-lg-4 object, #control-content .row .col-md-4 object, #control-content .row .col-sm-4 object {
    margin: 0px;
    margin-top: 60px;
    margin-bottom: 35px;
  }
  #control-list .title-subheadings {
    max-height: 400px;
  }
  #control-list #control-category {
    max-height: 400px;
  }
  #control-list #search-category {
    width: 100%;
  }
  #control-list #search-category #search-box {
    font-size: 14px;
  }
  #control-list li a {
    width: 200px;
  }
  #control-list h4, #control-list #control-category-list {
    width: 200px;
  }
}
@media (max-width: 1279px) and (min-width: 1024px) {
  #control-navigation {
    padding-left: 10px;
  }
  .static-navbar {
    margin-bottom: 35px;
  }
  .static-navbar .left-panel {
    display: block;
  }
  #control-content {
    margin-bottom: 35px;
  }
  #control-content .multi-column-conent-container .text-center {
    padding-top: 0px !important;
  }
  #control-content .multi-column-conent-container .multi-col-contents .three-col-content {
    padding-right: 35px;
  }
  #control-content .multi-column-conent-container .multi-col-contents .two-col-content {
    padding-right: 35px;
  }
  #control-content .one-col-carousel, #control-content .two-col-carousel {
    margin-bottom: 35px;
  }
  #control-content .ft-two-column div:first-child, #control-content .two-col-carousel div:first-child {
    padding-left: 0px;
    padding-right: 30px;
  }
  #control-content .ft-two-column div:last-child, #control-content .two-col-carousel div:last-child {
    padding-left: 0px;
    padding-right: 10px !important;
  }
  #control-content .ft-column-header {
    padding-top: 35px;
  }
  #control-content .ft-column-header h2 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  #control-content .ft-two-column ul {
    margin-bottom: 30px;
  }
  #control-content .row {
    padding-bottom: 5px;
    padding-top: 35px;
  }
  #control-content .row h3, #control-content .row h2, #control-content .row p, #control-content .row h1 {
    margin-bottom: 30px;
  }
  #control-content .row .col-lg-4 img, #control-content .row .col-md-4 img, #control-content .row .col-sm-4 img,
  #control-content .row .col-lg-4 object, #control-content .row .col-md-4 object, #control-content .row .col-sm-4 object {
    margin: 0px;
  }
  #control-list li a {
    width: 110px;
  }
  #control-list #search-category #search-box {
    font-size: 10px;
  }
  #control-list #control-category h4, #control-list #control-category #control-category-list {
    width: 110px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  #control-navigation {
    padding-left: 10px;
  }
  .static-navbar {
    margin-bottom: 35px;
  }
  .static-navbar .left-panel {
    display: block;
  }
  #control-content {
    margin-bottom: 35px;
    padding-left: 0px !important;
  }
  #control-content .multi-column-conent-container .text-center {
    padding-top: 0px !important;
  }
  #control-content .multi-column-conent-container .text-left h2 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  #control-content .one-col-carousel, #control-content .two-col-carousel {
    margin-bottom: 35px;
  }
  #control-content .two-col-carousel .col-lg-6:last-child {
    margin-bottom: 30px;
  }
  #control-content .ft-column-header {
    padding-top: 35px;
  }
  #control-content .ft-column-header h2 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  #control-content .ft-two-column ul {
    margin-bottom: 30px;
  }
  #control-content .row {
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 5px;
    padding-top: 35px;
  }
  #control-content .row h3, #control-content .row h2, #control-content .row p, #control-content .row h1 {
    margin-bottom: 30px;
  }
  #control-content .row li img, #control-content .row li object {
    margin-left: -8px;
  }
  #control-content .col-lg-6:first-child, #control-content .col-md-6:first-child {
    margin-right: -15px !important;
    padding-bottom: 25px;
  }
  #control-content .col-lg-6:last-child, #control-content .col-md-6:last-child {
    padding-left: 0px !important;
  }
  #control-content .col-lg-4 img, #control-content .col-md-4 img, #control-content .col-sm-4 img,
  #control-content .col-lg-4 object, #control-content .col-md-4 object, #control-content .col-sm-4 object {
    margin: 0px;
  }
  #control-list li a {
    width: 80px;
  }
  #control-list #control-category h4, #control-list #control-category #control-category-list {
    width: 80px;
  }
}
@media (max-width: 767px) {
  #control-navigation {
    display: none;
    border-left: 0px solid #CCCCCC;
  }
  .static-navbar {
    margin-bottom: 25px;
  }
  .static-navbar .left-panel {
    display: none;
  }
  .static-navbar .right-panel {
    text-align: center;
  }
  .static-navbar .right-panel ul {
    float: none;
  }
  .static-navbar .right-panel li {
    margin: auto;
  }
  .static-navbar .right-panel li:first-child {
    padding-bottom: 10px;
  }
  #control-content {
    border-left: 0px solid #CCCCCC;
    margin-bottom: 25px;
  }
  #control-content .two-col-carousel .col-lg-6 {
    padding-top: 0px;
  }
  #control-content .ft-two-column .col-lg-6, #control-content .ft-two-column .col-lg-5 {
    padding-top: 0px;
  }
  #control-content .one-col-carousel, #control-content .two-col-carousel {
    margin-bottom: 25px;
  }
  #control-content .ft-column-header {
    padding-top: 25px;
  }
  #control-content .ft-column-header h2 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #control-content .ft-two-column ul {
    margin-bottom: 20px;
  }
  #control-content .row {
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 5px;
    padding-top: 25px;
  }
  #control-content .row li img, #control-content .row li object {
    margin-left: -8px;
  }
  #control-content .row h3, #control-content .row h2, #control-content .row p, #control-content .row h1 {
    margin-bottom: 20px;
  }
  #control-content .col-lg-6:first-child, #control-content .col-md-6:first-child {
    padding-right: 0px !important;
    padding-bottom: 25px;
    padding-top: 0px;
  }
  #control-content .col-lg-6:last-child, #control-content .col-md-6:last-child {
    padding-left: 0px !important;
  }
  #control-content .col-lg-6, #control-content .col-md-6 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #control-content .col-lg-4, #control-content .col-md-4 {
    padding-right: 0px !important;
    padding-bottom: 25px;
  }
  #control-content .col-lg-4:last-child, #control-content .col-md-4:last-child {
    padding-bottom: 0px;
  }
}
.background-img, .background-img-leftside {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.background-img p, .background-img-leftside p {
  margin-bottom: 0px;
}
.background-img img, .background-img-leftside img {
  display: block;
  margin: auto;
  max-width: none;
}

#banner-content {
  background-color: #0777D3;
  color: #fff;
  position: relative;
  overflow: hidden;
  visibility: hidden;
}
#banner-content .container .background-img-left {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
#banner-content .container .background-img-left p {
  margin-bottom: 0px;
}
#banner-content .container .background-img-left img {
  display: block;
  margin: auto;
  max-width: none;
}
#banner-content .ft-two-column {
  margin-top: 30px;
  padding-bottom: 15px;
}
#banner-content .ft-two-column .col-lg-6, #banner-content .ft-two-column .col-lg-5 {
  z-index: 1;
  color: #1a1a1a;
  height: 500px;
  padding-top: 15px;
  padding-left: 0px;
}
#banner-content .ft-two-column .col-lg-6 .btn, #banner-content .ft-two-column .col-lg-5 .btn {
  border: 1px solid #1c1c1c;
  margin-top: 20px;
  background-color: transparent;
}
#banner-content .ft-two-column .col-lg-6 .btn a, #banner-content .ft-two-column .col-lg-5 .btn a {
  color: #1c1c1c;
}
#banner-content .ft-two-column .col-lg-6 .btn:hover, #banner-content .ft-two-column .col-lg-5 .btn:hover {
  background-color: #1c1c1c;
  color: #fff;
}
#banner-content .ft-two-column .col-lg-6 .btn:hover a, #banner-content .ft-two-column .col-lg-5 .btn:hover a {
  color: #fff;
}
#banner-content .ft-two-column .col-lg-6 .community-licenses, #banner-content .ft-two-column .col-lg-5 .community-licenses {
  background-image: url("//cdn.syncfusion.com/content/images/FT/FTControl/Banner/CL.png");
  background-position: -1px -2px;
  background-repeat: no-repeat;
  height: 83px;
  margin-top: 35px;
  padding-top: 18px;
  background-size: 15%;
}
#banner-content .ft-two-column .col-lg-6 .community-licenses a, #banner-content .ft-two-column .col-lg-5 .community-licenses a {
  color: #1a1a1a;
  padding-left: 85px;
  pointer-events: none;
  cursor: default;
}
#banner-content .ft-two-column .col-lg-6 .community-licenses a strong, #banner-content .ft-two-column .col-lg-5 .community-licenses a strong {
  color: #E3464D !important;
  pointer-events: initial;
  cursor: pointer;
  font-weight: 500;
}
#banner-content .ft-two-column .col-lg-6 .community-licenses a strong:hover, #banner-content .ft-two-column .col-lg-5 .community-licenses a strong:hover {
  text-decoration: underline;
}
#banner-content .ft-two-column .col-lg-8 {
  text-align: center;
}
#banner-content .ft-two-column .col-lg-8 img {
  max-width: 100%;
}
#banner-content .ft-two-column .btn {
  border: 1px solid #fff;
  margin-top: 20px;
}
#banner-content .ft-two-column .btn a {
  color: #fff;
}
#banner-content .ft-two-column .btn:hover {
  background-color: #fff;
}
#banner-content .ft-two-column .btn:hover a {
  color: rgb(60, 46, 118);
}
#banner-content h1 {
  margin-bottom: 25px;
}
#banner-content p {
  line-height: 30px;
}

#banner-contact-section {
  background-color: #05599E;
  color: #fff;
}
#banner-contact-section .multi-column-conent-container .two-col-content {
  margin-bottom: 5px;
}
#banner-contact-section .multi-column-conent-container .two-col-content p {
  margin-bottom: 0px;
  line-height: 22px;
}
#banner-contact-section .multi-column-conent-container .two-col-content:nth-of-type(1) {
  height: 55px !important;
  margin-top: 15px;
  padding-top: 5px;
  text-align: right;
  border-right: 1px solid #0777D3;
}
#banner-contact-section .multi-column-conent-container .two-col-content:nth-of-type(1) .contact-header {
  color: #FFFF00;
}
#banner-contact-section .multi-column-conent-container .two-col-content:nth-of-type(1) .contact-info {
  font-weight: bold;
}
#banner-contact-section .multi-column-conent-container .two-col-content:nth-of-type(2) {
  height: 70px !important;
  margin-top: 10px;
}
#banner-contact-section .multi-column-conent-container .two-col-content:nth-of-type(2) .customer-info {
  color: #FFFF00;
  font-weight: bold;
}
#banner-contact-section .multi-column-conent-container .two-col-content:nth-of-type(2) .quote {
  padding-right: 180px;
}
#banner-contact-section .multi-column-conent-container .two-col-content:nth-of-type(2) .quote a {
  color: #FFFF00;
}
#banner-contact-section .multi-column-conent-container .win-phone-contact:nth-of-type(1) {
  height: 63px !important;
}
#banner-contact-section .multi-column-conent-container .win-phone-contact:nth-of-type(2) {
  height: 92px !important;
}

@media (max-width: 1399px) and (min-width: 1300px) {
  .background-img {
    left: -32%;
  }
  .img-left {
    left: -23%;
  }
  .pdf-img {
    left: -30%;
  }
  .large-img {
    left: -34%;
  }
  .img-right {
    left: -17%;
  }
  .background-img-leftside {
    left: -7%;
  }
  .rightside-img {
    left: -38%;
  }
  #banner-content .container .background-img-left {
    left: -8%;
  }
}
@media (max-width: 1299px) and (min-width: 1260px) {
  .background-img {
    left: -42%;
  }
  .img-left {
    left: -32%;
  }
  .pdf-img {
    left: -37%;
  }
  .large-img {
    left: -40%;
  }
  .img-right {
    left: -21%;
  }
  .background-img-leftside {
    left: -10%;
  }
  .rightside-img {
    left: -48%;
  }
  #banner-content .container .background-img-left {
    left: -8%;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .background-img {
    left: -23%;
  }
  .img-left {
    left: -18%;
  }
}
@media (max-width: 1279px) and (min-width: 1260px) {
  .quote {
    padding-right: 208px !important;
  }
}
@media (max-width: 1800px) and (min-width: 1601px) {
  .background-img {
    left: -6%;
  }
}
@media (max-width: 1260px) and (min-width: 1100px) {
  .img-left {
    left: -38% !important;
  }
  .pdf-img {
    left: -42%;
  }
}
@media (max-width: 1260px) and (min-width: 1024px) {
  .background-img {
    left: -45%;
  }
  .background-img-leftside {
    left: -26%;
  }
  .img-right {
    left: -38%;
  }
  .large-img {
    left: -55%;
  }
  .img-left {
    left: -45%;
  }
  #banner-content .ft-two-column .col-lg-6, #banner-content .ft-two-column .col-lg-5 {
    height: 420px;
    padding-top: 0px;
  }
  #banner-content .ft-two-column .col-lg-6 .community-licenses, #banner-content .ft-two-column .col-lg-5 .community-licenses {
    padding-top: 13px;
    background-size: 17%;
    padding-top: 18px;
  }
  #banner-content .ft-two-column .col-lg-6 .community-licenses a, #banner-content .ft-two-column .col-lg-5 .community-licenses a {
    padding-left: 75px;
  }
  #banner-content p {
    line-height: 24px;
  }
  #banner-content .container .background-img-left {
    left: -25%;
  }
  #banner-contact-section .multi-column-conent-container .two-col-content:nth-of-type(2) .quote {
    padding-right: 110px;
    line-height: 17px;
  }
}
@media (max-width: 1023px) {
  .background-img {
    left: 0%;
  }
  .background-img img {
    display: block !important;
  }
  #banner-content .ft-two-column .col-lg-8 img {
    display: none !important;
  }
  #banner-content .ft-two-column .btn {
    margin-top: 10px;
  }
  #banner-content h1 {
    margin-bottom: 15px;
  }
  #banner-contact-section .multi-column-conent-container .two-col-content:nth-of-type(1) {
    text-align: center;
    border-right: 0px solid;
  }
  #banner-contact-section .multi-column-conent-container .two-col-content:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .background-img-leftside {
    left: -103%;
  }
  #banner-content .ft-two-column .col-lg-6, #banner-content .ft-two-column .col-lg-5 {
    height: 350px;
  }
  #banner-content .ft-two-column .col-lg-6 .community-licenses, #banner-content .ft-two-column .col-lg-5 .community-licenses {
    background-size: 10%;
    padding-top: 20px;
  }
  #banner-content .ft-two-column .col-lg-6 .community-licenses a, #banner-content .ft-two-column .col-lg-5 .community-licenses a {
    padding-left: 85px;
  }
  #banner-content p {
    line-height: 24px;
  }
  #banner-content .container .background-img-left {
    left: -94%;
  }
  #banner-content .container .img-right {
    left: -87%;
  }
}
@media (max-width: 990px) and (min-width: 916px) {
  #banner-content .container .img-right {
    left: -93% !important;
  }
}
@media (max-width: 915px) and (min-width: 851px) {
  #banner-content .container .img-right {
    left: -109% !important;
  }
}
@media (max-width: 850px) and (min-width: 768px) {
  #banner-content .container .img-right {
    left: -125% !important;
  }
}
@media (max-width: 767px) {
  .background-img-leftside {
    left: -165%;
  }
  #banner-content {
    height: 475px;
  }
  #banner-content .ft-two-column .col-lg-6, #banner-content .ft-two-column .col-lg-5 {
    height: 340px;
    padding-left: 15px;
  }
  #banner-content .ft-two-column .col-lg-6 .community-licenses, #banner-content .ft-two-column .col-lg-5 .community-licenses {
    padding-top: 10px;
    background-size: 10%;
  }
  #banner-content .ft-two-column .col-lg-6 .community-licenses a, #banner-content .ft-two-column .col-lg-5 .community-licenses a {
    padding-left: 65px;
  }
  #banner-content p {
    line-height: 20px;
  }
  #banner-content .container .background-img-left {
    left: -125%;
  }
  #banner-content .container .img-right {
    left: -148%;
  }
}
@media (max-width: 560px) and (min-width: 361px) {
  #banner-content .container .background-img-left {
    left: -190%;
  }
}
@media (max-width: 650px) and (min-width: 501px) {
  #banner-content .container .img-right {
    left: -191% !important;
  }
}
@media (max-width: 500px) and (min-width: 361px) {
  #banner-content .container .img-right {
    left: -265% !important;
  }
}
@media (max-width: 360px) {
  .background-img-leftside {
    left: -255%;
  }
  .img-right {
    left: -300% !important;
  }
  #banner-content .ft-two-column .col-lg-6, #banner-content .ft-two-column .col-lg-5 {
    height: 400px;
  }
  #banner-content .ft-two-column .col-lg-6 .community-licenses, #banner-content .ft-two-column .col-lg-5 .community-licenses {
    background-size: 15%;
  }
  #banner-content .ft-two-column .col-lg-6 .community-licenses a, #banner-content .ft-two-column .col-lg-5 .community-licenses a {
    padding-left: 55px !important;
  }
  #banner-content .container .background-img-left {
    left: -215%;
  }
}
#sales-section {
  color: #1a1a1a;
  background-color: #FFAB40;
}
#sales-section .ft-two-column .col-lg-6:nth-of-type(1), #sales-section .ft-two-column .col-lg-5:nth-of-type(1) {
  padding-top: 50px;
  padding-bottom: 25px;
}
#sales-section .ft-two-column .col-lg-6:nth-of-type(1) p, #sales-section .ft-two-column .col-lg-5:nth-of-type(1) p {
  text-align: right;
}
#sales-section .ft-two-column .col-lg-6:nth-of-type(1) img, #sales-section .ft-two-column .col-lg-5:nth-of-type(1) img {
  width: 100%;
}
#sales-section .ft-two-column .col-lg-6:nth-of-type(2), #sales-section .ft-two-column .col-lg-5:nth-of-type(2) {
  padding-top: 50px;
  padding-right: 140px;
}
#sales-section .ft-two-column .col-lg-6:nth-of-type(2) .btn, #sales-section .ft-two-column .col-lg-5:nth-of-type(2) .btn {
  border: 1px solid #1a1a1a;
  margin-top: 20px;
}
#sales-section .ft-two-column .col-lg-6:nth-of-type(2) .btn a, #sales-section .ft-two-column .col-lg-5:nth-of-type(2) .btn a {
  color: #111;
  font-weight: 600;
}
#sales-section .ft-two-column .col-lg-6:nth-of-type(2) .btn:hover, #sales-section .ft-two-column .col-lg-5:nth-of-type(2) .btn:hover {
  background-color: #111;
}
#sales-section .ft-two-column .col-lg-6:nth-of-type(2) .btn:hover a, #sales-section .ft-two-column .col-lg-5:nth-of-type(2) .btn:hover a {
  color: #FFAB40;
}

@media (max-width: 1023px) {
  #sales-section .ft-two-column .col-lg-6:nth-of-type(1), #sales-section .ft-two-column .col-lg-5:nth-of-type(1) {
    display: none;
  }
  #sales-section .ft-two-column .col-lg-6:nth-of-type(2), #sales-section .ft-two-column .col-lg-5:nth-of-type(2) {
    padding-top: 20px;
    padding-right: 140px;
    padding-bottom: 20px;
  }
  #sales-section .ft-two-column .col-lg-6:nth-of-type(2) .btn, #sales-section .ft-two-column .col-lg-5:nth-of-type(2) .btn {
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  #awards-customer .e-rotator-wrap {
    margin: auto !important;
  }
}
.control-pricing {
  background-color: white !important;
}

#price-section, #pricing-section {
  padding-bottom: 50px !important;
  background-color: #f3f3f3;
  padding-top: 50px !important;
}
#price-section h2, #pricing-section h2 {
  margin-bottom: 20px !important;
}
#price-section h2, #price-section p, #pricing-section h2, #pricing-section p {
  text-align: center;
  font-weight: 700;
}
#price-section p, #pricing-section p {
  font-size: 20px;
}
#price-section .pricing, #pricing-section .pricing {
  background-color: #f3f3f3;
  color: #008000;
  border-radius: 50px;
  padding: 12px 17px;
  border: 1px solid #008000;
  margin-left: 43%;
}
#price-section .pricing strong, #pricing-section .pricing strong {
  font-size: 26px;
  font-weight: 700;
}
#price-section .pricing:hover, #pricing-section .pricing:hover {
  background-color: #008000;
  color: #fff;
}
#price-section ul, #pricing-section ul {
  border: 1px solid #CCCCCC;
  line-height: 28px !important;
  padding: 20px 45px;
  width: 55%;
  margin: auto !important;
}
#price-section ul li, #pricing-section ul li {
  background-image: url("//cdn.syncfusion.com/content/images/FT/FTControl/XlsIO+landing+page+Final-10.png");
  background-position: 0 8px;
  background-size: 3%;
  background-repeat: no-repeat;
  list-style: outside none none;
  padding-left: 32px !important;
  padding-top: 0px;
}

.un-limited-lic {
  margin-top: -50px;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1820px) {
  #price-section p, #pricing-section p {
    font-size: 20px !important;
    margin-bottom: 30px !important;
  }
  #price-section ul, #pricing-section ul {
    width: 63%;
  }
}
@media (max-width: 1279px) {
  #price-section h2, #pricing-section h2 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  #price-section .pricing, #pricing-section .pricing {
    margin-left: 38%;
  }
  #price-section ul, #pricing-section ul {
    padding: 20px 22px;
    width: 77%;
  }
  #price-section ul li, #pricing-section ul li {
    background-position: 0 6px;
    background-size: 4%;
  }
}
@media (max-width: 1279px) and (min-width: 1024px) {
  #price-section .pricing, #pricing-section .pricing {
    margin-left: 41%;
  }
  #price-section ul, #pricing-section ul {
    padding: 20px 30px;
    width: 61%;
  }
}
@media (max-width: 767px) {
  #price-section .pricing, #pricing-section .pricing {
    padding: 5px 13px;
    margin-left: 36%;
  }
  #price-section ul, #pricing-section ul {
    padding: 15px;
    width: 100%;
    line-height: 22px !important;
  }
  #price-section ul li, #pricing-section ul li {
    background-position: 0 9px;
    background-size: 3% auto;
    padding-left: 27px !important;
    padding-top: 5px;
  }
}
@media (max-width: 360px) {
  #price-section .pricing, #pricing-section .pricing {
    margin-left: 23%;
  }
  #price-section ul li, #pricing-section ul li {
    background-size: 5% auto;
  }
}
#controls-list {
  padding: 85px 0px 70px 0px;
}
@media (max-width: 1023px) {
  #controls-list {
    padding: 50px 0 30px 0px;
  }
}
#controls-list .text-center h1 {
  font-size: 33px;
  font-weight: lighter;
  margin-bottom: 50px;
  color: #7f7f7f;
}
@media (max-width: 1023px) {
  #controls-list .text-center h1 {
    margin-bottom: 40px;
  }
}
#controls-list .text-center h5 {
  font-size: 19px !important;
  font-weight: 600;
  margin-bottom: 40px;
  color: #333333;
}
#controls-list .popular-controls-list {
  text-align: center;
}
#controls-list .popular-controls-list .grid-image, #controls-list .popular-controls-list .chart-image, #controls-list .popular-controls-list .gantt-image, #controls-list .popular-controls-list .diagramming-image {
  border-right: 1px solid #d8d8d8;
}
#controls-list .popular-controls-list .control-link {
  padding: 0 25px;
  display: inline-block;
}
@media (max-width: 767px) {
  #controls-list .popular-controls-list .control-link {
    padding: 0 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 400px) {
  #controls-list .popular-controls-list .control-link {
    padding: 0 11px !important;
  }
}
#controls-list .popular-controls-list .control-link span {
  font-size: 2em;
  float: left;
  line-height: 25px;
}
@media (max-width: 1200px) {
  #controls-list .popular-controls-list .control-link span {
    line-height: 22px;
  }
}
#controls-list .popular-controls-list .control-link a {
  font-size: 16px;
  padding-left: 10px;
  font-family: "open sans";
  font-weight: 600;
  color: #2384e4;
}
@media (max-width: 1200px) {
  #controls-list .popular-controls-list .control-link a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #controls-list .popular-controls-list .control-link a {
    font-size: 12px;
  }
}
#controls-list .popular-controls-list .control-link a:hover {
  color: #237ac1;
}

.lightswitchSilverlight {
  margin-top: -18px;
}

.lightswitchhtml .container {
  border-bottom: 1px dashed white;
}

#control-headinng-section h3 {
  font-size: 33px !important;
}

#ft-controllist {
  font-family: "Open Sans", "Helvetica", "Arial", "sans-serif";
  text-align: center;
  padding: 0;
  padding-bottom: 70px;
}
#ft-controllist #more-controls {
  display: none;
}
#ft-controllist #control-items {
  margin-left: 5%;
}
#ft-controllist #ft-control-platform .sub-heading {
  font-size: 1.5em !important;
  font-weight: 600;
  margin-bottom: 30px;
  color: #333333;
  font-family: "open sans";
  margin-left: -5%;
}
#ft-controllist #ft-control-platform .section-list {
  line-height: 2.2em;
  text-align: left;
  margin-bottom: 3em;
}
#ft-controllist #ft-control-platform .section-list .content-heading {
  color: #1a1a1a;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  padding-bottom: 0px;
  width: 100%;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 1.2em;
}
#ft-controllist #ft-control-platform .section-list ul {
  width: 120%;
  margin-bottom: 12px;
}
#ft-controllist #ft-control-platform .section-list ul li {
  width: unset;
  list-style: none;
  line-height: 20px;
}
#ft-controllist #ft-control-platform .section-list ul li a, #ft-controllist #ft-control-platform .section-list ul li span {
  color: #0057ff;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  z-index: 1;
  position: relative;
  cursor: pointer;
}
#ft-controllist #ft-control-platform .section-list ul li a:hover, #ft-controllist #ft-control-platform .section-list ul li span:hover {
  color: #0450C2;
}

#ft-controllist.flutter #ft-control-platform .section-list ul li {
  width: unset;
}

@media (min-width: 768px) {
  #ft-controllist #ft-control-platform .section-list .badge-preview {
    font-size: 11px;
  }
}
@media (max-width: 1279px) {
  #ft-controllist .container #control-items {
    margin-bottom: 11px;
    margin-top: 0px;
    margin-left: 0%;
  }
  #ft-controllist .container .Vstudio {
    margin-bottom: 35px;
  }
  #ft-controllist .container .Vstudio .vshr {
    display: inline-flex;
    width: 28%;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  #ft-controllist #ft-control-platform .section-list ul li {
    width: 130% !important;
  }
  #ft-controllist .row .content-heading {
    width: 54%;
  }
  #ft-controllist .row .list-items {
    width: 120% !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .row.masonry {
    margin-left: 0;
  }
  #ft-controllist .container .Vstudio {
    margin-bottom: 35px;
  }
  #ft-controllist .container .Vstudio .vshr {
    display: inline-flex;
    width: 25%;
  }
}
@media (max-width: 992px) {
  #ft-controllist {
    padding-bottom: 0px;
  }
  #ft-controllist #ft-control-platform .section-list ul li {
    width: 140% !important;
  }
  #ft-controllist .row .content-heading {
    width: 150%;
  }
  #ft-controllist .row .list-items {
    width: 150% !important;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  #ft-controllist {
    overflow: hidden;
  }
  #ft-controllist .sub-heading {
    margin-left: -12px;
    font-weight: bold;
  }
  #ft-controllist #more-controls {
    display: block;
    margin: 40% auto 25px;
  }
  #ft-controllist .badge-preview {
    font-size: 9px !important;
  }
  #ft-controllist .container {
    margin-bottom: 68px;
    padding-top: 0px;
  }
  #ft-controllist .container .row .content-heading {
    width: 100%;
  }
  #ft-controllist .container .row .section-list {
    width: 100%;
    padding-left: 18px;
    padding-bottom: 0;
  }
  #ft-controllist .container .row .section-list ul li a {
    font-size: 0.88em !important;
  }
  #ft-controllist .container .row .section-list .content-heading {
    font-size: 0.88em !important;
  }
  #ft-controllist .container .row h3 {
    line-height: 18px;
  }
  #ft-controllist .container .row .list-items {
    padding-left: 0px;
  }
  #ft-controllist .container .Vstudio {
    margin: 7px 0 -50px;
    padding-top: 0;
  }
  #ft-controllist .container .Vstudio img {
    width: 30px;
  }
  #ft-controllist .container .Vstudio .vstudio-text.big {
    padding-left: 20px;
  }
  #ft-controllist .container .Vstudio .vshr {
    display: none;
    width: 25%;
  }
  #ft-controllist .container #control-items {
    margin-top: 5%;
  }
}
#link-section {
  padding-left: 0;
  padding-right: 0;
}

.chart-navigation-bar .mCustomScrollBox {
  outline: none !important;
}
.chart-navigation-bar .mCSB_dragger_bar {
  margin-right: -2px !important;
}
.chart-navigation-bar .static-navbar {
  border-bottom: none !important;
  margin-bottom: 5px !important;
  box-shadow: none !important;
}
.chart-navigation-bar .static-navbar:focus {
  outline: none !important;
  border: none !important;
}
.chart-navigation-bar .static-navbar .mCustomScrollBox {
  outline: none !important;
}
.chart-navigation-bar .static-navbar li {
  padding-bottom: 5px;
  list-style: none;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 92%;
}
.chart-navigation-bar .static-navbar li .selected {
  color: #0073DC !important;
  border-left: none !important;
  padding-left: 0 !important;
  width: auto;
  white-space: nowrap;
}
.chart-navigation-bar .static-navbar li a {
  color: #1a1a1a;
  width: auto;
  font-weight: 600;
  white-space: nowrap;
}
.chart-navigation-bar .static-navbar li a:hover {
  color: #0073DC !important;
}

.chart-fixed-menu-top {
  background-color: #fff;
  left: auto;
  position: fixed;
  top: 90px;
  z-index: 1;
}

.chart-top-menu {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.chart-fixed-bottom {
  position: absolute;
  width: 100%;
}

.chart-types-navigation {
  height: 350px;
}
.chart-types-navigation .content-heading {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 14px;
  letter-spacing: -0.2px;
  cursor: pointer;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.chart-types-navigation .content-heading span {
  white-space: nowrap;
}
.chart-types-navigation li {
  list-style: none;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 95%;
}
.chart-types-navigation .charttype {
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: -0.18px;
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
  padding-right: 25px;
}
.chart-types-navigation .charttype:hover {
  color: #0073DC;
}
.chart-types-navigation .charttype-selected {
  color: #0073DC;
  white-space: nowrap;
  border-right: 1px solid #0073DC;
}
.chart-types-navigation .category-type {
  padding-right: 25px;
}
.chart-types-navigation .category-selected {
  border-right: 1px solid #0073DC;
}
.chart-types-navigation .mCSB_scrollTools {
  margin-right: -8px !important;
}

.panel-body {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
}

.panel-default {
  border: none !important;
  box-shadow: none !important;
}
.panel-default .panel-heading {
  background-color: #fff;
  border: none !important;
  padding: 0 !important;
}

@media (min-width: 768px) {
  .popular-controls-section {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 767px) {
  #ft-controllist .container .row {
    padding-top: 0px !important;
  }
  #ft-controllist .container #control-items {
    font-size: 11.44px !important;
    margin-top: 0px !important;
  }
}
#static-footer {
  background: #F1F1F1;
  padding-top: 20px;
  padding-bottom: 20px;
}
#static-footer .title-element {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}
#static-footer #previous-link {
  padding-left: 0px;
}
#static-footer #previous-link .arrow-element {
  display: inline;
  padding-right: 5px;
}
#static-footer #previous-link .arrow-element a {
  color: #1a1a1a;
  font-weight: 700;
  font-size: 12px;
}
#static-footer #previous-link .arrow-element a:hover {
  opacity: 0.5;
}
#static-footer #previous-link .content {
  display: inline;
  font-size: 18px;
  font-weight: 700;
}
#static-footer #previous-link .content #prev-element {
  display: inline;
}
#static-footer #previous-link .content #prev-element a {
  color: #1a1a1a;
}
#static-footer #previous-link .content #prev-element a:hover {
  opacity: 0.5;
}
#static-footer #next-link {
  text-align: right;
  padding-right: 0px;
}
#static-footer #next-link .arrow-element {
  display: inline;
  padding-left: 5px;
}
#static-footer #next-link .arrow-element a {
  color: #1a1a1a;
  font-weight: 700;
  font-size: 12px;
}
#static-footer #next-link .arrow-element a:hover {
  opacity: 0.5;
}
#static-footer #next-link .content {
  display: inline;
  font-size: 18px;
  font-weight: 700;
}
#static-footer #next-link .content #next-element {
  display: inline;
}
#static-footer #next-link .content #next-element a {
  color: #1a1a1a;
}
#static-footer #next-link .content #next-element a:hover {
  opacity: 0.5;
}

@media (max-width: 766px) {
  #static-footer .title-element {
    font-size: 14px;
  }
  #static-footer #previous-link .arrow-element a {
    font-size: 10px;
  }
  #static-footer #previous-link .content {
    font-size: 14px;
  }
  #static-footer #next-link .arrow-element a {
    font-size: 10px;
  }
  #static-footer #next-link .content {
    font-size: 14px;
  }
}
#control-static-menu .right-panel {
  float: right;
}

#whitebackground #download-now-button {
  padding: 6px 26px !important;
}
#whitebackground #download-now-button .btn__text {
  font-weight: 700 !important;
  font-size: 16px !important;
}
#whitebackground #download-now-button:hover {
  background-color: #0D98FF !important;
  border: 2px solid #0D98FF !important;
}
#whitebackground #view-demos-now-button {
  font-weight: 700 !important;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
}
#whitebackground #view-demos-now-button:hover {
  border: 2px solid #0487FF;
  background: #0487FF !important;
  color: #fff;
}

h2.FTControlMobileNoCreditCard, h2.FTControlDesktopNoCreditCard {
  font-family: Open Sans;
  font-size: 13px !important;
  font-style: italic;
  font-weight: 400 !important;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: start;
  color: #64748B;
  margin: -25px 0px 10px 3px;
}

#NocreditDesktopContent {
  display: block;
}
@media (max-width: 350px) {
  #NocreditDesktopContent {
    display: none;
  }
}
@media (max-width: 1260px) and (min-width: 769px) {
  #NocreditDesktopContent {
    margin: 71px 0px 10px 3px;
  }
}
@media (max-width: 768px) {
  #NocreditDesktopContent {
    margin: 71px 0px 10px 20px;
  }
}

#NocreditMobileContent {
  display: none;
}
@media (max-width: 350px) {
  #NocreditMobileContent {
    margin: 75px 0px 15px 20px;
    display: block;
  }
}

@media (max-width: 1260px) {
  #whitebackground #download-now-button, #control-banner-content #download-now-button {
    margin-bottom: 0px;
  }
}

@media (min-width: 351px) and (max-width: 1260px) {
  #whitebackground #view-demos-now-button, #control-banner-content #view-demos-now-button {
    margin-bottom: 0px !important;
  }
}

#featuretour-markdown #control-content .multi-column-conent-container .section-padding {
  margin-bottom: 34px !important;
}
#featuretour-markdown #control-content .multi-column-conent-container .multi-col-contents .img-padding {
  padding: 0 !important;
}
#featuretour-markdown #control-content .shadow-effect {
  box-shadow: 0 10px 25px 0.1px #dadce0;
  border-radius: 10px;
  border: 1px solid #CBD5E1;
}
#featuretour-markdown #control-content .gif-padding {
  padding: 15px !important;
}
#featuretour-markdown #control-content .code-padding {
  padding: 0 20px 20px 20px !important;
}
#featuretour-markdown #control-content .row .link-padding {
  margin-bottom: 30px;
}
#featuretour-markdown #control-content .row .overview {
  text-align: center;
  font-size: 33px !important;
}
#featuretour-markdown #control-content .row .first-col-padding {
  padding-left: 15px !important;
}
#featuretour-markdown #control-content .row .why-choose-header {
  color: #1A1A1A;
  letter-spacing: 0;
  margin-bottom: 2em;
  font-weight: 700;
}
#featuretour-markdown #control-content .row .why-choose-sub-header {
  font-size: 18px;
  color: #1A1A1A;
  letter-spacing: 0.1px;
  text-align: left;
  line-height: 25px;
  font-weight: 700;
}
#featuretour-markdown #control-content .row .first-col {
  padding-left: 15px !important;
}
#featuretour-markdown #control-content .row .why-choose-content {
  font-size: 15px;
}

@media (max-width: 1023px) and (min-width: 769px) {
  .video-banner .ft-video-banner-height #overviewVideo {
    display: block !important;
  }
}
@media (max-width: 320px) {
  #control-banner-content.popular-banner {
    background-size: cover !important;
  }
  #control-banner-content h2.NoCreditCardMobileFTControl {
    margin: 73px 0 10px 15px;
  }
}
#control-banner-content.video-banner .animatedBannerImage.ft-video-banner-height {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 55%;
}

@media (max-width: 1023px) {
  #control-banner-content.video-banner .animatedBannerImage .banner-image-segment {
    display: none !important;
  }
  #control-banner-content.video-banner .animatedBannerImage.ft-video-banner-height {
    height: auto !important;
  }
  .video-banner .ft-video-banner-height {
    height: auto !important;
  }
}
.modal-dialog.vertical-align-center.zoomIn.animated {
  margin-top: 0px !important;
}

#control-banner-content.video-banner .banner-image-segment {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 500px;
}

#control-banner-content.video-banner .banner-image-segment #lottie {
  position: absolute;
  left: unset !important;
  top: unset !important;
}

#control-banner-content.video-banner .banner-image-segment .right-section-image {
  width: auto !important;
  height: auto !important;
  margin-top: 0px !important;
}

@media (max-width: 768px) and (min-width: 700px) {
  .animatedBannerImage .close, .video-banner .close {
    margin-right: 80px !important;
  }
}
@media (min-width: 1920px) {
  .video-banner .banner-heading {
    margin-top: 60px !important;
  }
}
#control-banner-content.video-banner .animatedBannerImage.ft-video-banner-height {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 55%;
}

@media (min-width: 601px) and (max-width: 768px) {
  .video-banner .modal-dialog {
    width: 590px !important;
    height: 333px !important;
  }
}
h2.NoCreditCardDesktopFTControl, h2.NoCreditCardMobileFTControl {
  font-family: Open Sans;
  font-size: 13px !important;
  font-style: italic;
  font-weight: 400 !important;
  line-height: 22px;
  letter-spacing: 0;
  text-align: start;
  color: #64748b;
  margin: -20px 0 10px 8px;
}

@media (max-width: 420px) and (min-width: 350px) {
  #whitebackground #buy-now-button {
    margin-left: 1em !important;
  }
}
@media (max-width: 420px) {
  #control-banner-content.video-banner h2#NocreditDesktopContent {
    margin: -10px 0 10px 5px !important;
  }
}
#control-banner-content h2.NoCreditCardDesktopFTControl, #control-banner-content h2.NoCreditCardMobileFTControl {
  font-family: Open Sans;
  font-size: 13px !important;
  font-style: italic;
  font-weight: 400 !important;
  line-height: 22px;
  letter-spacing: 0;
  text-align: start;
  color: #fff;
  margin: -23px 0 20px 2px;
}

#control-banner-content.video-banner #buy-now-button {
  color: #fff !important;
  border: 1px solid #fff !important;
  background: none !important;
  padding: 10px 32px;
}

#control-banner-content.video-banner #buy-now-button:hover {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #fff !important;
}

#control-banner-content.video-banner #download-now-button:hover {
  opacity: 0.8 !important;
  color: #000;
  background-color: #fff !important;
  padding: 9px 32px !important;
  border: 2px solid #fff !important;
}

@media (max-width: 420px) {
  #control-banner-content.video-banner #buy-now-button {
    margin-left: 16px;
    padding: 9px;
  }
}
#control-banner-content.video-banner #overviewVideo {
  color: #fff;
}

@media (max-width: 320px) {
  #control-banner-content h2.NoCreditCardMobileFTControl {
    margin: 75px 0 10px 15px;
  }
}
@media (max-width: 320px) {
  #control-banner-content.video-banner #buy-now-button {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  #control-banner-content.video-banner h2#NocreditDesktopContent {
    margin: 5px 0 10px 0 !important;
  }
}
@media (max-width: 1260px) and (min-width: 780px) {
  #control-banner-content.video-banner h2#NocreditDesktopContent {
    margin: 5px 0 10px 8px !important;
  }
}
.animatedBannerImage .right-section-animated-image {
  width: 600px;
  height: 500px;
}

@media (max-width: 768px) {
  .animatedBannerImage .right-section-animated-image {
    display: none;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .animatedBannerImage .right-section-animated-image {
    width: 500px;
    height: 500px;
  }
}
#control-banner-content.video-banner .right-section-image {
  margin-top: 70px;
}

@media (max-width: 992px) {
  .animatedBannerImage.ft-image-support {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .ft-image-support h1 {
    margin-top: 90px !important;
  }
}
@media (min-width: 1921px) {
  #control-banner-content .ft-image-support h1 {
    margin-top: 45px !important;
  }
}
.vs-icon-container {
    width: 35px;
    height: 35px;
    color: #fff;
    background: #fff;
    padding: 8px;
    border-radius: 50%;
    position: absolute;
    margin-top: -8px;
}

.dot-net-support-text {
    padding-bottom: 40px;
    padding-left: 45px;
}

.vs-image-container {
    margin-top: -2px;
}

#ft-controllist .feature,
#ft-controllist .no-url-control {
    display: flex;
    gap: 6px;
    align-items: flex-start;
    margin-bottom: 12px !important;
    line-height: 22px !important;
}
#ft-controllist .feature .ai-icon,
#ft-controllist .no-url-control .ai-icon {
    width: 16px;
    height: 16px;
    padding: 3px 0;
}
#ft-controllist .feature .ai-icon img,
#ft-controllist .no-url-control .ai-icon img {
    vertical-align: unset;
}
#ft-controllist .feature .link-content,
#ft-controllist .no-url-control .link-content {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    flex: 1;
}
#ft-controllist .section-list {
    width: 215px !important;
}
#ft-controllist #ft-control-platform .section-list .content-heading {
    padding-left: 22px !important;
}
#ft-controllist #ft-control-platform .section-list .badge-preview {
    background-color: #fff6ea !important;
    width: 59px;
    height: 18px;
    border: 1px solid #fdd592;
    color: #9a6409 !important;
    font-weight: 600 !important;
    padding: 4px 7px;
    border-radius: 24px;
    font-size: 10px !important;
    position: relative;
    top: 0;
    line-height: 10px;
}
#ft-controllist #ft-control-platform .section-list ul li {
    margin-bottom: .8em;
}
@media (min-width: 992px) and (max-width: 1200px) {
    #ft-controllist .container #control-items {
        margin-left: 2% !important;
    }
    #ft-controllist .section-list,
    #ft-controllist .row .list-items,
    #ft-controllist #ft-control-platform .section-list ul li {
        width: 180px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #ft-controllist .container #control-items {
        margin-left: 5% !important;
    }
    #ft-controllist .section-list,
    #ft-controllist .row .list-items,
    #ft-controllist #ft-control-platform .section-list ul li {
        width: 215px !important;
    }
}
/*# sourceMappingURL=MAUIFTControl.css.map */