body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.button {
  display: inline-block;
  margin-right: 14px;
  padding: 13px 30px;
  border-radius: 3px;
  background-color: #289ad4;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #489fd9;
}

.button.hollow {
  margin-top: 0px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #000;
  color: #000;
  text-shadow: none;
}

.button.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button.hollow.b {
  margin-right: 0px;
  padding-right: 26px;
  padding-left: 26px;
}

.button.signup {
  margin-top: 30px;
  background-color: #289ad4;
}

.button.signup.pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button.signup.pricing.b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #7e57c2;
}

.button.signup.pricing.c {
  height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  background-color: #1abc9c;
}

.button.signup.pricing.sticky {
  margin-top: 0px;
  margin-bottom: 0px;
}

.button.signup.pricing.temp {
  margin-top: 18px;
  margin-bottom: 35px;
}

.button.signup.quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f8971e;
}

.button.signup.a {
  background-color: #11334d;
}

.button.signup.b {
  background-color: #0f658a;
}

.button.learn {
  margin-bottom: 20px;
}

.button.learn.marketplace {
  margin-top: 20px;
}

.button.login {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.login.password {
  border: 1px solid #112a4d;
  background-color: #fff;
  color: #112a4d;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 85px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 2px 13px -2px #a9b7be;
  opacity: 1;
}

.nav-link {
  padding: 26px 13px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #1b5780;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  cursor: pointer;
}

.nav-link:hover {
  box-shadow: none;
  color: #489fd9;
}

.nav-link.w--current {
  box-shadow: none;
  color: #289ad4;
}

.nav-link.w--current:active {
  box-shadow: none;
  color: #489fd9;
}

.nav-link.signup {
  margin: 5px;
  padding: 17px 14px;
  border: 2px solid #289ad4;
  border-radius: 3px;
  background-color: #289ad4;
  color: #fff;
  font-size: 14px;
  line-height: 6px;
  font-weight: 500;
}

.section {
  display: block;
  overflow: visible;
  height: 450px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ecf0f1;
  background-image: none;
}

.section.footer {
  height: 254px;
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #11334d;
  background-image: none;
  color: #e4e8eb;
}

.section.footer.copyright {
  height: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #15202c;
  color: #939596;
  font-size: 14px;
}

.section.purple {
  background-color: #ecf0f1;
}

.section.purple.pricing-section {
  height: 5600px;
  float: none;
  background-color: #ecf0f1;
  background-image: none;
}

.section.purple.pricing-section.temp {
  height: 1090px;
}

.section.purple.multi-location-pricing {
  height: 620px;
  padding-top: 0px;
}

.section.purple.multi-location-pricing.temp {
  height: 790px;
}

.section.testimony-section {
  display: block;
  height: 435px;
  background-color: #1b5780;
  background-image: none;
}

.section.users {
  height: 760px;
  background-color: #ecf0f1;
}

.main-subtitle {
  margin-bottom: 26px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  display: block;
  color: #829aa7;
}

.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #d2d7d9;
}

.brand-link {
  text-decoration: none;
}

.h1-main-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-subtitle {
  margin-bottom: 68px;
  padding-top: 7px;
  color: #112a4d;
  font-size: 19px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.plan-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #cfd8dc;
  border-radius: 3px;
  background-color: #fff;
  color: #2b2b2b;
}

.plan-wrapper.side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left-style: none;
  background-color: transparent;
  text-align: center;
}

.plan-wrapper.mydash {
  height: auto;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left-style: none;
}

.plan-wrapper.description {
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 2px none #cfd8dc;
  border-left-style: none;
  background-color: transparent;
}

.plan-wrapper.pricing {
  height: 600px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.plan-wrapper.b {
  height: 600px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-left-style: none;
}

.plan-wrapper.b.multi {
  width: 100%;
  height: 140px;
}

.plan-wrapper.sticky {
  height: 155px;
}

.plan-wrapper.sticky.a {
  border-left-style: none;
}

.plan-wrapper.a {
  border-left-style: none;
}

.price-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0f658a;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.price-point.users {
  margin-bottom: 0px;
  color: #112a4d;
  font-size: 10px;
  line-height: 18px;
  font-weight: 400;
}

.price-point.users.temp {
  color: #ecf0f1;
  font-weight: 300;
}

.price-point.users.b {
  margin-right: 10px;
  margin-left: 10px;
  color: #112a4d;
  font-weight: 400;
}

.price-point.price {
  margin-top: 8px;
  margin-bottom: 15px;
  color: #112a4d;
  font-size: 30px;
  font-weight: 700;
}

.price-point.price.multilocation {
  font-size: 19px;
  text-align: center;
}

.price-point.price.temp {
  margin-bottom: 8px;
  padding-right: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 34px;
}

.price-point.no {
  color: #cfd8dc;
}

.price-point.white {
  color: #fff;
}

.price-accent {
  color: #0f658a;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}

.divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dbdbdb;
  text-align: left;
}

.divider.mydash {
  width: 284px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  text-decoration: none;
}

.icon-block.marketplace {
  margin-right: 50px;
  margin-left: 20px;
}

.icon-block.a {
  width: auto;
  margin-top: -45px;
}

.icon-block.support-icon {
  width: auto;
  height: 230px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.feature-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-row.unreverse {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.feature-row.marketplace {
  margin-right: 0%;
  margin-left: 0%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.feature-row.marketplace.unreverse {
  margin-right: 0px;
  margin-left: 0px;
}

.testimonial-slider {
  height: auto;
  margin-top: 45px;
  background-color: transparent;
}

.testimony-slide {
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 31px;
  font-weight: 300;
}

.slide-nav {
  display: none;
  font-size: 10px;
}

.person {
  width: 70px;
  margin-bottom: 13px;
  border-radius: 100%;
}

.name {
  color: #fff;
  font-weight: 500;
}

.title {
  color: #fff;
  font-weight: 300;
}

.slider-arrow {
  display: block;
  width: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 32px;
}

.slider-arrow:hover {
  color: #000;
}

.icon {
  margin-bottom: 20px;
  color: #1b5780;
}

.content-block {
  margin-top: 10px;
  margin-right: 30px;
  margin-left: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

.content-block.contact-us-group {
  width: 400px;
  padding-right: 0px;
  padding-left: 0px;
}

.content-block.left {
  margin-right: 0px;
  margin-left: 30px;
  padding-right: 30px;
}

.content-block.left.b {
  margin-left: 30px;
}

.content-block.right {
  margin-right: 30px;
  margin-left: 0px;
}

.content-block.marketplace {
  margin-right: 0px;
  margin-left: 0px;
}

.small-features-row {
  margin-top: 71px;
}

.logo {
  display: inline-block;
  margin-top: 20px;
}

.logo.logo2 {
  margin-bottom: 10px;
}

.nav-bar {
  display: block;
  padding-top: 8px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-section {
  height: 454px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.icon-section.support-icon-section {
  display: block;
  height: 460px;
  background-color: #fff;
}

.icon-section.feature-icons {
  height: 310px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 26px;
}

.icon-section.feature-icons.fixed {
  position: fixed;
  z-index: 100;
  display: none;
  width: 100%;
  height: 180px;
  margin-top: -580px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.icon-subtitle {
  margin-bottom: 0px;
  color: #11334d;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.icon-title {
  width: auto;
  margin-bottom: 0px;
  color: #112a4d;
  text-decoration: none;
}

.icon-title.feature-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.icon-title.marketplace {
  display: block;
  width: 230px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #289ad4;
  text-align: center;
}

.icon-title.mobile-apps {
  margin-top: 10px;
  font-weight: 300;
}

.line {
  width: 62px;
  margin-top: -15px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 0px 0px 3px;
  border-color: #289ad4;
}

.line.line2 {
  border-color: #11334d;
}

.line.blue {
  border-color: #289ad4;
  color: #fff;
}

.line.line2 {
  border-color: #2c3e50;
}

.section-white {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

.section-white.section-grey {
  background-color: #ecf0f1;
}

.h3-heading {
  margin-top: 10px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
}

.h3-heading.h3-heading-dark {
  margin-top: 10px;
  color: #112a4d;
  font-style: normal;
}

.h3-heading.h3-heading-grey {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #607d8b;
}

.section-text {
  box-shadow: 0 0 6px 0 #fff;
  color: #607d8b;
  font-weight: 300;
  text-align: justify;
}

.section-text.section-text-dark {
  box-shadow: none;
  color: #2c3e50;
  font-style: normal;
  font-weight: 300;
}

.section-text.section-text-dark.bold {
  font-weight: 300;
}

.section-text.section-text-white {
  box-shadow: none;
  color: #ecf0f1;
}

.section-text.light-grey {
  box-shadow: none;
  color: #cfd8dc;
}

.h2-heading {
  margin-bottom: 40px;
  padding-top: 143px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.h2-heading.h2-heading-dark {
  margin-bottom: 40px;
  padding-right: 53px;
  padding-left: 53px;
  color: #112a4d;
  font-size: 34px;
  text-align: center;
}

.h2-heading.h2-heading-dark.b {
  margin-bottom: 30px;
  padding-top: 0px;
}

.h2-heading.h2-heading-dark.pricing {
  padding-top: 0px;
}

.h2-heading.h2-secondary {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  color: #fff;
}

.h2-heading.h2-secondary.home {
  padding-top: 0px;
}

.h2-heading.apps {
  padding-top: 62px;
}

.image-div {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 100%;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-div.bottom {
  width: 500px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-div.bottom.b {
  width: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-div.bottom.c {
  width: 600px;
  padding-left: 0px;
}

.image-div.bottom.d {
  width: 600px;
}

.image-div.overlay {
  width: auto;
  padding-top: 0%;
  padding-left: 35px;
}

.image-div.b {
  width: 600px;
}

.copyright-text {
  color: #829aa7;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.entry-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 70px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.entry-form.b {
  padding-top: 15px;
}

.form-submit-button {
  width: 150px;
  margin-top: 40px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 3px;
  background-color: #f8971e;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 20px;
}

.form-submit-button.b {
  width: auto;
  margin-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
}

.form-field {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 2px solid #1b5780;
  color: #112a4d;
}

.form-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.form-section.b {
  padding-top: 155px;
}

.form-text {
  margin-top: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #112a4d;
  text-align: center;
}

.h5-heading {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #829aa7;
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

.h5-heading.h5-heading-light {
  color: #fff;
}

.break-section {
  height: 350px;
  background-image: -webkit-linear-gradient(270deg, rgba(40, 154, 212, .45), rgba(40, 154, 212, .45)), url('../images/CloudBg2-compressor2.jpg');
  background-image: linear-gradient(180deg, rgba(40, 154, 212, .45), rgba(40, 154, 212, .45)), url('../images/CloudBg2-compressor2.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.break-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.secondary-header {
  height: 400px;
  background-image: url('../images/AdobeStock_37435149_WM-2.jpg');
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.secondary-header.online-services-header {
  height: 550px;
  margin-top: 58px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(135deg, rgba(21, 32, 44, .7), rgba(15, 101, 138, .1)), -webkit-linear-gradient(270deg, rgba(21, 32, 44, .2), rgba(21, 32, 44, .2)), url('../images/WomansHandsOnLaptop_1.jpg');
  background-image: linear-gradient(315deg, rgba(21, 32, 44, .7), rgba(15, 101, 138, .1)), linear-gradient(180deg, rgba(21, 32, 44, .2), rgba(21, 32, 44, .2)), url('../images/WomansHandsOnLaptop_1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.secondary-header.mobileapps-header {
  height: 550px;
  margin-top: 58px;
  background-image: -webkit-linear-gradient(135deg, rgba(21, 32, 44, .8), rgba(15, 101, 138, .1)), url('../images/GirlLookingAtPhone-Features7.jpg');
  background-image: linear-gradient(315deg, rgba(21, 32, 44, .8), rgba(15, 101, 138, .1)), url('../images/GirlLookingAtPhone-Features7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.secondary-header.support-header {
  height: 500px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(135deg, rgba(21, 32, 44, .7), rgba(15, 101, 138, .1)), url('../images/Support-GirlwHeadsetAdobe-compressor.jpg');
  background-image: linear-gradient(315deg, rgba(21, 32, 44, .7), rgba(15, 101, 138, .1)), url('../images/Support-GirlwHeadsetAdobe-compressor.jpg');
  background-position: 0px 0px, 50% 35%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.secondary-header.pricing-header {
  height: 550px;
  margin-top: 58px;
  background-image: -webkit-linear-gradient(135deg, rgba(21, 32, 44, .8), rgba(15, 101, 138, .1)), url('../images/PeopleCalculate-compressor.jpg');
  background-image: linear-gradient(315deg, rgba(21, 32, 44, .8), rgba(15, 101, 138, .1)), url('../images/PeopleCalculate-compressor.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-decoration: none;
}

.secondary-header.desktop-header {
  height: 550px;
  margin-top: 58px;
  background-image: -webkit-linear-gradient(135deg, rgba(21, 32, 44, .6), rgba(15, 101, 138, .1)), -webkit-linear-gradient(270deg, rgba(21, 32, 44, .3), rgba(21, 32, 44, .3)), url('../images/Envision-Cloud-Devices-Header.jpg');
  background-image: linear-gradient(315deg, rgba(21, 32, 44, .6), rgba(15, 101, 138, .1)), linear-gradient(180deg, rgba(21, 32, 44, .3), rgba(21, 32, 44, .3)), url('../images/Envision-Cloud-Devices-Header.jpg');
  background-position: 0px 0px, 0px 0px, 50% 38%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.product-feature-section-2 {
  height: 500px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.product-feature-section-2.b {
  background-image: url('../images/WomanSellingProduct-compressor.jpg');
  background-position: 110% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-feature-section-2.c {
  background-image: url('../images/BlondewLaptop-compressor.jpg');
  background-position: 109% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-feature-section-2.d {
  height: 580px;
  background-image: url('../images/CustatRegister3-compressor.jpg');
  background-position: 106% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-feature-section-2.e {
  background-color: #ecf0f1;
}

.product-feature-section-2.a {
  background-color: #ecf0f1;
}

.product-feature-section-2.f {
  background-image: url('../images/WomanSellingRetail-compressor.jpg');
  background-position: 105% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-feature-section-1 {
  height: 500px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, #ecf0f1, #ecf0f1);
  background-image: linear-gradient(180deg, #ecf0f1, #ecf0f1);
}

.product-feature-section-1.b {
  height: 540px;
}

.product-feature-section-1.c {
  background-image: url('../images/MydashGirl2.jpg'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: url('../images/MydashGirl2.jpg'), linear-gradient(180deg, #fff, #fff);
  background-position: -106px 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.secondary-header-container {
  padding-top: 275px;
  text-decoration: none;
}

.secondary-header-text {
  display: block;
  margin-bottom: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #112a4d;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.secondary-header-text.white {
  color: #fff;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 650px;
  margin-top: 58px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-list {
  color: #2c3e50;
  font-size: 14px;
  font-weight: 300;
}

.icon-description {
  margin-top: 5px;
  color: #2c3e50;
  font-weight: 300;
  text-align: center;
}

.contact-section {
  height: 450px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ecf0f1;
}

.h6-heading {
  margin-bottom: 2px;
  color: #289ad4;
  font-size: 16px;
  font-weight: 500;
}

.left-section {
  position: relative;
  width: 50%;
  height: 450px;
  padding: 150px 100px 60px;
  float: left;
  background-image: -webkit-linear-gradient(270deg, rgba(40, 154, 212, .85), rgba(40, 154, 212, .85)), url('../images/Training-GirlWatchVideo-compressor.jpg');
  background-image: linear-gradient(180deg, rgba(40, 154, 212, .85), rgba(40, 154, 212, .85)), url('../images/Training-GirlWatchVideo-compressor.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}

.center-div {
  position: static;
  left: 100px;
  top: 50px;
  right: 100px;
  width: 400px;
}

.right-section {
  position: relative;
  width: 50%;
  height: 450px;
  padding-top: 150px;
  padding-right: 100px;
  padding-left: 100px;
  float: left;
  background-image: -webkit-linear-gradient(270deg, rgba(248, 151, 30, .85), rgba(248, 151, 30, .85)), url('../images/ManTyping-compressor.jpg');
  background-image: linear-gradient(180deg, rgba(248, 151, 30, .85), rgba(248, 151, 30, .85)), url('../images/ManTyping-compressor.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}

.basic-section {
  padding-top: 70px;
  padding-bottom: 70px;
  box-shadow: 0 0 6px 0 #fff;
}

.faq-accordian {
  display: inline-block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accordian-list {
  padding: 0px 20px 20px;
  border-style: solid;
  border-width: 0px 1px 1px;
  border-color: #1b5780;
  background-color: #fff;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
}

.vertical-icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vertical-icon {
  margin-top: 15px;
  margin-right: 50px;
  margin-bottom: 15px;
  color: #ecf0f1;
}

.vertical-icon.vertical-icon-2 {
  display: block;
  margin: 10px auto;
}

.vertical-icon-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #112a4d;
  font-style: normal;
  font-weight: 300;
}

.vertical-icon-title.vertical-icon-title-2 {
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}

.vertical-icon-title.vertical-icon-title3 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 18px;
}

.vertical-icon-title.vertical-icon-title3.vertical-icon-title-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}

.horizontal-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.h1-secondary-heading {
  margin-bottom: 15px;
  font-family: 'Roboto Slab', sans-serif;
  color: #112a4d;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.h1-secondary-heading.white {
  color: #fff;
}

.desktop-icon-section {
  height: 800px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.marketing-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-column {
  padding-right: 30px;
  padding-left: 30px;
}

.paragraph-block {
  width: 950px;
  padding-right: 20px;
  padding-left: 20px;
}

.paragraph-row {
  width: 950px;
  margin-right: 0px;
  margin-left: 0px;
}

.section-2 {
  display: block;
}

.pricing-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pricing-column.b {
  padding-right: 3px;
  padding-left: 3px;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #112a4d;
  font-size: 23px;
}

.heading.mydash {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #11334d;
}

.heading.pricing {
  width: 100%;
  height: 50px;
  margin-top: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-linear-gradient(270deg, #11334d, #11334d);
  background-image: linear-gradient(180deg, #11334d, #11334d);
  color: #fff;
  font-size: 22px;
}

.heading.sticky {
  color: #289ad4;
}

.heading.sticky.b {
  color: #7e57c2;
}

.heading.sticky.c {
  color: #1abc9c;
}

.row {
  margin-right: 6%;
  margin-left: 0%;
}

.row.comparison {
  height: 43px;
  margin-right: 0%;
  margin-left: 0%;
}

.row.comparison-description {
  height: 118px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
}

.row.pricing-main {
  position: static;
  display: block;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.success-message-2 {
  margin-top: 60px;
  background-color: #ecf0f1;
}

.text-block {
  color: #112a4d;
  font-weight: 500;
}

.text-block-2 {
  color: #112a4d;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-subtitle2 {
  margin-top: 0px;
  padding: 0px 2px;
  color: #829aa7;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}

.subheader-text {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  color: #289ad4;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}

.subheading {
  margin-top: 15px;
  color: #289ad4;
  font-size: 16px;
  font-weight: 500;
}

.subheading.mydash {
  width: 270px;
  margin-top: 0px;
  color: #47c4d4;
  font-weight: 500;
}

.subheading.mydash.b {
  color: #fdb916;
}

.subheading.mydash.c {
  color: #7e57c2;
}

.pricing-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #cfd8dc;
}

.pricing-div.orange.temp {
  background-color: #f8971e;
}

.pricing-div.b {
  border-left-style: none;
}

.pricing-div.b.temp {
  background-color: #7e57c2;
}

.pricing-div.c {
  border-left-style: none;
}

.pricing-div.c.temp {
  background-color: #1abc9c;
}

.pricing-div.mydash {
  width: 100%;
  height: 320px;
  margin-top: 20px;
  margin-bottom: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: none;
  background-color: #289ad4;
  background-image: -webkit-linear-gradient(308deg, #47c4d4 21%, #1abc9c);
  background-image: linear-gradient(142deg, #47c4d4 21%, #1abc9c);
}

.pricing-div.mydash.b {
  background-image: -webkit-linear-gradient(308deg, #fdb916 21%, #db7c32);
  background-image: linear-gradient(142deg, #fdb916 21%, #db7c32);
}

.pricing-div.mydash.c {
  background-image: -webkit-linear-gradient(308deg, #7e57c2 21%, #47c4d4);
  background-image: linear-gradient(142deg, #7e57c2 21%, #47c4d4);
}

.pricing-div.side {
  width: 100%;
  height: 400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right-style: none;
  border-left-style: none;
  background-color: transparent;
}

.pricing-div.sticky {
  width: 100%;
  height: 155px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 8px;
  border-style: none;
}

.pricing-div.sticky.side {
  width: 100%;
  border-left-style: none;
}

.pricing-div.sticky.a {
  width: 100%;
}

.pricing-div.a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left-style: none;
}

.pricing-div.multilocation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  background-color: #fff;
}

.pricing-div.pricing {
  height: 100%;
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #fff;
}

.modal-wrapper-appointments {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  display: block;
  overflow: visible;
  width: auto;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(21, 32, 44, .5);
  text-align: center;
}

.popup-bullets {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #2c3e50;
  font-size: 16px;
  font-weight: 300;
}

.popup-bullets.light-grey {
  color: #cfd8dc;
}

.body {
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
}

.modal-wrapper-marketing {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  height: 100%;
  background-color: rgba(21, 32, 44, .5);
}

.modal-wrapper-confirmations {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.address-text {
  margin-bottom: 50px;
  color: #829aa7;
  font-size: 16px;
  line-height: 24px;
}

.contact-info {
  margin-bottom: 50px;
  color: #112a4d;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
}

.social-icon-group-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  height: auto;
  padding: 10px;
}

.row-2 {
  margin-right: 0px;
  margin-left: 0px;
}

.column-4 {
  height: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.user-header {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(15, 101, 138, .75), rgba(15, 101, 138, .75));
  background-image: linear-gradient(180deg, rgba(15, 101, 138, .75), rgba(15, 101, 138, .75));
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.user-header:hover {
  text-decoration: none;
}

.user-header:active {
  text-decoration: none;
}

.user-block {
  height: 142px;
  background-image: url('../images/Cloud-Users_retail.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.user-block._2 {
  background-image: url('../images/Cloud-Users_medspa-compressor.jpg');
  background-position: 50% 0px;
  background-size: auto;
}

.user-block._3 {
  background-image: url('../images/Cloud-Users_salons-compressor.jpg');
  background-position: 50% 0px;
  background-size: 178px;
}

.user-block._4 {
  background-image: url('../images/Cloud-Users_barbers-compressor.jpg');
  background-position: 71% 73%;
}

.user-block._5 {
  background-image: url('../images/Cloud-Users_nails-compressor.jpg');
  background-position: 50% 100%;
}

.user-block._6 {
  background-image: url('../images/Cloud-Users_makeup-compressor.jpg');
}

.user-block._7 {
  background-image: url('../images/Cloud-Users_renters-compressor.jpg');
  background-position: 50% 50%;
}

.user-block._8 {
  background-image: url('../images/Cloud-Users_spas-compressor.jpg');
}

.user-block._9 {
  background-image: url('../images/Cloud-Users_tattoo-compressor.jpg');
}

.user-block._1 {
  background-image: url('../images/Cloud-Users_groomers-compressor.jpg');
}

.user-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 112px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

.column-5 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-6 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-7 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.modal-wrapper-booking {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.modal-wrapper-pos {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.modal-wrapper-product {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.modal-wrapper-card {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.modal-wrapper-giftcard {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.modal-wrapper-email {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.modal-wrapper-memberships {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.modal-wrapper-client {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.modal-wrapper-employee {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.modal-wrapper-inventory {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.modal-wrapper-onlinebooking {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.partners-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ecf0f1;
}

.partners-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partners-column.b {
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.partners-column.c {
  padding-left: 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.partners-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-us-section {
  display: none;
  margin-top: 70px;
}

.bullets {
  color: #2c3e50;
  font-weight: 300;
}

.bullets.sla {
  color: #607d8b;
}

.feature-icons-not-fixed {
  height: 150px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.anchor-divider {
  height: 240px;
  padding-top: 0px;
  background-color: #2c3e50;
  background-image: -webkit-linear-gradient(135deg, #11334d, #0f658a);
  background-image: linear-gradient(315deg, #11334d, #0f658a);
  background-position: 0px 0px;
  color: #ecf0f1;
  font-size: 26px;
}

.anchor-divider.b {
  background-color: #289ad4;
  background-image: -webkit-linear-gradient(135deg, #086c9e, #289ad4), -webkit-linear-gradient(270deg, rgba(40, 154, 212, .9), rgba(40, 154, 212, .9));
  background-image: linear-gradient(315deg, #086c9e, #289ad4), linear-gradient(180deg, rgba(40, 154, 212, .9), rgba(40, 154, 212, .9));
}

.anchor-divider.apps {
  height: 175px;
}

.header-text-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: none;
  box-shadow: none;
}

.pricing-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  color: #112a4d;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
}

.pricing-text.invis {
  width: 100%;
  margin-top: -5px;
  padding-bottom: 5px;
  background-image: -webkit-linear-gradient(270deg, #11334d, #11334d);
  background-image: linear-gradient(180deg, #11334d, #11334d);
  color: transparent;
  font-size: 11px;
}

.pricing-text.b {
  width: 100%;
  margin-top: -5px;
  padding-bottom: 5px;
  background-image: -webkit-linear-gradient(270deg, #11334d, #11334d);
  background-image: linear-gradient(180deg, #11334d, #11334d);
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.pricing-text.note {
  margin-top: 10px;
  font-size: 10px;
  line-height: 13px;
}

.emphasized-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}

.price-comparison {
  color: #0f658a;
  font-size: 16px;
  text-align: center;
}

.price-comparison.side {
  padding-right: 0px;
  color: #112a4d;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
}

.price-comparison.description {
  color: #112a4d;
  font-size: 14px;
  text-align: left;
}

.comparison-div {
  width: 100%;
  height: 43px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #cfd8dc #829aa7 #cfd8dc #cfd8dc;
}

.comparison-div.side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-color: #cfd8dc;
}

.comparison-div.side.blank {
  width: 80%;
  height: 118px;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
}

.comparison-div.side.first {
  width: 81%;
  height: 43px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
}

.comparison-div.a {
  height: 43px;
  border-top-style: none;
  border-right-color: #cfd8dc;
  border-bottom-style: solid;
  border-bottom-color: #cfd8dc;
  border-left-style: none;
}

.comparison-div.description {
  height: 118px;
  padding-bottom: 9px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
}

.comparison-column {
  margin-bottom: -20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.comparison-block {
  padding-top: 0px;
  padding-bottom: 0px;
}

.comparison-heading {
  margin-bottom: 10px;
  color: #289ad4;
  font-size: 24px;
}

.comparison-heading.b {
  color: #f8971e;
}

.html-embed {
  margin-right: 0px;
  font-family: Fontawesome, sans-serif;
  color: #289ad4;
  font-size: 16px;
  text-align: center;
}

.html-embed.a {
  margin-right: 10px;
  color: #47c4d4;
}

.html-embed.b {
  margin-right: 10px;
  color: #fdb916;
}

.html-embed.c {
  margin-right: 10px;
  color: #7e57c2;
}

.html-embed.d {
  margin-right: 10px;
}

.html-embed.e {
  margin-right: 10px;
  color: #1abc9c;
}

.price-dropdown {
  margin-top: -60px;
  padding: 20px;
}

.comparison-accordian {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 0px;
}

.sticky-pricing {
  position: fixed;
  left: 0px;
  top: 90px;
  right: 0px;
  z-index: 100;
  display: none;
  height: 155px;
  margin: -6px 0px 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.price-comparison-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ecf0f1;
}

.color-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(40, 154, 212, .85), rgba(40, 154, 212, .85)), url('../images/comp-bg.jpg');
  background-image: linear-gradient(180deg, rgba(40, 154, 212, .85), rgba(40, 154, 212, .85)), url('../images/comp-bg.jpg');
  background-position: 0px 0px, 26% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.color-column.b {
  background-image: -webkit-linear-gradient(270deg, rgba(248, 151, 30, .88), rgba(248, 151, 30, .88)), url('../images/pos-redkenproducts2-compressor.jpg');
  background-image: linear-gradient(180deg, rgba(248, 151, 30, .88), rgba(248, 151, 30, .88)), url('../images/pos-redkenproducts2-compressor.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.color-column.c {
  background-image: -webkit-linear-gradient(270deg, rgba(40, 154, 212, .85), rgba(40, 154, 212, .85)), url('../images/hands-people-woman-working.jpg');
  background-image: linear-gradient(180deg, rgba(40, 154, 212, .85), rgba(40, 154, 212, .85)), url('../images/hands-people-woman-working.jpg');
  background-position: 0px 0px, 50% 0px;
}

.color-column.d {
  background-image: -webkit-linear-gradient(270deg, rgba(248, 151, 30, .9), rgba(248, 151, 30, .9)), url('../images/office-pen-calculator-computation-163032.jpeg');
  background-image: linear-gradient(180deg, rgba(248, 151, 30, .9), rgba(248, 151, 30, .9)), url('../images/office-pen-calculator-computation-163032.jpeg');
}

.color-column.f {
  background-image: -webkit-linear-gradient(270deg, rgba(248, 151, 30, .9), rgba(248, 151, 30, .9)), url('../images/comp-bg.jpg');
  background-image: linear-gradient(180deg, rgba(248, 151, 30, .9), rgba(248, 151, 30, .9)), url('../images/comp-bg.jpg');
  background-position: 0px 0px, 26% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.white-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.unordered-list-light-grey {
  color: #cfd8dc;
  font-weight: 300;
}

.unordered-list {
  color: #2c3e50;
  font-weight: 300;
}

.product-feature-section-3 {
  height: 500px;
  background-image: -webkit-linear-gradient(270deg, rgba(21, 32, 44, .9), rgba(21, 32, 44, .9)), url('../images/SalonRoom-Adobe_78900972-compressor.jpg');
  background-image: linear-gradient(180deg, rgba(21, 32, 44, .9), rgba(21, 32, 44, .9)), url('../images/SalonRoom-Adobe_78900972-compressor.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.product-feature-section-3.b {
  height: 500px;
  background-image: -webkit-linear-gradient(270deg, rgba(21, 32, 44, .9), rgba(21, 32, 44, .9)), url('../images/CreditCardMachine-compressor.jpg');
  background-image: linear-gradient(180deg, rgba(21, 32, 44, .9), rgba(21, 32, 44, .9)), url('../images/CreditCardMachine-compressor.jpg');
}

.product-feature-section-3.e {
  background-image: -webkit-linear-gradient(270deg, rgba(21, 32, 44, .9), rgba(21, 32, 44, .9)), url('../images/pexels-photo-515169.jpeg');
  background-image: linear-gradient(180deg, rgba(21, 32, 44, .9), rgba(21, 32, 44, .9)), url('../images/pexels-photo-515169.jpeg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.product-feature-section-3.c {
  background-image: -webkit-linear-gradient(270deg, rgba(21, 32, 44, .9), rgba(21, 32, 44, .9)), url('../images/cards-bg.jpg');
  background-image: linear-gradient(180deg, rgba(21, 32, 44, .9), rgba(21, 32, 44, .9)), url('../images/cards-bg.jpg');
}

.product-feature-section-3.d {
  background-image: -webkit-linear-gradient(270deg, rgba(21, 32, 44, .9), rgba(21, 32, 44, .9)), url('../images/pexels-photo-398532.jpeg');
  background-image: linear-gradient(180deg, rgba(21, 32, 44, .9), rgba(21, 32, 44, .9)), url('../images/pexels-photo-398532.jpeg');
  background-position: 0px 0px, 50% 0px;
}

.pricing-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-text-div.d {
  height: 80px;
  margin-top: 38px;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.additional-feature-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.additional-feature-section.grey {
  height: auto;
  margin-bottom: 0px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ecf0f1;
}

.additional-feature-section.cloud {
  height: 500px;
  background-image: url('../images/Tattoo-Stylist-holding-Tablet2.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pricing-multilocation-row {
  margin: 3% 0% 4%;
  padding-right: 0%;
}

.multilocation-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row-4 {
  margin-right: 0%;
  margin-left: 0%;
}

.row-5 {
  margin-left: 5%;
}

.hero-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide-a {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Headers3_Slider1-compressor.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-subtitle-2 {
  color: #fff;
  font-weight: 300;
}

.hero-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 225px 7% 0% 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-b {
  display: inline-block;
  background-image: url('../images/Headers3-Slider2-compressor.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-c {
  display: inline-block;
  background-image: url('../images/Headers3_Slider3-compressor.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mask {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.full-width-image-div {
  display: block;
  width: 100%;
  height: 450px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Cloud-SalonVision.jpg');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.marketplace-text-row {
  display: block;
  margin-top: 8%;
  margin-left: 15%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hi-marketplace-heading {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-weight: 700;
}

.marketplace-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.color-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #289ad4;
}

.color-header.purple {
  background-color: #7e57c2;
}

.color-header.green {
  background-color: #1abc9c;
}

.column-13 {
  position: relative;
  overflow: visible;
}

.highlight-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-linear-gradient(327deg, #11334d, #15202c);
  background-image: linear-gradient(123deg, #11334d, #15202c);
}

.highlight-title {
  margin-bottom: 20px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 32px;
}

.highlight-subtitle {
  margin-bottom: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.highlight-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  margin-left: 15%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.highlight-text-column {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 62px;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.icon-div.b {
  margin-top: 70px;
  margin-right: 25px;
  margin-left: 25px;
}

.highlight-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav-2 {
  font-size: 10px;
  text-shadow: 4px 0 6px #000;
}

.arrow {
  font-size: 28px;
  text-shadow: 1px 0 5px rgba(17, 51, 77, .3);
}

.features-div {
  display: block;
  overflow: visible;
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.mydash-price-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 284px;
  height: 460px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mydash-description {
  width: 284px;
  margin-bottom: 0px;
  color: #11334d;
  font-size: 16px;
  font-weight: 400;
}

.mydash-section {
  height: 1750px;
  background-color: #ecf0f1;
}

.price-point-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.price-point-div.b {
  margin-bottom: 12px;
}

.price-point-div.c {
  margin-bottom: 17px;
}

.price-point-div.a {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 16px;
}

.mydash {
  margin-top: 20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.mobile-app-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-app-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.vertical-divider {
  height: 150px;
  border-right: 1px solid #cfd8dc;
  border-left: 1px solid #cfd8dc;
}

.social-section {
  display: none;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #289ad4;
}

.column-16 {
  height: 100%;
  padding-left: 0px;
  background-image: url('../images/WomanonPhone-Adobe_88128673.jpg');
  background-position: 50% -65px;
  background-size: cover;
  background-repeat: no-repeat;
}

.pricing-checks-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 190px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pricing-optional-text {
  color: #112a4d;
  font-size: 13px;
  text-align: center;
}

.pricing-optional-text.b {
  font-size: 12px;
  line-height: 15px;
}

.support-icon-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  background-color: rgba(21, 32, 44, .5);
}

.login-popup {
  position: fixed;
  left: 0px;
  top: 150px;
  right: 0px;
  display: block;
  width: 450px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
}

.heading-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #112a4d;
  font-size: 32px;
  text-align: center;
}

.text-block-4 {
  color: #112a4d;
  font-size: 14px;
  text-align: center;
}

.field-label {
  color: #112a4d;
}

.text-field {
  color: #112a4d;
}

.text-field:focus {
  border: 1px solid #289ad4;
}

.link {
  color: #289ad4;
  text-decoration: none;
}

.close-link {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 54px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #cfd8dc;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
}

.close-link:hover {
  display: block;
  color: #f8971e;
  font-size: 14px;
}

.nav-link-login {
  margin: 5px;
  padding: 17px;
  border: 2px solid #f8971e;
  border-radius: 3px;
  background-color: #f8971e;
  color: #fff;
  font-size: 14px;
  line-height: 6px;
  font-weight: 500;
  cursor: pointer;
}

.success-message-3 {
  background-color: transparent;
  color: #112a4d;
}

.radio-button-field {
  margin-top: 0px;
  margin-bottom: 5px;
}

.success-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: 70px;
  margin-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cfd8dc;
}

.select-field {
  border: 2px solid #1b5780;
  color: #112a4d;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0.3;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="scroll-fix"] {
  display: block;
}

html.w-mod-js *[data-ix="scroll-fix-2"] {
  display: block;
}

html.w-mod-js *[data-ix="collapse-comparison"] {
  display: none;
}

@media (max-width: 991px) {
  .button.signup.pricing {
    margin-top: 50px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .button.signup.pricing.b {
    margin-top: 50px;
  }
  .button.signup.pricing.c {
    margin-top: 50px;
  }
  .button.signup.quote {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 14px;
  }
  .button.signup.quote.mobile {
    width: 60%;
  }
  .button.learn {
    margin-top: 0px;
  }
  .nav-link {
    padding: 8px 0px;
    color: #112a4d;
  }
  .nav-link:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }
  .nav-link.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }
  .nav-link.menu {
    padding: 22px 17px;
    color: #000;
    font-size: 30px;
  }
  .nav-link.menu.w--open {
    background-color: #000;
    color: #fff;
  }
  .nav-link.signup {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-link.signup.collapse {
    display: block;
    width: 98%;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    padding-right: 17px;
    padding-left: 17px;
    text-align: left;
  }
  .section.testimony-section {
    height: 430px;
  }
  .section.users {
    height: 780px;
  }
  .main-subtitle {
    font-size: 16px;
    font-style: normal;
  }
  .nav-menu {
    padding: 13px 12px;
    border-top: 1px solid #cfd8dc;
    background-color: #fff;
  }
  .social-icon {
    opacity: 1;
  }
  .h1-main-heading {
    margin-top: 0px;
    font-size: 26px;
    line-height: 34px;
    font-style: normal;
  }
  .section-subtitle {
    margin-bottom: 55px;
  }
  .plan-wrapper {
    width: 100%;
  }
  .plan-wrapper.side {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .plan-wrapper.description {
    width: 100%;
  }
  .plan-wrapper.pricing {
    width: 100%;
  }
  .price-point.users {
    font-size: 10px;
  }
  .price-point.price {
    font-size: 25px;
  }
  .price-point.price.multilocation {
    font-size: 18px;
  }
  .divider.mydash {
    width: 215px;
  }
  .icon-block {
    text-align: center;
  }
  .icon-block.support-icon {
    height: 250px;
  }
  .feature-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature-row.contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .feature-row.unreverse {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-row.marketplace.unreverse {
    width: auto;
  }
  .content-block {
    margin-top: 0px;
  }
  .content-block.contact-us-group {
    width: 340px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-block.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }
  .content-block.left.mobile {
    margin-top: 0px;
  }
  .content-block.left.b {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .content-block.right {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .icon-section {
    height: 500px;
    padding-top: 50px;
    padding-bottom: 32px;
  }
  .icon-section.support-icon-section {
    height: 445px;
  }
  .icon-subtitle {
    font-size: 17px;
  }
  .h3-heading.h3-heading-grey {
    color: #78909c;
  }
  .section-text {
    color: #78909c;
  }
  .section-text.section-text-white {
    box-shadow: none;
    color: #ecf0f1;
  }
  .h2-heading {
    padding-top: 25px;
  }
  .image-div {
    width: 500px;
    margin-bottom: 0px;
  }
  .image-div.bottom {
    width: 600px;
  }
  .image-div.bottom.b {
    margin-top: 0px;
    padding-top: 0px;
  }
  .image-div.bottom.c {
    margin-top: 50px;
  }
  .image-div.overlay {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 70px;
    padding-left: 0px;
  }
  .break-section {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/doctors-computer.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/doctors-computer.jpg');
    background-size: auto, 155%;
  }
  .secondary-header.online-services-header {
    background-image: -webkit-linear-gradient(270deg, rgba(21, 32, 44, .5), rgba(21, 32, 44, .5)), url('../images/WomansHandsOnLaptop_1.jpg');
    background-image: linear-gradient(180deg, rgba(21, 32, 44, .5), rgba(21, 32, 44, .5)), url('../images/WomansHandsOnLaptop_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .secondary-header.mobileapps-header {
    background-color: #fff;
    background-image: -webkit-linear-gradient(270deg, rgba(21, 32, 44, .5), rgba(21, 32, 44, .5)), url('../images/GirlLookingAtPhone-Features7.jpg');
    background-image: linear-gradient(180deg, rgba(21, 32, 44, .5), rgba(21, 32, 44, .5)), url('../images/GirlLookingAtPhone-Features7.jpg');
    background-position: 0px 0px, -201px 50%;
    background-size: auto, cover;
  }
  .secondary-header.support-header {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/AdobeStock_112286653_WM-2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/AdobeStock_112286653_WM-2.jpg');
    background-size: auto, 180%;
  }
  .secondary-header.pricing-header {
    background-image: -webkit-linear-gradient(270deg, rgba(21, 32, 44, .5), rgba(21, 32, 44, .5)), url('../images/PeopleCalculate-compressor.jpg');
    background-image: linear-gradient(180deg, rgba(21, 32, 44, .5), rgba(21, 32, 44, .5)), url('../images/PeopleCalculate-compressor.jpg');
    background-position: 0px 0px, 50% -61%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .secondary-header.desktop-header {
    background-image: -webkit-linear-gradient(270deg, rgba(21, 32, 44, .55), rgba(21, 32, 44, .55)), url('../images/Envision-Cloud-Devices-Header.jpg');
    background-image: linear-gradient(180deg, rgba(21, 32, 44, .55), rgba(21, 32, 44, .55)), url('../images/Envision-Cloud-Devices-Header.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .product-feature-section-2 {
    height: 800px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .product-feature-section-2.b {
    height: 500px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/WomanSellingProduct-compressor.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/WomanSellingProduct-compressor.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .product-feature-section-2.c {
    height: 500px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/BlondewLaptop-compressor.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/BlondewLaptop-compressor.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .product-feature-section-2.d {
    height: 500px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/CustatRegister3-compressor.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/CustatRegister3-compressor.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .product-feature-section-2.e {
    height: 800px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .product-feature-section-2.a {
    height: 890px;
    padding-top: 70px;
    padding-bottom: 0px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75));
  }
  .product-feature-section-2.f {
    height: 540px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/WomanSellingRetail-compressor.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/WomanSellingRetail-compressor.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .product-feature-section-1 {
    height: 860px;
    background-image: -webkit-linear-gradient(270deg, #ecf0f1, #ecf0f1);
    background-image: linear-gradient(180deg, #ecf0f1, #ecf0f1);
  }
  .product-feature-section-1.b {
    height: 750px;
  }
  .product-feature-section-1.c {
    height: 500px;
    background-image: -webkit-linear-gradient(270deg, rgba(236, 240, 241, .8), rgba(236, 240, 241, .8)), url('../images/MydashGirl2.jpg');
    background-image: linear-gradient(180deg, rgba(236, 240, 241, .8), rgba(236, 240, 241, .8)), url('../images/MydashGirl2.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .secondary-header-container {
    padding-top: 275px;
  }
  .hero-section {
    height: 600px;
    padding-top: 0px;
    background-position: 50% 0px;
    background-size: 130%;
    font-style: italic;
  }
  .icon-description {
    font-size: 15px;
  }
  .left-section {
    padding-right: 50px;
    padding-left: 30px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Training-GirlWatchVideo-compressor.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Training-GirlWatchVideo-compressor.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, 200%;
  }
  .center-div {
    width: 320px;
  }
  .right-section {
    padding-right: 50px;
    padding-left: 30px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/ManTyping-compressor.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/ManTyping-compressor.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 200%;
  }
  .vertical-icon-title.vertical-icon-title3.vertical-icon-title-4 {
    text-align: center;
  }
  .horizontal-icon-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .contact-column-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .desktop-icon-section {
    display: block;
    height: 1750px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .paragraph-block {
    width: 100%;
  }
  .heading {
    font-size: 18px;
  }
  .heading.mobile {
    margin-top: 12px;
  }
  .heading.mobile.a {
    display: block;
    margin-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #289ad4;
    font-size: 18px;
    text-align: center;
  }
  .heading.mobile.b {
    display: block;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7e57c2;
    text-align: center;
  }
  .heading.mobile.c {
    display: block;
    margin-top: 0px;
    color: #1abc9c;
    font-size: 18px;
    text-align: center;
  }
  .heading.mobile.d {
    margin-top: 0px;
    color: #f8971e;
  }
  .row.comparison {
    margin-right: 8px;
    margin-left: 8px;
  }
  .row.comparison.mobile {
    margin-right: 0px;
    margin-left: 0px;
  }
  .row.comparison-description {
    margin-right: 8px;
    margin-left: 8px;
  }
  .row.pricing-main {
    margin-right: 8px;
    margin-left: 8px;
  }
  .subheading.mydash.b {
    width: 215px;
  }
  .subheading.mydash.c {
    width: 215px;
  }
  .pricing-div.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 65%;
    height: 400px;
    margin: 30px auto 40px;
    padding-bottom: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
  }
  .partners-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .partners-column {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .partners-column.b {
    padding-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .partners-column.c {
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .partners-row {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .anchor-divider {
    height: 100px;
  }
  .pricing-text {
    padding-bottom: 0px;
    font-size: 13px;
    text-align: center;
  }
  .pricing-text.note {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 11px;
  }
  .price-comparison.side {
    font-size: 11px;
    line-height: 18px;
  }
  .price-comparison.description {
    font-size: 13px;
  }
  .comparison-div {
    width: 100%;
  }
  .comparison-div.side {
    display: block;
    width: 100%;
    height: 43px;
    padding-right: 25px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom-style: solid;
    background-color: #fff;
    line-height: 18px;
  }
  .comparison-div.a {
    width: 100%;
  }
  .comparison-div.description.mobile {
    width: 100%;
    border-bottom-style: none;
  }
  .comparison-heading {
    margin-bottom: 0px;
  }
  .comparison-accordian {
    margin-bottom: 50px;
  }
  .tabs {
    display: block;
    margin-right: 50px;
    margin-left: 50px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 170px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .tab-link.w--current {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #cfd8dc;
  }
  .comparison-description-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #cfd8dc;
  }
  .white-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-feature-section-3 {
    height: 800px;
  }
  .product-feature-section-3.b {
    height: 800px;
  }
  .additional-feature-section.cloud {
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .72), hsla(0, 0%, 100%, .72)), url('../images/Tattoo-Stylist-holding-Tablet2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .72), hsla(0, 0%, 100%, .72)), url('../images/Tattoo-Stylist-holding-Tablet2.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .main-subtitle-2 {
    font-size: 14px;
    font-style: normal;
  }
  .hero-row {
    margin-top: 200px;
    margin-left: 10%;
  }
  .marketplace-image {
    margin-bottom: 30px;
  }
  .pricing-text-div-mobile {
    margin: 20px 5% 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .pricing-text-div-mobile.multi {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .highlight-title {
    font-size: 22px;
  }
  .highlight-subtitle {
    font-size: 16px;
  }
  .highlight-row {
    margin-right: 10%;
    margin-left: 10%;
  }
  .icon-div {
    margin-top: 30px;
    margin-right: 90px;
    margin-left: 90px;
  }
  .features-div {
    width: auto;
  }
  .feature-icons-responsive {
    height: 250px;
  }
  .mydash-price-div {
    width: 215px;
  }
  .mydash-description {
    width: 215px;
  }
  .column-16 {
    background-position: -127px 50%;
  }
  .pricing-optional-text {
    font-weight: 400;
  }
  .support-icon-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-10 {
    width: 15%;
    height: 15%;
  }
  .image-11 {
    width: 20%;
    height: 20%;
  }
  .image-12 {
    width: 15%;
    height: 15%;
  }
  .image-13 {
    width: 20%;
    height: 20%;
  }
  .modal-wrapper {
    display: none;
  }
  .nav-link-login {
    position: relative;
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }
  .button.learn {
    margin-top: 0px;
  }
  .navigation {
    height: 55px;
  }
  .nav-link.menu {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .nav-link.signup.collapse {
    width: 100%;
    margin-right: 0px;
  }
  .section {
    height: 780px;
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section.footer {
    height: 740px;
  }
  .section.purple.pricing-section {
    height: 770px;
  }
  .section.testimony-section {
    height: 415px;
  }
  .section.users {
    height: 1770px;
  }
  .nav-menu {
    padding-right: 12px;
    padding-left: 12px;
  }
  .footer-title {
    margin-top: 35px;
  }
  .h1-main-heading {
    font-style: normal;
  }
  .section-subtitle {
    margin-right: 5px;
    margin-bottom: 44px;
    margin-left: 5px;
    font-size: 16px;
  }
  .plan-wrapper {
    margin-right: 5%;
    margin-bottom: 34px;
    margin-left: 5%;
  }
  .plan-wrapper.mydash {
    margin-top: 15px;
    margin-bottom: 35px;
    padding-top: 15px;
    padding-bottom: 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-width: 1px;
    border-color: #829aa7;
    border-bottom-style: none;
  }
  .plan-wrapper.two-column {
    margin-left: 0%;
  }
  .divider {
    width: 100%;
  }
  .divider.mydash {
    width: 300px;
  }
  .icon-block {
    margin-bottom: 0px;
    text-align: center;
  }
  .icon-block.a {
    margin-top: -45px;
    margin-bottom: 60px;
  }
  .icon-block.support-icon {
    height: 170px;
    margin-bottom: 0px;
  }
  .feature-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .feature-row.contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-row.unreverse {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .feature-row.unreverse.color {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .testimony-text {
    font-size: 20px;
  }
  .icon {
    margin-bottom: 4px;
  }
  .content-block {
    margin-top: 0px;
    margin-bottom: 34px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-block.contact-us-group {
    width: 350px;
    margin-bottom: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .content-block.left {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 10px;
  }
  .content-block.left.mobile {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-block.right {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .logo {
    margin-top: 2px;
  }
  .icon-section {
    height: 1020px;
  }
  .icon-section.support-icon-section {
    height: auto;
    padding-bottom: 50px;
  }
  .line.blue {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .h3-heading {
    width: auto;
    text-align: center;
  }
  .h3-heading.h3-heading-dark {
    width: auto;
    text-align: center;
  }
  .h3-heading.b {
    text-align: left;
  }
  .section-text.section-text-dark {
    box-shadow: none;
    text-align: center;
  }
  .section-text.section-text-white {
    width: 230px;
    box-shadow: none;
  }
  .section-text.light-grey {
    box-shadow: none;
  }
  .h2-heading.h2-heading-dark {
    margin-bottom: 20px;
  }
  .h2-heading.h2-heading-dark.b {
    font-size: 34px;
  }
  .image-div {
    margin-bottom: 0px;
  }
  .image-div.bottom {
    width: 500px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .image-div.bottom.d {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-div.overlay {
    padding-top: 50px;
  }
  .break-section {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/doctors-computer.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/doctors-computer.jpg');
    background-size: auto, 175%;
  }
  .secondary-header.online-services-header {
    height: 450px;
    margin-bottom: auto;
    padding-top: auto;
    padding-right: 0px;
    padding-bottom: auto;
    background-image: -webkit-linear-gradient(135deg, rgba(21, 32, 44, .7), hsla(0, 0%, 100%, 0)), url('../images/WomansHandsOnLaptop.jpg');
    background-image: linear-gradient(315deg, rgba(21, 32, 44, .7), hsla(0, 0%, 100%, 0)), url('../images/WomansHandsOnLaptop.jpg');
    background-position: 0px 0px, 77% -6px;
    background-size: auto, 135%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .secondary-header.mobileapps-header {
    background-color: #fff;
    background-image: -webkit-linear-gradient(270deg, rgba(21, 32, 44, .5), rgba(21, 32, 44, .5)), url('../images/GirlLookingAtPhone-Features7.jpg');
    background-image: linear-gradient(180deg, rgba(21, 32, 44, .5), rgba(21, 32, 44, .5)), url('../images/GirlLookingAtPhone-Features7.jpg');
    background-position: 0px 0px, -250px 50%;
    background-size: auto, cover;
  }
  .secondary-header.support-header {
    height: 400px;
    background-image: -webkit-linear-gradient(270deg, rgba(21, 32, 44, .5), rgba(21, 32, 44, .5)), url('../images/Support-GirlwHeadsetAdobe-compressor.jpg');
    background-image: linear-gradient(180deg, rgba(21, 32, 44, .5), rgba(21, 32, 44, .5)), url('../images/Support-GirlwHeadsetAdobe-compressor.jpg');
    background-position: 0px 0px, 50% 19px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .secondary-header.pricing-header {
    height: 450px;
    background-image: -webkit-linear-gradient(270deg, rgba(21, 32, 44, .5), rgba(21, 32, 44, .5)), url('../images/PeopleCalculate-compressor.jpg');
    background-image: linear-gradient(180deg, rgba(21, 32, 44, .5), rgba(21, 32, 44, .5)), url('../images/PeopleCalculate-compressor.jpg');
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .secondary-header.desktop-header {
    height: 400px;
    background-image: -webkit-linear-gradient(270deg, rgba(21, 32, 44, .55), rgba(21, 32, 44, .55)), url('../images/Envision-Cloud-Devices-Header.jpg');
    background-image: linear-gradient(180deg, rgba(21, 32, 44, .55), rgba(21, 32, 44, .55)), url('../images/Envision-Cloud-Devices-Header.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .product-feature-section-2 {
    height: 900px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .product-feature-section-2.b {
    height: 420px;
    padding-bottom: 70px;
  }
  .product-feature-section-2.e {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .product-feature-section-2.a {
    height: 900px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .product-feature-section-2.f {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/WomanSellingRetail-compressor.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/WomanSellingRetail-compressor.jpg');
  }
  .product-feature-section-1 {
    height: 750px;
  }
  .product-feature-section-1.b {
    height: 750px;
  }
  .secondary-header-container {
    padding-top: 180px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-section {
    height: 730px;
    background-image: -webkit-linear-gradient(270deg, rgba(236, 240, 241, .6), rgba(236, 240, 241, .6));
    background-image: linear-gradient(180deg, rgba(236, 240, 241, .6), rgba(236, 240, 241, .6));
  }
  .contact-section {
    height: 405px;
    padding-top: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .left-section {
    padding-top: 100px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Training-GirlWatchVideo-compressor.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Training-GirlWatchVideo-compressor.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, 240%;
  }
  .center-div {
    width: 230px;
  }
  .right-section {
    padding-top: 100px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/ManTyping-compressor.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/ManTyping-compressor.jpg');
    background-size: auto, 260%;
  }
  .vertical-icon-div {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .vertical-icon-title.vertical-icon-title-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .vertical-icon-title.vertical-icon-title3.vertical-icon-title-4 {
    text-align: left;
  }
  .horizontal-icon-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-column-1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .h1-secondary-heading {
    font-size: 28px;
  }
  .desktop-icon-section {
    height: 1630px;
  }
  .pricing-column {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading.mobile.a {
    color: #289ad4;
    font-size: 14px;
  }
  .heading.mobile.b {
    color: #7e57c2;
    font-size: 14px;
  }
  .heading.mobile.c {
    color: #1abc9c;
    font-size: 14px;
  }
  .heading.mobile.d {
    width: 100%;
    color: #f8971e;
    font-size: 14px;
  }
  .row.comparison {
    margin-right: 0px;
    margin-left: 0px;
  }
  .row.comparison.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row.pricing-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .subheader-text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 22px;
  }
  .subheading.mydash.c {
    width: 270px;
  }
  .pricing-div.mydash {
    display: block;
    height: 320px;
    margin-top: 20px;
    margin-bottom: 100px;
  }
  .pricing-div.side {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .pricing-div.mobile {
    margin-top: 25px;
    padding-bottom: 10px;
    border-right-style: none;
    background-color: #fff;
  }
  .social-icon-group-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .partners-column {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .partners-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-text-column {
    padding-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .price-comparison.side {
    padding-right: 15px;
  }
  .comparison-div {
    height: 43px;
  }
  .comparison-div.side {
    display: block;
    width: 100%;
    margin-right: -4px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .comparison-div.a {
    width: 100%;
  }
  .comparison-div.description.mobile {
    border-bottom-style: none;
  }
  .comparison-column {
    position: relative;
    display: block;
    overflow: visible;
    height: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-left: 0px;
  }
  .price-dropdown {
    max-width: auto;
  }
  .tabs {
    margin-right: 0px;
    margin-left: 0px;
  }
  .tabs-menu {
    width: 100%;
  }
  .tab-link {
    width: 25%;
    padding-right: 5px;
    padding-left: 5px;
    border-left: 1px none #cfd8dc;
    background-color: #fff;
  }
  .tab-link.w--current {
    width: 25%;
    background-color: #cfd8dc;
  }
  .comparison-description-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0%;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #cfd8dc;
  }
  .color-column {
    height: auto;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .white-column {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .content-column {
    height: auto;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-column.b {
    padding-top: 30px;
  }
  .product-feature-section-3 {
    height: 800px;
  }
  .product-feature-section-3.b {
    height: 700px;
  }
  .product-feature-section-3.e {
    height: 800px;
  }
  .product-feature-section-3.c {
    height: 780px;
  }
  .additional-feature-section {
    padding-bottom: 58px;
  }
  .additional-feature-section.cloud {
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .72), hsla(0, 0%, 100%, .72)), url('../images/Tattoo-Stylist-holding-Tablet2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .72), hsla(0, 0%, 100%, .72)), url('../images/Tattoo-Stylist-holding-Tablet2.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .slide-a {
    background-image: url('../images/Headers3_Slider1-Phone-compressor.jpg');
    background-position: 20% 0%;
  }
  .main-subtitle-2 {
    font-size: 14px;
  }
  .hero-row {
    margin-top: 100px;
    margin-left: 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .slide-b {
    background-image: url('../images/Headers3_Slider2-Phone-compressor.jpg');
    background-position: 54% 50%;
  }
  .slide-c {
    background-image: url('../images/Headers_Slider2-compressor.jpg');
    background-position: 63% 50%;
    background-repeat: no-repeat;
  }
  .button-div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .highlight-section {
    height: 700px;
  }
  .highlight-row {
    height: 550px;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .highlight-text-column {
    margin-top: 80px;
    margin-bottom: 20px;
    text-align: center;
  }
  .icon-div {
    margin-top: 20px;
    margin-right: 50px;
    margin-left: 50px;
  }
  .highlight-image {
    margin-top: 0px;
    margin-bottom: 80px;
    padding-bottom: 0px;
  }
  .hero-image-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature-icons-responsive {
    height: 232px;
  }
  .mydash-price-div {
    width: 350px;
    height: auto;
  }
  .mydash-description {
    width: 300px;
  }
  .mydash-section {
    height: 3790px;
  }
  .mydash {
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .support-icon-column {
    margin-bottom: 40px;
  }
  .image-8 {
    position: static;
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
    text-align: center;
  }
  .image-9 {
    text-align: center;
  }
  .bold-text-2 {
    margin-top: 0px;
    padding-top: 35px;
  }
  .image-11 {
    width: 25%;
    height: 25%;
  }
  .image-12 {
    width: 17%;
    height: 17%;
  }
  .image-13 {
    width: 30%;
    height: 30%;
  }
  .login-popup {
    top: 0px;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .heading-3 {
    margin-bottom: 10px;
  }
  .nav-link-login {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 479px) {
  .button {
    margin-bottom: 15px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .button.hollow {
    margin-right: 0px;
    margin-bottom: 20px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
  }
  .button.hollow.b {
    margin-bottom: 15px;
  }
  .button.signup.a {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .button.learn {
    display: block;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 14px;
  }
  .navigation {
    height: 85px;
  }
  .section {
    height: 860px;
  }
  .section.testimony-section {
    height: 515px;
  }
  .section.users {
    height: 1820px;
  }
  .main-subtitle {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .nav-menu {
    background-color: #fff;
  }
  .h1-main-heading {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 28px;
  }
  .plan-wrapper.mydash {
    position: relative;
    bottom: 25px;
    display: block;
    width: 100%;
    margin: 15px auto 25px;
    padding-top: 15px;
    padding-bottom: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .price-point {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .price-point.users {
    line-height: 40px;
  }
  .price-point.white.mydash {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .divider.mydash {
    display: inline-block;
  }
  .icon-block.support-icon {
    height: 190px;
  }
  .feature-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .feature-row.marketplace {
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .feature-row.marketplace.unreverse {
    width: auto;
  }
  .content-block.contact-us-group {
    padding-left: 15px;
  }
  .content-block.left {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .content-block.left.mobile {
    margin-top: 0px;
  }
  .content-block.left.b {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .content-block.right {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .logo {
    margin-top: 15px;
  }
  .icon-section {
    height: 1000px;
  }
  .icon-section.support-icon-section {
    height: auto;
    padding-bottom: 50px;
  }
  .icon-title.mobile-apps {
    width: 140px;
    font-size: 19px;
    text-align: center;
  }
  .line.line2 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
  .line.blue {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .h3-heading {
    text-align: center;
  }
  .h3-heading.h3-heading-dark {
    text-align: center;
  }
  .h3-heading.b {
    text-align: center;
  }
  .section-text.section-text-dark {
    box-shadow: none;
  }
  .section-text.section-text-white {
    width: 250px;
    box-shadow: none;
    text-align: center;
  }
  .section-text.light-grey {
    text-align: center;
  }
  .h2-heading {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
  }
  .h2-heading.h2-heading-dark {
    display: block;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
  }
  .h2-heading.h2-heading-dark.b {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 30px;
  }
  .image-div {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-div.bottom {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-div.bottom.c {
    margin-top: 20px;
    padding-right: 0px;
  }
  .image-div.overlay {
    padding-top: 20px;
    padding-right: 0px;
  }
  .entry-form {
    padding-right: 30px;
    padding-left: 30px;
  }
  .h5-heading.h5-heading-light {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .break-section {
    background-image: -webkit-linear-gradient(270deg, rgba(40, 154, 212, .65), rgba(40, 154, 212, .65)), url('../images/CloudBg2-compressor2.jpg');
    background-image: linear-gradient(180deg, rgba(40, 154, 212, .65), rgba(40, 154, 212, .65)), url('../images/CloudBg2-compressor2.jpg');
    background-position: 0px 0px, 5% 50%;
    background-size: auto, 960px;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .secondary-header.online-services-header {
    background-image: -webkit-linear-gradient(270deg, rgba(21, 32, 44, .5), rgba(21, 32, 44, .5)), url('../images/WomansHandsOnLaptop.jpg');
    background-image: linear-gradient(180deg, rgba(21, 32, 44, .5), rgba(21, 32, 44, .5)), url('../images/WomansHandsOnLaptop.jpg');
    background-position: 0px 0px, 54% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .secondary-header.mobileapps-header {
    background-image: -webkit-linear-gradient(270deg, rgba(21, 32, 44, .5), rgba(21, 32, 44, .5)), url('../images/GirlLookingAtPhone-Features7.jpg');
    background-image: linear-gradient(180deg, rgba(21, 32, 44, .5), rgba(21, 32, 44, .5)), url('../images/GirlLookingAtPhone-Features7.jpg');
    background-position: 0px 0px, -313px 50%;
    background-size: auto, cover;
  }
  .secondary-header.support-header {
    background-image: -webkit-linear-gradient(270deg, rgba(21, 32, 44, .6), rgba(21, 32, 44, .6)), url('../images/Support-GirlwHeadset-compressor.jpg');
    background-image: linear-gradient(180deg, rgba(21, 32, 44, .6), rgba(21, 32, 44, .6)), url('../images/Support-GirlwHeadset-compressor.jpg');
    background-position: 0px 0px, 70% 128%;
    background-size: auto, 340%;
  }
  .secondary-header.pricing-header {
    background-image: -webkit-linear-gradient(270deg, rgba(21, 32, 44, .5), rgba(21, 32, 44, .5)), url('../images/PeopleCalculate-compressor.jpg');
    background-image: linear-gradient(180deg, rgba(21, 32, 44, .5), rgba(21, 32, 44, .5)), url('../images/PeopleCalculate-compressor.jpg');
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .secondary-header.desktop-header {
    height: 400px;
    background-image: -webkit-linear-gradient(270deg, rgba(21, 32, 44, .55), rgba(21, 32, 44, .55)), url('../images/Envision-Cloud-Devices-Header.jpg');
    background-image: linear-gradient(180deg, rgba(21, 32, 44, .55), rgba(21, 32, 44, .55)), url('../images/Envision-Cloud-Devices-Header.jpg');
    background-position: 0px 0px, 55% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .product-feature-section-2 {
    height: auto;
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .product-feature-section-2.b {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/WomanSellingProduct-compressor.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/WomanSellingProduct-compressor.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .product-feature-section-2.c {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/BlondewLaptop-compressor.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/BlondewLaptop-compressor.jpg');
    background-position: 0px 0px, 52% 50%;
  }
  .product-feature-section-2.d {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url('../images/CustatRegister3-compressor.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url('../images/CustatRegister3-compressor.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .product-feature-section-2.e {
    height: auto;
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .product-feature-section-2.a {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75));
  }
  .product-feature-section-2.f {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/WomanSellingRetail-compressor.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/WomanSellingRetail-compressor.jpg');
    background-position: 0px 0px, -172px 0px;
  }
  .product-feature-section-2.g {
    height: auto;
    padding-bottom: 25px;
  }
  .product-feature-section-2.h {
    height: auto;
    padding-bottom: 25px;
  }
  .product-feature-section-1 {
    height: 850px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .product-feature-section-1.b {
    height: auto;
    padding-bottom: 25px;
  }
  .product-feature-section-1.c {
    height: auto;
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .product-feature-section-1.d {
    height: auto;
    padding-bottom: 25px;
  }
  .product-feature-section-1.e {
    height: auto;
    padding-bottom: 25px;
  }
  .product-feature-section-1.f {
    height: auto;
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .product-feature-section-1.a {
    height: auto;
    padding-bottom: 25px;
  }
  .secondary-header-container {
    padding-top: 160px;
  }
  .secondary-header-text {
    font-size: 20px;
  }
  .hero-section {
    height: 600px;
    background-image: -webkit-linear-gradient(270deg, rgba(236, 240, 241, .6), rgba(236, 240, 241, .6)), url('../images/Med-DocPatient-compressor.jpg');
    background-image: linear-gradient(180deg, rgba(236, 240, 241, .6), rgba(236, 240, 241, .6)), url('../images/Med-DocPatient-compressor.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, 260%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .contact-section {
    height: 460px;
    padding-top: 0px;
  }
  .left-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(270deg, rgba(40, 154, 212, .75), rgba(40, 154, 212, .75)), url('../images/Training-GirlWatchVideo-compressor.jpg');
    background-image: linear-gradient(180deg, rgba(40, 154, 212, .75), rgba(40, 154, 212, .75)), url('../images/Training-GirlWatchVideo-compressor.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .center-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .right-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-right: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(270deg, rgba(248, 151, 30, .75), rgba(248, 151, 30, .75)), url('../images/ManTyping-compressor.jpg');
    background-image: linear-gradient(180deg, rgba(248, 151, 30, .75), rgba(248, 151, 30, .75)), url('../images/ManTyping-compressor.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }
  .vertical-icon-div {
    text-align: left;
  }
  .vertical-icon-title.vertical-icon-title3.vertical-icon-title-4 {
    text-align: left;
  }
  .horizontal-icon-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
  .h1-secondary-heading {
    font-size: 26px;
    line-height: 34px;
  }
  .desktop-icon-section {
    height: 1930px;
  }
  .section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pricing-column.b {
    position: static;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading.mobile.a {
    font-size: 14px;
  }
  .heading.mobile.b {
    font-size: 14px;
  }
  .heading.mobile.c {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .heading.mobile.d {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .subheader-text {
    font-size: 19px;
  }
  .pricing-div.mydash {
    position: static;
    padding-top: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .pricing-div.mydash.c {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .pricing-div.mobile {
    width: 100%;
  }
  .header-text-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .pricing-text {
    font-size: 14px;
    text-align: center;
  }
  .price-comparison.side {
    line-height: 11px;
  }
  .price-comparison.description {
    width: 260px;
  }
  .comparison-div.side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .price-dropdown {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .color-column {
    height: auto;
  }
  .white-column {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .content-column {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-column.b {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
  }
  .product-feature-section-3 {
    height: auto;
    padding-bottom: 25px;
  }
  .product-feature-section-3.b {
    height: auto;
    padding-bottom: 25px;
  }
  .product-feature-section-3.e {
    height: auto;
    padding-bottom: 25px;
  }
  .product-feature-section-3.c {
    height: auto;
    padding-bottom: 25px;
  }
  .product-feature-section-3.d {
    height: auto;
    padding-bottom: 25px;
  }
  .additional-feature-section {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .additional-feature-section.grey {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .additional-feature-section.cloud {
    padding-top: 0px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), url('../images/Tattoo-Stylist-holding-Tablet2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), url('../images/Tattoo-Stylist-holding-Tablet2.jpg');
    background-position: 0px 0px, 56% 50%;
  }
  .hero-slider {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .slide-a {
    background-image: url('../images/Headers3_Slider1-Phone-compressor.jpg');
    background-position: -161px 50%;
  }
  .main-subtitle-2 {
    font-size: 14px;
    font-style: normal;
  }
  .hero-row {
    margin-top: 90px;
    margin-right: 0%;
    margin-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slide-b {
    background-image: url('../images/Headers3_Slider2-Phone-compressor.jpg');
    background-position: 50% 50%;
  }
  .mask {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .button-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .highlight-section {
    height: 560px;
  }
  .highlight-row {
    height: 430px;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .highlight-text-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .icon-div {
    width: 150px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slide-nav-2 {
    font-size: 10px;
  }
  .arrow {
    font-size: 28px;
  }
  .image-5 {
    margin-top: -50px;
  }
  .features-div {
    width: 100%;
  }
  .feature-icons-responsive.mobile {
    display: block;
    height: 700px;
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mydash-price-div {
    display: inline-block;
    width: 270px;
    height: auto;
    margin-left: 0px;
  }
  .mydash-description {
    display: inline-block;
  }
  .mydash-section {
    height: auto;
    padding-bottom: 0px;
  }
  .mobile-app-icon-block {
    width: 160px;
  }
  .vertical-divider {
    height: 180px;
  }
  .pricing-optional-text.b {
    font-size: 9px;
    line-height: 11px;
  }
  .image-8 {
    position: static;
    display: inline-block;
    margin-left: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
  }
  .image-10 {
    width: 30%;
    height: 30%;
  }
  .image-11 {
    width: 40%;
    height: 40%;
  }
  .image-12 {
    width: 30%;
  }
  .image-13 {
    width: 50%;
    height: 45%;
  }
  .login-popup {
    top: 110px;
    width: 300px;
    padding: 25px;
  }
  .heading-3 {
    font-size: 23px;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}