html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

.text-align-right {
  text-align: right;
}

.alert ol, .alert ul {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 20px;
}

.alert strong {
  font-weight: 900;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}


/* Signup page copy and accordion FAQ styles */

.signup-copy-container {
  margin-top: 10px;
  margin: 10px 0px;
  max-width: 64%;
  font-size: 20px;
  line-height: 1.5;
  color: black;
}

.signup-accordion {
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 175%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

.signup-faq-header {
  padding: 18px;
  font-size: 22px;
}

.active,
.signup-accordion:hover {
  background-color: white;
}

.faq-link {
  color: #3366CC
}

.signup-panel {
  padding: 10px 30px 0px 18px;
  background-color: white;
  display: none;
  overflow: hidden;
  width: 170%;
  margin-right: 20px;
}

.signup-section-divider {
  height: 1px;
  border-bottom: 1px solid #eee;
  width: 175%;
}

.signup-faq-copy {
  font-size: 18px;
}

.bold {
  font-weight: bold;
}

.additional-features_count-display {
  font-weight: 700;
}

.pricing-feature-list {
  list-style: circle;
  padding: 0px 0px 0px 30px;
  list-style-position: outside;
  /*font-weight: 500;*/

  li {
    padding-top: 4px;
  }
}

.feature-not-available {
  text-decoration: line-through;
  opacity: .6;
}

.plan_type_starter, .plan_type_launch  {
  border: 2px solid #E9D7FA !important;
  .btn-primary {
    /*background-color: #85c1e9; */
    background-color: #E9D7FA;
    color: #071a2b !important;
    font-weight: 700;
  }
  .btn-primary:hover {
    background-color: #dcb6fd;
  }
}

.plan_type_professional, .plan_type_growth {
  border: 2px solid #54DE62 !important;
  .btn-primary {
    /*background-color: #85c1e9; */
    background-color: #54DE62;
    color: #071a2b !important;
    font-weight: 700;
  }
  .btn-primary:hover {
    background-color: #29D63B;
  }
}


.plan_type_business, .plan_type_enterprise{
   border: 2px solid #1BB3F7 !important;
  .btn-primary {
    /*background-color: #85c1e9; */
    background-color: #1BB3F7;
    color: #071a2b !important;
    font-weight: 700;
  }
  .btn-primary:hover {
    background-color: #0084bd;
  }
}




/* BASIC STYLE START */
body {
  font-family: "Lato", sans-serif;
  background-color: #ffffff;
  color: #777;
}

menu {
  list-style: none;
}

a, button {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
a:hover, button:hover {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.container {
  width: 100%;
  max-width: 1170px;
}

.grey-color {
  color: #777;
}

.shadow {
  box-shadow: -8px -8px 15px 0 rgba(23, 22, 23, 0.1);
}

.padding-70 {
  padding-top: 70px;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

img {
  max-width: 100%;
}

/* BASIC STYLE END */
.text-center {
  text-align: center;
}

.btn-large {
  font-size: 17px;
  color: #112e45;
  background-color: #54de62;
  border: none;
  /*max-width: 245px;*/
  text-align: center;
  padding: 23px 30px;
}
.btn-large i {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.btn-large:hover {
  color: #112e45;
  background-color: #54de62;
}
.btn-large:hover i {
  color: #fff;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn-start i {
  margin-left: 10px;
}

input[type="password"], input[type="text"], textarea, .StripeElement {
  width: 100%;
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 20px 30px;
  font-size: 16px;
  color: #151624;
  box-shadow: inset 1px 1px 1px 0 rgba(23, 22, 22, 0.1);
  margin-bottom: 15px;
}

input[type="password"]:focus, input[type="text"]:focus, textarea:focus {
  border-color: #54de62;
  outline: none;
}

.StripeElement--invalid {
  border-color: #a62f49;
}

textarea {
  resize: none;
  max-height: 115px;
}

.select-wrap {
  margin-bottom: 15px;
}

.custom-input-file {
  margin-top: 15px;
  margin-bottom: 20px;
}
.custom-input-file input[type="file"] {
  display: none;
}

.step-calculating-checkbox {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.step-calculating-checkbox:last-child {
  margin-right: 0;
}
.step-calculating-checkbox input[type="checkbox"] {
  display: none;
}
.step-calculating-checkbox input[type="checkbox"] + label {
  position: relative;
  width: 100%;
  padding: 15px 20px 15px 55px;
  border: 1px solid #ededed;
  border-radius: 4px;
  color: #777;
  font-weight: bold;
}
.step-calculating-checkbox input[type="checkbox"] + label:before {
  position: absolute;
  display: block;
  top: 9px;
  left: 15px;
  content: '';
  width: 27px;
  height: 27px;
  background: url("../../../images/registration/checkbox.png") 0 0 no-repeat;
}
.step-calculating-checkbox input[type="checkbox"]:checked + label {
  border: 2px solid #54de62;
  color: #000;
  padding: 14px 19px 14px 54px;
}
.step-calculating-checkbox input[type="checkbox"]:checked + label:before {
  background-position: 0 100%;
}

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 80%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}

/* style 6 */
.inputfile-6 + label {
  color: #d3394c;
}

.inputfile-6 + label {
  width: 100%;
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 13px 20px;
  font-size: 16px;
  color: #777;
  max-width: none;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-color: #54de62;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.inputfile-6 + label span {
  width: 200px;
  min-height: 2em;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  font-weight: normal;
  float: left;
}

.inputfile-6 + label strong {
  height: 100%;
  color: #fff;
  background-color: #181818;
  display: block;
  border-radius: 4px;
  padding: 0.625rem 3.25rem;
  margin-left: auto;
  float: right;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: #54de62;
}

@media screen and (max-width: 50em) {
  .inputfile-6 + label strong {
    display: block;
  }
}
/* Default custom select styles */
div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #fff;
  z-index: 100;
  width: 100%;
  max-width: 500px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */
}

.cs-select select {
  display: none;
}

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Placeholder and selected option */
.cs-select > span {
  padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
  content: '\25BE';
  right: 1em;
}

.cs-select .cs-selected span::after {
  content: '\2713';
  margin-left: 1em;
}

.cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
  z-index: 200;
}

/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden;
}

.cs-select .cs-options ul {
  max-height: 300px;
  overflow-y: auto;
}

.cs-select.cs-active .cs-options {
  visibility: visible;
}

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.cs-select ul span {
  padding: 24px 35px;
}

.cs-select ul li.cs-focus span {
  background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
  padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
  cursor: default;
}

@font-face {
  font-family: 'icomoon';
  src: url("../SelectInspiration/fonts/icomoon/icomoon.eot?-rdnm34");
  src: url("../SelectInspiration/fonts/icomoon/icomoon.eot?#iefix-rdnm34") format("embedded-opentype"), url("../SelectInspiration/fonts/icomoon/icomoon.woff?-rdnm34") format("woff"), url("../SelectInspiration/fonts/icomoon/icomoon.ttf?-rdnm34") format("truetype"), url("../SelectInspiration/fonts/icomoon/icomoon.svg?-rdnm34#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
div.cs-skin-border {
  background: transparent;
  font-size: 2em;
  font-weight: 700;
  max-width: 600px;
}

@media screen and (max-width: 30em) {
  div.cs-skin-border {
    font-size: 1em;
  }
}
.cs-skin-border > span {
  border: 1px solid #ededed;
  border-radius: 4px;
  padding-left: 35px;
  padding-right: 20px;
  box-shadow: inset 1px 1px 1px 0 rgba(23, 22, 22, 0.1);
  font-size: 16px;
  color: #000;
  height: 64px;
  line-height: 32px;
}

.cs-skin-border > span::after,
.cs-skin-border .cs-selected span::after {
  top: 32px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e252';
}

.cs-skin-border ul span::after {
  content: '';
  opacity: 0;
}

.cs-skin-border.cs-active > span {
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}

.cs-skin-border .cs-options {
  color: #777;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
}

.cs-skin-border.cs-active .cs-options {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border: 1px solid #ededed;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: inset 1px 1px 1px 0 rgba(23, 22, 22, 0.1);
}

.cs-skin-border ul span {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cs-skin-border .cs-options li span:hover,
.cs-skin-border li.cs-focus span {
  background: #f5f3ec;
}

/* HEADER STYLE START */
header {
  padding: 10px 0 12px;
  background-color: #112e45;
}
header .navbar {
  padding: 10px 0;
  margin-bottom: 0!important;
}
header .navbar-brand {
  padding: 0!important;
}
header .navbar-default {
  background-color: inherit;
  border: none;
}
header .navbar-default .navbar-collapse {
  border: none;
  box-shadow: none;
}
header .navbar-default .navbar-toggle {
  border: none;
  margin-top: 25px;
}
header .navbar-default .navbar-toggle:hover, header .navbar-default .navbar-toggle:focus {
  background-color: #54de62;
}
header .navbar-default .navbar-toggle:hover .icon-bar, header .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #FFF;
}
header .navbar-default .navbar-nav > li > a {
  font-size: 15px;
  color: #fff;
}
header .navbar-default .navbar-nav > li > a i {
  color: #7e7e7e;
  font-size: 20px;
  margin-left: 10px;
}
header .navbar-default .navbar-nav > li > a:hover {
  text-decoration: underline;
  color: #fff;
}

#navbar-right {
  position: relative;
  top: 7px;
  right: 396px;
}

#navbar-right.registration-signin > ul > li > a:hover {
  text-decoration: none;
  background: transparent;
  color: #FFF;
}

#navbar-right.registration-signin > ul > li > a {
  text-decoration: none;
  background: transparent;
  color: #FFF;
  cursor: pointer;
}

#navbar-right ul li.cta:last-child {
  position: relative;
  height: 52px;
}

#navbar-right ul li.cta:last-child a:last-child {
  position: relative;
  top: 1px;
}

#navbar-right .navbar-nav>li>.dropdown-menu {
  top: 57px;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  margin-top: -10px;
  right: -64px;
  transform: translate(-35%, 0) !important;
  padding: 15px 26px;
  box-shadow: 0 6px 12px rgba(0,0,0,.095);
}

#navbar-right .navbar-nav .dropdown-menu>li {
  padding-top: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d8d8d8;
}

#navbar-right .navbar-nav .dropdown-menu>li:last-child {
  border-bottom: none;
}

#navbar-right .navbar-nav .dropdown-menu>li a {
  color: #909AA8;
  font-weight: 400;
  padding: 0px;
}

#navbar-right .navbar-nav .dropdown-menu>li.green>a {
  color: #5bc45e;
}

#close-menu-register {
  color: #000000;
  text-align: right;
  float: right;
}

.menu-sign-in {
  color: #ffffff;
  padding-right: 15px;
}

.register-mobile-nav {
  text-align: right;
}

/* HEADER STYLE END */
/* CONTENT STYLE START */
.content {
  padding: 50px 0;
}
.content h3 {
  font-size: 17px;
}

.content-title {
  align-items: center;
  margin-bottom: 30px;
}
.content-title h2 {
  font-size: 45px;
  font-weight: 300;
  color: #151624;
  display: inline-block;
  margin-right: auto;
  margin-bottom: 15px;
}
.content-title nav {
  display: inline-block;
  margin-left: auto;
}
.content-title nav li a {
  font-size: 20px;
  font-weight: bold;
  color: #777777;
  background: transparent;
  padding: 10px 18px;
}
.content-title .pagination {
  margin: 5px 0;
}
.content-title .pagination .active a {
  background-color: #fff;
  color: #54de62;
  border-color: #ededed;
}
.content-title .pagination .checked a {
  background-color: #54de62;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

/* Side Column */
.side {
  padding-top: 10px;
}

.side h3 {
  font-weight: bold;
  font-size: 18px;
}

.side h4 {
  font-size: 16px;
  font-weight: 600;
}

.side p {
  margin: 15px 0 20px;
}

.side .faq {
  line-height: 23px;
}

.step {
  background-color: #fff;
  border: 1px solid #ededed;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 0 2px 0 rgba(23, 22, 23, 0.2);
}

.step h3 {
  font-size: 16px;
  font-weight: bold;
  color: #151624;
  margin-bottom: 15px;
}

.step p {
  font-size: 16px;
  line-height: 28px;
}

.step-header {
  padding: 20px;
  border-bottom: 1px solid #ededed;
}

.index {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin: -1px 0 0 -1px;
}

.flex-step-container {
  position: relative;
  height: 100px;
  text-align: center;
  width: 50%;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
}

.flex-step-container a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: none;
}
.flex-step-container a.refersion {
  padding: 15px;
}
.flex-step-container a.refersion p {
  margin-top: -30px;
}
.flex-step-container a:hover {
  text-decoration: none;
  border: 3px solid #54de62;
}
.flex-step-container a:hover.refersion {
  padding: 12px;
}
.flex-step-container a span {
  margin-bottom: 0;
  font-size: 13px;
  color: #777;
}

.flex-step-container a img {
  width:35%;
}

.flex-step-container .stripe {
  width:30%;
}

.flex-step-container .refersion-api {
  width:95%;
}

.flex-step-container .salesforce {
  width:45%;
}

.flex-step-container__amazon {
  width:100%
 }

 .flex-step-container__amazon .label-amazon-beta {
  display: flex;
  padding: 5px 12px;
  margin: 10px 35px 0 0;
  border-radius: 8px;
  color: #000;
  background-color: #eaeef0;
  font-size: 16px;
  align-self: flex-start;
 }

.step-collapse {
  padding: 0 40px 40px 40px;
}

.collapse-toggle {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #ededed;
  border-radius: 4px;
  height: 72px;
  padding-left: 30px;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
  /* IE6-9 */
}
.collapse-toggle h3 {
  margin-bottom: 0;
}
.collapse-toggle i {
  color: #54de62;
  margin-right: 20px;
}

.collapse-toggle-show {
  margin-bottom: 40px;
}

.collapse-toggle-show {
  display: none;
}

.collapse-toggle-show.collapsed {
  display: flex;
}

.collapse-toggle-hide.collapsed {
  display: none;
}

.step-collapse-content .form-group {
  margin-bottom: 35px;
}

.color-selectors {
  margin: 40px 0;
}
.color-selectors li {
  display: inline-block;
  font-size: 16px;
  color: #151624;
  font-weight: bold;
  margin-right: 40px;
  vertical-align: middle;
}
.color-selectors li:last-child {
  margin-right: 0;
}
.color-selectors li:after {
  display: block;
  content: '';
  clear: both;
}
.color-selectors li span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: 40px;
  height: 40px;
  border: 1px solid #ededed;
  border-radius: 4px;
}
.color-selectors li span.cs-text-color {
  background-color: #777777;
  border-color: #777777;
}
.color-selectors li span.cs-link-color {
  background-color: #0fb64e;
  border-color: #0fb64e;
}

.example-page {
  padding: 30px 30px 0 30px;
  box-shadow: 0 0 4px 0 rgba(23, 22, 23, 0.2);
}

.example-page-header {
  padding-bottom: 30px;
}
.example-page-header input {
  box-shadow: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.example-page-content {
  border: 1px solid #ededed;
  border-bottom: none;
  border-radius: 4px;
}
.example-page-content h2 {
  font-size: 26px;
  color: #777777;
  font-weight: bold;
  margin-bottom: 40px;
}
.example-page-content h3 {
  color: #777777;
  margin-bottom: 15px;
}
.example-page-content input {
  padding-top: 10px;
  padding-bottom: 10px;
}

.example-program {
  padding: 40px 40px 70px 40px;
  border-right: 1px solid #ededed;
}

.example-page-table {
  margin: 40px 0 40px 30px;
}
.example-page-table li {
  padding: 15px 0;
  border-bottom: 1px dotted #ededed;
  font-size: 14px;
  font-weight: bold;
  color: #777777;
}
.example-page-table li:last-child {
  border: none;
}

.main-bottom {
  background-color: #181818;
  padding: 25px 30px;
  border-radius: 0 0 4px 4px;
  color: #dbdbdb;
}
.main-bottom h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}
.main-bottom p {
  font-size: 17px;
}
.main-bottom p a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.main-bottom p a:hover {
  text-decoration: underline;
}
.main-bottom p span {
  font-size: 12px;
  color: #777777;
}
.main-bottom .btn-large {
  margin-right: 15px;
}

.lightbulb {
  margin-top: 10px;
  text-align: center;
  border-right: 1px solid #282828;
}
.lightbulb i {
  font-size: 36px;
  color: #54de62;
}

.main-bottom-tip {
  padding-top: 10px;
}

.main-window {
  display:flex;
}

.main-window-flex {
  flex:1;
  border-radius:4px;
}

.main-window-flex:last-child{
  margin-left:40px;
  color:#333333;
}

.main-window-flex.shopify-url-container, .main-window-flex .shopify-plan-selection{
  background-color: white;
  padding: 25px 15px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-width: 360px;
  border: 2px solid #54de62;
  position: relative;
  margin-bottom: 70px;
  max-width: 360px;
  height: 100%;
}

.price_1L72sl4M5ksVhKNikCsHOnKw_shopify {
  display: inline-flex !important;
}

.badge-shopify-plus {
  width: 190px !important;
}

.plan-cost {
  float:right;
}

.flex75 {
  -webkit-flex: 2 0 0;
  flex: 2 0 0;
  height:0%;
}

flex25 {
  -webkit-flex: 1 0 0;
  flex: 1 0 0;
}

.main-window-flex .shopify-plan-selection .shopify-plan h4{
  font-size:24px;
  color:#071a2b;
  width:100%;
  margin-bottom:25px;
  font-style: italic;
}

.main-window-flex .shopify-plan-selection .shopify-plan h4 span.plan-cost {
  text-align:right;
  font-style:normal;
}

.main-window-flex .shopify-plan-selection .shopify-plan h4 span.plan-cost span.plan-cost-small {
  font-size:16px;
  text-transform: uppercase;
  font-weight: normal;
}

.main-window-flex .form-group {
  margin-bottom:0px;
  display:flex;
}

.main-window-flex .form-group button{
  flex:1;
}

.main-window-flex h4 {
  font-weight:bold;
  margin-bottom:5px;
}

.main-window-flex p {
  margin-bottom:15px;
  line-height:140%;
}

p.plan-switch{
  width:100%;
  text-align:right;
}

.plan-strikeout {
  position:absolute;
  top:0;
  left:12px;
}
/*
- FLASH
---------------------------------
*/

.flash-red {
  -moz-animation: flash-red 1s ease-out;
  -moz-animation-iteration-count: 1;

  -webkit-animation: flash-red 1s ease-out;
  -webkit-animation-iteration-count: 1;

  -ms-animation: flash-red 1s ease-out;
  -ms-animation-iteration-count: 1;
}

@-webkit-keyframes flash-red {
  0% { background-color: none; }
  50% { background-color: #F9A9B8; }
  100% { background-color: none; }
}

@-moz-keyframes flash-red {
  0% { background-color: none; }
  50% { background-color: #F9A9B8; }
  100% { background-color: none; }
}

@-ms-keyframes flash-red {
  0% { background-color: none; }
  50% { background-color: #F9A9B8; }
  100% { background-color: none; }
}

.flash-green {
  -moz-animation: flash-green 1s ease-out;
  -moz-animation-iteration-count: 1;

  -webkit-animation: flash-green 1s ease-out;
  -webkit-animation-iteration-count: 1;

  -ms-animation: flash-green 1s ease-out;
  -ms-animation-iteration-count: 1;
}

@-webkit-keyframes flash-green {
  0% { background-color: none; }
  50% { background-color: #CEEF61; }
  100% { background-color: none; }
}

@-moz-keyframes flash-green {
  0% { background-color: none; }
  50% { background-color: #CEEF61; }
  100% { background-color: none; }
}

@-ms-keyframes flash-green {
  0% { background-color: none; }
  50% { background-color: #CEEF61; }
  100% { background-color: none; }
}

/*
- BLINK
---------------------------------
*/

.blink {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;

  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@keyframes blinker {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

/* MODAL WINDOW STYLE START */
.modal-dialog-qs {
  width: 100%;
  max-width: 750px;
}

.modal-dialog .control-label, .shopify-url-container .control-label {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.modal-dialog input{
  margin-bottom: 20px;
}

.shopify-url-container input{
  margin-bottom:40px;
}

.shopify-url-container input[name=shopify_url] {
  margin-bottom:15px;
}

.shopify-url-container input[name=shopify_url].errors {
  border:1px solid red;
}

.shopify-url-error {
  margin-bottom:40px;
  color:red;
  font-weight:bold;
}

.modal-content-qs, .modal-content-complete-qs {
  padding: 75px;
  color: #333;
  background: url("../../../images/registration/modal-bg-1.png") -30% 110% no-repeat, url("../../../images/registration/modal-bg-2.png") 112% 120% no-repeat;
  background-color: #fff;
}
.modal-content-qs h2, .modal-content-complete-qs h2 {
  font-size: 45px;
  font-weight: 300;
  margin-bottom: 45px;
}
.modal-content-qs h3, .modal-content-complete-qs h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
}
.modal-content-qs p, .modal-content-complete-qs p {
  font-size: 21px;
  line-height: 28px;
  color: #777;
  margin-bottom: 45px;
}
.modal-content-qs .btn-large, .modal-content-complete-qs .btn-large {
  background-color: #54de62;
  max-width: 250px;
  width: 100%;
}
.modal-dialog-complete {
  max-width: 1140px;
  margin: 30px auto;
}

.modal-content-complete-qs {
  padding: 0;
  background: #181818;
}

.intro {
  color: #54de62;
  line-height: 20px;
  margin-bottom: 30px;
}

/* MODAL WINDOW END */
/* FOOTER STYLE START */
footer {
  padding: 10px 0 15px;
}
footer img {
  margin-bottom: 15px;
}
footer p {
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  margin-bottom: 15px;
}
footer .copyright {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

/* PART 1 / 2 */

/* FOOTER STYLE END */
@media (max-width: 992px) {
  .content-title {
    display: block;
    margin-top: 20px;
  }
  .content-title h2, .content-title nav {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .step1-image {
    margin-top: 30px;
    text-align: center;
  }

  .main-bottom {
    text-align: center;
  }

  .lightbulb,
  .main-bottom-tip {
    margin-bottom: 15px;
  }

  .lightbulb {
    border: none;
  }

  .main-bottom-button .btn-large {
    margin-right: 0;
  }
  .main-bottom-button.text-right {
    text-align: center !important;
  }

  .col-calculating {
    padding-right: 15px;
  }

  .step-currency,
  .step-calculating {
    padding-left: 30px;
    padding-right: 30px;
  }

  .step-calculation {
    padding-left: 40px;
    padding-right: 40px;
  }

  .step4 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .example-page-header img {
    margin-bottom: 15px;
  }

  .example-program {
    border-right: none;
    border-bottom: 1px solid #ededed;
  }

  .no-padding-left {
    padding-left: 15px;
  }

  .no-padding-right {
    padding-right: 15px;
  }

  .example-page-table {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .step-calculating-checkbox {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  .color-selectors li {
    display: block;
    margin-bottom: 15px;
    margin-right: 0;
    line-height: 40px;
  }
  .color-selectors li span {
    float: right;
  }
  .color-selectors li:last-child {
    margin-bottom: 0;
  }

  .example-program {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .example-page {
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
  }
}
@media (max-width: 640px) {
  .step1-image {
    height: 250px;
  }
  .step1-image .step-image-container {
    position: absolute;
  }
  .step1-image .step-image-container img {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .step1-image {
    height: 170px;
  }
  .step1-image .step-image-container {
    position: absolute;
    top: 20%;
    left: 10%;
  }
  .step1-image .step-image-container img {
    width: 50%;
  }
}

label.terms-and-conditions {
  line-height: 20px;
}

input[name="terms"] {
  float: left;
}

label.terms-and-conditions .terms-and-conditions_copy {
  padding-left: 20px;
}

.price-style {
  font-size: 24px;
  color: #071a2b;
  width: 100%;
  margin-bottom: 25px;
  font-style: italic;
  font-weight: 1000;
}

.metered-pricing {
  margin-top: 15px;
}

.plan-cost {
  margin-bottom: 10px;
}

.shopify-plan h3 {
  font-size: 24px;
  color: #071a2b;
  width: 100%;
  margin-bottom: 5px;
  font-style: italic;
  font-weight: bold;
}
