.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  color: #262c35;
  font-size: 15px;
  line-height: 150%;
  text-align: center;
}

h1 {
  margin-bottom: 0px;
  box-shadow: none;
}

h2 {
  box-shadow: none;
}

h3 {
  box-shadow: none;
  font-family: 'Nunito Sans', sans-serif;
  color: #23272c;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  text-align: left;
}

h4 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  color: #23272c;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

h5 {
  font-size: 16px;
  font-weight: 300;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Nunito Sans', sans-serif;
  color: #262c35;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  text-align: left;
  text-shadow: none;
}

a {
  color: #028ce8;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

blockquote {
  border-left: 0px solid #000;
}

.button {
  position: static;
  left: -375px;
  top: 0px;
  display: block;
  margin: 15px auto 10px;
  padding: 10px;
  float: none;
  clear: none;
  background-color: #40ad5d;
  background-image: none;
  box-shadow: none;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-shadow: none;
}

.button:hover {
  background-color: #4bc96c;
}

.button.modal-link {
  background-image: none;
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: none;
}

.button.modal-link:hover {
  box-shadow: none;
  text-shadow: none;
}

.button.signup-submit {
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: none;
  text-shadow: none;
}

.button.signup-submit.nice-choice-submit {
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: mr-eaves-xl-sans;
  font-size: 20px;
}

.signup-t-c {
  margin-bottom: 105px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #f5f5f5;
  font-size: 12px;
  text-align: center;
  text-shadow: none;
}

.signup-t-c.signup-bar-t-c {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  font-family: proxima-nova;
  color: #969696;
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-shadow: none;
}

.signup-t-c.signup-bar-t-c:hover {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #474747;
}

.footer-titles {
  margin-top: 0px;
  margin-bottom: 16px;
  margin-left: 40px;
  font-family: 'Nunito Sans', sans-serif;
  color: #262c35;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
  text-shadow: none;
}

.footer-link {
  display: block;
  overflow: visible;
  margin-bottom: 6px;
  margin-left: 40px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #676768;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  text-shadow: none;
}

.footer-link:hover {
  color: #262c35;
}

.footer-row {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  text-shadow: none;
}

.footer-row.launch {
  display: block;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 71px;
}

.signup-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999999;
  display: none;
  overflow: auto;
  padding-top: 10%;
  background-color: rgba(0, 0, 0, 0.75);
  text-shadow: none;
}

.modal-window {
  display: block;
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  text-shadow: none;
}

.modal-window.modwin {
  display: block;
  overflow: visible;
  width: auto;
  margin-top: 6%;
  padding: 15px 19px 20px;
  border-radius: 4px;
  background-color: transparent;
  opacity: 1;
  text-shadow: none;
}

.close-modal {
  display: block;
  float: right;
  font-family: proxima-nova;
  color: #000;
  font-size: 18px;
  text-align: right;
  text-decoration: none;
}

.modal-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border-radius: 4px;
  text-shadow: none;
}

.feedback {
  position: fixed;
  left: 30px;
  bottom: 15px;
  z-index: 90;
  display: block;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px;
  border-radius: 2px;
  background-color: #e20141;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-shadow: none;
}

.feedback:hover {
  background-color: #f20045;
  color: #fff;
  text-shadow: none;
}

.modal3-background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  text-shadow: none;
}

.modal3-window {
  width: 50%;
  max-width: 700px;
  margin-top: 6%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 40px 20px;
  border-radius: 4px;
  background-color: #fff;
  text-shadow: none;
}

.white-outline {
  width: 275px;
  height: 60px;
  margin-left: 0px;
  float: none;
  border: 2px solid #fff;
  background-color: transparent;
  font-size: 13px;
  letter-spacing: 0.2em;
}

.white-outline:hover {
  background-color: #fff;
  color: #000;
}

.white-outline.centred {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 0.1em;
}

.green-try {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: #3bb85c;
}

.green-try.signin {
  height: 55px;
}

.plan-buttons {
  width: 100%;
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 4px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 18px;
}

.plan-buttons:hover {
  background-color: #ff934c;
}

.plan-buttons.login {
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.plan-buttons.login:hover {
  background-color: rgba(64, 173, 93, 0.75);
}

.plan-buttons.login.mc-login-button {
  margin-top: 33px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #40ad5d;
  font-weight: 700;
  letter-spacing: 1px;
}

.close {
  position: relative;
  top: -5px;
  right: 0px;
  z-index: 99;
  float: right;
  font-family: 'Nunito Sans', sans-serif;
  color: #262c35;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  text-shadow: none;
}

.close:hover {
  text-shadow: none;
}

.close.close-modal3 {
  position: relative;
  z-index: 9999;
  float: right;
  text-decoration: none;
  text-shadow: none;
}

.close.quick-signup {
  margin-bottom: 20px;
}

.close.affiliate-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  color: #cacaca;
}

.menu-button {
  text-shadow: none;
}

.menu-button.right {
  text-shadow: none;
}

.nav-menu {
  background-color: transparent;
  text-shadow: none;
}

.nav-menu.right {
  padding-top: 2px;
  color: #fff;
  text-shadow: none;
}

.nav-menu.right:hover {
  color: #028ce8;
  text-shadow: none;
}

.nav-menu.right.main-menu-nav {
  padding-right: 20px;
  text-shadow: none;
}

.tab-link {
  width: 23%;
  margin-right: 2%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px 4px 0px 0px;
  background-color: #262c35;
  box-shadow: none;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
}

.tab-link:hover {
  box-shadow: none;
}

.tab-link.w--current {
  background-color: #028ce8;
  box-shadow: none;
}

.signup-fields {
  height: 45px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 10px;
  border-radius: 0px;
  background-color: #fff;
  font-family: proxima-nova;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-shadow: none;
}

.signup-fields:hover {
  box-shadow: 0 0 6px 1px #028ce8;
  text-shadow: none;
}

.signup-fields.white-field {
  height: 45px;
  margin-bottom: 1px;
  border: 1px solid #bdbdbd;
  background-color: #fff;
  font-weight: 300;
  text-shadow: none;
}

.signup-fields.white-field.textarea {
  height: 100px;
  text-shadow: none;
}

.section {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 50px;
  background-image: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.section.iphone-bg {
  padding-top: 149px;
  padding-bottom: 151px;
  background-image: url('../images/Ubookr_app.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: none;
  text-shadow: none;
}

.section.iphone-bg.with-image {
  background-image: url('../images/Ubookr_app.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.orange {
  background-color: #ff934c;
}

.section.orange.grid {
  background-color: #f88539;
}

.section.signup {
  padding-top: 115px;
  padding-bottom: 135px;
  background-color: #fff;
}

.section.whitesmoke {
  background-color: #f5f5f5;
}

.section.app-section {
  padding-top: 170px;
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.78)), to(rgba(0, 0, 0, 0.78))), url('../images/free-booking-software.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)), url('../images/free-booking-software.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.dan-section {
  height: 75vh;
  padding-top: 181px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/dan_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/dan_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.testimonials {
  padding: 0px;
  border-bottom-style: none;
}

.section.all-features {
  display: block;
}

.section.dark-grey {
  background-color: #000a12;
  background-image: none;
}

.section.dont-take-our-word {
  padding: 80px 0px;
  background-color: #262c35;
}

.section.mid-grey {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 10, 18, 0.7)), to(rgba(0, 10, 18, 0.7)));
  background-image: linear-gradient(180deg, rgba(0, 10, 18, 0.7), rgba(0, 10, 18, 0.7));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.section.mc-quote {
  background-color: #263238;
}

.section.complete-solution {
  background-color: #263238;
}

.section.gallery-blur {
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #23272c;
  background-image: none;
}

.section.how_works {
  background-color: #b82654;
}

.section.auto-manual {
  background-color: #f5f5f5;
}

.section.features-tiles {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 42, 71, 0.8)), to(rgba(0, 42, 71, 0.8))), url('../images/camera-mountains-outdoors-6745.jpg');
  background-image: linear-gradient(180deg, rgba(0, 42, 71, 0.8), rgba(0, 42, 71, 0.8)), url('../images/camera-mountains-outdoors-6745.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-transition-property: none;
  transition-property: none;
}

.section.light-gray {
  background-color: #f5f5f5;
}

.section.testi-slider {
  top: -90px;
  height: 700px;
  padding: 0px;
}

.section.chat {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 10, 18, 0.6)), to(rgba(0, 10, 18, 0.6))), url('../images/best-booking-software-website.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 10, 18, 0.6), rgba(0, 10, 18, 0.6)), url('../images/best-booking-software-website.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.agents-slider {
  top: -90px;
  padding-top: 110px;
  padding-bottom: 85px;
  background-color: #f6f9fc;
}

.section.features {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section.features.dark-grey {
  position: relative;
  z-index: 4;
  background-color: #262c35;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.section.agents-landing {
  height: 50vh;
  margin-top: 0px;
  padding-bottom: 80px;
  background-image: url('../images/realtor-software.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.photocompany {
  background-color: #f6f9fc;
}

.section.app {
  background-color: #061830;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, #000), url('../images/enterprise-booking-software.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.whitesmoke {
  background-color: #f5f5f5;
}

.section.whitesmoke.plans {
  padding-top: 10px;
  padding-bottom: 40px;
}

.section.landing {
  height: 700px;
  margin-top: 80px;
  padding: 160px 40px 0px;
  background-color: #f6f9fc;
  background-image: url('../images/real-estate-booking-app.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.features-top-section {
  margin-top: 80px;
}

.section.mobile {
  margin-top: 80px;
}

.section.top {
  margin-top: 80px;
}

.section.landing-icons {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}

.section.agents-landing {
  height: 85vh;
  margin-top: 80px;
  padding: 180px 40px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/22105250_l.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/22105250_l.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
}

.section.coloured {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #424c63, #000);
}

.section.best-pages {
  background-color: #f5f5f5;
}

.section.agent-workflow {
  margin-right: 20px;
  margin-left: 20px;
  background-color: #6c8fb2;
}

.scroll-link-div {
  position: fixed;
  top: 38%;
  right: 20px;
  z-index: 99;
  background-color: transparent;
  text-shadow: none;
}

.scroll-link {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  float: none;
  border: 1px solid #23282e;
  border-radius: 30px;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: open-sans;
  color: #444;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-shadow: none;
}

.scroll-link:hover {
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.scroll-link.w--current {
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  background-color: #23282e;
  box-shadow: none;
  text-shadow: none;
}

._30-below {
  margin-bottom: 30px;
  box-shadow: none;
  letter-spacing: 0.02em;
  text-shadow: none;
}

.left {
  box-shadow: none;
  text-align: left;
  text-shadow: none;
}

.link {
  display: block;
  margin-top: 3px;
  font-family: 'Nunito Sans', sans-serif;
  color: #028ce8;
  font-size: 14px;
  line-height: 20px;
}

.link.centred {
  color: #666;
  text-align: center;
  text-shadow: none;
}

.signup-form-wrapper {
  display: block;
  width: auto;
  margin-bottom: 0px;
  text-shadow: none;
}

.signup-form-wrapper.nice-choice-wrapper {
  margin-bottom: 0px;
}

.white-navigation-bar {
  position: fixed;
  display: block;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #ebebeb;
  border-top-style: none;
  background-color: #fff;
  text-shadow: none;
}

.white-navigation-bar.transparent {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 998;
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: none;
  border-bottom-color: #979797;
  background-color: transparent;
  opacity: 1;
}

.white-navigation-bar.bottom-line {
  position: fixed;
  border-bottom: 1px solid #ebebeb;
}

.fp-nav-link {
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  box-shadow: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-shadow: none;
}

.fp-nav-link:hover {
  border-top-color: #1976d2;
  text-shadow: none;
}

.fp-nav-link.w--current {
  border-top-color: #1976d2;
  text-shadow: none;
}

.fp-nav-link.w--current:hover {
  text-shadow: none;
}

.fp-nav-link.modal-link {
  text-shadow: none;
}

.fp-nav-link.modal-link.white-text.as-button {
  margin: 15px 10px 13px;
  padding: 4px 15px;
  border: 2px solid #ff7d28;
  border-radius: 0px;
  background-color: transparent;
}

.fp-nav-link.modal-link.white-text.as-button:hover {
  text-decoration: underline;
}

.fp-nav-link.modal-link.as-button {
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid #ff7d28;
}

.fp-nav-link.modal5-link.login {
  margin-top: 7px;
  margin-bottom: 7px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid #23272c;
  border-radius: 30px;
  text-transform: capitalize;
}

.fp-nav-link.modal5-link.white-text.login-button {
  margin-top: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #ff7d28;
  border-radius: 20px;
}

.fp-nav-link.white-text {
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
}

.fp-nav-link.as-button {
  margin-top: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ff7d28;
  -webkit-transition: color 300ms ease, background-color 200ms ease;
  transition: color 300ms ease, background-color 200ms ease;
  color: #fff;
}

.fp-nav-link.as-button:hover {
  background-color: #ff9956;
  text-decoration: none;
}

.fp-nav-link.as-button.white-nav-menu-version {
  margin-top: 13px;
  border: 1px solid #fff;
  background-color: transparent;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.fp-nav-link.white-nav-link {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.tab-pane {
  top: 50px;
  text-shadow: none;
}

.tab-content {
  position: relative;
  display: block;
  min-height: 800px;
  padding: 15px 30px 100px;
  border: 1px none #525f7f;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 14px 14px 50px 0 rgba(0, 0, 0, 0.1), 0 0 6px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  text-shadow: none;
}

.menu-icon {
  text-shadow: none;
}

.mw-logo {
  display: block;
  margin: 25px auto 60px;
  float: none;
  text-shadow: none;
}

.policy-headings {
  font-size: 21px;
  font-weight: 700;
  text-shadow: none;
}

.biiling-form {
  text-shadow: none;
}

.login-div {
  position: static;
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 30px 10px;
  float: none;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 14px 14px 50px 0 rgba(0, 0, 0, 0.1), 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.login-div._500-wide {
  max-width: 500px;
  padding-bottom: 30px;
  text-shadow: none;
}

.login-div._500-wide.password-reset {
  max-width: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}

.login-div.signup {
  width: 750px;
}

.login-div.sublog {
  width: 400px;
  padding: 15px;
}

.login-div.unsub {
  min-height: 390px;
}

.login-detect {
  display: block;
}

.app-link-block {
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  box-shadow: none;
  text-shadow: none;
}

.app-link-block.right {
  float: left;
  box-shadow: none;
  text-shadow: none;
}

.text-field {
  height: 50px;
  margin-top: 0px;
  margin-bottom: 7px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 3px;
}

.text-field:hover {
  border: 1px solid #028ce8;
  box-shadow: 0 0 3px 0 rgba(2, 140, 232, 0.5);
}

.text-field::-webkit-input-placeholder {
  color: #bdbdbd;
  font-weight: 300;
}

.text-field:-ms-input-placeholder {
  color: #bdbdbd;
  font-weight: 300;
}

.text-field::-ms-input-placeholder {
  color: #bdbdbd;
  font-weight: 300;
}

.text-field::placeholder {
  color: #bdbdbd;
  font-weight: 300;
}

.text-field.textarea {
  height: 90px;
  box-shadow: none;
  text-shadow: none;
}

.text-field.no-top {
  height: 45px;
  margin-top: 0px;
  margin-bottom: 16px;
  border: 1px solid #b6b6b6;
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
  text-shadow: none;
}

.text-field.no-top.message-field {
  height: 65px;
}

.circle-numbers {
  position: static;
  height: 120px;
  margin-bottom: -10px;
  padding-top: 60px;
  padding-bottom: 0px;
  font-family: proxima-nova;
  color: #ff934c;
  font-size: 100px;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
}

._1to4-row {
  margin-bottom: 0px;
  text-shadow: none;
}

.step1 {
  width: 250px;
  height: 250px;
  border: 2px none #fff;
  border-radius: 198px;
  text-shadow: none;
}

.white {
  color: #fff;
}

.white.left.clipped {
  background-image: -webkit-gradient(linear, left top, right top, from(#fdc70c), to(#e74039));
  background-image: linear-gradient(90deg, #fdc70c, #e74039);
}

.centre {
  text-align: center;
}

._1to4-headings {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  text-shadow: none;
}

._20-below {
  margin-bottom: 20px;
  box-shadow: none;
  text-shadow: none;
}

.centred {
  display: block;
  margin-right: auto;
  margin-left: auto;
  box-shadow: none;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

.orange-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #e66f20;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

.orange-link.w--current {
  text-shadow: none;
}

.orange-link.little-signup {
  margin-top: 20px;
  letter-spacing: 0.02em;
  text-shadow: none;
}

.orange-link.little-signup.modal5-link {
  text-shadow: none;
}

.form-titles {
  margin-top: 10px;
  margin-bottom: 2px;
  color: #23272c;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.01em;
}

.brand-logo {
  text-shadow: none;
}

.brand-logo.w--current {
  text-shadow: none;
}

.brand-logo.full-logo.w--current {
  padding-top: 0px;
}

.tiny-text {
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: none;
  color: #222;
  font-size: 11px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.03em;
  text-shadow: none;
}

.left-justify {
  text-align: left;
}

.section-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: omnes-pro;
  color: #222;
  font-size: 45px;
  line-height: 65px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0em;
  text-transform: none;
}

.section-title.white-text {
  box-shadow: none;
  color: #fff;
  text-transform: none;
  text-shadow: none;
}

.section-title.left-of-desktop {
  padding-left: 0px;
  color: #313438;
  text-align: left;
}

.section-title.login {
  position: relative;
  left: 15px;
  display: block;
  margin-bottom: 0px;
}

.section-title.nice-choice {
  margin-bottom: 10px;
  font-size: 28px;
  letter-spacing: 0.01em;
}

.paragraph-title {
  margin-bottom: 5px;
  box-shadow: none;
  color: #23282e;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  text-shadow: none;
}

.icon-columns {
  text-shadow: none;
}

.line-div {
  display: block;
  height: 1px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  border-top: 0px none #cfcfcf;
  background-color: #4e5358;
  text-shadow: none;
}

.landing-vid {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-shadow: none;
}

.features-row {
  text-shadow: none;
}

.subtitle {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  box-shadow: none;
  color: #23282e;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: none;
  text-shadow: none;
}

.social-links {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #8898aa;
  text-decoration: none;
  text-shadow: none;
}

.social-links:hover {
  color: #ff7d28;
  text-shadow: none;
}

.dark-text {
  box-shadow: none;
  font-family: Lato, sans-serif;
  color: #666;
  text-shadow: none;
}

.white-text {
  color: #fff;
}

._20-space {
  display: block;
  height: 20px;
  text-shadow: none;
}

.pricing-columns {
  padding-right: 0px;
  padding-left: 0px;
  text-shadow: none;
}

.pricing-column-divs {
  height: auto;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  border-right-color: #fff;
  background-color: transparent;
  text-shadow: none;
}

.pricing-column-divs.top-pricing-divs {
  text-shadow: none;
}

.pricing-column-divs.top-pricing-divs:hover {
  text-shadow: none;
}

.pricing-column-divs.top-pricing-divs.mobile {
  padding-left: 10px;
  border-left: 2px solid #f5f5f5;
  text-align: left;
  text-shadow: none;
}

.pricing-column-divs.left-pricing-divs {
  border-left: 1px none #fff;
  border-right-width: 8px;
  border-right-color: #fff;
  text-shadow: none;
}

.pricing-button {
  display: block;
  width: auto;
  margin: 12px 12px 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #5cb85c;
  box-shadow: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
}

.pricing-button.select-plan-basic {
  box-shadow: none;
  text-shadow: none;
}

.pricing-button.select-plan-solo {
  box-shadow: none;
  text-shadow: none;
}

.pricing-button.select-plan-business {
  box-shadow: none;
  text-shadow: none;
}

.pricing-button.select-plan-enterprise {
  box-shadow: none;
  text-shadow: none;
}

.pricing-features {
  margin-top: 60px;
}

.pricing-features.free {
  padding-left: 63px;
}

.pricing-features.free.learn-more {
  padding-top: 0px;
  font-size: 10px;
}

.pricing-features.free.learn-more.paid-plans {
  padding-bottom: 0px;
  padding-left: 0px;
  color: #028ce8;
  font-size: 11px;
  text-align: center;
  text-decoration: underline;
}

.pricing-column-text {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-shadow: none;
}

.pricing-column-text.mobile-pricing-left {
  text-align: left;
  text-shadow: none;
}

.pricing-column-text.plan-staff-basic {
  text-shadow: none;
}

.pricing-column-text.plan-staff-solo {
  text-shadow: none;
}

.pricing-column-text.plan-staff-business {
  text-shadow: none;
}

.pricing-column-text.plan-staff-enterprise {
  text-shadow: none;
}

.pricing-column-text.plan-services-solo {
  text-shadow: none;
}

.pricing-column-text.plan-services-business {
  text-shadow: none;
}

.pricing-column-text.plan-services-enterprise {
  text-shadow: none;
}

.pricing-column-text.plan-services-basic {
  text-shadow: none;
}

.pricing-plan-ticks {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Fontawesome;
  color: #00cc3d;
  font-size: 27px;
  text-align: center;
  text-shadow: none;
}

.pricing-plan-ticks.cross {
  color: #e20141;
  text-shadow: none;
}

.prices {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 83px 62px 0px;
  border-radius: 0px;
  background-image: none;
  color: #262c35;
  text-shadow: none;
}

.prices.blank {
  border-right-width: 8px;
  border-right-color: #fff;
  background-color: #028ce8;
  opacity: 1;
  text-shadow: none;
}

.prices.mobile {
  height: auto;
  padding-bottom: 15px;
  text-shadow: none;
}

.prices.plus {
  height: 330px;
  padding-bottom: 12px;
  background-color: rgba(2, 140, 232, 0.75);
  background-image: none;
}

.price-name {
  margin-bottom: 35px;
  box-shadow: none;
  color: #fff;
  font-size: 36px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: none;
  text-shadow: none;
}

.price-name.aud {
  margin-top: 0px;
  margin-bottom: 10px;
  box-shadow: none;
  color: #23282e;
  font-size: 12px;
  font-weight: 300;
  text-shadow: none;
}

.price-name.plans-title {
  padding-right: 22px;
  padding-left: 22px;
  box-shadow: none;
  text-shadow: none;
}

.price {
  display: inline-block;
  margin-bottom: -5px;
  color: #7a7a7a;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
}

.price.plan-cost-basic {
  text-shadow: none;
}

.price.plan-cost-business {
  text-shadow: none;
}

.price.plan-cost-enterprise {
  text-shadow: none;
}

.price.plan-cost-solo {
  text-shadow: none;
}

.dollar-sign {
  position: static;
  top: -63px;
  display: inline-block;
  margin-right: 2px;
  float: none;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-shadow: none;
}

.question-mark {
  display: block;
  float: right;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Fontawesome;
  color: #cfcfcf;
  font-size: 16px;
  text-shadow: none;
}

.question-mark:hover {
  color: #666;
  text-shadow: none;
}

.fa-ticks {
  margin-right: 10px;
  font-family: Fontawesome;
  color: #00cc3d;
  font-size: 21px;
  text-shadow: none;
}

.view-mobile-details {
  text-shadow: none;
}

.mobile-details-1 {
  display: none;
  text-shadow: none;
}

.mobile-details-2 {
  display: none;
  text-shadow: none;
}

.mobile-details-3 {
  display: block;
  text-shadow: none;
}

.forgot-password {
  display: block;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  font-weight: 300;
  text-decoration: none;
  text-shadow: none;
}

.forgot-password.w--current {
  text-shadow: none;
}

.forgot-password.modal5-link {
  display: block;
  float: none;
  font-family: proxima-nova;
  font-size: 13px;
  text-shadow: none;
}

.forgot-password.mc-forgot-password {
  margin-top: 2px;
  padding-bottom: 5px;
  font-weight: 700;
}

.signup-form-fields {
  height: 50px;
  border: 1px solid #b6b6b6;
  border-radius: 4px;
  box-shadow: none;
  color: #30383f;
  text-shadow: none;
}

.signup-form-fields.nice-choice-fields {
  height: 50px;
  border-color: #bbb;
  border-radius: 0px;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.signup-form-fields.pre {
  height: 45px;
  margin-bottom: 10px;
  border-color: #555;
  border-radius: 4px;
  font-family: Lato, sans-serif;
  color: #23272c;
  font-size: 16px;
}

.signup-form-fields.login {
  margin-bottom: 20px;
}

.signup-form-fields.login.mc-login-fields {
  margin-bottom: 10px;
  color: #000;
}

.google-signin {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-shadow: none;
}

.login-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  padding-top: 10%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal5-window {
  margin-top: 6%;
  padding: 15px 19px 20px;
  border-radius: 4px;
  text-shadow: none;
}

.main-menu-bar {
  display: block;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #ebebeb;
  background-color: #fff;
  text-shadow: none;
}

.main-menu-bar.at-top {
  z-index: 99999999;
  border-bottom-color: #dadada;
  font-weight: 400;
}

.main-menu-section.closed {
  display: block;
  float: right;
  text-shadow: none;
}

.scroll-menu {
  border-bottom: 1px none #fff;
  text-shadow: none;
}

.column-no-padding {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  text-shadow: none;
}

.column-no-padding.testy-cols {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.column-no-padding.testy-cols:hover {
  z-index: 10001;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.column-no-padding.nice-choice-col-padding {
  padding-right: 10px;
  padding-left: 10px;
}

.mobile-details-4 {
  text-shadow: none;
}

.button-tradies {
  margin: 8px;
  padding: 12px 15px 5px;
  border: 2px solid #ff7d28;
  border-radius: 2px;
  background-color: #ff7d28;
  text-align: center;
  text-shadow: none;
}

.button-tradies:hover {
  box-shadow: 0 0 6px 0 #028ce8;
}

.button-tradies.w--current {
  background-color: #ff7d28;
  text-shadow: none;
}

.supplier-features-blocks {
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
  padding: 40px 30px 22px;
  border: 5px none #fff;
  border-radius: 6px;
  background-color: #23272c;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-shadow: none;
}

.supplier-features-blocks:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.supplier-features-blocks.answers {
  display: block;
  width: 275px;
  height: auto;
  padding: 10px;
  border-width: 5px;
  border-color: #ff7d28;
  background-color: #fff;
  opacity: 1;
  color: #23282e;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
  text-align: left;
  text-shadow: none;
}

._40-space {
  height: 40px;
  text-shadow: none;
}

.subs {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: none;
  font-family: Lato, sans-serif;
  color: #666;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-transform: none;
  text-shadow: none;
}

.subs.white {
  -webkit-transition: color 200ms ease, opacity 300ms ease;
  transition: color 200ms ease, opacity 300ms ease;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.02em;
}

.subs.white.text-shadow {
  text-shadow: 1px 1px 0 #000;
}

.lightbox {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-shadow: none;
}

.q-staff {
  display: inline-block;
  padding-top: 15px;
  padding-right: 12px;
  float: right;
  text-shadow: none;
}

.q-services {
  display: inline-block;
  padding-top: 15px;
  padding-right: 12px;
  float: right;
  text-shadow: none;
}

.q-bookings {
  display: inline-block;
  padding-top: 15px;
  padding-right: 12px;
  float: right;
  text-shadow: none;
}

.q-travel {
  display: inline-block;
  padding: 10px 10px 4px;
  float: none;
  text-shadow: none;
}

.q-app {
  display: inline-block;
  padding: 10px 10px 4px;
  float: none;
  text-shadow: none;
}

.q-notifications {
  display: inline-block;
  padding: 10px 10px 4px;
  float: none;
  text-shadow: none;
}

.q-support {
  display: inline-block;
  padding: 10px 10px 4px;
  float: none;
  text-shadow: none;
}

.q-customers {
  display: inline-block;
  padding: 10px 10px 4px;
  float: none;
  text-shadow: none;
}

.q-custom {
  display: inline-block;
  padding: 10px 10px 4px;
  float: none;
  text-shadow: none;
}

.q-website {
  display: inline-block;
  padding: 10px 10px 4px;
  float: none;
  text-shadow: none;
}

.q-areas {
  display: inline-block;
  padding: 10px 10px 4px;
  float: none;
  text-shadow: none;
}

.q-reporting {
  display: inline-block;
  padding: 10px 10px 4px;
  float: none;
  text-shadow: none;
}

.a-staff {
  position: absolute;
  left: 250px;
  top: 131px;
  z-index: 9999;
  display: none;
  border: 5px solid #e20141;
  opacity: 1;
  text-shadow: none;
}

.a-services {
  position: absolute;
  left: 250px;
  top: 180px;
  z-index: 9999;
  display: none;
  border: 6px solid #e20141;
  text-shadow: none;
}

.a-bookings {
  position: absolute;
  left: 250px;
  top: 237px;
  z-index: 9999;
  display: none;
  border: 5px solid #e20141;
  text-shadow: none;
}

.a-travel {
  position: absolute;
  left: 333px;
  top: -34px;
  z-index: 9999;
  display: none;
  border: 5px solid #e20141;
  text-shadow: none;
}

.a-app {
  position: absolute;
  left: 333px;
  top: -20px;
  z-index: 9999;
  display: none;
  border: 5px solid #e20141;
  text-shadow: none;
}

.a-notifications {
  position: absolute;
  left: 333px;
  top: -37px;
  z-index: 9999;
  display: none;
  border: 5px solid #e20141;
  text-shadow: none;
}

.a-support {
  position: absolute;
  left: 333px;
  top: -10px;
  z-index: 9999;
  display: none;
  border: 5px solid #e20141;
  text-shadow: none;
}

.a-customers {
  position: absolute;
  left: 333px;
  top: -18px;
  z-index: 9999;
  display: none;
  border: 5px solid #e20141;
  text-shadow: none;
}

.a-custom {
  position: absolute;
  left: 333px;
  top: -19px;
  z-index: 9999;
  display: none;
  border: 5px solid #e20141;
  text-shadow: none;
}

.a-website {
  position: absolute;
  left: 333px;
  top: -57px;
  z-index: 9999;
  display: none;
  border: 5px solid #e20141;
  text-shadow: none;
}

.a-areas {
  position: absolute;
  left: 333px;
  top: -46px;
  z-index: 9999;
  display: none;
  border: 5px solid #e20141;
  text-shadow: none;
}

.a-reporting {
  position: absolute;
  left: 333px;
  top: -41px;
  z-index: 9999;
  display: none;
  border: 5px solid #e20141;
  text-shadow: none;
}

.lightbox-link {
  position: static;
  z-index: 10002;
  margin-top: 10px;
  padding: 3px 9px;
  border-radius: 2px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
}

.lightbox-link:hover {
  background-color: #e20141;
  color: #fff;
  text-shadow: none;
}

.hidden-field {
  display: none;
  box-shadow: none;
  text-shadow: none;
}

.counter-outer-div {
  background-color: #23282e;
  text-shadow: none;
}

.counter-outer-div.supply {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 90px;
  background-color: #23282e;
  text-shadow: none;
}

.counter-divs {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 23px;
  border: 1px solid #fff;
  font-size: 50px;
  font-weight: 100;
  text-align: center;
  text-shadow: none;
}

.counter-divs.supply {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 14px;
  padding-bottom: 0px;
  border-style: none;
  text-shadow: none;
}

.time-units {
  display: inline-block;
  padding-top: 19px;
  padding-right: 12px;
  padding-left: 5px;
  float: left;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  text-shadow: none;
}

.counter-inner-div {
  display: block;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  text-shadow: none;
}

.counter-slider {
  position: static;
  display: block;
  height: 15px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  background-color: transparent;
  text-align: center;
  text-shadow: none;
}

.counter-slides {
  background-color: transparent;
  font-size: 16px;
  font-weight: 100;
  text-align: left;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: none;
}

.counter-slider-mask {
  position: static;
  overflow: visible;
  background-color: transparent;
  text-align: left;
  text-shadow: none;
}

.counter-main-text {
  display: block;
  height: auto;
  margin-top: 6px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  text-align: left;
  text-shadow: none;
}

.counter-upper-text {
  display: block;
  float: none;
  font-size: 16px;
  font-weight: 100;
  text-align: left;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: none;
}

.counter-upper-text.time-saved {
  display: inline-block;
  float: left;
  font-weight: 100;
  text-align: left;
  text-shadow: none;
}

._80-space {
  display: block;
  height: 80px;
  text-shadow: none;
}

.icon-slider {
  height: 70px;
  float: none;
  clear: both;
  background-color: transparent;
  text-shadow: none;
}

.icon-slider-mask {
  text-shadow: none;
}

.time-divs {
  display: inline-block;
  float: left;
  text-shadow: none;
}

.counter-rows {
  text-shadow: none;
}

.quick-signup {
  width: auto;
  max-width: 650px;
  border-color: #969696;
  border-radius: 2px;
  background-color: #fff;
}

.times-saved-icons {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  float: none;
  color: #23282e;
  text-shadow: none;
}

.a-addon {
  position: absolute;
  left: 333px;
  top: -18px;
  z-index: 9999;
  display: none;
  border: 5px solid #e20141;
  text-shadow: none;
}

.q-addon {
  display: inline-block;
  padding: 10px 10px 4px;
  float: none;
  text-shadow: none;
}

.features-overlay-text {
  position: absolute;
  z-index: 100;
  display: none;
  width: 300px;
  height: 300px;
  padding-top: 61px;
  border: 1px none #969696;
  border-radius: 6px;
  background-color: #23272c;
  opacity: 1;
  color: #fff;
  font-size: 30px;
  line-height: 37px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: none;
}

.features-plus {
  position: static;
  left: 0px;
  top: 38px;
  right: 0px;
  bottom: 0px;
  color: #ff7d28;
  font-size: 100px;
  line-height: 46px;
  font-weight: 700;
  text-shadow: none;
}

._1-4-text {
  padding-top: 0px;
  padding-right: 41px;
  padding-left: 41px;
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.02em;
  text-shadow: none;
}

.little-learn-more {
  padding: 5px 12px;
  border: 1px solid #ff7d28;
  color: #ff7d28;
  font-size: 13px;
  font-weight: 300;
  text-transform: none;
  text-shadow: none;
}

.testy-name {
  margin-top: 9px;
  font-family: omnes-pro;
  color: #24252a;
  font-weight: 500;
  text-shadow: none;
}

.testy-company {
  font-size: 13px;
  text-shadow: none;
}

.app-icons-row {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-shadow: none;
}

.features-divs {
  text-shadow: none;
}

.footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}

._1to4-columns {
  text-shadow: none;
}

.time-div {
  display: inline-block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
  text-shadow: none;
}

.centre-text {
  font-size: 14px;
  text-align: center;
  text-shadow: none;
}

.titles-spacer {
  height: 20px;
  text-shadow: none;
}

.supplier-icon-titles {
  margin-top: 9px;
  margin-bottom: 10px;
  font-family: proxima-nova;
  color: #28323b;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0em;
  text-transform: capitalize;
  text-shadow: none;
}

.floating-signup-div {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 15px 15px;
  text-shadow: none;
}

.radio-button {
  margin-top: 5px;
  font-size: 20px;
  text-shadow: none;
}

.radio-button-labels {
  font-weight: 300;
  text-shadow: none;
}

.radio-button-labels.white-text {
  font-weight: 100;
}

.radio-button-large {
  margin-top: 1px;
  margin-right: 10px;
  font-size: 17px;
  text-shadow: none;
}

._15-spacer {
  height: 15px;
  text-shadow: none;
}

.text-block {
  color: #23272c;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.03em;
  text-shadow: none;
}

.text-block.white {
  color: #fff;
  text-align: center;
}

.text-block.max-500-wide {
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  color: #23272c;
  text-align: left;
}

.text-block.dark-features {
  color: #fff;
  line-height: 1.5em;
}

.icon {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  box-shadow: none;
  text-align: center;
  text-shadow: none;
}

.icon.all-features {
  width: 40px;
  height: 40px;
}

.pricing-div {
  padding-top: 20px;
  padding-left: 3px;
  color: #23282e;
  text-align: center;
  text-shadow: none;
}

.pricing-div.free {
  padding-left: 8px;
  text-shadow: none;
}

.mini-signup-fields {
  height: 50px;
  padding-left: 20px;
  border: 1px solid #888;
  border-radius: 2px;
  color: #28323b;
  font-size: 17px;
  font-weight: 300;
  text-shadow: none;
}

.mini-signup-fields.round-left {
  border-color: #969696;
  background-color: #fff;
  font-weight: 400;
}

.mini-signup-fields.signin {
  height: 55px;
}

.join-now-box {
  margin-bottom: 0px;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  text-transform: capitalize;
}

.mini-signup-text {
  font-weight: 100;
  text-align: center;
  letter-spacing: 0.02em;
}

.scroll-down {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: block;
  width: 80px;
  height: 90px;
  margin-right: auto;
  margin-bottom: -50px;
  margin-left: auto;
  border-radius: 200px;
  background-color: #fff;
  color: #fff;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}

.mouse {
  margin-bottom: 6px;
}

.scroll-arrow {
  margin-top: 7px;
}

.circ1 {
  position: relative;
  left: 0px;
  top: -373px;
  display: block;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 112px;
  border-radius: 200px;
  background-color: #ff7d28;
  color: #24252a;
  font-size: 38px;
  line-height: 28px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.tool-section {
  background-image: url('../images/Ubookr-tools-blur.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

._1-to-4-container {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
}

.testimonial-images {
  position: relative;
  z-index: 0;
}

.testimonial-images:hover {
  z-index: 10;
}

.circ2 {
  position: relative;
  left: 89px;
  top: -563px;
  display: block;
  width: 165px;
  height: 165px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 73px;
  border-radius: 200px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.circ2:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.circ3 {
  position: relative;
  left: -177px;
  top: -889px;
  display: block;
  width: 130px;
  height: 130px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 57px;
  border-radius: 200px;
  background-color: rgba(0, 0, 0, 0.43);
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.circ3:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.circ4 {
  position: relative;
  left: -153px;
  top: -391px;
  display: block;
  width: 210px;
  height: 210px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  border-radius: 210px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}

.circ4:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.under-title-symbols {
  margin-bottom: 20px;
  font-family: Fontawesome;
  color: #23282e;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.5em;
}

.under-title-symbols.white {
  color: #fff;
  text-shadow: none;
}

.circ5 {
  position: relative;
  left: -68px;
  top: -8px;
  display: block;
  width: 140px;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 52px;
  border-radius: 200px;
  background-color: rgba(0, 0, 0, 0.44);
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}

.circ5:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.circ6 {
  position: relative;
  left: -222px;
  top: -245px;
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 91px;
  border-radius: 200px;
  background-color: rgba(0, 0, 0, 0.27);
  color: #fff;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
}

.circ6:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.circ7 {
  position: relative;
  left: 106px;
  top: -146px;
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 91px;
  border-radius: 200px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
}

.circ7:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.circles-cont {
  height: 610px;
}

._120-space {
  height: 120px;
}

.supplier-icon-text {
  display: block;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
  color: #28323b;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.supplier-features-div {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.client-features-row {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.body.photographers {
  background-color: #fff;
}

.supplier-icon {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}

.circ8 {
  position: relative;
  left: 637px;
  top: -1191px;
  width: 165px;
  height: 165px;
  padding-top: 63px;
  border-radius: 200px;
  background-color: rgba(0, 0, 0, 0.41);
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.circ8:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.circ9 {
  position: relative;
  left: 571px;
  top: -1171px;
  width: 200px;
  height: 200px;
  padding-top: 88px;
  border-radius: 200px;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 23px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}

.circ9:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

._2-buttons-row {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.twin-buttons {
  display: block;
  margin-right: 20px;
  margin-bottom: 15px;
  margin-left: 20px;
  padding: 20px 10px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.twin-buttons:hover {
  background-color: #fff;
  color: #000;
}

.basic-div {
  height: 885px;
  margin-right: 5px;
  background-color: #23282e;
}

.testy-text-div {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 20;
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 5%;
  padding-bottom: 0px;
  padding-left: 5%;
  background-color: hsla(0, 0%, 100%, 0.69);
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.testy-text-div:hover {
  opacity: 1;
}

.or {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.centred-div {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.client-tab {
  display: block;
}

.supplier-tab {
  display: none;
}

.nice-choice-arrow {
  display: none;
  padding-left: 130px;
  font-family: Fontawesome;
  color: #ff7d28;
  font-size: 40px;
  line-height: 50px;
  text-align: left;
}

.plans-row {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.plan-lines {
  height: 2px;
  margin: 0px 20px;
  border-top: 1px solid #f5f5f5;
}

.plan-lines.orange {
  margin-right: 0px;
  margin-left: 0px;
  border-top-width: 1px;
  border-top-color: #ff934c;
}

.plan-lines.orange._20-margin {
  margin-right: 20px;
  margin-left: 20px;
  border-top-width: 1px;
  border-top-color: #ff934c;
}

.new-plans-div {
  width: auto;
  margin-top: 0px;
  padding: 60px;
  background-color: #fff;
}

.tick {
  font-family: Fontawesome;
  color: #00b530;
}

.coming-soon {
  margin-bottom: 20px;
  color: #ff7d28;
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
  text-align: center;
  text-shadow: none;
}

.form {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 15px;
}

.cross {
  font-family: Fontawesome;
  color: #e20141;
}

.price-per-month {
  color: #23272c;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

._400-div {
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 30px;
}

.plans-testimonila {
  display: block;
  margin-top: 4px;
  font-family: omnes-pro;
  color: #fff;
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.round-image {
  width: 150px;
  border-radius: 200px;
}

.plans-testimonials {
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.business-types-row {
  display: block;
  max-width: 810px;
  margin-right: auto;
  margin-left: auto;
}

.supplier-icon-divs {
  display: block;
  width: 180px;
  height: 180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  border: 4px none #4caf50;
  border-radius: 200px;
  background-color: #ff934c;
}

.plus-cross {
  margin-left: 8px;
  font-family: Fontawesome;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 24px;
  line-height: 24px;
}

.social-icon {
  display: block;
  margin-bottom: 40px;
  font-family: Fontawesome;
  color: #23272c;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
}

._200-wide {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.laptop-lightbox {
  display: block;
  max-width: 700px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #028ce8;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.types-div {
  display: block;
  width: 228px;
  height: 228px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 4px 6px 4px 4px;
  border-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.types-div:hover {
  opacity: 0.85;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.types-div._1 {
  background-image: url('../images/handyman.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease, all 200ms ease;
  transition: opacity 300ms ease, all 200ms ease;
}

.types-div._2 {
  background-image: url('../images/gardener.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.types-div._3 {
  background-image: url('../images/photographer.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.types-div._4 {
  background-image: url('../images/cleaner.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.types-div._5 {
  background-image: url('../images/jamie-watson.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.types-div._6 {
  background-image: url('../images/drone.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.types-div._7 {
  background-image: url('../images/Spencer.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.types-div._8 {
  background-image: url('../images/Dan.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.types-div._9 {
  background-image: url('../images/nooi_carroll_006.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grey-overlay {
  display: block;
  height: 220px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 190px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(38%, transparent), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.7));
  box-shadow: 1px 1px 3px 0 #cfcfcf;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

.pricing-featurs-list {
  display: block;
  width: 650px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  color: #24252a;
  font-weight: 300;
  text-align: left;
}

.or-signin {
  margin-top: 15px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

._1400-div {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

._1400-div.landing {
  position: relative;
  top: 240px;
}

._1400-div.home {
  position: relative;
  top: 152px;
  max-width: 1400px;
}

.list-titles {
  color: #28323b;
  font-size: 19px;
  line-height: 32px;
  font-weight: 300;
}

._2-up-text-div {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.button-standard {
  display: inline-block;
  padding: 15px 41px;
  border-radius: 3px;
  background-color: #52585f;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
}

.button-standard:hover {
  background-color: #fc924d;
  color: #fff;
}

.button-standard.nice-choice {
  width: 230px;
  padding-right: 14px;
  padding-left: 14px;
  font-family: omnes-pro;
  font-size: 20px;
  font-weight: 300;
}

.button-standard.full-width-button {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
}

.button-standard.full-width-button.sublog-button {
  background-color: #44ac69;
}

.copyright {
  display: inline-block;
  margin-top: 23px;
  margin-bottom: 23px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: none;
}

._700-div {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

._700-div.register-interest-div {
  max-width: 500px;
  padding: 10px 30px 20px;
  background-color: #fff;
}

.thankyou {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.success {
  border-radius: 4px;
  background-color: #40ad5d;
}

.radio {
  display: block;
  width: 20px;
  margin-right: auto;
  margin-left: auto;
}

.text.dark {
  color: #23282e;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.01em;
}

.text.dark.rating-titles {
  text-align: center;
}

.text.dark.small {
  font-size: 11px;
  line-height: 12px;
  text-align: center;
}

.survey-radio-rows {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}

.survey-radio-rows.whitesmoke {
  background-color: #f5f5f5;
}

._10-divs {
  width: 10%;
  float: left;
}

._10-circles {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 11px;
  border-radius: 100px;
  background-color: #00bfff;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

._10-circles._1 {
  background-color: #e40000;
}

._10-circles._2 {
  background-color: #e42100;
}

._10-circles._3 {
  background-color: #e45800;
}

._10-circles._4 {
  background-color: #e48700;
}

._10-circles._5 {
  background-color: #e48700;
}

._10-circles._6 {
  background-color: #d1c900;
}

._10-circles._7 {
  background-color: #b2c900;
}

._10-circles._8 {
  background-color: #87c001;
}

._10-circles._9 {
  background-color: #34a502;
}

._10-circles._10 {
  background-color: #0c9801;
}

._10-radio-field {
  padding-top: 10px;
  padding-left: 34px;
  text-align: center;
}

._10-radio-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
}

.survey-1to10-div {
  padding-bottom: 30px;
  border-bottom: 1px none #bdbdbd;
}

.survey-text-div {
  margin-bottom: 0px;
  padding-bottom: 30px;
}

.survey-dropdown-multiple {
  padding-bottom: 30px;
}

.survey-multiple-choice {
  padding-bottom: 30px;
}

.survey-rate {
  padding-bottom: 30px;
}

.survey-dropdown {
  padding-bottom: 30px;
}

.app-div {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.link-text {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ff7d28;
  border-radius: 4px;
  background-color: #ff7d28;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: proxima-nova;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.link-text:hover {
  background-color: #fff;
  color: #ff7d28;
}

.link-text.white-link {
  border-color: #ebebeb;
  color: #ebebeb;
}

.link-text.white-link:hover {
  background-color: #fff;
  color: #ff7d28;
}

.title {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #23272c;
  font-size: 22px;
  line-height: 1.15em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0em;
  text-transform: none;
}

.title.white {
  color: #fff;
}

.title.white.dark-featrures {
  margin-bottom: 15px;
}

.title.dark-featrures {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.01em;
}

.title.left-on-desktop {
  text-align: left;
}

.section-subtitles {
  display: block;
  max-width: 750px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  color: #444;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.section-subtitles.white {
  color: #fff;
}

.section-subtitles.left-justify {
  margin-bottom: auto;
  text-align: left;
}

.section-subtitles.left-on-desktop {
  text-align: left;
}

.section-subtitles.password-reset {
  margin-top: 10px;
  font-size: 19px;
  line-height: 1.5rem;
}

.section-subtitles.affiliate-text {
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 3px;
}

.landing-subtitle {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #555;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.page-content-div-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.orange-line {
  display: block;
  width: 140px;
  height: 5px;
  margin: 40px auto;
  border-top: 1px solid #ff7d28;
}

.column-40-padding {
  padding: 40px;
}

.column-40-padding.features {
  border-right: 1px none #ebebeb;
  border-bottom: 1px none #ebebeb;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #23272c;
}

.fa-arrow {
  position: relative;
  z-index: 9;
  padding-top: 10px;
  font-family: Fontawesome;
  color: #ff7d28;
  font-size: 30px;
}

.testimonials-div {
  position: relative;
  z-index: 4;
  display: block;
  background-color: #f5f5f5;
}

.our-features-row {
  display: inline-block;
}

.features-title {
  position: static;
  margin-top: 0px;
  color: #262c35;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.features-title.nice-choice {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 32px;
}

.features-title.white {
  margin-top: 5px;
  color: #fff;
}

.features-title.how-it-works {
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
}

.features-title._123 {
  margin-top: 22px;
  color: #fff;
  text-align: left;
}

.paragraph {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 300;
}

.paragraph:hover {
  opacity: 1;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white-left {
  color: #fff;
  text-align: left;
}

.paragraph.white-left.list {
  margin-top: 23px;
  margin-left: 95px;
}

.paragraph.quote {
  margin-top: 53px;
  text-align: left;
}

.paragraph.centre {
  margin-bottom: 20px;
  text-align: center;
}

.paragraph.dropdown {
  padding-right: 30px;
  padding-left: 30px;
}

.paragraph.unsub {
  text-align: center;
}

.features-icon {
  display: block;
  width: 50px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.features-icon.agents {
  width: 45px;
}

.flex-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin: 11px;
  padding: 20px 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.55);
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25);
}

.flex-boxes.user-quotes {
  -webkit-flex-basis: 250px;
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
  border-style: none;
}

.flex-boxes.pricing {
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  border-style: none;
  border-right-color: #525f7f;
  border-bottom-color: #525f7f;
  border-left-color: #525f7f;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 14px 14px 50px 0 rgba(0, 0, 0, 0.1), 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.flex-boxes.invisible {
  border-style: none;
  background-color: transparent;
}

.powerful-features-col {
  height: 800px;
  padding-top: 185px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #23272c;
  letter-spacing: 0.01em;
}

.supplier-slider {
  position: static;
  width: 100%;
  height: 600px;
}

.bottom-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 12%;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 20px;
}

.choice-icons {
  display: inline-block;
}

.inline-div {
  display: inline-block;
}

.supplier-slide-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/photographer_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/photographer_1.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.supplier-slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/window.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/window.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.supplier-slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/painter.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/painter.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.supplier-slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/dan-long.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/dan-long.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.plan-price {
  height: 80px;
  margin-top: 26px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #23272c;
  font-size: 60px;
  line-height: 90px;
  font-weight: 400;
  text-transform: none;
}

.green-tick {
  padding-top: 4px;
  float: left;
  font-family: Fontawesome;
  color: #00b530;
  font-size: 26px;
}

.select-plan-basic {
  display: block;
  margin-top: 20px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-radius: 4px;
  background-color: #40ad5d;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.modal-link.select-plan-basic {
  background-color: #40ad5d;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.modal-link.select-plan-basic:hover {
  background-color: rgba(64, 173, 93, 0.75);
  color: #fff;
}

._1170-div {
  position: static;
  z-index: 9999;
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.landing-section.home {
  height: 900px;
  margin-top: 80px;
}

.landing-section.photographers {
  position: relative;
  height: auto;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.landing-section.developer-api {
  height: 650px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 10, 18, 0.85)), to(rgba(0, 10, 18, 0.85))), url('../images/AdobeStock_126514034sml.jpg');
  background-image: linear-gradient(180deg, rgba(0, 10, 18, 0.85), rgba(0, 10, 18, 0.85)), url('../images/AdobeStock_126514034sml.jpg');
  background-position: 0px 0px, 50% 50%;
}

.landing-section.valuations {
  height: 650px;
  margin-top: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 10, 18, 0.75)), to(hsla(0, 0%, 100%, 0))), url('../images/propertytech-software.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, rgba(0, 10, 18, 0.75), hsla(0, 0%, 100%, 0)), url('../images/propertytech-software.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.landing-section.medical {
  height: 650px;
  margin-top: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 10, 18, 0.75)), to(hsla(0, 0%, 100%, 0))), url('../images/in-home-care-software.jpg');
  background-image: linear-gradient(180deg, rgba(0, 10, 18, 0.75), hsla(0, 0%, 100%, 0)), url('../images/in-home-care-software.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.watch-booking-link {
  margin-top: 15px;
  color: #028ce8;
  font-size: 16px;
  font-weight: 700;
}

.watch-booking-link:hover {
  text-decoration: underline;
}

.xero-list-items {
  color: #52585f;
  font-size: 15px;
  font-weight: 400;
}

.xero-column {
  padding-top: 20px;
  text-align: left;
}

._500-div {
  display: block;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}

.xero-link {
  color: #028ce8;
  font-weight: 700;
  text-decoration: none;
}

.trusted-by-section {
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
}

.trusted-by-text {
  margin-bottom: 30px;
  font-family: mr-eaves-xl-sans;
  color: #007bb6;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.trusted-logos {
  max-width: 66%;
}

.big-page-headings {
  margin-bottom: 60px;
  font-family: proxima-nova;
  color: #313438;
  font-size: 55px;
  font-weight: 700;
}

.video-embed {
  display: block;
  width: 100%;
  height: 450px;
  margin-right: auto;
  margin-left: auto;
}

.affilate-div {
  position: relative;
  display: none;
  width: 100%;
  height: 150px;
  padding-top: 6px;
  border-bottom: 1px solid #ebebeb;
  background-color: #fff;
}

.affiliate-button {
  display: block;
  width: 250px;
  margin-top: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background-color: #e20141;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.affiliate-logo {
  display: block;
  margin: 2px auto -15px;
}

.affiliate-message-in-signup {
  position: static;
  z-index: 9999999;
  display: none;
  max-width: 600px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
}

.affilaita-text-in-signup-modal {
  display: block;
  color: #272a2e;
  font-weight: 300;
}

.affiliate-terms-text {
  color: #272a2e;
  font-size: 8px;
  font-weight: 300;
}

.screenvid2 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.calendar {
  border: 1px solid #b8b8b8;
  box-shadow: 4px 4px 8px -2px rgba(0, 0, 0, 0.4);
}

.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;
}

.signup-divblock {
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  background-color: #f5f5f5;
}

.mc-logo {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.mc-section {
  height: 100vh;
  background-color: #16181b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/Ubookr-for-mortgage-brokers.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/Ubookr-for-mortgage-brokers.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mc-section.signup {
  position: fixed;
  width: 100vw;
  background-image: url('../images/22105250_l.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mc-login-page-div {
  padding-top: 60px;
}

.mc-login-form-text {
  margin-bottom: 5px;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.mc-login-div-block {
  padding: 25px 30px 0px;
}

.mc-login-div-block.mc-password-reset-div {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.mc-ubookr-link {
  color: #8a8888;
}

.mc-heading {
  margin-bottom: 25px;
  color: #fff;
  font-size: 35px;
  font-weight: 300;
}

.mc-sub-heading {
  margin-top: 0px;
  font-size: 23px;
  line-height: 20px;
  font-weight: 300;
}

.mc-text {
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  font-size: 16px;
  font-weight: 300;
}

.mc-sub-headings-div-block {
  margin-top: 25px;
  margin-bottom: 20px;
  padding: 16px;
  border: 1px none #8d8686;
  background-color: #313438;
}

.mc-fa-icons {
  font-family: Fontawesome;
}

.mc-ub-logo {
  width: 80px;
  float: none;
}

.mc-ub-logo-div {
  margin-top: 15px;
}

.mc-container {
  position: absolute;
  left: 0px;
  top: 11%;
  right: 0px;
}

.mc-container.video-page {
  top: 10%;
}

.mc-success {
  margin-top: 35px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 4px;
  font-family: Lato, sans-serif;
}

.mc-success-message {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}

.mc-error {
  border-radius: 4px;
  background-color: #ff7d28;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.mc-error-text {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 300;
}

.coming-soon-early-access-modal {
  position: fixed;
  z-index: 1001;
  display: none;
  width: 100%;
  height: 100vh;
  padding-top: 10%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
}

.register-interest-close {
  position: relative;
  left: 18px;
  top: -21px;
  right: 0px;
  padding-right: 11px;
  padding-left: 11px;
  float: right;
  background-color: transparent;
  font-family: Fontawesome;
  color: #555;
  font-size: 16px;
  font-weight: 700;
}

.error {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
}

.error-text {
  font-family: Lato, sans-serif;
  color: #313438;
  font-size: 18px;
  font-weight: 300;
}

.coming-soon-login-modal {
  position: fixed;
  z-index: 99999;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
}

.launch-checkbox {
  font-family: Lato, sans-serif;
  color: #111;
  font-weight: 300;
  text-align: left;
}

.box {
  border: 1px none #111;
  font-size: 18px;
}

.box-text {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2px;
  color: #23272c;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.03em;
}

.pre-launch-contact-modal-bg {
  position: fixed;
  z-index: 1001;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  background-color: rgba(0, 0, 0, 0.5);
}

.ub-logo-white {
  max-width: 20%;
  opacity: 0.5;
}

.landing-page-titles-div {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  float: left;
}

.landing-page-titles-div.solutions {
  max-width: none;
  float: none;
}

.section-divider-line {
  display: block;
  height: 1px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #4e5358, #fff);
}

.screenvid-slider {
  display: block;
  width: 800px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.column-div-with-padding {
  padding: 30px;
}

.warning-text {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding: 10px 3px;
  border: 1px solid #e20141;
  background-color: #fff;
  font-family: omnes-pro;
  color: #272a2e;
  font-weight: 300;
}

.section-for-form-pages {
  padding-top: 120px;
  padding-bottom: 160px;
  color: #fff;
}

.select-plan-ubookr_plus {
  display: block;
  max-width: 400px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px;
  border-radius: 3px;
  background-color: #ff7d28;
  -webkit-transition: background-color 592ms ease;
  transition: background-color 592ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.select-plan-ubookr_plus:hover {
  background-color: #ff9956;
}

.contact-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  padding-top: 10%;
  background-color: rgba(0, 0, 0, 0.75);
}

.centre-full-page-div {
  position: relative;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.subheading {
  display: block;
  max-width: 800px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #23272c;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.subheading.white {
  color: #fff;
}

.subheading.left {
  line-height: 30px;
  text-align: left;
}

.subheading.light-grey {
  color: #777;
  font-weight: 400;
}

.subheading.centre {
  text-align: center;
}

.subheading.centre.white {
  color: #fff;
}

.body-title {
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #23272c;
  font-size: 33px;
  line-height: 45px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.body-title.white {
  color: #fff;
}

.body-title.tab-titles {
  margin-bottom: 20px;
  color: #fff;
  font-size: 35px;
  text-align: center;
}

.body-title.left {
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: left;
}

.testimonial-name {
  margin-top: 20px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.section-testimonials {
  display: block;
  max-width: 400px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  font-family: omnes-pro;
  color: #275897;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.06em;
}

.image-2 {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
}

.menu-modal {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: block;
  overflow: auto;
  height: 100vh;
  padding-top: 22%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/52908183_l.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/52908183_l.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
}

.home-menu-div {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.home-menu-dropdown {
  width: 400px;
  margin-bottom: 12px;
  padding-bottom: 22px;
  border: 2px solid #fff;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 1317ms ease;
  transition: opacity 1317ms ease;
}

.text-block-2 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.03em;
}

.icon-2 {
  color: #fff;
}

.dropdown-link {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #333;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.03em;
}

.dropdown-link:hover {
  background-color: #028ce8;
  color: #fff;
}

.dropdown-link.top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.dropdown-link.bottom-link {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.home-menu-dropdown-list.w--open {
  background-color: transparent;
  -webkit-transform: translate(0px, -79px);
  -ms-transform: translate(0px, -79px);
  transform: translate(0px, -79px);
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
}

.home-menu-title {
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.learn-more-link {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px none #028ce8;
  border-radius: 3px;
  background-color: #028ce8;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.04em;
}

.learn-more-link:hover {
  background-color: rgba(41, 169, 255, 0.99);
}

.learn-more-link.w--current {
  display: block;
}

._3-icons {
  display: block;
  width: 55px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.image-3 {
  padding-right: 30px;
}

.testetext {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.red-warning {
  color: #e20141;
  font-weight: 800;
}

._5-space {
  height: 5px;
}

.tab-links {
  margin-top: 4px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.03em;
}

.all-features-div {
  display: none;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #24252a;
}

.features-nav {
  width: 110px;
  height: 110px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 13px 10px 10px 11px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.features-nav:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.email-field {
  margin-top: 4px;
  font-family: Lato, sans-serif;
}

.email-field.input-box {
  display: inline;
  width: 300px;
  height: 55px;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: auto;
  float: left;
  border: 1px solid #ff7d28;
  border-radius: 3px 0px 0px 3px;
  background-color: #fff;
  color: #24252a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.email-field.input-box:focus {
  border-color: #fff;
}

.email-field.input-box.landing {
  display: inline-block;
  width: 65%;
  height: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #adadad;
  border-radius: 30px 0px 0px 30px;
  font-family: Montserrat, sans-serif;
  color: #23272c;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.02em;
  text-transform: none;
}

.email-field.input-box.landing::-webkit-input-placeholder {
  color: #525f7f;
  font-weight: 400;
}

.email-field.input-box.landing:-ms-input-placeholder {
  color: #525f7f;
  font-weight: 400;
}

.email-field.input-box.landing::-ms-input-placeholder {
  color: #525f7f;
  font-weight: 400;
}

.email-field.input-box.landing::placeholder {
  color: #525f7f;
  font-weight: 400;
}

.email-field.input-box.landing.agents {
  border-style: solid;
  border-color: #525f7f;
  box-shadow: none;
}

.email-field.input-box {
  display: inline;
  width: 300px;
  height: 55px;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: auto;
  float: left;
  border: 1px solid #ff7d28;
  border-radius: 3px 0px 0px 3px;
  background-color: #fff;
  color: #24252a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.email-field.input-box:focus {
  border-color: #fff;
}

.email-field.input-box.landing {
  display: inline-block;
  width: 65%;
  height: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-color: #adadad #a0a0a0 #adadad #adadad;
  border-radius: 10px 0px 0px 10px;
  font-family: Montserrat, sans-serif;
  color: #262c35;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.02em;
  text-transform: none;
}

.email-field.input-box.landing::-webkit-input-placeholder {
  color: #525f7f;
  font-weight: 400;
}

.email-field.input-box.landing:-ms-input-placeholder {
  color: #525f7f;
  font-weight: 400;
}

.email-field.input-box.landing::-ms-input-placeholder {
  color: #525f7f;
  font-weight: 400;
}

.email-field.input-box.landing::placeholder {
  color: #525f7f;
  font-weight: 400;
}

.submit-button {
  display: inline;
  width: 200px;
  height: 55px;
  padding: auto;
  float: left;
  border: 1px solid #ff7d28;
  border-radius: 0px 3px 3px 0px;
  background-color: #ff7d28;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fc9b5c), to(#ff7d28));
  background-image: linear-gradient(180deg, #fc9b5c, #ff7d28);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #ff8a3d;
}

.submit-button.landing {
  display: block;
  width: 35%;
  height: 60px;
  margin-left: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  border: 1px none #ff7d28;
  border-radius: 0px 30px 30px 0px;
  background-color: #ff7d28;
  background-image: none;
  -webkit-transition: box-shadow 200ms ease, opacity 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, opacity 200ms ease, background-color 200ms ease;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
}

.submit-button.landing:hover {
  box-shadow: 2px 2px 20px -5px rgba(0, 0, 0, 0.33);
  opacity: 0.95;
}

.submit-button.landing.agents {
  background-color: #525f7f;
  background-image: none;
}

.submit-button.landing {
  display: block;
  width: 35%;
  height: 60px;
  margin-left: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  border: 1px none #ff7d28;
  border-radius: 0px 10px 10px 0px;
  background-color: #ff7d28;
  background-image: none;
  -webkit-transition: box-shadow 200ms ease, opacity 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, opacity 200ms ease, background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
}

.submit-button.landing:hover {
  box-shadow: 2px 2px 20px -5px rgba(0, 0, 0, 0.33);
  opacity: 0.95;
}

.email-field-div {
  display: block;
  width: 510px;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.email-field-div.centred {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.email-field-div.centred {
  display: block;
  width: auto;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.wiz-section {
  width: 100vw;
  height: 100vh;
  padding-top: 140px;
}

.wiz-div {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px 40px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
}

.wiz-field {
  height: 40px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  color: #333;
  letter-spacing: 0.04em;
}

.wiz-field-label {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.02em;
}

.wiz-next-button {
  width: 300px;
  margin-top: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
  float: left;
  clear: left;
  border-radius: 5px;
  background-color: #028ce8;
  letter-spacing: 0.02em;
}

.wiz-field-descriptions {
  margin-bottom: 8px;
  color: #262c35;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.02em;
}

.wiz-field-descriptions.mobile {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.wiz-field-descriptions.centre {
  text-align: center;
}

.wiz-field-descriptions.under-button {
  display: block;
  width: 300px;
  text-align: center;
}

.wiz-form-block {
  margin-bottom: 0px;
}

.wiz-tabs {
  width: 650px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-top: 40px;
  background-color: #fff;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.23);
}

.wiz-tab {
  width: 40px;
  height: 40px;
  margin: 10px;
  padding-top: 9px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 40px;
  background-color: #dadada;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.wiz-tab.w--current {
  background-color: #ff7d28;
  color: #fff;
}

.tabs-menu-2 {
  z-index: 99;
  display: inline-block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
}

.wiz-title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.02em;
}

.business-type-selector-div {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.23);
  color: #24252a;
}

.business-type-selector-div:hover {
  border-color: #ff7d28;
  background-color: #24252a;
  opacity: 1;
  color: #fff;
}

.business-type-selector-div:active {
  border-color: #ff7d28;
  opacity: 1;
}

.type-title {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.type-description {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.02em;
}

.email-signup-form-block {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.email-signup-form-block.landing {
  width: 100%;
  float: left;
}

.mc-subheading {
  margin-bottom: 22px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.mc-landing-div {
  position: relative;
  left: 10%;
  top: 0px;
  right: auto;
  bottom: 12%;
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.mc-list-item {
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.03em;
}

.mc-list {
  display: block;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}

.mc-fa-tick {
  font-family: Fontawesome;
  color: #00b530;
}

.div-block-2 {
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.1)), to(hsla(0, 0%, 100%, 0.1)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1));
}

.wiz-check {
  color: #262c35;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  letter-spacing: 0.02em;
}

.wiz-bold-blk-text {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin-right: 55px;
  margin-bottom: 55px;
  float: right;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #262c35;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.wiz-bold-blk-text:hover {
  color: #979797;
}

.wiz-slider {
  display: block;
  width: 380px;
  height: 280px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.wiz-slider.ubookr-faqtoid {
  height: 300px;
}

.wiz-slider-nav {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wiz-slider-icon {
  display: block;
  margin: 0px auto 20px;
}

.wiz-slider-title {
  margin-bottom: 20px;
  color: #525f7f;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.wiz--slider-div {
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  background-color: #fff;
}

.fa-close {
  font-family: Fontawesome;
  color: #4e5358;
  font-size: 30px;
}

.link-block {
  position: relative;
  float: right;
}

.text-block-4 {
  position: relative;
  top: -14px;
}

.wiz-instructions {
  position: relative;
  left: 18%;
  top: 22%;
  display: none;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  float: left;
  border-radius: 5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.show-me-the-money {
  color: #9e2a87;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0em;
}

.supplier-or-agent {
  margin-top: 50px;
  color: #313438;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}

.simple-form-page {
  min-height: 800px;
  padding-top: 210px;
  padding-bottom: 100px;
}

.simple-form-page.light-grey {
  background-image: none;
}

.ops-remboss1-tc-modal-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  padding-top: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}

.ops-remboss2-tc-modal-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  padding-top: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}

.ops-xero-tc-modal-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  padding-top: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}

.get-email-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-block {
  position: relative;
  top: 20%;
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 60px;
  border-radius: 5px;
  background-color: #fff;
}

.white-close-x {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 10px;
  font-family: Nunito;
  color: #9ca1a8;
  font-size: 22px;
  line-height: 22px;
  font-weight: 900;
}

.add-another-button {
  width: 300px;
  padding-top: 11px;
  padding-bottom: 11px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(41, 169, 255, 0.99);
  border-radius: 5px;
  background-color: transparent;
  color: rgba(41, 169, 255, 0.99);
}

.add-another-button.with-space-above {
  margin-top: 15px;
  margin-bottom: 5px;
}

.text-block-6 {
  height: 45px;
  margin-bottom: 15px;
  background-color: #4e5358;
  color: #fff;
}

.fixed-navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  margin-right: 0px;
  padding-right: 25px;
  background-color: transparent;
}

.section-media {
  padding-top: 40px;
  padding-bottom: 40px;
}

.media-logos {
  display: inline-block;
  width: 200px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.media-images {
  margin-right: 30px;
  margin-bottom: 10px;
  float: left;
  border: 1px solid #e0e0e0;
}

.media-container {
  padding: 30px;
  border: 1px solid #e2e2e2;
  background-color: rgba(0, 0, 0, 0.02);
}

.user-logo-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
  background-color: #000a12;
}

.testycols {
  padding-right: 0px;
  padding-left: 0px;
  border-right: 5px solid #f5f5f5;
  border-left: 5px solid #f5f5f5;
  color: #24252a;
}

.dividing-line {
  height: 1px;
  margin-top: 125px;
  margin-bottom: 125px;
  background-color: #e2e0e0;
}

.accept-manage-icons {
  width: 165px;
  margin-top: -35px;
  float: right;
}

.section-titles {
  margin-top: 0px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-size: 32px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.section-titles.white {
  padding-left: 0px;
  color: #fff;
}

.testi-name {
  display: block;
  width: 100%;
  margin-bottom: 28px;
  float: left;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.03em;
}

.face-pic {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
  border-radius: 40px;
}

.face-pic._70px {
  width: 90px;
  height: 90px;
  float: none;
  border-radius: 100px;
}

.take-word-company {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0px;
  color: #dadada;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.03em;
}

.link-text-with-arrow {
  display: inline-block;
  background-color: transparent;
  color: #ff7d28;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.03em;
}

.arrow-link-block {
  display: block;
  width: 300px;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px;
  color: #fff;
}

.arrow-link-block.dark {
  margin-top: 20px;
  color: #24252a;
}

.arrow.left-arrow {
  margin-top: -2px;
}

.twin-section-col {
  height: 825px;
  padding-top: 190px;
  padding-bottom: auto;
  background-color: #616161;
}

.twin-section-col._1 {
  background-color: #4f5b62;
}

.twin-section-col._2 {
  background-color: #1976d2;
}

.staff-list-names {
  float: left;
  color: rgba(41, 169, 255, 0.99);
  text-align: left;
}

.list-item {
  margin-bottom: 2px;
}

.form-2 {
  color: #24252a;
}

.div-block-8 {
  color: #222;
}

.john-flavell {
  width: 100px;
  margin-right: 30px;
  border-radius: 200px;
}

.john-flavell.quote {
  margin-right: 0px;
}

.mc-quote-name {
  display: inline-block;
  margin-top: 14px;
  opacity: 0.5;
  color: #4e5358;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.mc-quote-logo {
  width: 400px;
}

.mc-quote-logo.small {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
}

.solo-team-icons {
  width: 150px;
  margin-bottom: 28px;
}

.infinity-icon {
  width: 400px;
}

.xero-icon {
  width: 400px;
}

.page-quotes {
  display: block;
  width: 400px;
  margin: 60px auto 31px;
  border-left-color: hsla(0, 0%, 100%, 0.3);
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.04em;
}

.page-quotes.wide {
  width: 550px;
  margin-top: 10px;
  margin-bottom: 21px;
  font-size: 16px;
}

.page-quote-person {
  display: block;
  margin-left: 15px;
  opacity: 0.4;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.solutions-icon {
  width: 300px;
  margin-bottom: 50px;
}

.mc-logo-small {
  width: 300px;
}

.row-3 {
  display: block;
}

.service-type-icons {
  display: block;
  width: 40px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  opacity: 0.65;
}

.service-type-icons.large {
  width: 65px;
  opacity: 1;
}

.how-it-works-icons {
  display: block;
  width: 65px;
  margin-top: 5px;
  margin-right: 10px;
  margin-left: auto;
  float: right;
  border-style: none;
  box-shadow: none;
}

.how-it-works-icons.sliders {
  float: left;
}

.how-it-works-icons.calendar {
  box-shadow: none;
}

._600-div {
  display: block;
  width: 600px;
  margin: 10px auto;
}

._600-div.left {
  position: relative;
  left: -329px;
}

._600-div.centre {
  position: relative;
  left: 1px;
}

._600-div.right {
  position: relative;
  left: 273px;
}

.dots {
  width: 150px;
  height: 145px;
  opacity: 0.24;
}

.dots.right {
  position: relative;
  left: 183px;
}

.dots.left {
  position: relative;
  left: -5px;
}

.book-now-button {
  display: block;
  width: 120px;
  height: 50px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  border: 3px solid #fff;
  border-radius: 15px;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
}

.world-map {
  max-width: 750px;
}

.body-2 {
  padding-top: 60px;
}

.post-wizard-div-mobile {
  padding: 50px 15px 10px;
}

.form-3 {
  position: relative;
  z-index: 2;
  display: block;
}

.type-images {
  margin-top: 6px;
  margin-bottom: 6px;
}

.ubx {
  max-width: 800px;
}

.already-using-ubookr {
  margin-top: 13px;
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  text-indent: 0.02em;
}

.already-using-ubookr.dark-text {
  color: #23272c;
}

.sign-in {
  padding-bottom: 2px;
  padding-left: 2px;
  border-bottom: 2px none #666;
  font-weight: 500;
}

.sign-in-link {
  color: #24b47e;
}

.sublog-logo {
  max-width: 250px;
  margin: 20px auto 30px;
  line-height: 30px;
}

.sublog-formblock {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-right: 30px;
  padding-left: 30px;
}

.dark-body {
  background-color: #24252a;
}

.grid-outer-div {
  display: -ms-grid;
  display: grid;
  height: auto;
  margin-top: 74px;
  margin-right: auto;
  margin-left: auto;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-quote {
  border-left-color: hsla(0, 0%, 88.6%, 0.3);
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.04em;
}

.block-quote.slider {
  display: block;
  max-width: 800px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border-left-style: none;
  color: #525f7f;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}

.step-1 {
  display: inline-block;
  width: 200px;
  height: 200px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 175px;
  background-color: hsla(0, 0%, 100%, 0.1);
  background-image: none;
}

.step-instructions {
  display: inline-block;
  width: 300px;
  margin-right: 11px;
  margin-bottom: 11px;
  margin-left: 11px;
  padding: 20px 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-step1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.flex-step2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.flex-step3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 33px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

._123-icons {
  width: 80px;
  margin-top: 59px;
  opacity: 0.34;
}

.div-block-11 {
  display: block;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.user-logos {
  display: block;
  width: 200px;
  height: 50px;
  padding-top: 11px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.big-h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 400%;
  line-height: 75px;
  font-weight: 700;
  text-align: center;
}

.big-h1.home {
  font-family: Montserrat, sans-serif;
  color: #424c63;
  font-size: 45px;
  line-height: 65px;
  text-align: left;
  text-shadow: none;
}

.landing-email-div {
  display: inline-block;
  width: 550px;
  float: none;
}

.landing-email-div.home {
  float: left;
}

.gallery-blur {
  background-image: url('../images/digital-asset-management.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pricing-title {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  text-transform: none;
}

.pricing-small {
  font-size: 20px;
  font-weight: 300;
}

.pricing-dollar {
  position: relative;
  top: -26px;
  font-size: 23px;
}

.pricing-dollar.wiz {
  top: -18px;
}

.pricing-per-whatever {
  font-size: 14px;
}

.pricing-description {
  margin-top: 24px;
  padding: 15px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 53, 0.8)), to(rgba(38, 44, 53, 0.8)));
  background-image: linear-gradient(180deg, rgba(38, 44, 53, 0.8), rgba(38, 44, 53, 0.8));
  color: #fff;
  font-size: 17px;
  line-height: 28px;
}

.pricing-features-row {
  display: block;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 13px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  text-align: left;
}

.pricing-tick {
  width: 16px;
}

.bold-text-2 {
  text-transform: capitalize;
}

.bold-text-3 {
  text-transform: capitalize;
}

.bold-text-4 {
  text-transform: capitalize;
}

.bold-text-5 {
  text-transform: capitalize;
}

.bold-text-6 {
  text-transform: capitalize;
}

.bold-text-7 {
  text-transform: capitalize;
}

.bold-text-8 {
  text-transform: capitalize;
}

.bold-text-9 {
  text-transform: capitalize;
}

.bold-text-10 {
  text-transform: capitalize;
}

.bold-text-12 {
  text-transform: capitalize;
}

.learn-more {
  padding-right: 15px;
  padding-left: 15px;
  color: #028ce8;
  font-size: 12px;
  font-weight: 400;
}

.link-3 {
  color: rgba(41, 169, 255, 0.99);
}

.link-4 {
  color: rgba(41, 169, 255, 0.99);
}

.learn-arrow {
  display: inline-block;
  margin-right: 15px;
  background-color: transparent;
  font-family: Fontawesome;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.03em;
}

.bold-text-13 {
  color: #7e7e7e;
}

.centre1000-div {
  position: relative;
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.app-icon-div {
  display: block;
  width: 400px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.app-store-icon {
  width: 200px;
}

.text-block-7 {
  margin-bottom: 15px;
  font-family: 'Fa 300';
  color: #fff;
  font-size: 50px;
  line-height: 65px;
}

.titles {
  position: static;
  display: block;
  margin: 0px auto 0px 0px;
  font-family: Montserrat, sans-serif;
  color: #262c35;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
}

.titles.white {
  color: #fff;
  font-size: 20px;
}

.titles.solutions-2 {
  margin-bottom: 20px;
}

.good-company {
  padding-top: 51px;
  padding-bottom: 0px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
  background-image: linear-gradient(180deg, #f5f5f5, #f5f5f5);
}

.logo-boxes-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-box {
  width: 185px;
  padding: 20px;
  border-bottom: 1px none #000;
  opacity: 0.66;
}

.asset {
  max-width: 88%;
  margin-top: 18px;
}

.learn-more-button {
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 25px;
  float: left;
  border: 2px solid #ff7d28;
  border-radius: 7px;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #ff7d28;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.learn-more-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7d28), to(#ff7d28));
  background-image: linear-gradient(180deg, #ff7d28, #ff7d28);
  color: #fff;
}

.learn-more-button.centre {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.feature-list-box {
  display: block;
  padding: 10px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.feature-list-box.agents {
  padding: 19px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.6);
  background-color: hsla(0, 0%, 100%, 0.05);
}

.full-width-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.feature-images {
  width: 100%;
  max-width: 888px;
  margin: 0px 28px 11px;
  float: right;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.testimonial-slide {
  padding-top: 40px;
  padding-bottom: 55px;
}

.slider-2 {
  position: relative;
  top: -548px;
  z-index: 2;
  display: block;
  height: 400px;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-color: transparent;
}

.div-block-15 {
  position: relative;
  z-index: 999;
  display: block;
  height: 350px;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0px;
  border-radius: 10px;
  background-color: transparent;
}

.testi-face {
  z-index: 3;
  width: 65px;
  margin-right: auto;
  margin-left: auto;
  border: 2px none #24b47e;
  border-radius: 100px;
  box-shadow: none;
}

.testimonial-names {
  color: #272a2e;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

.testimonial-names.pool {
  color: #fff;
}

.learn-more-links {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: opacity 458ms ease;
  transition: opacity 458ms ease;
  font-family: 'Fa 300';
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.learn-more-links:hover {
  opacity: 0.7;
}

.learn-more-isons {
  position: relative;
  left: 3px;
  top: 2px;
  font-family: Fontawesome;
  color: #fff;
  font-size: 22px;
}

.icon-container {
  width: 66px;
  height: 66px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 8px;
  border-radius: 5px;
  opacity: 0.84;
}

.icon-container.no-bg {
  border-style: none;
  background-color: transparent;
}

.features-small-line-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  width: 1px;
  height: 100%;
  margin-top: auto;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#57b9a8), color-stop(50%, #3b79ac), to(#cf3e71));
  background-image: linear-gradient(0deg, #57b9a8, #3b79ac 50%, #cf3e71);
}

.features-small-line-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1px;
  margin-right: auto;
  margin-left: 0px;
  background-color: #57b9a8;
  background-image: -webkit-gradient(linear, left top, right top, from(#cf3e71), color-stop(50%, #3b79ac), to(#57b9a8));
  background-image: linear-gradient(90deg, #cf3e71, #3b79ac 50%, #57b9a8);
}

.features-small-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1px;
  margin-right: 0px;
  margin-left: auto;
  background-color: #57b9a8;
  background-image: -webkit-gradient(linear, right top, left top, from(#cf3e71), color-stop(50%, #3b79ac), to(#57b9a8));
  background-image: linear-gradient(270deg, #cf3e71, #3b79ac 50%, #57b9a8);
}

.features-small-line-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: #57b9a8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57b9a8), color-stop(50%, #3b79ac), to(#cf3e71));
  background-image: linear-gradient(180deg, #57b9a8, #3b79ac 50%, #cf3e71);
}

.features-wrapper {
  position: relative;
  display: block;
  width: 96%;
  height: 360px;
  padding: 30px 45px 20px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.column-11 {
  padding-top: 54px;
}

.case-study-quote-div {
  margin-top: 55px;
  padding-right: 37px;
  padding-bottom: 40px;
  padding-left: 37px;
  background-color: #f6f9fc;
}

.solutions-fa-icons {
  font-family: 'Fa 300';
  color: #24b47e;
  font-size: 50px;
  line-height: 80px;
  text-align: left;
}

.brand {
  display: inline-block;
  overflow: hidden;
  width: auto;
  padding-left: 0px;
  float: left;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand.w--current {
  float: left;
}

.nav-link {
  display: inline-block;
  padding: 12px 20px;
  -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;
  color: #262c35;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  color: #028ce8;
}

.nav-link.w--current {
  color: #028ce8;
}

.nav-link.demo {
  margin-left: 20px;
  border-radius: 5px;
  background-color: #52585f;
  color: #fff;
}

.logo-wrapper {
  display: inline-block;
  width: 165px;
  padding-top: 20px;
  float: left;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #24252a;
}

.logo-tile {
  max-width: 80px;
}

.slide-nav {
  position: relative;
  top: -135px;
  display: block;
  width: 300px;
  color: #24b47e;
}

.grid-2 {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blue-gradient-div {
  position: absolute;
  left: 0px;
  top: -250px;
  right: 0px;
  display: block;
  max-height: 900px;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 30px;
  background-image: linear-gradient(45deg, #4fafcc, #0056ff);
  box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.1);
}

.blue-gradient-div.side-by-side {
  position: static;
  width: 100%;
  padding-top: 40px;
  border-radius: 0px;
  background-image: linear-gradient(45deg, #4fafcc, #0056ff);
}

.testimonial-company {
  font-family: 'Nunito Sans', sans-serif;
  color: #272a2e;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.testimonial-company.pool {
  color: #fff;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-19 {
  position: relative;
  top: 24%;
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.grid-image-div {
  height: 650px;
  background-image: url('../images/online-bookings-on-my-website.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-image-div.agent {
  background-image: url('../images/online-bookings-for-real-estate-agents.jpg');
}

.grid-image-div.professionals {
  background-image: url('../images/in-home-care-software.jpg');
}

.grid-image-div.providers {
  background-image: url('../images/booking-software-for-real-estate-photographers.jpg');
}

.grid-width-controller {
  display: block;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-20 {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.wedge-section {
  position: relative;
  top: -148px;
  display: block;
  height: 150px;
  margin-bottom: -60px;
  background-image: url('../images/wedge.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grad-numbers {
  position: static;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-left: 40px;
  float: left;
  opacity: 0.25;
  font-size: 30px;
  text-align: left;
  letter-spacing: 0.02em;
}

.div-block-21 {
  position: absolute;
}

.div-block-22 {
  width: 240px;
}

.div-block-23 {
  height: 240px;
}

.div-block-24 {
  height: 240px;
}

.div-block-25 {
  height: 240px;
}

.div-block-26 {
  background-color: #0056ff;
}

.div-block-27 {
  background-color: #0056ff;
}

.div-block-28 {
  border-radius: 240px;
}

.test-overlay-1 {
  position: static;
  left: -7px;
  top: -2px;
  z-index: 1;
  width: 200px;
  height: 200px;
  background-color: rgba(82, 95, 127, 0.3);
}

.div-block-29 {
  width: 100px;
}

.div-block-30 {
  height: 100px;
}

.div-block-31 {
  border-radius: 100px;
}

.div-block-32 {
  border: 1px solid #000;
}

.div-block-33 {
  border: 1px solid #000;
}

.div-block-34 {
  border: 1px solid #000;
}

.div-block-35 {
  border: 10px solid #000;
}

.div-block-36 {
  position: relative;
  left: -7px;
  top: -131px;
  z-index: 2;
  width: 150px;
  height: 150px;
  border-style: solid;
  border-width: 6px;
  border-color: rgba(82, 95, 127, 0.1);
}

.ub-title {
  margin-bottom: 15px;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  font-family: Nunito;
  letter-spacing: -0.02em;
}

.ub-title.or {
  padding-top: 0px;
  font-weight: 700;
}

.ub-subtitle {
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #525f7f;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0em;
}

.ub-subtitle.home {
  max-width: 500px;
  text-shadow: none;
}

.explore-link {
  margin-top: 20px;
  padding-top: 6px;
  padding-bottom: 0px;
  float: left;
  color: #06c;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.explore-link.link-list {
  margin-top: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.explore-link.link-list:hover {
  color: #2dce91;
}

.explore-link.features {
  text-align: center;
}

.explore-link.centre {
  float: none;
  text-align: center;
}

.explore-link.centre:hover {
  border-bottom-style: none;
}

.text-span-4 {
  font-family: 'Fa solid 900';
}

.bold-text-15 {
  margin-left: 10px;
  font-family: 'Fa 300';
  font-weight: 100;
}

.image-19 {
  border-radius: 10px;
}

.spa-images-with-shadow {
  box-shadow: 13px 13px 30px 1px rgba(0, 0, 0, 0.25);
}

.spa-images-with-shadow.no-shadow {
  margin-right: auto;
  margin-left: auto;
  box-shadow: none;
}

.image-22 {
  border-radius: 10px;
}

.content-wrapper {
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.explore-modal-bookings {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.explore-white-div {
  display: block;
  overflow: auto;
  width: 500px;
  height: auto;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px 30px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 14px 14px 50px 0 rgba(0, 0, 0, 0.25);
}

.explore-close-modal {
  display: block;
  padding: 5px 10px;
  border: 0.14em solid #262c35;
  border-radius: 4px;
  color: #262c35;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
}

.explore-link-block {
  margin-top: 30px;
}

.explore-modal-albums {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.explore-modal-calendar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.explore-modal-storage {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.explore-modal-invoicing {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.light-grey {
  background-color: #f6f9fc;
}

.explore-modal-app {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.add-ons-list-items {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(82, 95, 127, 0.34);
}

.qb-icons {
  max-width: 65px;
}

.qb-icons.shake {
  margin-top: 15px;
}

.qb-icon-box {
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  border-radius: 100px;
  background-color: #fff;
}

.column-12 {
  padding-right: 43px;
  padding-left: 43px;
}

.explore-close-modal-bookings {
  display: block;
  padding: 5px 10px;
  border: 0.06em solid #24b47e;
  border-radius: 6px;
  color: #24b47e;
  font-weight: 600;
  text-align: right;
}

.explore-close-modal-app {
  display: block;
  padding: 5px 10px;
  border: 0.06em solid #24b47e;
  border-radius: 6px;
  color: #24b47e;
  text-align: right;
}

.explore-close-modal-calendar {
  display: block;
  padding: 5px 10px;
  border: 0.14em solid #262c35;
  border-radius: 4px;
  color: #262c35;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.explore-close-modal-albums {
  display: block;
  padding: 5px 10px;
  border: 0.06em solid #24b47e;
  border-radius: 6px;
  color: #24b47e;
  text-align: right;
}

.explore-close-modal-storage {
  display: block;
  padding: 5px 10px;
  border: 0.14em solid #262c35;
  border-radius: 4px;
  color: #262c35;
  font-size: 16px;
  line-height: 16px;
}

.explore-link-block-invoicing {
  margin-top: 30px;
}

.image-25 {
  margin-bottom: 0px;
}

.text-span-6 {
  border-bottom: 4px solid #ff7d28;
}

.div-block-37 {
  position: fixed;
  top: 80px;
  width: 100%;
  height: 80px;
  background-color: #028ce8;
}

.link-block-3 {
  position: relative;
  left: auto;
  top: 25%;
  right: 2%;
  bottom: auto;
  width: 40px;
  height: 40px;
}

.text-block-10 {
  font-family: Fontawesome;
  color: #fff;
  font-size: 30px;
}

.enterprise-button {
  position: relative;
  width: 200px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  color: #028ce8;
}

.grid-4 {
  margin-top: 13px;
  -ms-grid-columns: 1fr 3fr 2fr 0.25fr;
  grid-template-columns: 1fr 3fr 2fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-39 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.solutions-grid {
  width: 1000px;
  grid-auto-rows: minmax(160px, auto);
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.solution-2-grid {
  display: none;
  max-width: 1000px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 150px;
}

.image-27 {
  margin-top: 60px;
}

.grid-8 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-solutions-features {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.solutions-features-wrapper {
  padding: 30px 35px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.grid-9 {
  max-width: 1200px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-10 {
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 0.25fr 1fr;
  grid-template-columns: 1fr 0.25fr 1fr;
}

.image-29 {
  box-shadow: 14px 14px 20px 0 rgba(0, 0, 0, 0.15);
}

.image-30 {
  margin-right: auto;
  margin-left: auto;
  border-left: 1px solid #d3d3d3;
  box-shadow: 14px 14px 20px 0 rgba(0, 0, 0, 0.15);
}

.features-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-12 {
  padding: 24px;
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  -ms-grid-columns: 0.5fr 0.75fr;
  grid-template-columns: 0.5fr 0.75fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.grid-13 {
  grid-column-gap: 50px;
  grid-row-gap: 150px;
  -ms-grid-columns: 1.5fr 1.5fr;
  grid-template-columns: 1.5fr 1.5fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.sample-site-wrapper {
  display: block;
  max-width: 1200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 14px 14px 20px 0 rgba(0, 0, 0, 0.15);
}

.sample-site-menu-div {
  height: 65px;
  margin-bottom: 45px;
  padding-top: 13px;
  padding-right: 30px;
  border-bottom: 1px solid #ebebeb;
}

.ss-menu-item {
  display: inline-block;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 17px;
  padding-bottom: 0px;
  padding-left: 17px;
  float: right;
  color: #23272c;
  font-size: 14px;
  font-weight: 500;
}

.grid-14 {
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.image-31 {
  margin-bottom: 37px;
}

.ss-heading {
  display: block;
  max-width: 800px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #24252a;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0em;
}

.html-embed {
  box-shadow: 14px 14px 20px 0 rgba(0, 0, 0, 0.1);
}

.grid-api-features {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-item-wrapper {
  display: inline-block;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 25px;
  border-style: solid;
  border-width: 0.05em;
  border-color: #ccc;
  border-radius: 5px;
  box-shadow: 14px 14px 20px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.plan-name-price {
  margin-bottom: 5px;
  color: #424c63;
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.plan-features-list {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  font-size: 14px;
  line-height: 22px;
  list-style-type: none;
}

.plan-with-side-line {
  padding-top: 50px;
  padding-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 5px 5px 13px 0 #ececec;
}

.ubookr-widget {
  display: block;
  width: 600px;
  height: 700px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.1);
}

.text-and-h1-div {
  max-width: 700px;
  margin: 55px auto 83px;
}

.link-5 {
  color: #2b2b2b;
  font-weight: 700;
}

.body-booking-page {
  margin: 50px -60px 60px;
}

.booking-page-text {
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: none;
}

.booking-page-supplier-logo {
  display: block;
  width: 300px;
  max-width: none;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-align: center;
}

.grid-19 {
  margin-right: auto;
  margin-left: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.columns {
  float: left;
}

.image-32 {
  margin-right: auto;
  margin-left: auto;
}

.list-2 {
  margin-top: 40px;
}

.grid-20 {
  margin-top: 20px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-21 {
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-div {
  margin-right: auto;
  margin-left: auto;
  padding: 10px 10px 15px;
}

.clipped {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#fdc70c), to(#e74039));
  background-image: linear-gradient(90deg, #fdc70c, #e74039);
}

.image-33 {
  margin-right: auto;
  margin-left: auto;
}

.form-4 {
  line-height: 30px;
}

.container-4 {
  max-width: 750px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.title-main {
  font-family: 'Nunito Sans', sans-serif;
  color: #262c35;
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  text-align: left;
}

.title-main.white {
  color: #fff;
}

.title-main.dark {
  color: #262c35;
}

.title-main.centre {
  text-align: center;
}

.title-main._1000px {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.navbar-width {
  height: 80px;
  max-width: 2000px;
  margin-right: 40px;
  margin-left: 60px;
}

.quote {
  margin-bottom: 20px;
  padding: 0px;
  color: #262c35;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.grid-22 {
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content-wrapper-900 {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.signup-button {
  margin-top: 20px;
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #52585f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.signup-button:hover {
  background-color: #2a73b2;
}

.landing-sub {
  display: block;
  max-width: 650px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  color: #666768;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  text-align: left;
}

.landing-sub.dark {
  color: #23272c;
}

.landing-sub.photography {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.landing-sub.centre {
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.landing-sub.centre._800px {
  max-width: 800px;
}

.landing-sub.centre.white {
  color: #fff;
}

.landing-sub.solutions {
  max-width: none;
}

.landing-sub.cloud {
  max-width: none;
  text-align: center;
}

.landing-sub.quickbooks {
  max-width: none;
  text-align: center;
}

.landing-sub.agents-landing {
  color: #bbb;
}

.small-text {
  position: relative;
  padding-top: 10px;
  color: #262c35;
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.subtitles {
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 300;
  text-align: center;
}

.subtitles._800px-wide {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.subtitles.left {
  text-align: left;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
}

.navbar-2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-37 {
  float: left;
}

.grid-23 {
  justify-items: start;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-cloud-storage {
  max-width: 1200px;
  margin: 60px auto 100px;
  justify-items: center;
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.swarz {
  max-width: 108%;
  opacity: 1;
}

.capture {
  opacity: 1;
}

.incredible {
  max-width: 87%;
}

.nuance {
  cursor: none;
}

.nuance1 {
  opacity: 1;
}

.spa-image-calendar {
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  box-shadow: 13px 13px 35px 1px rgba(0, 0, 0, 0.25);
}

.heading {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: 'Nunito Sans', sans-serif;
  color: #262c35;
  font-size: 38px;
  line-height: 130%;
  font-weight: 600;
}

.heading.white {
  color: #fff;
}

.grid-25 {
  margin-top: 100px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-39 {
  margin-right: auto;
  margin-left: auto;
}

.text-span-7 {
  color: #262c35;
  font-size: 12px;
  font-weight: 300;
}

.checkbox-label {
  padding-top: 2px;
}

.grid-26 {
  max-width: 440px;
  margin-top: 40px;
  margin-bottom: 20px;
  justify-items: start;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-26.mobile-slide {
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
}

.remax {
  max-width: 85%;
}

.sothebys {
  max-width: 85%;
}

.plan-name-blue {
  margin-bottom: 10px;
  color: #424c63;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.choose-plan-button {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  border-radius: 8px;
  background-color: #028ce8;
  box-shadow: 2px 2px 6px 0 #cecece;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-weight: 400;
  text-transform: none;
}

.choose-plan-button:hover {
  background-color: #026fb8;
}

.plan-features {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #262c35;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0em;
  white-space: normal;
}

.plan-features:hover {
  opacity: 1;
}

.plans-grid-new {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 20px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #23272c;
}

.social-icons-grid {
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-icons-div {
  width: 350px;
  margin: 15px auto;
}

.grid-28 {
  -ms-grid-columns: 0.5fr 0.75fr;
  grid-template-columns: 0.5fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-30 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  grid-row-gap: 26px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.pricing-addon-divs {
  display: -ms-grid;
  display: grid;
  padding: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 1px solid #ececec;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 9px 9px 7px 0 #ececec;
}

.dollar {
  position: relative;
  top: -20px;
  padding-right: 2px;
  font-size: 26px;
  line-height: 20px;
}

.plan-list-item {
  margin-bottom: 3px;
}

.addon-heading {
  margin-bottom: 20px;
  color: #424c63;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.addon-price {
  display: inline;
  margin-bottom: 5px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #424c63;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.plan-description {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 10px 100px 10px 70px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #8fbddb;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.plan-description:hover {
  opacity: 1;
}

.dollar-addon {
  position: relative;
  top: -11px;
  padding-right: 2px;
  font-size: 20px;
  line-height: 20px;
}

.addon-billing-terms {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Nunito;
  color: #424c63;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
  white-space: normal;
}

.addon-billing-terms:hover {
  opacity: 1;
}

.image-40 {
  border-style: none;
  border-width: 1px;
  border-color: #c4c4c4;
}

.div-block-42 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.addon-boxed {
  display: inline-block;
  padding: 3px;
  border-radius: 3px;
  background-color: #9fabb6;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
}

.image-41 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.cloud-div {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.booking-definition {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-size: 11px;
  line-height: 18px;
  text-align: left;
}

.fine-print {
  position: relative;
  left: 4px;
  top: -5px;
  font-size: 10px;
}

.grid-31 {
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.plan-selector-div {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.grid-32 {
  margin-top: 100px;
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wiz-plan-div {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.23);
}

.wiz-plan-div:hover {
  background-color: #23272c;
  color: #fff;
}

.wiz-plan-div:active {
  background-color: #23272c;
  color: #fff;
}

.price-per-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0em;
  text-transform: none;
}

.price-per-text.wiz {
  font-size: 16px;
}

.grid-33 {
  height: 520px;
  margin-top: 40px;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.plan-features-item {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.plan-name {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
}

.wiz-plans-grid {
  grid-column-gap: 10px;
  -ms-grid-columns: 1fr 0.25fr 1fr;
  grid-template-columns: 1fr 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.plan-price-wiz {
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  line-height: 90px;
  font-weight: 400;
  text-transform: uppercase;
}

.plan-div {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.23);
}

.grid-34 {
  grid-column-gap: 10px;
  -ms-grid-columns: 1fr 0.25fr 1fr;
  grid-template-columns: 1fr 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.signup-email-field {
  width: 60%;
  height: 56px;
  float: left;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 400;
}

.signup-email-field::-webkit-input-placeholder {
  color: #aaa;
  font-size: 18px;
  letter-spacing: 0.01em;
}

.signup-email-field:-ms-input-placeholder {
  color: #aaa;
  font-size: 18px;
  letter-spacing: 0.01em;
}

.signup-email-field::-ms-input-placeholder {
  color: #aaa;
  font-size: 18px;
  letter-spacing: 0.01em;
}

.signup-email-field::placeholder {
  color: #aaa;
  font-size: 18px;
  letter-spacing: 0.01em;
}

.signup-email-button {
  display: block;
  width: 40%;
  height: 56px;
  float: right;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #52585f;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.grid-landing-icon {
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  grid-column-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-42 {
  width: 70px;
  margin-right: auto;
  margin-left: auto;
}

.small-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.small-heading.centre {
  font-size: 20px;
  line-height: 150%;
}

.small-heading.left {
  margin-top: 0px;
}

.grid-35 {
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-list-3 {
  display: none;
  margin-top: 9px;
  background-color: #fff;
  box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-list-3.w--open {
  margin-top: 10px;
}

.dropdown-list-3.why-ubookr {
  width: 400px;
  padding-bottom: 10px;
}

.dd-item {
  padding-right: 30px;
  padding-left: 30px;
}

.grid-37 {
  max-width: 400px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  grid-column-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.landing-button {
  width: 180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: #52585f;
  font-size: 16px;
  font-weight: 400;
}

.landing-button.start-trial {
  position: static;
  background-color: #dde1e5;
  color: #161719;
}

.orange {
  color: #ff7d28;
}

.landing-photography {
  display: block;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 50px 20px;
  background-image: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.quote-swartz {
  margin-bottom: 20px;
  padding: 0px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.01em;
}

.section-less-top-copy {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 50px 100px;
  float: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.testimonials-section {
  position: static;
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  padding: 80px 50px 100px;
  float: none;
  background-color: #f5f5f5;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.features-slides-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.slider-3 {
  height: 700px;
  background-color: #fff;
}

.footer-signup-buttons {
  max-width: 400px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal-heading {
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
}

.modal-subheading {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.modal-aready-account {
  margin-top: 13px;
  color: #b6b6b6;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-align: right;
  text-indent: 0.02em;
}

.standard-grey-button {
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: #52585f;
  font-size: 16px;
  font-weight: 400;
}

.standard-grey-button.left {
  float: left;
}

.grid-38 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-wrapper-footer {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.trusted-by-slider {
  display: none;
}

.content-wrapper-features-slider {
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.landing-pool-inspections {
  display: block;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 50px 60px;
  background-image: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.pool-testimonial {
  padding: 100px 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/software-for-pool-certifiers.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/software-for-pool-certifiers.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.quote-pool {
  margin-bottom: 20px;
  padding: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.01em;
}

.testimonial-div-pool {
  margin-right: auto;
  margin-left: auto;
  padding: 10px 10px 15px;
}

.grid-39 {
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-43 {
  float: left;
  border-radius: 100px;
}

.grid-40 {
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.lamding-solutions {
  margin-top: 80px;
  padding: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/enterprise-booking-software.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/enterprise-booking-software.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.grid-41 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.grid-staff-management {
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-42 {
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-44 {
  padding-top: 20px;
}

.dd-heading {
  padding-right: 30px;
  padding-left: 30px;
  color: #262c35;
  font-weight: 700;
}

.dd-heading:hover {
  color: #35a1f3;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.property-listing-explainer {
  max-width: 600px;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.grid-43 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.white-box {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
  background-color: #fff;
}

.page-link {
  display: block;
  margin-top: 10px;
  text-align: left;
}

.spacecraft-testimonial-section {
  padding: 10px 20px;
}

.content {
  padding: 60px 60px 80px;
}

.content.content-1 {
  background-color: rgba(0, 0, 0, 0.06);
}

.content.content-2 {
  background-color: rgba(0, 0, 0, 0.02);
}

.content.content-4 {
  background-color: rgba(0, 0, 0, 0.08);
}

.content.content-5 {
  padding: 180px 100px;
  background-color: rgba(125, 165, 204, 0.9);
}

.content.app {
  background-image: url('../images/ubookr-app.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-44 {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  justify-items: end;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1.75fr 0.75fr;
  grid-template-columns: 1.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.spacecraft-wording {
  font-family: 'Nunito Sans', sans-serif;
  color: #262c35;
  font-size: 22px;
  line-height: 130%;
  font-weight: 300;
  text-align: left;
}

.features-grid-section {
  padding: 10px 20px;
}

.grid-45 {
  display: -ms-grid;
  display: grid;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.features-content {
  max-width: 500px;
}

.grid-46 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.features-content-links {
  display: block;
  margin-top: 15px;
  color: #06c;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.features-content-links.left {
  text-align: left;
}

.connection-section {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 220px 100px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/real-estate-hub.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/real-estate-hub.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hub-div {
  width: 700px;
}

.hub-wording {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 130%;
  font-weight: 200;
  text-align: left;
}

.not-just-a-booking-system {
  margin: 20px 20px 10px;
  padding: 120px 100px;
  background-color: rgba(125, 165, 204, 0.4);
}

.content-wrapper-1100 {
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-12 {
  display: inline-block;
  font-size: 25px;
}

.grid-47 {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: start;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-48 {
  max-width: 200px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-47 {
  border-radius: 60px;
}

.div-block-45 {
  padding-left: 20px;
  border-left: 15px solid hsla(0, 0%, 100%, 0.5);
}

.text-block-13 {
  font-weight: 300;
}

.unsub-div {
  min-height: 500px;
}

.price-percentage {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
}

.price-dollar-fee {
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 300;
  text-align: center;
}

.price-dollar-fee._800px-wide {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.price-dollar-fee.left {
  text-align: left;
}

.prices-panel {
  max-width: 600px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.23);
}

html.w-mod-js *[data-ix="tab-arrows"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

html.w-mod-js *[data-ix="scroll-link-text"] {
  opacity: 0;
  width: 120px;
  height: auto;
}

html.w-mod-js *[data-ix="scroll-link-block"] {
  width: 20px;
  height: 20px;
}

html.w-mod-js *[data-ix="hide-on-load"] {
  display: none;
}

html.w-mod-js *[data-ix="popup"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="popup-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="popup-3"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="popup-4"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="slide-in-from-left"] {
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="slide-from-right"] {
  -webkit-transform: translate(85px, 0px);
  -ms-transform: translate(85px, 0px);
  transform: translate(85px, 0px);
}

html.w-mod-js *[data-ix="fall-from-top"] {
  -webkit-transform: translate(0px, -1200px);
  -ms-transform: translate(0px, -1200px);
  transform: translate(0px, -1200px);
}

html.w-mod-js *[data-ix="1-to-4-steps"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="1-to-4-steps-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="ute"] {
  -webkit-transform: translate(-900px, 0px);
  -ms-transform: translate(-900px, 0px);
  transform: translate(-900px, 0px);
}

html.w-mod-js *[data-ix="icon-swell"] {
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}

html.w-mod-js *[data-ix="testi-1"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="testi-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="testi-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="circle-ubookr"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="circle-photographer"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slide-up-phone"] {
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="iphone-from-left"] {
  -webkit-transform: translate(-30%, 0px);
  -ms-transform: translate(-30%, 0px);
  transform: translate(-30%, 0px);
}

html.w-mod-js *[data-ix="ipad-from-right"] {
  -webkit-transform: translate(30%, 0px);
  -ms-transform: translate(30%, 0px);
  transform: translate(30%, 0px);
}

html.w-mod-js *[data-ix="video-scaling"] {
  opacity: 0.8;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="show-hiden-nav"] {
  display: block;
}

html.w-mod-js *[data-ix="testimonial-enlarge"] {
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

@media screen and (min-width: 1280px) {
  .testimonial-names.pool {
    color: #fff;
  }

  .testimonial-company.pool {
    color: #fff;
  }

  .explore-link:hover {
    background-color: #818181;
    color: #fff;
  }

  .title-main.centre {
    margin-right: auto;
    margin-left: auto;
  }

  .title-main._1000px {
    margin-right: auto;
    margin-left: auto;
  }

  .dropdown-list-3.w--open {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
  }

  .quote-swartz {
    color: #707379;
  }

  .testimonials-section {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .trusted-by-slider {
    display: none;
  }

  .content-wrapper-features-slider {
    max-width: 1200px;
  }

  .pool-testimonial {
    padding: 140px 60px;
  }

  .grid-39 {
    -ms-grid-columns: 1fr 0.5fr;
    grid-template-columns: 1fr 0.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-44 {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .spacecraft-wording {
    padding-left: 0px;
    border-left-style: none;
  }

  .features-content {
    margin-right: auto;
    margin-left: auto;
  }

  .not-just-a-booking-system {
    background-color: rgba(125, 165, 204, 0.2);
  }

  .content-wrapper-1100 {
    max-width: 1100px;
  }
}

@media screen and (max-width: 991px) {
  body {
    height: 100%;
    background-color: #fff;
    background-size: cover;
  }

  h1 {
    bottom: 36%;
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  h3 {
    font-size: 26px;
    line-height: 36px;
  }

  h4 {
    font-size: 22px;
    line-height: 28px;
  }

  h5 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-shadow: none;
  }

  h6 {
    box-shadow: none;
    text-shadow: none;
  }

  .button {
    display: block;
  }

  .button.modal-link {
    border-color: #fff;
    box-shadow: none;
    text-shadow: none;
  }

  .signup-t-c.signup-bar-t-c {
    margin-top: 0px;
    background-color: transparent;
    color: #474747;
    line-height: 17px;
  }

  .footer-titles {
    margin-left: 10px;
    text-shadow: none;
  }

  .footer-link {
    margin-left: 9px;
    text-shadow: none;
  }

  .footer-row {
    padding-left: 30px;
    text-shadow: none;
  }

  .footer-row.launch {
    width: 650px;
  }

  .signup-modal {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 5px;
    overflow: auto;
    text-shadow: none;
  }

  .modal-window {
    margin-top: 40px;
  }

  .modal-window.modwin {
    width: 85%;
    padding-right: 0px;
    padding-left: 0px;
    text-shadow: none;
  }

  .modal-container {
    padding: 0px;
    text-shadow: none;
  }

  .modal3-background {
    display: none;
  }

  .modal3-window {
    width: 80%;
    margin-top: 103px;
  }

  .plan-buttons.login {
    background-color: #40ad5d;
  }

  .close {
    text-shadow: none;
  }

  .menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 4px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-shadow: none;
  }

  .menu-button:hover {
    color: #e36432;
  }

  .menu-button:active {
    background-color: transparent;
    color: #fff;
  }

  .menu-button.w--open {
    display: inline-block;
    float: right;
    background-color: transparent;
    text-shadow: none;
  }

  .menu-button.right {
    padding-top: 14px;
    padding-bottom: 8px;
    float: right;
    text-shadow: none;
  }

  .menu-button.right.w--open {
    text-shadow: none;
  }

  .menu-button.right.main-menu-button {
    z-index: 99;
    padding-top: 16px;
    padding-right: 22px;
    text-shadow: none;
  }

  .menu-button.right.main-menu-button.w--open {
    text-shadow: none;
  }

  .nav-menu {
    width: 230px;
    height: auto;
    margin-top: 65px;
    background-color: rgba(0, 0, 0, 0.9);
    text-shadow: none;
  }

  .nav-menu.right {
    margin-top: 60px;
    float: right;
    border-left: 1px none #bdbdbd;
    background-color: rgba(0, 0, 0, 0.49);
    text-shadow: none;
  }

  .nav-menu.right.main-menu-nav {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 98;
    margin-top: 0px;
    padding-top: 0px;
    border-style: none;
    border-width: 5px 5px 1px 6px;
    border-color: #fff #fff #000;
    background-color: #000;
    text-shadow: none;
  }

  .tab-link {
    width: 28%;
    height: 65px;
    box-shadow: none;
    text-shadow: none;
  }

  .tab-link.w--current {
    box-shadow: none;
  }

  .signup-fields {
    text-shadow: none;
  }

  .signup-fields.white-field {
    text-shadow: none;
  }

  .signup-fields.white-field.textarea {
    text-shadow: none;
  }

  .section {
    padding: 50px 20px;
    text-shadow: none;
  }

  .section.iphone-bg {
    padding-top: 40px;
    background-image: url('../images/Ubookr_app.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    text-shadow: none;
  }

  .section.iphone-bg.with-image {
    background-position: 50% 50%;
  }

  .section.signup {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.whitesmoke {
    z-index: 1;
  }

  .section.app-section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.dan-section {
    height: 500px;
    padding-top: 204px;
  }

  .section.complete-solution {
    padding-top: 0px;
  }

  .section.auto-manual {
    z-index: 1;
  }

  .section.testi-slider {
    position: static;
    top: 0px;
    height: 750px;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .section.agents-slider {
    position: static;
    top: 0px;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .section.features {
    background-image: linear-gradient(29deg, #fcc727 4%, #f8963a 15%, #b501e2 69%, #fc474a);
  }

  .section.agents-landing {
    height: 100vh;
  }

  .section.whitesmoke.top {
    margin-top: 0px;
  }

  .section.landing {
    height: 500px;
    margin-top: 0px;
    padding-top: 62px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.features-top-section {
    margin-top: 0px;
  }

  .section.mobile {
    margin-top: 0px;
  }

  .section.top {
    margin-top: 0px;
  }

  .section.agents-landing {
    height: auto;
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 40px;
  }

  .scroll-link-div {
    text-shadow: none;
  }

  ._30-below {
    box-shadow: none;
    text-shadow: none;
  }

  .link {
    text-shadow: none;
  }

  .white-navigation-bar {
    height: 65px;
    margin-right: 0px;
    margin-left: 0px;
    text-shadow: none;
  }

  .white-navigation-bar.bottom-line {
    z-index: 999;
    height: 65px;
    border-bottom-color: #c7c7c7;
  }

  .fp-nav-link {
    position: relative;
    display: block;
    height: auto;
    padding: 17px 0px;
    border-top: 1px none #545454;
    border-bottom: 1px none #fff;
    box-shadow: none;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-shadow: none;
  }

  .fp-nav-link:hover {
    border-bottom: 1px none #000;
    background-color: #028ce8;
    color: #fff;
    font-weight: 400;
  }

  .fp-nav-link.w--current {
    height: auto;
    border-bottom-width: 0px;
    background-color: #028ce8;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
  }

  .fp-nav-link.modal-link {
    text-shadow: none;
  }

  .fp-nav-link.modal-link.white-text.as-button {
    display: block;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .fp-nav-link.modal5-link.white-text.login-button {
    max-width: 200px;
  }

  .fp-nav-link.white-text {
    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;
  }

  .fp-nav-link.white-text:hover {
    text-decoration: none;
  }

  .fp-nav-link.as-button {
    margin-top: 0px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-style: none;
  }

  .tab-content {
    min-height: 600px;
  }

  .menu-icon {
    position: static;
    color: #313438;
    font-size: 35px;
    text-shadow: none;
  }

  .policy-headings {
    text-shadow: none;
  }

  .login-div {
    margin-top: 80px;
    text-shadow: none;
  }

  .login-div._500-wide {
    text-shadow: none;
  }

  .login-div.signup {
    width: 600px;
  }

  .login-detect {
    width: 250px;
    margin-left: 0px;
    text-shadow: none;
  }

  .app-link-block {
    box-shadow: none;
    text-shadow: none;
  }

  .text-field {
    text-shadow: none;
  }

  .text-field.textarea {
    text-shadow: none;
  }

  .text-field.no-top {
    box-shadow: none;
    text-shadow: none;
  }

  .circle-numbers {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 80px;
    margin-bottom: 0px;
    padding-top: 36px;
    font-size: 70px;
    text-shadow: none;
  }

  ._1to4-row {
    text-shadow: none;
  }

  .step1 {
    display: block;
    width: 220px;
    height: 220px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-shadow: none;
  }

  .white {
    box-shadow: none;
    text-shadow: none;
  }

  ._1to4-headings {
    padding-right: 5px;
    padding-left: 5px;
    box-shadow: none;
    font-size: 20px;
    text-shadow: none;
  }

  ._20-below {
    box-shadow: none;
    text-shadow: none;
  }

  .brand-logo {
    text-shadow: none;
  }

  .brand-logo.w--current {
    width: auto;
    height: auto;
    background-image: url('../images/ub.jpg');
    background-position: 50% 50%;
    background-size: 80px;
    background-repeat: no-repeat;
    text-shadow: none;
  }

  .left-justify {
    text-shadow: none;
  }

  .section-title {
    max-width: 700px;
    margin-bottom: 10px;
    font-size: 35px;
    text-align: center;
  }

  .section-title.white-text {
    box-shadow: none;
    text-shadow: none;
  }

  .section-title.left-of-desktop {
    text-align: center;
  }

  .section-title.nice-choice {
    font-size: 25px;
  }

  .icon-columns {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 11px;
    padding-left: 11px;
    text-shadow: none;
  }

  .line-div {
    max-width: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .features-row {
    margin-top: 0px;
    text-shadow: none;
  }

  .subtitle {
    box-shadow: none;
    text-shadow: none;
  }

  .dark-text {
    font-size: 17px;
    text-shadow: none;
  }

  .white-text {
    box-shadow: none;
    text-shadow: none;
  }

  ._20-space {
    text-shadow: none;
  }

  .pricing-column-divs.top-pricing-divs.mobile {
    text-shadow: none;
  }

  .pricing-column-divs.left-pricing-divs {
    text-shadow: none;
  }

  .pricing-button {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #5cb85c;
    box-shadow: none;
    text-shadow: none;
  }

  .pricing-features {
    padding-left: 42px;
    text-shadow: none;
  }

  .pricing-features.free {
    padding-left: 36px;
  }

  .pricing-column-text.mobile-pricing-left {
    text-shadow: none;
  }

  .pricing-plan-ticks {
    text-shadow: none;
  }

  .pricing-plan-ticks.cross {
    text-shadow: none;
  }

  .prices {
    padding-right: 20px;
    padding-left: 20px;
    text-shadow: none;
  }

  .prices.blank {
    border-top-left-radius: 0px;
  }

  .prices.mobile {
    text-shadow: none;
  }

  .price-name {
    box-shadow: none;
    line-height: 35px;
    text-shadow: none;
  }

  .price-name.aud {
    box-shadow: none;
    text-shadow: none;
  }

  .price-name.plans-title {
    box-shadow: none;
    font-size: 15px;
    text-shadow: none;
  }

  .price {
    font-size: 70px;
    text-shadow: none;
  }

  .price.plan-cost-basic {
    text-shadow: none;
  }

  .price.plan-cost-business {
    letter-spacing: 0px;
    text-shadow: none;
  }

  .price.plan-cost-enterprise {
    text-shadow: none;
  }

  .price.plan-cost-solo {
    text-shadow: none;
  }

  .dollar-sign {
    text-shadow: none;
  }

  .question-mark {
    text-shadow: none;
  }

  .forgot-password.modal5-link {
    text-shadow: none;
  }

  .login-modal {
    position: fixed;
    z-index: 99999;
    text-shadow: none;
  }

  .modal5-window {
    margin-top: 0%;
    text-shadow: none;
  }

  .main-menu-bar {
    height: 65px;
    margin-top: 0px;
    text-shadow: none;
  }

  .main-menu-bar.at-top {
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
  }

  .main-menu-section {
    text-shadow: none;
  }

  .main-menu-section.closed {
    text-shadow: none;
  }

  .main-menu-wrapper {
    margin-top: 65px;
    text-shadow: none;
  }

  .scroll-menu {
    position: relative;
    left: 0px;
    top: 0%;
    right: 0px;
    padding-top: 80px;
    text-shadow: none;
  }

  .supplier-features-blocks {
    display: block;
    width: auto;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 22px;
    padding-right: 11px;
    padding-left: 11px;
    text-shadow: none;
  }

  .supplier-features-blocks.answers {
    width: 275px;
    height: auto;
    text-shadow: none;
  }

  ._40-space {
    display: block;
    height: 30px;
    text-shadow: none;
  }

  ._40-space.persistent {
    display: block;
  }

  ._40-space.disappear-on-mobile {
    display: block;
  }

  .subs {
    max-width: 700px;
    margin-top: 0px;
    box-shadow: none;
    text-shadow: none;
  }

  .q-staff {
    text-shadow: none;
  }

  .a-staff {
    left: 210px;
    top: 150px;
    display: none;
    text-shadow: none;
  }

  .a-services {
    left: 210px;
    text-shadow: none;
  }

  .a-bookings {
    left: 210px;
    display: none;
    text-shadow: none;
  }

  .a-travel {
    display: none;
    text-shadow: none;
  }

  .a-app {
    text-shadow: none;
  }

  .a-notifications {
    text-shadow: none;
  }

  .a-support {
    text-shadow: none;
  }

  .a-customers {
    text-shadow: none;
  }

  .a-custom {
    text-shadow: none;
  }

  .a-website {
    text-shadow: none;
  }

  .a-areas {
    text-shadow: none;
  }

  .a-reporting {
    text-shadow: none;
  }

  .counter-outer-div.supply {
    text-shadow: none;
  }

  ._80-space {
    height: 50px;
    text-shadow: none;
  }

  .fa-cross {
    text-shadow: none;
  }

  .a-addon {
    text-shadow: none;
  }

  .features-overlay-text {
    display: none;
    width: 230px;
    height: 280px;
    letter-spacing: 0em;
    text-shadow: none;
  }

  .features-plus {
    text-shadow: none;
  }

  ._1-4-text {
    padding-right: 28px;
    padding-left: 28px;
    text-shadow: none;
  }

  .little-learn-more {
    text-shadow: none;
  }

  .app-icons-row {
    text-shadow: none;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-shadow: none;
  }

  ._1to4-columns {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    text-shadow: none;
  }

  .titles-spacer {
    height: 20px;
    text-shadow: none;
  }

  .supplier-icon-titles {
    text-shadow: none;
  }

  .floating-signup-div {
    width: auto;
    text-shadow: none;
  }

  .text-block {
    line-height: 1.4em;
  }

  .icon {
    margin-bottom: 0px;
    box-shadow: none;
    text-shadow: none;
  }

  .icon.all-features {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .pricing-div {
    padding-left: 0px;
    text-shadow: none;
  }

  .pricing-div.free {
    padding-left: 10px;
    text-shadow: none;
  }

  .mini-signup-fields {
    border-radius: 4px;
  }

  .scroll-down {
    display: none;
  }

  .circles-cont {
    height: 650px;
  }

  ._120-space {
    height: 80px;
  }

  .body.features {
    padding-top: 0px;
  }

  .circ8 {
    left: 532px;
  }

  .circ9 {
    left: 478px;
  }

  .testy-text-div {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    height: 100%;
    padding-top: 12px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    font-size: 17px;
    line-height: 22px;
  }

  .nice-choice-arrow {
    display: block;
  }

  .new-plans-div {
    width: auto;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .coming-soon {
    font-size: 40px;
    line-height: 50px;
  }

  .business-types-row {
    margin-bottom: 5px;
  }

  .social-icon {
    margin-bottom: 60px;
  }

  .laptop-lightbox {
    display: block;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .types-div._3 {
    margin-left: -7px;
    background-size: cover;
  }

  .pricing-featurs-list {
    width: auto;
  }

  ._1400-div {
    padding-right: 10px;
    padding-left: 10px;
  }

  ._1400-div.landing {
    position: static;
    max-width: 90%;
    margin-top: 65px;
    padding-top: 70px;
  }

  ._1400-div.home {
    top: 35px;
    padding-right: 82px;
    padding-left: 82px;
  }

  .list-titles {
    line-height: 27px;
  }

  .button-standard.nice-choice {
    width: 210px;
  }

  ._10-radio-field {
    padding-left: 23px;
  }

  .title {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .title.left-on-desktop {
    text-align: center;
  }

  .section-subtitles {
    max-width: 600px;
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .section-subtitles.left-on-desktop {
    text-align: center;
  }

  .landing-subtitle {
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-shadow: 0 -1px 1px hsla(0, 0%, 100%, 0.5);
  }

  .page-content-div-block {
    position: static;
    z-index: 9;
  }

  .orange-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  ._3-column-div {
    max-width: 600px;
  }

  .column-40-padding {
    padding: 30px;
  }

  .column-40-padding.features {
    padding-top: 0px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .features-title.white {
    text-shadow: none;
  }

  .paragraph {
    -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;
  }

  .paragraph.white.centre {
    text-align: center;
  }

  .powerful-features-col {
    height: 480px;
    padding-top: 60px;
  }

  .inline-div {
    display: block;
  }

  .ub-logo {
    height: auto;
  }

  .landing-section {
    height: auto;
    margin-top: 65px;
    padding-bottom: 30px;
  }

  .landing-section.home {
    height: auto;
  }

  .landing-section.photographers {
    margin-top: 65px;
    padding-bottom: 0px;
  }

  .landing-section.developer-api {
    height: 400px;
    margin-top: 65px;
  }

  .landing-section.valuations {
    height: 400px;
    margin-top: 65px;
  }

  .landing-section.medical {
    height: 400px;
    margin-top: 65px;
  }

  .trusted-by-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .trusted-by-text {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .trusted-logos {
    margin-bottom: 40px;
  }

  .big-page-headings {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .affilate-div {
    border-top: 1px solid #ebebeb;
  }

  .screenvid2 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .signup-divblock {
    width: auto;
    max-width: 650px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .mc-logo {
    width: 400px;
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .mc-section {
    padding-top: 30px;
  }

  .mc-section.signup {
    padding-top: 0px;
  }

  .mc-login-page-div {
    padding-top: 0px;
  }

  .mc-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .mc-container {
    top: 30px;
  }

  .landing-page-titles-div {
    top: 5%;
    right: 20px;
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
  }

  .screenvid-slider {
    width: 600px;
  }

  .column-div-with-padding {
    padding: 10px 10px 20px;
  }

  .slider {
    display: block;
    width: 580px;
    height: 380px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }

  .warning-text {
    font-size: 18px;
    line-height: 28px;
  }

  .section-for-form-pages {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .centre-full-page-div {
    display: block;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .subheading {
    line-height: 28px;
    font-weight: 300;
  }

  .subheading.left {
    width: auto;
    text-align: left;
  }

  .subheading.centre {
    font-weight: 400;
  }

  .body-title {
    font-size: 20px;
    line-height: 32px;
  }

  .body-title.white {
    margin-bottom: 0px;
  }

  .body-title.tab-titles {
    text-align: center;
  }

  .image-3 {
    max-width: 75%;
    margin-bottom: 20px;
  }

  .email-field.input-box {
    border-radius: 10px;
    text-align: center;
  }

  .email-field.input-box.landing {
    display: block;
    width: 100%;
    margin-bottom: 11px;
    border-width: 0.14em;
    border-color: #000;
    border-radius: 5px;
    color: #262c35;
    font-weight: 400;
    text-align: center;
  }

  .email-field.input-box.landing::-webkit-input-placeholder {
    color: #525f7f;
  }

  .email-field.input-box.landing:-ms-input-placeholder {
    color: #525f7f;
  }

  .email-field.input-box.landing::-ms-input-placeholder {
    color: #525f7f;
  }

  .email-field.input-box.landing::placeholder {
    color: #525f7f;
  }

  .email-field.input-box {
    text-align: center;
  }

  .email-field.input-box.landing {
    display: block;
    width: 100%;
    margin-bottom: 11px;
    color: #525f7f;
    font-weight: 400;
  }

  .email-field.input-box.landing::-webkit-input-placeholder {
    color: #525f7f;
  }

  .email-field.input-box.landing:-ms-input-placeholder {
    color: #525f7f;
  }

  .email-field.input-box.landing::-ms-input-placeholder {
    color: #525f7f;
  }

  .email-field.input-box.landing::placeholder {
    color: #525f7f;
  }

  .submit-button {
    display: inline-block;
    padding-right: 26px;
    padding-left: 26px;
  }

  .submit-button.landing {
    width: 100%;
    margin-left: 0%;
    border-radius: 5px;
  }

  .submit-button.landing {
    width: 100%;
    margin-left: 0%;
  }

  .email-field-div.centred {
    max-width: none;
  }

  .email-field-div.centred {
    max-width: none;
  }

  .wiz-section {
    padding-top: 40px;
  }

  .wiz-tabs {
    top: 2%;
  }

  .mc-landing-div {
    left: 7%;
    top: 5%;
    right: auto;
    bottom: auto;
    max-width: 500px;
  }

  .mc-list-item {
    font-size: 14px;
  }

  .div-block-2 {
    padding-left: 12px;
  }

  .wiz-instructions {
    top: 2%;
  }

  .simple-form-page {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .modal-block {
    top: 3%;
  }

  .user-logo-section {
    padding-top: 17px;
    padding-bottom: 0px;
  }

  .dividing-line {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .accept-manage-icons {
    width: 120px;
    margin-top: 0px;
  }

  .section-titles {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.02em;
  }

  .section-titles.white {
    padding-left: 0px;
  }

  .face-pic._70px {
    display: block;
    margin-bottom: 10px;
  }

  .twin-section-col {
    height: 600px;
    padding-top: 80px;
    padding-bottom: auto;
  }

  .solo-team-icons {
    width: 90px;
  }

  .infinity-icon {
    width: 200px;
  }

  .xero-icon {
    width: 200px;
  }

  .page-quotes {
    width: auto;
  }

  .solutions-icon {
    width: 150px;
  }

  .service-type-icons {
    width: 45px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  ._600-div.left {
    left: -193px;
  }

  ._600-div.centre {
    left: -47px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  ._600-div.right {
    left: 77px;
  }

  .world-map {
    display: block;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .ubx {
    width: 700px;
  }

  .already-using-ubookr.dark-text {
    font-size: 13px;
    font-weight: 400;
  }

  .grid-outer-div {
    margin-top: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .block-quote.slider {
    height: auto;
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-11 {
    width: auto;
  }

  .user-logos {
    padding-top: 7px;
  }

  .big-h1 {
    font-size: 40px;
    line-height: 46px;
  }

  .big-h1.home {
    margin-bottom: 30px;
    text-align: center;
  }

  .landing-email-div {
    width: 100%;
  }

  .centre1000-div {
    display: block;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .titles {
    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;
    font-size: 1.3rem;
  }

  .learn-more-button {
    margin-bottom: 25px;
  }

  .feature-list-box {
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .feature-images {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .slider-2 {
    top: -516px;
    height: auto;
    margin-top: 0px;
  }

  .testi-face {
    position: static;
    width: 50px;
    height: 50px;
    max-width: none;
  }

  .testimonial-names {
    line-height: 24px;
  }

  .icon-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .features-wrapper {
    display: block;
    height: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding: 13px;
  }

  .solutions-fa-icons {
    font-size: 45px;
    line-height: 45px;
  }

  .nav-link {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-link.w--current {
    color: #ff7d28;
  }

  .nav-link.demo {
    margin-top: 15px;
    margin-right: 20px;
    text-align: center;
  }

  .logo-wrapper {
    padding-top: 14px;
  }

  .nav-menu-2 {
    margin-top: 65px;
    padding: 0px 20px 10px;
    border-left: 1px solid #ccc;
    background-color: #fff;
    font-size: 17px;
    text-align: left;
  }

  .slide-nav {
    display: block;
  }

  .grid-2 {
    grid-auto-flow: row;
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .blue-gradient-div {
    position: static;
    border-radius: 0px;
  }

  .blue-gradient-div.side-by-side {
    padding-right: 13px;
    padding-left: 13px;
  }

  .div-block-19 {
    top: 0%;
  }

  .grid-image-div {
    height: 280px;
  }

  .wedge-section {
    display: none;
  }

  .namecodiv {
    padding-left: 10px;
  }

  .ub-subtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .ub-subtitle.home {
    max-width: 100%;
    text-align: center;
  }

  .spa-images-with-shadow {
    box-shadow: none;
  }

  .spa-images-with-shadow.no-shadow.phone {
    max-width: 60%;
  }

  .explore-white-div {
    margin-top: 40px;
  }

  .image-24 {
    max-width: 60%;
  }

  .column-12 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-500.with-bottom-padding {
    padding-bottom: 50px;
  }

  .solutions-grid {
    width: auto;
    grid-auto-rows: minmax(auto, auto);
    grid-row-gap: 8px;
    -ms-grid-rows: minmax(auto, auto) minmax(auto, auto);
    grid-template-rows: minmax(auto, auto) minmax(auto, auto);
  }

  .grid-8 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .solutions-features-wrapper {
    display: block;
    height: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding: 13px;
  }

  .grid-9 {
    padding-right: 40px;
    padding-left: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .features-grid {
    grid-column-gap: 50px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-12 {
    padding: 0px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-13 {
    margin-right: 20px;
    margin-left: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sample-site-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-14 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ss-heading {
    line-height: 28px;
    font-weight: 300;
  }

  .plan-with-side-line {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-and-h1-div {
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .grid-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .testimonial-div {
    padding: 20px;
    background-color: #fff;
  }

  .title-main {
    font-size: 50px;
    line-height: 60px;
  }

  .navbar-width {
    width: 100%;
    height: auto;
    max-width: none;
    margin-left: 0px;
    padding-left: 20px;
  }

  .quote {
    font-size: 16px;
  }

  .landing-sub.bookings {
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .navbar-2 {
    position: static;
  }

  .grid-cloud-storage {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .spa-image-calendar {
    box-shadow: none;
  }

  .heading {
    margin-top: 0px;
  }

  .grid-25 {
    margin-top: 60px;
  }

  .grid-26 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .plan-features {
    -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;
    font-weight: 400;
    text-shadow: none;
  }

  .plans-grid-new {
    margin-top: 46px;
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .social-icons-div {
    width: 330px;
  }

  .pricing-addon-divs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .plan-description {
    -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;
    font-weight: 400;
    text-shadow: none;
  }

  .addon-billing-terms {
    -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;
    font-weight: 400;
    text-shadow: none;
  }

  .image-40 {
    display: none;
  }

  .div-block-43 {
    display: none;
  }

  .plan-selector-div {
    width: auto;
  }

  .grid-32 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .wiz-plans-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .small-heading {
    margin-top: 0px;
  }

  .grid-35 {
    max-width: 600px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dd-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .landing-photography {
    padding: 50px 20px;
    text-shadow: none;
  }

  .quote-swartz {
    font-size: 16px;
  }

  .section-less-top-copy {
    padding: 50px 20px;
    text-shadow: none;
  }

  .testimonials-section {
    margin-right: 0px;
    margin-left: 0px;
    padding: 50px 20px;
    text-shadow: none;
  }

  .features-slides-section {
    height: 592px;
    padding: 40px 20px;
  }

  .slider-3 {
    height: 550px;
  }

  .modal-heading {
    margin-top: 0px;
  }

  .trusted-by-slider {
    display: none;
  }

  .landing-pool-inspections {
    padding: 50px 20px;
    text-shadow: none;
  }

  .pool-testimonial {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/software-for-pool-certifiers.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/software-for-pool-certifiers.jpg');
    background-position: 0px 0px, 71% 50%;
  }

  .testimonial-div-pool {
    padding: 20px;
  }

  .lamding-solutions {
    margin-top: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .image-44 {
    margin-bottom: 30px;
  }

  .grid-42 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-46 {
    margin-right: auto;
    margin-left: auto;
  }

  .dd-heading {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .content.content-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .features-content {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .grid-46 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .connection-section {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/real-estate-hub.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/real-estate-hub.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .hub-div {
    width: auto;
  }

  .not-just-a-booking-system {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .unsub-div {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    bottom: 37%;
    line-height: 36px;
  }

  h2 {
    line-height: 26px;
  }

  h3 {
    font-size: 22px;
    line-height: 30px;
  }

  h4 {
    font-size: 20px;
    line-height: 26px;
    text-shadow: none;
  }

  h5 {
    margin-right: 5px;
    margin-left: 5px;
    box-shadow: none;
    text-shadow: none;
  }

  h6 {
    position: static;
    left: 120px;
    top: 20px;
    display: block;
    box-shadow: none;
    text-shadow: none;
  }

  p {
    font-size: 15px;
    line-height: 26px;
  }

  .button {
    width: 255px;
    box-shadow: none;
  }

  .button.modal-link {
    box-shadow: none;
    text-shadow: none;
  }

  .button.modal-link.mobile-plans {
    width: auto;
    margin-top: 2px;
  }

  .button.signup-submit.nice-choice-submit {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .signup-t-c.signup-bar-t-c {
    margin-top: 0px;
  }

  .footer-titles {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-shadow: none;
  }

  .footer-link {
    margin-left: 0px;
    text-shadow: none;
  }

  .footer-row {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    clear: none;
    text-shadow: none;
  }

  .footer-row.launch {
    width: 500px;
    padding-top: 40px;
  }

  .signup-modal {
    overflow: auto;
    width: auto;
    padding-top: 0%;
    text-shadow: none;
  }

  .modal-window {
    margin-top: 40px;
    padding-left: 40px;
  }

  .modal-window.modwin {
    width: auto;
    margin-top: 10px;
    padding: 9px;
    text-shadow: none;
  }

  .modal-container {
    text-shadow: none;
  }

  .white-outline.centred {
    width: 260px;
  }

  .green-try {
    margin-bottom: 20px;
  }

  .plan-buttons.login.mc-login-button {
    width: 100%;
  }

  .close {
    text-shadow: none;
  }

  .menu-button {
    position: static;
    z-index: 98;
    text-shadow: none;
  }

  .menu-button.w--open {
    z-index: 98;
    text-shadow: none;
  }

  .menu-button.right {
    padding-top: 14px;
    padding-bottom: 14px;
    text-shadow: none;
  }

  .menu-button.right.w--open {
    text-shadow: none;
  }

  .nav-menu {
    width: 100%;
    height: 100%;
    margin-top: 150px;
    text-shadow: none;
  }

  .nav-menu.right {
    width: 220px;
    text-shadow: none;
  }

  .nav-menu.right.main-menu-nav {
    margin-top: 0px;
    text-shadow: none;
  }

  .tab-link {
    width: 27%;
    height: 85px;
    padding-right: 15px;
    padding-left: 15px;
    box-shadow: none;
    font-size: 15px;
    line-height: 23px;
    text-shadow: none;
  }

  .tab-link.w--current {
    box-shadow: none;
  }

  .signup-fields.white-field.textarea {
    text-shadow: none;
  }

  .section {
    position: relative;
    padding: 40px 10px 20px;
    text-shadow: none;
  }

  .section.iphone-bg {
    text-shadow: none;
  }

  .section.iphone-bg.with-image {
    background-position: 50% 50%;
    background-attachment: scroll;
  }

  .section.app-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.dark-grey {
    padding-top: 30px;
  }

  .section.dont-take-our-word {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .section.complete-solution {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .section.testi-slider {
    position: relative;
    top: 41px;
    height: 550px;
  }

  .section.features.dark-grey {
    padding-top: 46px;
  }

  .section.photocompany {
    padding: 65px 0px 0px;
    background-color: #fff;
  }

  .section.whitesmoke.top {
    margin-top: 65px;
  }

  .section.whitesmoke.plans {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section.landing {
    height: 500px;
    margin-top: 65px;
    padding-top: 31px;
  }

  .section.features-top-section {
    margin-top: 65px;
  }

  .section.mobile {
    margin-top: 65px;
  }

  .section.top {
    margin-top: 65px;
  }

  .section.agents-landing {
    margin-top: 65px;
  }

  .scroll-link-div {
    text-shadow: none;
  }

  ._30-below {
    box-shadow: none;
    text-shadow: none;
  }

  .left {
    text-align: center;
  }

  .link {
    text-shadow: none;
  }

  .signup-form-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    text-shadow: none;
  }

  .white-navigation-bar {
    position: fixed;
    top: 0px;
    -webkit-transform: translate(0px, -80px);
    -ms-transform: translate(0px, -80px);
    transform: translate(0px, -80px);
    text-shadow: none;
  }

  .white-navigation-bar.bottom-line {
    display: block;
  }

  .fp-nav-link {
    box-shadow: none;
    text-shadow: none;
  }

  .fp-nav-link.modal-link {
    text-shadow: none;
  }

  .tab-content {
    min-height: 0px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 0px;
    box-shadow: none;
    text-shadow: none;
  }

  .menu-icon {
    text-shadow: none;
  }

  .policy-headings {
    text-shadow: none;
  }

  .login-div {
    width: 100%;
    margin-top: 0px;
    border-radius: 0px;
    text-shadow: none;
  }

  .login-div._500-wide {
    text-shadow: none;
  }

  .login-div._500-wide.password-reset {
    display: block;
  }

  .login-div.signup {
    width: auto;
  }

  .login-div.sublog {
    margin-top: 15px;
  }

  .login-detect {
    display: block;
    width: auto;
    text-shadow: none;
  }

  .app-link-block {
    padding: 20px;
    box-shadow: none;
    text-shadow: none;
  }

  .app-link-block.right {
    box-shadow: none;
    text-shadow: none;
  }

  .text-field {
    text-shadow: none;
  }

  .text-field.textarea {
    text-shadow: none;
  }

  .circle-numbers {
    text-shadow: none;
  }

  ._1to4-row {
    text-shadow: none;
  }

  .step1 {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-shadow: none;
  }

  .white {
    position: static;
    padding-right: 13px;
    padding-left: 13px;
    box-shadow: none;
  }

  ._1to4-headings {
    z-index: auto;
    box-shadow: none;
    text-shadow: none;
  }

  ._20-below {
    box-shadow: none;
    text-shadow: none;
  }

  .orange-link.little-signup.modal5-link {
    margin-top: 10px;
  }

  .brand-logo {
    padding-left: 0px;
    text-shadow: none;
  }

  .brand-logo.w--current {
    background-image: url('../images/ub.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    text-shadow: none;
  }

  .left-justify {
    text-shadow: none;
  }

  .section-title {
    font-size: 33px;
    line-height: 45px;
    text-align: center;
  }

  .paragraph-title {
    box-shadow: none;
    text-shadow: none;
  }

  .icon-columns {
    text-shadow: none;
  }

  .line-div {
    max-width: 450px;
    text-shadow: none;
  }

  .landing-vid {
    text-shadow: none;
  }

  .features-row {
    margin-bottom: 0px;
    text-shadow: none;
  }

  .subtitle {
    box-shadow: none;
    text-shadow: none;
  }

  .social-links {
    text-shadow: none;
  }

  .dark-text {
    line-height: 29px;
    letter-spacing: 0.01em;
    text-shadow: none;
  }

  .white-text {
    box-shadow: none;
    text-shadow: none;
  }

  ._20-space {
    text-shadow: none;
  }

  .pricing-column-divs {
    height: 66px;
    text-shadow: none;
  }

  .pricing-column-divs.top-pricing-divs {
    height: 66px;
    text-shadow: none;
  }

  .pricing-column-divs.top-pricing-divs.mobile {
    height: 52px;
    padding-left: 155px;
    background-color: #23282e;
    text-shadow: none;
  }

  .pricing-column-divs.left-pricing-divs {
    height: 66px;
    text-shadow: none;
  }

  .pricing-button {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: none;
    line-height: 18px;
    text-shadow: none;
  }

  .pricing-button.select-plan-basic {
    width: auto;
  }

  .pricing-button.select-plan-solo {
    width: auto;
  }

  .pricing-button.select-plan-business {
    width: auto;
  }

  .pricing-button.select-plan-enterprise {
    width: auto;
  }

  .pricing-features {
    padding-left: 34px;
    text-shadow: none;
  }

  .pricing-features.free {
    padding-left: 36px;
  }

  .pricing-column-text.mobile-pricing-left {
    display: block;
    padding-top: 13px;
    text-shadow: none;
  }

  .pricing-column-text.plan-staff-basic {
    text-shadow: none;
  }

  .pricing-column-text.plan-staff-solo {
    text-shadow: none;
  }

  .pricing-column-text.plan-staff-business {
    text-shadow: none;
  }

  .pricing-column-text.plan-staff-enterprise {
    text-shadow: none;
  }

  .pricing-column-text.plan-services-solo {
    text-shadow: none;
  }

  .pricing-column-text.plan-services-business {
    text-shadow: none;
  }

  .pricing-column-text.plan-services-enterprise {
    text-shadow: none;
  }

  .pricing-column-text.plan-services-basic {
    text-shadow: none;
  }

  .pricing-plan-ticks {
    text-shadow: none;
  }

  .pricing-plan-ticks.cross {
    text-shadow: none;
  }

  .prices {
    text-shadow: none;
  }

  .prices.mobile {
    margin-top: 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    text-shadow: none;
  }

  .price-name {
    margin-top: 0px;
    box-shadow: none;
    text-shadow: none;
  }

  .price-name.aud {
    box-shadow: none;
    text-shadow: none;
  }

  .price-name.plans-title {
    padding-right: 4px;
    padding-left: 4px;
    box-shadow: none;
    font-size: 13px;
    text-shadow: none;
  }

  .price {
    font-size: 70px;
    line-height: 60px;
    text-shadow: none;
  }

  .price.plan-cost-basic {
    text-shadow: none;
  }

  .price.plan-cost-business {
    text-shadow: none;
  }

  .price.plan-cost-enterprise {
    text-shadow: none;
  }

  .dollar-sign {
    text-shadow: none;
  }

  .question-mark {
    text-shadow: none;
  }

  .fa-ticks {
    text-shadow: none;
  }

  .view-mobile-details {
    display: block;
    width: 220px;
    margin-top: 9px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #fff;
    color: #028ce8;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
  }

  .mobile-details-1 {
    display: none;
    text-shadow: none;
  }

  .mobile-details-2 {
    display: none;
    text-shadow: none;
  }

  .mobile-details-3 {
    display: none;
    text-shadow: none;
  }

  .forgot-password.modal5-link {
    text-shadow: none;
  }

  .login-modal {
    padding-top: 0%;
    text-shadow: none;
  }

  .modal5-window {
    text-shadow: none;
  }

  .main-menu-bar {
    height: 65px;
    text-shadow: none;
  }

  .main-menu-bar.at-top {
    margin-top: 80px;
  }

  .column-no-padding.nice-choice-col-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mobile-details-4 {
    display: none;
    text-shadow: none;
  }

  .supplier-features-blocks {
    position: static;
    display: block;
    width: auto;
    height: 240px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-shadow: none;
  }

  ._40-space {
    display: block;
    height: 30px;
    text-shadow: none;
  }

  .subs {
    max-width: 520px;
    box-shadow: none;
    text-shadow: none;
  }

  .subs.white {
    font-size: 20px;
    line-height: 26px;
  }

  .a-reporting {
    text-shadow: none;
  }

  .counter-outer-div.supply {
    text-shadow: none;
  }

  ._80-space {
    text-shadow: none;
  }

  .quick-signup {
    width: auto;
    padding-top: 20px;
  }

  .fa-cross {
    text-shadow: none;
  }

  .features-overlay-text {
    display: none;
    width: 350px;
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    text-shadow: none;
  }

  .features-plus {
    text-shadow: none;
  }

  ._1-4-text {
    padding-right: 19px;
    padding-left: 19px;
    text-shadow: none;
  }

  .little-learn-more {
    text-shadow: none;
  }

  .app-icons-row {
    text-shadow: none;
  }

  .features-divs {
    display: block;
    width: 350px;
    margin-right: auto;
    margin-left: auto;
    text-shadow: none;
  }

  .footer {
    text-shadow: none;
  }

  ._1to4-columns {
    padding-left: 10px;
    text-shadow: none;
  }

  .titles-spacer {
    height: 10px;
    text-shadow: none;
  }

  .supplier-icon-titles {
    font-size: 26px;
    text-align: center;
    text-shadow: none;
  }

  .floating-signup-div {
    margin-top: 15px;
  }

  .text-block {
    line-height: 21px;
    text-shadow: none;
  }

  .icon {
    box-shadow: none;
    text-shadow: none;
  }

  .icon.all-features {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .pricing-div {
    padding-top: 20px;
    padding-left: 2px;
    text-shadow: none;
  }

  .pricing-div.free {
    padding-left: 0px;
    text-shadow: none;
  }

  .mini-signup-fields {
    margin-bottom: 15px;
  }

  .circ2 {
    left: 46px;
  }

  .circ6 {
    left: -175px;
  }

  .supplier-icon-text {
    margin-bottom: 20px;
  }

  .client-features-row {
    margin-bottom: 0px;
  }

  .body.photographers {
    max-width: 100%;
  }

  .supplier-icon {
    width: 60px;
    height: 60px;
  }

  .circ8 {
    left: 389px;
    top: -1148px;
  }

  .circ9 {
    left: 355px;
    top: -1136px;
  }

  .testy-text-div {
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .or {
    display: none;
  }

  .client-tab {
    padding-right: 10px;
    padding-left: 10px;
  }

  .supplier-tab {
    margin-right: 10px;
    margin-left: 10px;
  }

  .plan-lines {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .new-plans-div {
    width: auto;
  }

  .coming-soon {
    font-size: 30px;
  }

  .round-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .plans-testimonials {
    width: auto;
  }

  ._60-space-for-mobile {
    height: 60px;
  }

  .supplier-icon-divs {
    width: 120px;
    height: 120px;
    padding-top: 27px;
  }

  ._1400-div {
    padding-right: 30px;
    padding-left: 30px;
  }

  ._1400-div.landing {
    top: 21px;
  }

  ._1400-div.home {
    top: 16px;
    padding-right: 37px;
    padding-left: 37px;
  }

  .button-standard.nice-choice {
    width: 180px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .copyright {
    margin-top: 5px;
  }

  ._700-div {
    max-width: 500px;
  }

  .column-no-padding-mobile {
    padding-right: 0px;
    padding-left: 0px;
  }

  ._10-radio-field {
    padding-left: 16px;
  }

  .title {
    font-size: 20px;
  }

  .section-subtitles {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .landing-subtitle {
    color: #222;
    font-size: 18px;
  }

  .orange-line {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .column-40-padding {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: none;
    border-top-width: 1px;
    border-top-color: #000;
    border-left-width: 1px;
    border-left-color: #ebebeb;
  }

  .column-40-padding.topline {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
  }

  .features-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .features-title.white {
    margin-bottom: 0px;
    text-shadow: none;
  }

  .paragraph {
    top: 100px;
    text-shadow: none;
  }

  .paragraph.white-left.list {
    margin-left: 75px;
    padding-left: 0px;
  }

  .features-icon {
    margin-bottom: 0px;
  }

  .flex-boxes {
    top: 87px;
  }

  .powerful-features-col {
    height: auto;
    padding: 50px 75px;
  }

  .bottom-text {
    bottom: 3%;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 21px;
  }

  .plan-price {
    height: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 70px;
  }

  .testimonials-hidden-on-mobile {
    display: none;
  }

  .trusted-by-text {
    margin-bottom: 10px;
    line-height: 28px;
  }

  .trusted-logos {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .big-page-headings {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .mc-logo {
    width: 300px;
    margin-bottom: 10px;
  }

  .mc-section {
    padding-top: 15px;
  }

  .mc-section.signup {
    background-image: url('../images/22105250_l.jpg');
    background-position: 0px 50%;
    background-size: cover;
  }

  .mc-login-div-block {
    margin-right: 12px;
    margin-left: 12px;
  }

  .mc-heading {
    margin-top: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .coming-soon-early-access-modal {
    padding-top: 0%;
  }

  .coming-soon-login-modal {
    padding-top: 0%;
  }

  .pre-launch-contact-modal-bg {
    padding-top: 0%;
  }

  .landing-page-titles-div {
    top: 3%;
    right: auto;
    display: block;
  }

  .slider {
    width: 450px;
  }

  .warning-text {
    font-size: 16px;
  }

  .section-for-form-pages {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .contact-modal {
    padding-top: 0%;
  }

  .subheading {
    font-size: 16px;
  }

  .subheading.left {
    text-align: left;
  }

  .subheading.centre {
    font-weight: 400;
  }

  .body-title {
    margin-bottom: 15px;
    text-transform: none;
  }

  .body-title.tab-titles {
    text-align: center;
  }

  .body-title.left {
    text-align: center;
  }

  ._3-icons {
    margin-right: auto;
    margin-left: auto;
  }

  .image-3 {
    max-width: 100%;
  }

  .email-field.input-box {
    width: 250px;
  }

  .email-field.input-box {
    width: 250px;
  }

  .submit-button {
    display: inline-block;
    width: 200px;
    margin-top: 0px;
  }

  .email-field-div {
    width: 500px;
  }

  .email-field-div.centred {
    width: auto;
    margin-top: 40px;
  }

  .email-field-div.centred {
    width: auto;
    margin-top: 40px;
  }

  .wiz-section {
    padding-top: 20px;
    background-color: #fff;
  }

  .wiz-div {
    border-style: none;
    border-radius: 0px;
  }

  .wiz-field-label {
    letter-spacing: 0.02em;
  }

  .wiz-form-block {
    padding-right: 0px;
  }

  .wiz-tabs {
    left: 0%;
    width: auto;
  }

  .wiz-tab {
    border-color: #666;
    color: #666;
  }

  .wiz-tab.wizard-tab-1 {
    border-color: #666;
    color: #666;
  }

  .wiz-title {
    line-height: 26px;
    letter-spacing: 0.02em;
  }

  .email-signup-form-block {
    display: inline;
    margin-right: auto;
    margin-left: auto;
  }

  .wiz-instructions {
    left: 0%;
    width: auto;
  }

  .simple-form-page {
    padding-top: 65px;
    padding-bottom: 0px;
  }

  .modal-block {
    top: 0%;
    width: 100%;
    padding-right: 27px;
    padding-left: 20px;
  }

  .user-logo-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .dividing-line {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .section-titles {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
  }

  .twin-section-col {
    height: 490px;
    padding-top: 51px;
  }

  .twin-section-col._1 {
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .john-flavell.quote {
    margin-right: 34px;
  }

  .mc-quote-logo {
    width: 300px;
  }

  .infinity-icon {
    width: 150px;
  }

  .xero-icon {
    width: 150px;
  }

  .page-quotes {
    margin-top: 15px;
    margin-bottom: 19px;
  }

  .page-quotes.wide {
    width: auto;
  }

  .solutions-icon {
    width: 100px;
  }

  .row-3 {
    margin-bottom: 50px;
  }

  ._600-div.left {
    position: static;
    width: 500px;
  }

  ._600-div.centre {
    left: auto;
    width: 500px;
  }

  ._600-div.right {
    position: static;
    width: 500px;
  }

  .ub {
    width: 125px;
  }

  .post-wizard-div-mobile {
    padding-top: 30px;
  }

  .image-7 {
    max-width: 80%;
    margin-top: 10px;
  }

  .image-8 {
    max-width: 80%;
    margin-top: 10px;
  }

  .ubx {
    width: 500px;
    max-width: none;
  }

  .already-using-ubookr.dark-text {
    line-height: 24px;
  }

  .grid-outer-div {
    max-width: none;
    margin-top: 42px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .block-quote.slider {
    width: auto;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
  }

  .step-1 {
    width: 150px;
    height: 150px;
  }

  .step-instructions {
    top: 87px;
  }

  ._123-icons {
    width: 65px;
    margin-top: 40px;
  }

  .big-h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .big-h1.home {
    font-size: 35px;
    line-height: 45px;
  }

  .pricing-dollar {
    top: -22px;
  }

  .pricing-features-row {
    font-size: 13px;
    line-height: 24px;
  }

  .app-icon-div {
    width: auto;
  }

  .app-store-icon {
    margin-bottom: 20px;
  }

  .text-block-7 {
    font-size: 45px;
  }

  .titles {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
  }

  .titles.white {
    margin-bottom: 10px;
    text-transform: none;
  }

  .good-company {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .asset {
    display: block;
    width: 250px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .learn-more-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .feature-list-box {
    top: 87px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
    text-align: center;
  }

  .feature-images {
    max-width: 75%;
    margin-top: 20px;
    margin-bottom: 50px;
    float: none;
  }

  .testimonial-slide {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .slider-2 {
    top: -553px;
    height: 350px;
  }

  .div-block-15 {
    padding-top: 27px;
    box-shadow: none;
  }

  .testi-face {
    margin-right: auto;
    margin-left: auto;
  }

  .testimonial-names {
    padding-left: 0px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }

  .testimonial-names.pool {
    text-align: center;
  }

  .learn-more-links {
    bottom: 54px;
  }

  .icon-container {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .features-wrapper {
    width: 80%;
  }

  .solutions-fa-icons {
    font-size: 40px;
    line-height: 40px;
  }

  .logo-wrapper {
    padding-left: 15px;
  }

  .nav-menu-2 {
    margin-top: 145px;
  }

  .grid-2 {
    display: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .blue-gradient-div {
    height: 380px;
  }

  .blue-gradient-div.side-by-side {
    height: auto;
    padding-top: 24px;
    padding-bottom: 0px;
  }

  .testimonial-company {
    padding-left: 0px;
    text-align: center;
  }

  .testimonial-company.pool {
    text-align: center;
  }

  .grid-image-div {
    height: 320px;
  }

  .grid-image-div.agent {
    background-position: 100% 50%;
  }

  .div-block-20 {
    width: auto;
  }

  .ub-title {
    margin-top: 0px;
    text-align: left;
  }

  .ub-title.or {
    display: none;
  }

  .ub-subtitle {
    text-align: center;
  }

  .explore-link.mobile-slide {
    display: block;
    margin-top: 0px;
    float: none;
    text-align: center;
  }

  .spa-images-with-shadow.no-shadow.phone {
    max-width: 30%;
  }

  .explore-white-div {
    overflow: auto;
    width: 450px;
    height: auto;
    margin-top: 20px;
  }

  .qb-icons {
    margin-bottom: 8px;
  }

  .column-12 {
    margin-bottom: 36px;
  }

  .div-500 {
    margin-bottom: 30px;
  }

  .div-500.with-bottom-padding {
    padding-bottom: 0px;
  }

  .solutions-features-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-9 {
    margin-top: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-10 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .features-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-12 {
    margin-right: 30px;
    margin-left: 30px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .sample-site-wrapper {
    margin-top: 0px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .sample-site-menu-div {
    display: none;
  }

  .ss-menu-item {
    display: none;
  }

  .grid-14 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ss-heading {
    font-size: 16px;
  }

  .grid-api-features {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .plan-with-side-line {
    padding-right: 40px;
    padding-left: 40px;
  }

  .ubookr-widget {
    width: auto;
  }

  .text-and-h1-div {
    margin-bottom: 30px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .booking-page-supplier-logo {
    width: 250px;
  }

  .grid-20 {
    -ms-grid-columns: 5fr;
    grid-template-columns: 5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-21 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .testimonial-div {
    padding: 10px;
  }

  .title-main {
    font-size: 40px;
    line-height: 50px;
  }

  .navbar-width {
    margin-right: auto;
    padding-left: 0px;
  }

  .quote {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .grid-22 {
    grid-row-gap: 20px;
  }

  .landing-sub {
    font-size: 22px;
    line-height: 30px;
  }

  .landing-sub.home {
    padding-right: 50px;
  }

  .subtitles {
    font-size: 16px;
  }

  .image-37 {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .grid-23 {
    justify-items: center;
    grid-row-gap: 0px;
  }

  .grid-cloud-storage {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .swarz {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .fotovision {
    display: block;
    width: 260px;
    margin-right: auto;
    margin-left: auto;
  }

  .capture {
    display: block;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .incredible {
    display: block;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
  }

  .nuance {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .nuance1 {
    display: block;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
  }

  .grid-25 {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-39 {
    width: 250px;
    margin-right: auto;
    margin-left: auto;
  }

  .grid-26 {
    justify-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .coldwell {
    display: block;
    width: 300px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .remax {
    display: block;
    width: 250px;
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .century21 {
    display: block;
    width: 270px;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .sothebys {
    display: block;
    width: 220px;
    margin-right: auto;
    margin-left: auto;
  }

  .plan-features {
    top: 100px;
    text-align: left;
    text-shadow: none;
  }

  .plans-grid-new {
    max-width: none;
    margin-top: 42px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .social-icons-grid {
    grid-column-gap: 20px;
  }

  .social-icons-div {
    width: 250px;
  }

  .plan-description {
    top: 100px;
    text-shadow: none;
  }

  .addon-billing-terms {
    top: 100px;
    text-align: left;
    text-shadow: none;
  }

  .grid-32 {
    margin-top: 60px;
  }

  .wiz-plans-grid {
    margin-top: 60px;
  }

  .plan-price-wiz {
    height: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 60px;
  }

  .grid-landing-icon {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dropdown-list-3.why-ubookr {
    width: auto;
  }

  .landing-photography {
    position: relative;
    padding: 40px 10px 20px;
    text-shadow: none;
  }

  .quote-swartz {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .section-less-top-copy {
    position: relative;
    padding: 40px 10px 20px;
    text-shadow: none;
  }

  .testimonials-section {
    position: relative;
    padding: 40px 10px 10px;
    text-shadow: none;
  }

  .features-slides-section {
    height: 708px;
  }

  .slider-3 {
    height: 686px;
  }

  .modal-subheading {
    font-size: 15px;
    line-height: 26px;
  }

  .grid-38 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .trusted-by-slider {
    display: block;
    height: 100px;
    background-color: #fff;
  }

  .icon-3 {
    display: none;
  }

  .icon-4 {
    display: none;
  }

  .slide-nav-3 {
    display: none;
  }

  .landing-pool-inspections {
    position: relative;
    padding: 40px 10px 20px;
    text-shadow: none;
  }

  .pool-testimonial {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/software-for-pool-certifiers.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/software-for-pool-certifiers.jpg');
    background-position: 0px 0px, 70% 50%;
  }

  .quote-pool {
    margin-bottom: 15px;
    text-align: center;
  }

  .testimonial-div-pool {
    padding: 10px;
  }

  .grid-40 {
    justify-items: center;
  }

  .lamding-solutions {
    margin-top: 65px;
    padding: 60px 40px;
  }

  .grid-staff-management {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-43 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .content {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .content.content-5 {
    padding: 40px;
  }

  .grid-44 {
    justify-items: start;
    grid-column-gap: 20px;
    grid-row-gap: 35px;
    -ms-grid-columns: 1.75fr 0.5fr;
    grid-template-columns: 1.75fr 0.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .spacecraft-wording {
    font-size: 20px;
  }

  .connection-section {
    padding: 100px 20px;
  }

  .hub-wording {
    font-size: 20px;
  }

  .not-just-a-booking-system {
    padding: 100px 20px;
  }

  .text-block-12 {
    display: none;
  }

  .grid-47 {
    max-width: 175px;
    margin-left: auto;
    -ms-grid-columns: 0.75fr;
    grid-template-columns: 0.75fr;
  }

  .price-dollar-fee {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  body {
    display: block;
  }

  h1 {
    bottom: 43%;
    line-height: 36px;
  }

  h2 {
    box-shadow: none;
  }

  h4 {
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    text-shadow: none;
  }

  h5 {
    box-shadow: none;
    text-shadow: none;
  }

  h6 {
    box-shadow: none;
    line-height: 24px;
    text-shadow: none;
  }

  p {
    text-shadow: none;
  }

  .button {
    position: static;
    box-shadow: none;
  }

  .button.modal-link {
    box-shadow: none;
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    text-shadow: none;
  }

  .button.signup-submit.nice-choice-submit {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0em;
  }

  .signup-t-c.signup-bar-t-c {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    line-height: 18px;
    font-weight: 300;
  }

  .footer-titles {
    text-align: center;
    text-shadow: none;
  }

  .footer-link {
    margin-left: 0px;
    text-align: center;
    text-shadow: none;
  }

  .footer-link.w--current {
    text-shadow: none;
  }

  .footer-row {
    margin-right: auto;
    padding-left: 0px;
    text-shadow: none;
  }

  .footer-row.launch {
    width: 300px;
    padding-top: 40px;
  }

  .signup-modal {
    overflow: auto;
    text-shadow: none;
  }

  .modal-window {
    width: 85%;
    margin-top: 40px;
    padding: 5px 10px 7px;
  }

  .modal-window.modwin {
    width: 90%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    text-shadow: none;
  }

  .modal-container {
    padding-right: 5px;
    padding-left: 5px;
    text-shadow: none;
  }

  .white-outline.centred {
    font-weight: 400;
  }

  .plan-buttons.login {
    height: 45px;
    padding-top: 11px;
  }

  .close {
    display: block;
    text-shadow: none;
  }

  .menu-button {
    text-shadow: none;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #e36432;
    text-shadow: none;
  }

  .menu-button.right {
    text-shadow: none;
  }

  .menu-button.right.w--open {
    text-shadow: none;
  }

  .menu-button.right.main-menu-button {
    z-index: 101;
  }

  .nav-menu {
    text-shadow: none;
  }

  .nav-menu.right {
    text-shadow: none;
  }

  .nav-menu.right.main-menu-nav {
    text-shadow: none;
  }

  .tab-link {
    width: 30%;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    box-shadow: none;
    line-height: 19px;
    text-shadow: none;
  }

  .tab-link.w--current {
    width: 30%;
    float: left;
    box-shadow: none;
  }

  .signup-fields {
    text-shadow: none;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: none;
    text-shadow: none;
  }

  .section.iphone-bg {
    padding-bottom: 30px;
    background-position: 100% 50%;
    background-size: auto;
    text-shadow: none;
  }

  .section.iphone-bg.with-image {
    background-position: 43% 50%;
  }

  .section.signup {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .section.dont-take-our-word {
    padding-bottom: 1px;
  }

  .section.mid-grey {
    padding-top: 20px;
  }

  .section.complete-solution {
    padding-bottom: 15px;
  }

  .section.features-tiles {
    padding-bottom: 15px;
  }

  .section.testi-slider {
    position: relative;
    top: 48px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.agents-slider {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.whitesmoke.plans {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.landing {
    padding-top: 42px;
    background-image: url('../images/real-estate-booking-app.jpg');
    background-position: 65% 50%;
  }

  .section.agents-landing {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .scroll-link-div {
    text-shadow: none;
  }

  ._30-below {
    box-shadow: none;
    text-shadow: none;
  }

  .left {
    box-shadow: none;
    text-shadow: none;
  }

  .link {
    text-shadow: none;
  }

  .signup-form-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-shadow: none;
  }

  .white-navigation-bar {
    text-shadow: none;
  }

  .fp-nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: none;
    text-shadow: none;
  }

  .fp-nav-link.as-button {
    padding: 12px 14px;
  }

  .tab-content {
    padding-right: 0px;
    padding-left: 0px;
    box-shadow: none;
    text-shadow: none;
  }

  .menu-icon {
    text-shadow: none;
  }

  .policy-headings {
    text-shadow: none;
  }

  .biiling-form {
    text-shadow: none;
  }

  .login-div {
    margin-bottom: 0px;
    padding: 25px 19px 15px;
    text-shadow: none;
  }

  .login-div._500-wide {
    text-shadow: none;
  }

  .login-div._500-wide.password-reset {
    display: block;
  }

  .login-detect {
    text-shadow: none;
  }

  .app-link-block {
    display: block;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    float: none;
    box-shadow: none;
    text-align: center;
    text-shadow: none;
  }

  .app-link-block.right {
    float: none;
    box-shadow: none;
    text-align: center;
    text-shadow: none;
  }

  .text-field {
    font-size: 14px;
    text-shadow: none;
  }

  .text-field.textarea {
    text-shadow: none;
  }

  .text-field.no-top {
    box-shadow: none;
    text-shadow: none;
  }

  .circle-numbers {
    text-shadow: none;
  }

  ._1to4-row {
    margin-top: 25px;
    margin-bottom: 0px;
    text-shadow: none;
  }

  .step1 {
    margin-bottom: 10px;
    text-shadow: none;
  }

  .white {
    box-shadow: none;
  }

  ._1to4-headings {
    left: auto;
    right: 40px;
    box-shadow: none;
    text-shadow: none;
  }

  ._20-below {
    box-shadow: none;
    line-height: 15px;
    letter-spacing: 0em;
    text-shadow: none;
  }

  .brand-logo {
    text-shadow: none;
  }

  .brand-logo.w--current {
    text-shadow: none;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 33px;
    text-align: center;
  }

  .section-title.nice-choice {
    margin-top: 5px;
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph-title {
    box-shadow: none;
    text-shadow: none;
  }

  .icon-columns {
    text-shadow: none;
  }

  .line-div {
    max-width: 275px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #666;
  }

  .features-row {
    text-shadow: none;
  }

  .subtitle {
    padding-right: 10px;
    padding-left: 10px;
    box-shadow: none;
    text-shadow: none;
  }

  .dark-text {
    text-shadow: none;
  }

  .white-text {
    box-shadow: none;
    text-shadow: none;
  }

  .pricing-columns {
    text-shadow: none;
  }

  .pricing-column-divs.top-pricing-divs.mobile {
    height: 52px;
    padding-left: 27px;
    text-shadow: none;
  }

  .pricing-column-divs.left-pricing-divs {
    text-shadow: none;
  }

  .pricing-button {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: none;
    text-shadow: none;
  }

  .pricing-button.select-plan-basic {
    box-shadow: none;
    text-shadow: none;
  }

  .pricing-button.select-plan-solo {
    box-shadow: none;
    text-shadow: none;
  }

  .pricing-button.select-plan-business {
    box-shadow: none;
    text-shadow: none;
  }

  .pricing-button.select-plan-enterprise {
    box-shadow: none;
    text-shadow: none;
  }

  .pricing-features {
    padding-left: 27px;
  }

  .pricing-features.free {
    padding-left: 37px;
  }

  .pricing-column-text {
    text-shadow: none;
  }

  .pricing-column-text.mobile-pricing-left {
    display: block;
    text-shadow: none;
  }

  .prices {
    padding: 30px 10px 15px;
    text-shadow: none;
  }

  .prices.blank {
    text-shadow: none;
  }

  .prices.mobile {
    margin-top: 15px;
    text-shadow: none;
  }

  .price-name {
    box-shadow: none;
    text-shadow: none;
  }

  .price-name.aud {
    box-shadow: none;
    text-shadow: none;
  }

  .price-name.plans-title {
    box-shadow: none;
    text-shadow: none;
  }

  .price {
    text-shadow: none;
  }

  .price.plan-cost-business {
    text-shadow: none;
  }

  .price.plan-cost-enterprise {
    text-shadow: none;
  }

  .dollar-sign {
    top: -38px;
    text-shadow: none;
  }

  .fa-ticks {
    margin-right: 20px;
    text-shadow: none;
  }

  .view-mobile-details {
    text-transform: uppercase;
    text-shadow: none;
  }

  .mobile-details-1 {
    display: none;
    text-shadow: none;
  }

  .mobile-details-2 {
    display: none;
    text-shadow: none;
  }

  .mobile-details-3 {
    display: none;
    text-shadow: none;
  }

  .forgot-password {
    font-size: 12px;
  }

  .forgot-password.w--current {
    color: #666;
    font-weight: 400;
    text-shadow: none;
  }

  .forgot-password.modal5-link {
    margin-top: 5px;
    font-size: 12px;
    text-shadow: none;
  }

  .signup-form-fields.nice-choice-fields {
    height: 50px;
    margin-bottom: 0px;
  }

  .signup-form-fields.login {
    height: 40px;
    margin-bottom: 15px;
  }

  .signup-form-fields.login.mc-login-fields {
    height: 45px;
  }

  .login-modal {
    text-shadow: none;
  }

  .modal5-window {
    text-shadow: none;
  }

  .main-menu-bar {
    text-shadow: none;
  }

  .supplier-features-blocks {
    width: auto;
    height: 240px;
    padding-top: 16px;
    padding-right: 4px;
    padding-left: 4px;
    text-shadow: none;
  }

  ._40-space {
    display: block;
    text-shadow: none;
  }

  ._40-space.disappear-on-mobile {
    height: 20px;
  }

  .subs {
    margin-top: 0px;
    padding-right: 12px;
    padding-left: 12px;
    box-shadow: none;
    font-size: 18px;
    line-height: 24px;
    text-shadow: none;
  }

  .a-reporting {
    text-shadow: none;
  }

  .lightbox-link {
    text-shadow: none;
  }

  .counter-outer-div.supply {
    text-shadow: none;
  }

  ._80-space {
    display: block;
    text-shadow: none;
  }

  .quick-signup {
    padding-right: 10px;
    padding-left: 10px;
  }

  .features-overlay-text {
    width: 280px;
    text-shadow: none;
  }

  .features-plus {
    text-shadow: none;
  }

  ._1-4-text {
    left: 85px;
    text-shadow: none;
  }

  .little-learn-more {
    text-shadow: none;
  }

  .testy-name {
    text-shadow: none;
  }

  .testy-company {
    text-shadow: none;
  }

  .features-divs {
    width: 280px;
    text-shadow: none;
  }

  .footer {
    text-shadow: none;
  }

  ._1to4-columns {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-shadow: none;
  }

  .titles-spacer {
    text-shadow: none;
  }

  .supplier-icon-titles {
    box-shadow: none;
    font-size: 22px;
    line-height: 27px;
    text-shadow: none;
  }

  .floating-signup-div {
    width: auto;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  ._15-spacer {
    height: 10px;
    text-shadow: none;
  }

  .text-block {
    letter-spacing: normal;
  }

  .icon {
    box-shadow: none;
    text-shadow: none;
  }

  .icon.all-features {
    width: auto;
  }

  .pricing-div {
    text-shadow: none;
  }

  .pricing-div.free {
    text-shadow: none;
  }

  .circles-cont {
    display: none;
  }

  .client-tab {
    display: none;
  }

  .supplier-tab {
    display: none;
  }

  .new-plans-div {
    width: auto;
    padding-bottom: 30px;
  }

  .coming-soon {
    font-size: 30px;
    line-height: 40px;
  }

  .form.nice-choice {
    padding-right: 0px;
    padding-left: 0px;
  }

  .price-per-month {
    font-size: 21px;
  }

  ._400-div {
    padding-right: 0px;
    padding-left: 0px;
  }

  ._60-space-for-mobile {
    height: 40px;
  }

  .plus-cross {
    font-size: 24px;
  }

  .social-icon {
    margin-bottom: 80px;
  }

  .laptop-lightbox {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }

  ._1400-div {
    padding-right: 0px;
    padding-left: 0px;
  }

  ._1400-div.home {
    padding-right: 12px;
    padding-left: 12px;
  }

  .list-titles {
    line-height: 20px;
  }

  .button-standard.nice-choice {
    width: 100%;
  }

  .button-standard.full-width-button {
    padding-right: 10px;
    padding-left: 10px;
  }

  .copyright {
    font-size: 9px;
    line-height: 13px;
  }

  ._700-div {
    max-width: 300px;
  }

  .text.dark {
    line-height: 20px;
  }

  .text.dark.rating-titles {
    margin-left: -13px;
    font-size: 12px;
  }

  ._10-divs {
    width: 20%;
  }

  ._10-radio-field {
    margin-top: 10px;
    margin-bottom: 21px;
    padding-top: 0px;
    padding-left: 21px;
  }

  .title {
    text-transform: none;
  }

  .section-subtitles {
    font-size: 14px;
    line-height: 20px;
  }

  .landing-subtitle {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 1.4rem;
  }

  .orange-line {
    margin-top: 30px;
  }

  .column-40-padding {
    height: auto;
    padding-right: 12px;
    padding-left: 12px;
    border-top: 1px none #000;
    border-right-style: none;
    border-left-style: none;
  }

  .column-40-padding.topline {
    padding-right: 12px;
    padding-left: 12px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
  }

  .features-title.white {
    margin-bottom: 0px;
  }

  .features-title.how-it-works {
    text-align: center;
  }

  .features-title._123 {
    margin-top: 0px;
    text-align: center;
  }

  .paragraph {
    top: 120px;
  }

  .paragraph.white {
    margin-top: 0px;
    padding-top: 5px;
  }

  .paragraph.white.left {
    text-align: center;
  }

  .features-icon {
    float: none;
  }

  .flex-boxes {
    top: 92px;
  }

  .flex-boxes.pricing {
    width: 80%;
  }

  .powerful-features-col {
    padding-top: 40px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .choice-icons {
    display: inline-block;
  }

  .plan-price {
    margin-top: -15px;
    font-size: 65px;
  }

  .video-embed {
    height: 160px;
  }

  .signup-divblock {
    padding-right: 18px;
    padding-left: 18px;
  }

  .mc-logo {
    width: 250px;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .mc-login-div-block {
    padding-right: 12px;
    padding-left: 12px;
  }

  .mc-heading {
    margin-bottom: 20px;
  }

  .mc-success-message {
    line-height: 24px;
  }

  .landing-page-titles-div {
    display: block;
  }

  .slider {
    width: 300px;
    height: 220px;
  }

  .warning-text {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .subheading.left {
    text-align: center;
  }

  .subheading.centre {
    line-height: 1.4em;
  }

  .body-title {
    text-align: center;
    text-shadow: none;
  }

  .body-title.white {
    text-shadow: none;
  }

  .body-title.tab-titles {
    text-align: center;
  }

  .image-3 {
    padding-right: 0px;
  }

  .email-field.input-box {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    float: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .email-field.input-box {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    float: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .submit-button {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .email-field-div {
    width: 100%;
    margin-left: auto;
  }

  .email-field-div.centred {
    width: auto;
    margin-top: 10px;
  }

  .email-field-div.centred {
    width: auto;
    margin-top: 10px;
  }

  .wiz-div {
    padding: 15px;
  }

  .wiz-next-button {
    width: 100%;
  }

  .wiz-form-block {
    padding-right: 0px;
  }

  .wiz-tabs {
    width: 100%;
  }

  .wiz-tab {
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
  }

  .email-signup-form-block {
    width: auto;
  }

  .email-signup-form-block.landing {
    float: none;
  }

  .mc-landing-div {
    left: 0%;
    top: 0%;
    padding-right: 14px;
    padding-left: 14px;
  }

  .wiz-bold-blk-text {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-right: auto;
    float: left;
  }

  .wiz--slider-div {
    width: auto;
  }

  .wiz-instructions {
    width: 100%;
  }

  .supplier-or-agent {
    margin-top: 13px;
  }

  .modal-block {
    height: 100%;
    padding-top: 65px;
    padding-bottom: 93px;
    border-radius: 0px;
  }

  .add-another-button {
    width: 100%;
  }

  .add-another-button.with-space-above {
    width: 100%;
  }

  .accept-manage-icons {
    margin-top: 10px;
    float: none;
  }

  .section-titles {
    line-height: 35px;
  }

  .twin-section-col {
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .john-flavell {
    margin-bottom: 20px;
  }

  .mc-quote-logo {
    width: 200px;
  }

  .page-quotes {
    margin-top: 30px;
  }

  .solutions-icon {
    margin-bottom: 20px;
  }

  .service-type-icons {
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .how-it-works-icons.sliders {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .how-it-works-icons.calendar {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  ._600-div.left {
    width: 95%;
  }

  ._600-div.centre {
    width: 95%;
  }

  ._600-div.right {
    width: 95%;
  }

  .book-now-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .image-7 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link-block-2 {
    margin-top: 0px;
  }

  .link-block-2.w--current {
    box-shadow: none;
    text-shadow: none;
  }

  .form-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .ubx {
    width: 300px;
  }

  .already-using-ubookr {
    font-size: 12px;
  }

  .already-using-ubookr.dark-text {
    font-family: Montserrat, sans-serif;
  }

  .grid-outer-div {
    margin-top: 32px;
    margin-right: 10px;
    margin-left: 10px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-quote.slider {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
  }

  .step-1 {
    display: block;
    width: 100px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .step-instructions {
    top: 92px;
  }

  .flex-step1 {
    margin-bottom: 25px;
    -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;
  }

  .flex-step2 {
    margin-bottom: 25px;
    -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;
  }

  .flex-step3 {
    margin-bottom: 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;
  }

  ._123-icons {
    width: 40px;
    margin-top: 30px;
  }

  .big-h1 {
    text-align: center;
  }

  .big-h1.home {
    font-size: 32px;
    line-height: 40px;
  }

  .landing-email-div {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .pricing-description {
    font-size: 15px;
    line-height: 20px;
  }

  .pricing-features-row {
    line-height: 22px;
  }

  .pricing-tick {
    display: none;
  }

  .app-store-icon.mobile-slide {
    width: 150px;
    margin-bottom: 0px;
  }

  .good-company {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo-boxes-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-box {
    width: auto;
    padding: 9px 70px;
  }

  .asset {
    width: 220px;
  }

  .feature-list-box {
    top: 92px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .feature-images {
    max-width: 100%;
  }

  .slider-2 {
    top: -563px;
    height: 500px;
  }

  .div-block-15 {
    padding: 0px;
  }

  .testimonial-names {
    line-height: 14px;
  }

  .icon-container {
    margin-bottom: 0px;
  }

  .features-wrapper {
    width: 100%;
  }

  .case-study-quote-div {
    padding-right: 2px;
    padding-left: 2px;
  }

  .nav-menu-2 {
    width: 100%;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .blue-gradient-div {
    height: 465px;
  }

  .testimonial-company {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 18px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .div-block-20 {
    width: auto;
  }

  .namecodiv {
    padding-left: 0px;
  }

  .ub-title {
    font-size: 24px;
    line-height: 1.3;
  }

  .ub-subtitle {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 300;
  }

  .spa-images-with-shadow {
    box-shadow: none;
  }

  .spa-images-with-shadow.no-shadow.phone {
    max-width: 30%;
  }

  .explore-white-div {
    width: auto;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-solutions-features {
    grid-row-gap: 10px;
  }

  .solutions-features-wrapper {
    width: 100%;
  }

  .column-14 {
    padding-left: 0px;
  }

  .column-15 {
    padding-left: 0px;
  }

  .column-16 {
    padding-left: 0px;
  }

  .column-18 {
    padding-left: 0px;
  }

  .column-19 {
    padding-left: 0px;
  }

  .column-20 {
    padding-left: 0px;
  }

  .column-21 {
    padding-left: 0px;
  }

  .column-22 {
    padding-left: 0px;
  }

  .column-23 {
    padding-left: 0px;
  }

  .column-24 {
    padding-left: 0px;
  }

  .column-25 {
    padding-left: 0px;
  }

  .column-26 {
    padding-left: 0px;
  }

  .column-27 {
    padding-left: 0px;
  }

  .grid-10 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .features-grid {
    margin-right: 15px;
    margin-left: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-12 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .grid-13 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .sample-site-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-14 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .grid-api-features {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-item-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .plan-with-side-line {
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-20 {
    grid-row-gap: 7px;
  }

  .grid-21 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonial-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title-main {
    font-size: 26px;
    line-height: 30px;
  }

  .quote {
    margin-bottom: 10px;
  }

  .grid-22 {
    grid-row-gap: 10px;
  }

  .signup-button {
    padding: 12px 30px;
  }

  .landing-sub {
    font-size: 18px;
    line-height: 24px;
  }

  .grid-cloud-storage {
    margin-top: 20px;
  }

  .swarz {
    margin-top: 11px;
  }

  .fotovision {
    max-width: 80%;
    margin-top: 9px;
  }

  .capture {
    width: 220px;
    margin-top: -12px;
  }

  .incredible {
    width: 180px;
    margin-top: 5px;
  }

  .nuance {
    margin-top: 4px;
  }

  .nuance1 {
    width: 220px;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .grid-25 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image-39 {
    width: 200px;
  }

  .grid-26 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-26.mobile-slide {
    margin-top: 10px;
  }

  .coldwell {
    margin-top: 6px;
  }

  .remax {
    margin-top: 9px;
  }

  .century21 {
    width: 250px;
    max-width: 100%;
    margin-top: 17px;
  }

  .sothebys {
    width: 190px;
  }

  .plan-features {
    top: 120px;
    margin-top: 10px;
  }

  .plans-grid-new {
    margin-top: 32px;
    margin-right: 10px;
    margin-left: 10px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-28 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .plan-description {
    top: 120px;
    margin-top: 10px;
  }

  .addon-billing-terms {
    top: 120px;
    margin-top: 10px;
  }

  .booking-definition {
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-32 {
    margin-top: 20px;
  }

  .grid-33 {
    height: 580px;
  }

  .wiz-plans-grid {
    margin-top: 20px;
  }

  .plan-price-wiz {
    margin-top: -15px;
  }

  .grid-34 {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 47px auto;
    grid-template-rows: auto 47px auto;
  }

  .grid-37 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .landing-photography {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: none;
    text-shadow: none;
  }

  .section-less-top-copy {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: none;
    text-shadow: none;
  }

  .testimonials-section {
    padding-top: 20px;
    box-shadow: none;
    text-shadow: none;
  }

  .slider-3 {
    height: 654px;
  }

  .footer-signup-buttons {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .modal-aready-account {
    font-size: 12px;
  }

  .grid-38 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .icon-3 {
    display: none;
  }

  .icon-4 {
    display: none;
  }

  .slide-nav-3 {
    display: none;
  }

  .landing-pool-inspections {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: none;
    text-shadow: none;
  }

  .pool-testimonial {
    padding-right: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/software-for-pool-certifiers.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/software-for-pool-certifiers.jpg');
    background-position: 0px 0px, 0% 50%;
  }

  .grid-39 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .left-arrow-2 {
    display: none;
  }

  .grid-43 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .spacecraft-testimonial-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content {
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .content.content-5 {
    padding: 20px;
  }

  .grid-44 {
    max-height: 339px;
    justify-items: end;
    grid-auto-columns: 0.25fr;
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .features-grid-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-45 {
    width: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .features-content {
    width: 300px;
  }

  .text-block-12 {
    font-size: 18px;
  }

  .grid-47 {
    max-width: 137px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-46 {
    display: none;
    max-width: 40px;
  }
}

#w-node-_13f166e4-a3e8-f185-0969-1f02fe081071-d7017a9f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_052db1b8-7ee5-f85e-bb21-b81984884a2e-84884a1f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_93cd41e7-8b5d-f833-22bd-e0daa43fb5ca-84884a1f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_052db1b8-7ee5-f85e-bb21-b81984884a26-84884a1f {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_94907f3a-6161-5782-03c4-94c14d102129-84884a1f {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-fe1e4ad1-ef67-5194-4734-8d141349f4f7-84884a1f {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_33aec569-87a6-e7d3-4602-7818a27c8442-84884a1f {
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_79f7bfe6-a349-1e1b-fab6-65f6753bac27-84884a1f {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c97f31a1-fa67-03ee-e2ac-9c1fe5f2820f-84884a1f {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-ddacffd0-02f6-f097-0ea6-2c333973a223-84884a1f {
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_575d9d88-736c-ea99-05b2-7817dcae7325-69017ab9 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6178130e-e219-81eb-c90a-cad63396f770-3396f76e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6178130e-e219-81eb-c90a-cad63396f79e-3396f76e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6178130e-e219-81eb-c90a-cad63396f77a-3396f76e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6178130e-e219-81eb-c90a-cad63396f7d0-3396f76e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6178130e-e219-81eb-c90a-cad63396f784-3396f76e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6178130e-e219-81eb-c90a-cad63396f7b2-3396f76e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5f3179df-f6c5-84a1-a48c-c2e227a2e39e-3396f76e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6178130e-e219-81eb-c90a-cad63396f7a8-3396f76e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6178130e-e219-81eb-c90a-cad63396f7da-3396f76e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6178130e-e219-81eb-c90a-cad63396f794-3396f76e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6178130e-e219-81eb-c90a-cad63396f7c6-3396f76e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6178130e-e219-81eb-c90a-cad63396f7bc-3396f76e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6178130e-e219-81eb-c90a-cad63396f7e4-3396f76e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f2bacfbc-ca1e-6c37-ce5a-b38c1b6b2b84-3396f76e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7568dc71-44a3-e311-9bc4-1a092c5d678e-3396f76e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b5f42fd-dc58-e88f-8fff-bb3e0a6e1c8d-3396f76e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_939a3309-457d-7f86-e713-e47fb45b36e2-b45b36dc {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#landing-calendar.w-node-_939a3309-457d-7f86-e713-e47fb45b36f1-b45b36dc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_939a3309-457d-7f86-e713-e47fb45b36f2-b45b36dc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#landing-albums.w-node-_939a3309-457d-7f86-e713-e47fb45b3701-b45b36dc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_939a3309-457d-7f86-e713-e47fb45b3702-b45b36dc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#landing-albums.w-node-_939a3309-457d-7f86-e713-e47fb45b3711-b45b36dc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_939a3309-457d-7f86-e713-e47fb45b3712-b45b36dc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#landing-invoicing.w-node-_939a3309-457d-7f86-e713-e47fb45b371f-b45b36dc {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_939a3309-457d-7f86-e713-e47fb45b3720-b45b36dc {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-be584389-0e51-5e19-300d-8ae13b403d35-74017b38 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c2016658-ce8e-57b0-6528-239a298d629c-74017b38 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-be584389-0e51-5e19-300d-8ae13b403d44-74017b38 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7fdc9160-45d2-2789-7b13-07e6a18bfbed-74017b38 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-be584389-0e51-5e19-300d-8ae13b403d53-74017b38 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8b5ccfbe-7298-4301-5c5b-b5eb83795a6c-74017b38 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-be584389-0e51-5e19-300d-8ae13b403d62-74017b38 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ec5faa0-8150-adeb-107c-844f54ec4787-74017b38 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-be584389-0e51-5e19-300d-8ae13b403d71-74017b38 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a11e4355-ca4c-639e-8e52-cfa85644d3db-74017b38 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dc4dd5f0-0e21-cf03-080d-634d206e5fd1-ab017b3b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_2bc45890-7fd1-62ca-1c50-fa32cf40bf23-d0017b40 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_8a423e3a-b076-87eb-fea5-1e1b5ab3e930-d0017b40 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_79b3070c-6145-5baf-87db-664022f0b4aa-d0017b40 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_2bc45890-7fd1-62ca-1c50-fa32cf40bf23-ea017b45 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_8a423e3a-b076-87eb-fea5-1e1b5ab3e930-ea017b45 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_79b3070c-6145-5baf-87db-664022f0b4aa-ea017b45 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_6c0ca07b-17f1-f88b-9e01-30ad58c00808-cc017b49 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#landing-calendar.w-node-_331ed750-6f7b-0c07-4793-42b35b0e81f6-cc017b49 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_331ed750-6f7b-0c07-4793-42b35b0e81f7-cc017b49 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#landing-albums.w-node-aaa59fd9-0981-cb96-0601-7d38c29590aa-cc017b49 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-aaa59fd9-0981-cb96-0601-7d38c29590ab-cc017b49 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#landing-albums.w-node-_7c9a6372-f043-3ab4-764f-0affe0a8529d-cc017b49 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_7c9a6372-f043-3ab4-764f-0affe0a8529e-cc017b49 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#landing-invoicing.w-node-b231fe1a-e5d8-9d08-f36f-0925e7f4cbca-cc017b49 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-b231fe1a-e5d8-9d08-f36f-0925e7f4cbcb-cc017b49 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_6c0ca07b-17f1-f88b-9e01-30ad58c00808-83017b4a {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#landing-calendar.w-node-_331ed750-6f7b-0c07-4793-42b35b0e81f6-83017b4a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_331ed750-6f7b-0c07-4793-42b35b0e81f7-83017b4a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#landing-albums.w-node-aaa59fd9-0981-cb96-0601-7d38c29590aa-83017b4a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-aaa59fd9-0981-cb96-0601-7d38c29590ab-83017b4a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#landing-albums.w-node-_7c9a6372-f043-3ab4-764f-0affe0a8529d-83017b4a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_7c9a6372-f043-3ab4-764f-0affe0a8529e-83017b4a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#landing-invoicing.w-node-b231fe1a-e5d8-9d08-f36f-0925e7f4cbca-83017b4a {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-b231fe1a-e5d8-9d08-f36f-0925e7f4cbcb-83017b4a {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 991px) {
  #w-node-_13f166e4-a3e8-f185-0969-1f02fe081071-d7017a9f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_94907f3a-6161-5782-03c4-94c14d102129-84884a1f {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_33aec569-87a6-e7d3-4602-7818a27c8442-84884a1f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_79f7bfe6-a349-1e1b-fab6-65f6753bac27-84884a1f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-ddacffd0-02f6-f097-0ea6-2c333973a223-84884a1f {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_575d9d88-736c-ea99-05b2-7817dcae7325-69017ab9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_6178130e-e219-81eb-c90a-cad63396f77a-3396f76e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6178130e-e219-81eb-c90a-cad63396f7d0-3396f76e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5f3179df-f6c5-84a1-a48c-c2e227a2e39e-3396f76e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6178130e-e219-81eb-c90a-cad63396f7da-3396f76e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6178130e-e219-81eb-c90a-cad63396f7c6-3396f76e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6178130e-e219-81eb-c90a-cad63396f7bc-3396f76e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6178130e-e219-81eb-c90a-cad63396f7e4-3396f76e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f2bacfbc-ca1e-6c37-ce5a-b38c1b6b2b84-3396f76e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7568dc71-44a3-e311-9bc4-1a092c5d678e-3396f76e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7b5f42fd-dc58-e88f-8fff-bb3e0a6e1c8d-3396f76e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #landing-bookings.w-node-_939a3309-457d-7f86-e713-e47fb45b36ed-b45b36dc {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #landing-calendar.w-node-_939a3309-457d-7f86-e713-e47fb45b36f1-b45b36dc {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_8ed7bea3-59dc-2e91-66d3-e091b6277b3c-ab017b3b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8ed7bea3-59dc-2e91-66d3-e091b6277b53-ab017b3b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8ed7bea3-59dc-2e91-66d3-e091b6277b6c-ab017b3b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8ed7bea3-59dc-2e91-66d3-e091b6277b5a-ab017b3b {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #landing-bookings.w-node-_6c0ca07b-17f1-f88b-9e01-30ad58c00819-cc017b49 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #landing-calendar.w-node-_331ed750-6f7b-0c07-4793-42b35b0e81f6-cc017b49 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #landing-bookings.w-node-_6c0ca07b-17f1-f88b-9e01-30ad58c00819-83017b4a {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #landing-calendar.w-node-_331ed750-6f7b-0c07-4793-42b35b0e81f6-83017b4a {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_93cd41e7-8b5d-f833-22bd-e0daa43fb5ca-84884a1f {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_94907f3a-6161-5782-03c4-94c14d102129-84884a1f {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-fe1e4ad1-ef67-5194-4734-8d141349f4f7-84884a1f {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_33aec569-87a6-e7d3-4602-7818a27c8442-84884a1f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-c97f31a1-fa67-03ee-e2ac-9c1fe5f2820f-84884a1f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ddacffd0-02f6-f097-0ea6-2c333973a223-84884a1f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_939a3309-457d-7f86-e713-e47fb45b36e2-b45b36dc {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #landing-bookings.w-node-_939a3309-457d-7f86-e713-e47fb45b36ed-b45b36dc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #landing-calendar.w-node-_939a3309-457d-7f86-e713-e47fb45b36f1-b45b36dc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_939a3309-457d-7f86-e713-e47fb45b36f2-b45b36dc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #landing-albums.w-node-_939a3309-457d-7f86-e713-e47fb45b3701-b45b36dc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_939a3309-457d-7f86-e713-e47fb45b3702-b45b36dc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #landing-albums.w-node-_939a3309-457d-7f86-e713-e47fb45b3711-b45b36dc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_939a3309-457d-7f86-e713-e47fb45b3712-b45b36dc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #landing-invoicing.w-node-_939a3309-457d-7f86-e713-e47fb45b371f-b45b36dc {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_939a3309-457d-7f86-e713-e47fb45b3720-b45b36dc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_2bc45890-7fd1-62ca-1c50-fa32cf40bf23-d0017b40 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_8a423e3a-b076-87eb-fea5-1e1b5ab3e930-d0017b40 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_08d9bb9c-01b8-f7ff-0f5d-d8d9d4b1375b-d0017b40 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_79b3070c-6145-5baf-87db-664022f0b4aa-d0017b40 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_8a423e3a-b076-87eb-fea5-1e1b5ab3e930-ea017b45 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_08d9bb9c-01b8-f7ff-0f5d-d8d9d4b1375b-ea017b45 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_79b3070c-6145-5baf-87db-664022f0b4aa-ea017b45 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_6c0ca07b-17f1-f88b-9e01-30ad58c00808-cc017b49 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #landing-bookings.w-node-_6c0ca07b-17f1-f88b-9e01-30ad58c00819-cc017b49 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #landing-calendar.w-node-_331ed750-6f7b-0c07-4793-42b35b0e81f6-cc017b49 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_331ed750-6f7b-0c07-4793-42b35b0e81f7-cc017b49 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #landing-albums.w-node-aaa59fd9-0981-cb96-0601-7d38c29590aa-cc017b49 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-aaa59fd9-0981-cb96-0601-7d38c29590ab-cc017b49 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #landing-albums.w-node-_7c9a6372-f043-3ab4-764f-0affe0a8529d-cc017b49 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7c9a6372-f043-3ab4-764f-0affe0a8529e-cc017b49 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #landing-invoicing.w-node-b231fe1a-e5d8-9d08-f36f-0925e7f4cbca-cc017b49 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-b231fe1a-e5d8-9d08-f36f-0925e7f4cbcb-cc017b49 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_6c0ca07b-17f1-f88b-9e01-30ad58c00808-83017b4a {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #landing-bookings.w-node-_6c0ca07b-17f1-f88b-9e01-30ad58c00819-83017b4a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #landing-calendar.w-node-_331ed750-6f7b-0c07-4793-42b35b0e81f6-83017b4a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_331ed750-6f7b-0c07-4793-42b35b0e81f7-83017b4a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #landing-albums.w-node-aaa59fd9-0981-cb96-0601-7d38c29590aa-83017b4a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-aaa59fd9-0981-cb96-0601-7d38c29590ab-83017b4a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #landing-albums.w-node-_7c9a6372-f043-3ab4-764f-0affe0a8529d-83017b4a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7c9a6372-f043-3ab4-764f-0affe0a8529e-83017b4a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #landing-invoicing.w-node-b231fe1a-e5d8-9d08-f36f-0925e7f4cbca-83017b4a {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-b231fe1a-e5d8-9d08-f36f-0925e7f4cbcb-83017b4a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_052db1b8-7ee5-f85e-bb21-b81984884a2e-84884a1f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_93cd41e7-8b5d-f833-22bd-e0daa43fb5ca-84884a1f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-_052db1b8-7ee5-f85e-bb21-b81984884a26-84884a1f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_33aec569-87a6-e7d3-4602-7818a27c8442-84884a1f {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_2bc45890-7fd1-62ca-1c50-fa32cf40bf23-d0017b40 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_8a423e3a-b076-87eb-fea5-1e1b5ab3e930-d0017b40 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_08d9bb9c-01b8-f7ff-0f5d-d8d9d4b1375b-d0017b40 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_79b3070c-6145-5baf-87db-664022f0b4aa-d0017b40 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}

