.w-form-formradioinput--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: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.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 {
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.header-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 73vh;
  padding: 120px 3% 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/bg_shade.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.container.space-below {
  margin-bottom: 120px;
}

.content-wrap {
  position: relative;
  max-width: 590px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #3b4970;
  font-size: 55px;
  line-height: 1;
  letter-spacing: -0.5px;
}

.paragraph {
  max-width: 490px;
  color: #546681;
  font-size: 17px;
  line-height: 1.3;
  font-style: normal;
}

.paragraph.paragraph-centre-white {
  max-width: 570px;
  color: #fff;
  text-align: center;
}

.button {
  margin-right: 0px;
  padding: 18px 35px;
  border-radius: 45px;
  background-color: #f67f21;
  font-size: 16px;
  text-align: left;
}

.button:hover {
  background-color: #3b4970;
}

.button.button-space {
  margin-top: 25px;
}

.button.button-space:hover {
  background-color: #3b4970;
}

.service-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.footer-title {
  display: inline-block;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #0a1f44;
  font-size: 18px;
  font-weight: 600;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-column-large {
  width: 60%;
}

.footer-icon {
  margin-right: 10px;
}

.footer-logo {
  width: 110px;
  margin-bottom: 25px;
}

.footer {
  padding: 140px 5% 20px;
  background-color: #fff;
}

.footer-text-02 {
  margin-bottom: 0px;
  color: #f67f21;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.footer-text-02:hover {
  color: #3b4970;
}

.footer-link {
  margin-bottom: 15px;
  margin-left: 1px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #4e5d78;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  color: #f67f21;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.column {
  width: 33%;
  padding: 10px;
}

.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 14px 14px 200px 0 rgba(0, 22, 50, 0.06);
}

.card-content-wrap {
  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;
  color: #6b539a;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #2e3642;
  text-align: left;
}

.paragraph-2 {
  max-width: 320px;
  color: #546681;
  font-size: 17px;
  line-height: 1.4;
  text-align: left;
}

.hero-block-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 25px 55px 25px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-content {
  padding: 120px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-icon {
  width: 70px;
  margin-bottom: 25px;
}

.column-wrap-reversed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.title {
  max-width: 500px;
  margin-bottom: 15px;
  color: #3b4970;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.heading-primary {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1a3066;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.heading-primary.h3-centre {
  max-width: 700px;
  color: #f67f21;
  text-align: center;
}

.heading-primary.h3-centre-white {
  max-width: 700px;
  color: #fff;
  text-align: center;
}

.button-wrap-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.link {
  margin-top: 10px;
  color: #546681;
  font-size: 16px;
  text-decoration: none;
}

.link:hover {
  color: #484dff;
}

.section-logo {
  display: none;
  padding: 15px 5%;
  background-color: #fff;
}

.full-logo-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 36px;
  -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;
}

.light-logo {
  width: 130px;
}

.column-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.phone-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #546681;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.dropdown-list-wrap {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 15px 12px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0 rgba(44, 62, 80, 0.1);
}

.link-block {
  text-decoration: none;
}

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #546681;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link:hover {
  color: #f67f21;
}

.navigation-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list {
  background-color: transparent;
}

.dropdown-list.w--open {
  z-index: 7;
  min-width: 460px;
  padding-top: 15px;
  border-radius: 15px;
}

.dropdown-list.dropdown-smaller {
  left: -30px;
  min-width: 360px;
}

.logo-image {
  width: 220px;
}

.dropdown-mobile {
  display: none;
}

.navigation-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.navigation-text {
  display: block;
  width: 100%;
  text-decoration: none;
}

.phone-image {
  display: block;
  margin-right: 8px;
  text-align: center;
}

.container-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.phone-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.mobile-button-link {
  display: none;
}

.arrow-down {
  margin-right: 7px;
  margin-left: 8px;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  min-height: 100px;
  padding: 25px 5%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  background-color: #fff;
}

.title-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.dropdown-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 12px 15px 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.feature-wrap:hover {
  background-color: rgba(72, 77, 255, 0.03);
}

.feature-icon {
  width: 26px;
  margin-right: 16px;
}

.feature-content-wrap {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.short-title {
  margin-bottom: 2px;
  color: #2e3642;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}

.paragraph-small {
  max-width: 450px;
  margin-bottom: 0px;
  color: #3b4c5b;
  font-size: 14px;
  letter-spacing: -0.2px;
}

.hero-image-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-slider {
  height: 100%;
  background-color: transparent;
}

.slider-arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.icon-3 {
  color: #4c4172;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 1px 1px 45px 0 rgba(0, 22, 50, 0.1);
}

.testimonial-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  display: none;
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 1px 1px 55px 0 rgba(0, 22, 50, 0.08);
}

.testimonial-content-block {
  position: relative;
  max-width: 590px;
}

.arrow {
  width: 28px;
}

.left-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 40%;
  bottom: 0%;
  display: none;
}

.testimonial-image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 85px;
  -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;
}

.testimonial-columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.author-name {
  margin-top: 0px;
  color: #546681;
  font-size: 17px;
  font-weight: 400;
}

.arrow-disabled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 35%;
  bottom: 0%;
  display: none;
}

.testimonial-paragraph {
  color: #546681;
  font-size: 18px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
}

.logo {
  width: 110px;
  margin-bottom: 6px;
}

.quote-image {
  position: absolute;
  left: -15px;
  top: -25px;
  min-width: 70px;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.text-span {
  color: #f67f21;
}

.button-default {
  padding: 18px 35px;
  border-radius: 50px;
  background-color: #f67f21;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
}

.button-default:hover {
  background-color: #3b4970;
}

.new-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  padding: 4px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(246, 127, 33, 0.14);
  color: #f67f21;
  font-size: 12px;
}

.title-wrap-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-content-login {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-hero {
  max-width: 490px;
  color: #546681;
  font-size: 17px;
  line-height: 1.4;
  font-style: normal;
}

.content-block-hero {
  position: relative;
  max-width: 590px;
}

.button-navigation {
  margin-right: 15px;
  padding: 18px 35px;
  border-radius: 50px;
  background-color: #f67f21;
  font-size: 16px;
}

.title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.section-statistics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 5%;
  -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;
  background-color: rgba(59, 73, 112, 0.11);
}

.footer-text {
  max-width: 320px;
  margin-bottom: 25px;
  color: #546681;
  font-size: 17px;
  line-height: 1.4;
  text-align: left;
}

.legal-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.legal-text {
  color: rgba(107, 111, 154, 0.61);
  font-size: 16px;
}

.social-link-wrap {
  display: none;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fbdee3;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.circle-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 250px;
  max-width: 250px;
  min-height: 250px;
  min-width: 250px;
  -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-radius: 1000px;
  background-color: #fff;
  box-shadow: 7px 7px 150px 0 rgba(84, 102, 129, 0.08);
}

.statistic-circle-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 10px;
  -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;
}

.title-capped {
  color: #546681;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.counterup {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #f67f21;
  font-size: 52px;
  line-height: 52px;
}

.flowbase-close-card {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 13px 10px 10px;
  -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;
  opacity: 0.43;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.flowbase-close-card:hover {
  opacity: 1;
}

.flowbase-home-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.flowbase-title {
  margin-bottom: 4px;
  font-family: Circularstd;
  color: #5b3acc;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.25px;
}

.flowbase-author {
  display: inline-block;
  color: #9b9eb8;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.3px;
  text-decoration: none;
}

.flowbase-left-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flowbase-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flowbase-card-wrap {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 99999;
  min-width: 520px;
  margin-bottom: 30px;
  margin-left: 30px;
  border-radius: 200px;
  background-color: #fff;
  box-shadow: 8px 1px 20px 0 rgba(128, 124, 142, 0.15);
}

.flowbase-underline {
  text-decoration: underline;
}

.flowbase-icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #7020ff;
}

.text-span-2 {
  color: #5b3acc;
}

.arrow-wrap {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section-content-plain {
  min-height: 500px;
  padding: 120px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.blog-article-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.blog-card {
  overflow: hidden;
  width: 100%;
  margin-right: 0px;
  padding: 15px 16px 35px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.blog-card:hover {
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.12);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.blog-placeholder-image {
  width: 100%;
  min-height: 220px;
  border-radius: 14px;
  background-image: url('../images/shutterstock_152614322.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 140px;
  padding-top: 15px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.category-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 12px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(246, 127, 33, 0.15);
}

.category-title {
  color: #f67f21;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.blog-content {
  margin-bottom: 25px;
}

.section-blog {
  min-height: 500px;
  padding: 120px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-testimoinals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f7ff;
}

.arrow-image-mobile {
  display: none;
}

.arrow-image-mobile-02 {
  display: none;
}

.section-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 145px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #001632;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-right: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-icon {
  width: 40px;
  margin-right: 15px;
}

.content-title {
  margin-top: 7px;
  margin-bottom: 15px;
  color: #484dff;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}

.blog-placeholder-image-03 {
  width: 100%;
  min-height: 220px;
  border-radius: 14px;
  background-image: url('../images/shutterstock_108247988.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-placeholder-image-02 {
  width: 100%;
  min-height: 220px;
  border-radius: 14px;
  background-image: url('../images/Fotolia_77110926_Subscription_Monthly_M.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.link-02 {
  margin-top: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.link-02:hover {
  color: hsla(0, 0%, 100%, 0.58);
}

.clone-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  min-height: 50px;
  min-width: 150px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #7020ff;
  background-image: linear-gradient(159deg, #7020ff, #7b41f1);
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.clone-button:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

.text-span-3 {
  color: #5b3acc;
}

.hero-image {
  background-color: transparent;
}

.remove-before-use {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  height: 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;
  background-color: rgba(46, 54, 66, 0.93);
}

.flowbase-card-delete {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40px;
  padding: 15px 40px 15px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.calimginbox {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #2290ff;
  background-image: url('../images/pexels-photo-193355.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.calimginbox.bottombellimg {
  background-image: url('../images/bell.png');
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: 0 0 6px 0 hsla(0, 0%, 62.7%, 0.65);
}

.inboxdiv {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 500;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2290ff), to(#2290ff));
  background-image: linear-gradient(180deg, #2290ff, #2290ff);
  box-shadow: 0 0 6px 0 hsla(0, 0%, 62.7%, 0.86);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  color: #f6f6f6;
  text-decoration: none;
}

.inboxdiv:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5faff), to(#f5faff));
  background-image: linear-gradient(180deg, #f5faff, #f5faff);
  box-shadow: 0 0 6px 3px #a0a0a0;
  color: #2290ff;
}

.iteminboxdetaildiv {
  position: absolute;
  top: 12px;
  right: 15px;
}

.submitbutton {
  display: block;
  width: 100%;
  margin-top: 15px;
  border-radius: 3px;
  background-color: #2290ff;
}

.submitbutton:hover {
  background-color: #f5faff;
  color: #2290ff;
}

.leftmenucontain {
  margin-top: 19px;
  padding-bottom: 20px;
}

.inboxdate {
  color: #a0a0a0;
  font-size: 12px;
}

.nametext {
  display: inline-block;
  margin-top: 9px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  color: #a0a0a0;
}

.nametext.leftnametext {
  margin-top: 0px;
  margin-left: 20px;
  font-family: Inter, sans-serif;
  color: #000;
}

.nametext.leftnametext.detailtext {
  display: block;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0px;
  cursor: pointer;
}

.nametext.leftnametext.detailtext:hover {
  color: #f67f21;
}

.nametext.leftnametext {
  margin-top: 0px;
  margin-left: 20px;
}

.column-8 {
  border-right: 1px none #000;
  text-align: left;
}

.intext {
  color: hsla(0, 0%, 62.7%, 0);
}

.stathold {
  display: inline-block;
  width: 31%;
  height: 71px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #f6f6f6;
  text-align: center;
}

.stathold.laststat {
  border-right-style: none;
}

.stathold.laststat.bottomlaststat {
  border-right-style: none;
}

.stathold.quote {
  border-right-style: none;
  border-right-color: #fff;
}

.menuleft {
  padding-top: 25px;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('../images/bookmark-tag.png');
  background-position: 91% 0px;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: 0 0 17px -5px hsla(0, 0%, 62.7%, 0.95);
}

.menuleft.flextleft {
  width: 23%;
  margin-left: 10px;
  background-image: none;
}

.statrow {
  border-right: 0px none #fff;
}

.topdashbartext-send {
  display: block;
  margin-top: 5px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.topdashbartext-send.number {
  display: inline-block;
  color: #f67f21;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}

.topdashbartext-send.number.desctext {
  margin-left: 10px;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  font-family: Inter, sans-serif;
  color: #a0a0a0;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
}

.topdashbartext-send.packaging {
  width: 33%;
}

.goingtextinbox {
  display: block;
  margin-left: 5px;
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #2290ff;
  font-size: 12px;
}

.meetingrightdiv {
  width: 165px;
  float: right;
}

.column-11 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.numberofmeetings {
  margin-top: 25px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #333;
}

.togglediv {
  margin-top: 4px;
  padding-left: 55px;
}

.attendcol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.attendcol.right {
  margin-top: 5px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.attendcol.left {
  margin-top: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.meetingsh1 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #f67f21;
  font-size: 24px;
}

.plusnumore {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #a0a0a0;
  font-size: 12px;
  text-align: left;
}

.bottommorelink {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #6d6d6d;
  text-align: center;
  text-decoration: none;
}

.bottommorelink:hover {
  background-color: #f67f21;
  color: #fff;
}

.iteminboxdiv {
  position: relative;
  padding: 35px 15px 15px;
  border-bottom: 1px solid #f6f6f6;
}

.iteminboxdiv.itembuttondiv {
  padding: 0px;
}

.iteminboxdiv.bottombelldiv {
  padding-top: 18px;
  border-bottom-style: none;
}

.inboxbutton {
  width: 50%;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #a0a0a0;
  text-align: center;
  text-decoration: none;
}

.inboxbutton:hover {
  color: #000;
}

.inboxbutton.leftinboxbutton {
  border-right: 1px solid #f6f6f6;
}

.bell {
  padding-top: 14px;
  font-size: 18px;
  text-align: center;
}

.row {
  padding-right: 19px;
  padding-left: 19px;
}

.inboxnumbertext {
  color: #2290ff;
  font-size: 12px;
}

.div-block-8 {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background-color: #ff5026;
}

.pagecontain {
  position: relative;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
}

.leftlinktext {
  font-family: Inter, sans-serif;
  color: #f67f21;
  font-size: 15px;
}

.success {
  margin-top: 15px;
  padding: 15px;
  background-color: #f5faff;
  color: #2290ff;
}

.inboxcontain {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 700;
  display: none;
  width: 250px;
  padding-bottom: 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #a0a0a0;
}

.meetingdetailcontain {
  margin-right: 5px;
  margin-left: 0px;
  padding: 0px;
  border-radius: 3px;
  background-color: #fff;
}

.meetingdetailcontain.float-left {
  width: 100%;
  margin-bottom: 5px;
  float: left;
  box-shadow: 1px 0 20px -15px #000;
}

.iteminboxdetailtext {
  display: inline-block;
  color: #a0a0a0;
  font-size: 11px;
}

.topdashbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 hsla(0, 0%, 62.7%, 0.19);
}

.topdashbar.quote {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.topdashbar.warehousing {
  margin-bottom: 10px;
}

.checkbox-field {
  margin-bottom: 10px;
  padding-left: 30px;
}

.booking-template {
  display: none;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-4 {
  display: inline-block;
  padding-right: 6px;
}

.circlewicon-request {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.circlewicon-request.rescheduleicon {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-request.nomeetingsicon {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_send_from__icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-request.cancelledmeetings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_delivered_to__icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-request.nomeetingsicon-bookings {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-request.rescheduleicon-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-request.cancelledmeetings-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_failure_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-request.good {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-request.warehousing-good {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.section {
  position: relative;
  margin-top: 120px;
}

.meetingimgdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.meetingimgdiv.meeting5 {
  background-image: url('../images/Screenshot-2017-09-17-11.10.05.png');
}

.meetingimgdiv.meeting6 {
  background-image: url('../images/pexels-photo-324658.jpeg');
}

.meetingimgdiv.meeting3 {
  background-image: url('../images/user-1.png'), -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f6f6f6));
  background-image: url('../images/user-1.png'), linear-gradient(180deg, #f6f6f6, #f6f6f6);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.meetingimgdiv.meeting2 {
  background-image: url('../images/Screenshot-2017-09-17-11.10.53.png');
}

.meetingimgdiv.meeting4 {
  background-image: url('../images/pexels-photo-193355.jpeg');
}

.attendeediv {
  width: 22px;
  height: 22px;
}

.attendeediv.attend1 {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-image: url('../images/pexels-photo-91227.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.attendeediv.attend1.attend10 {
  margin-left: -12px;
  background-image: url('../images/pexels-photo-301284.jpeg');
}

.attendeediv.attend1.attend7 {
  margin-left: -5px;
  background-image: url('../images/pexels-photo-193355.jpeg');
}

.attendeediv.attend1.attendplu {
  margin-left: -11px;
}

.attendeediv.attend1.attendplu.attend8 {
  background-image: url('../images/pexels-photo-301290.jpeg');
}

.attendeediv.attend1.attendplu.attend3 {
  margin-left: -11px;
  background-image: url('../images/pexels-photo-249613.jpeg');
}

.attendeediv.attend1.attendplu.attend2 {
  margin-left: -15px;
  background-image: url('../images/bodybuilder-weight-training-stress-38630.jpeg');
}

.attendeediv.attend1.attendplu.attend4 {
  background-image: url('../images/pexels-photo-432739.jpeg');
}

.attendeediv.attend1.attendplu.attend7 {
  margin-left: -15px;
  background-image: url('../images/pexels-photo-173295.jpeg');
}

.attendeediv.attend1.attendplu.attend5 {
  background-image: url('../images/girl-people-landscape-sun-38554.jpeg');
}

.attendeediv.attend1.attendplu.attend9 {
  background-image: url('../images/pexels-photo-446169.jpeg');
}

.attendeediv.attend1.attend6 {
  margin-left: -15px;
  background-image: url('../images/pexels-photo-428339.jpeg');
}

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

.meetingdetailmiddlediv {
  padding: 10px;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}

.leftmenulink {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 5px solid #fff;
  opacity: 1;
  color: #a0a0a0;
}

.leftmenulink:hover {
  border-left: 5px solid #f67f21;
  background-color: rgba(246, 127, 33, 0.14);
  color: #2290ff;
}

.leftmenulink.currentlinkleft {
  border-left-style: none;
  border-left-color: #f67f21;
  background-color: #fff;
  color: #2290ff;
}

.leftmenulink.currentlinkleft:hover {
  border-left-style: solid;
  background-color: rgba(246, 127, 33, 0.1);
}

.leftmenulink.leftlogout {
  margin-top: 25px;
}

.toglebutton {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  margin-left: 2px;
  border-radius: 50%;
  background-color: #f5faff;
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.53);
}

.meetingdetailtopdiv {
  padding: 15px;
}

.form-2 {
  margin-top: 10px;
}

.link-block-2 {
  width: 45px;
  height: 20px;
  border-radius: 13px;
  background-color: #2290ff;
}

.detailscallinktext {
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.topavatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url('../images/pexels-photo-324658.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.topavatar.leftavatar {
  border-radius: 10%;
  background-image: url('../images/logo_profile_icon.png');
}

.meetingtitle {
  margin-bottom: 5px;
  margin-left: 5px;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.meetingtitle.meetingemail {
  font-family: Inter, sans-serif;
  color: #a0a0a0;
  font-size: 11px;
}

.meetingtitle.meetingemail.meetingtime {
  font-size: 11px;
}

.goingtext {
  font-family: Lato, sans-serif;
  color: #2290ff;
  font-size: 11px;
  text-align: center;
}

.goingtext.notgoing {
  font-family: Inter, sans-serif;
  color: #26a70c;
}

.icontectleft {
  color: #f67f21;
}

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

.logotext {
  display: inline-block;
  margin-top: 11px;
  margin-left: -35px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 700;
}

.leftlinktext-2 {
  font-family: Lato, sans-serif;
  color: #a0a0a0;
  font-size: 15px;
}

.form {
  margin-bottom: -9px;
}

.navbar {
  margin-top: 0px;
  padding-top: 0px;
}

.searchbar {
  display: inline-block;
  width: 75%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #f6f6f6;
  background-image: url('../images/search.png');
  background-position: 16px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.hamburger {
  background-color: transparent;
}

.successsearch {
  background-color: transparent;
}

.image {
  box-shadow: 0 0 18px -9px #000;
}

.image-2 {
  box-shadow: 0 0 16px -9px #000;
}

.image-3 {
  width: 60%;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.quote-template {
  display: none;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.request-template {
  display: none;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-4 {
  width: 50px;
  height: 50px;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: #f67f21;
  border-radius: 8px;
  box-shadow: 1px 1px 19px -19px #000;
}

.quote {
  padding-right: 0px;
  padding-left: 0px;
}

.stathold-bookings {
  display: inline-block;
  width: 31%;
  height: 71px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #f6f6f6;
  text-align: center;
}

.stathold-bookings.laststat {
  border-right-style: none;
}

.stathold-bookings.laststat.bottomlaststat {
  border-right-style: none;
}

.stathold-bookings.quote {
  border-right-style: none;
  border-right-color: #fff;
}

.stathold-copy {
  display: inline-block;
  width: 31%;
  height: 71px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #f6f6f6;
  text-align: center;
}

.stathold-copy.laststat {
  border-right-style: none;
}

.stathold-copy.laststat.bottomlaststat {
  border-right-style: none;
}

.stathold-copy.quote {
  border-right-style: none;
  border-right-color: #fff;
}

.stathold-request {
  display: inline-block;
  width: 31%;
  height: 71px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #f6f6f6;
  text-align: center;
}

.stathold-request.laststat {
  border-right-style: none;
}

.stathold-request.laststat.bottomlaststat {
  border-right-style: none;
}

.stathold-request.quote {
  height: auto;
  border-right-style: none;
  border-right-color: #fff;
}

.form-block {
  margin-right: 20px;
  margin-left: 20px;
}

.select-field {
  border-style: solid;
  border-width: 1px;
  border-color: #f67f21;
  border-radius: 8px;
  background-color: #fff;
}

.select-field-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #f67f21;
  border-radius: 8px;
  background-color: #fff;
}

.select-field-3 {
  border-style: solid;
  border-width: 1px;
  border-color: #f67f21;
  border-radius: 8px;
  background-color: #fff;
}

.stathold-copy {
  display: inline-block;
  width: 31%;
  height: 71px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #f6f6f6;
  text-align: center;
}

.stathold-copy.laststat {
  border-right-style: none;
}

.stathold-copy.laststat.bottomlaststat {
  border-right-style: none;
}

.stathold-copy.quote {
  border-right-style: none;
  border-right-color: #fff;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.radio-button-field {
  width: 33%;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #f67f21;
  font-size: 16px;
}

.track-template {
  display: none;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.track {
  display: none;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.warehousing-template {
  display: none;
  width: 72%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-13 {
  width: 70%;
}

.div-block-14 {
  width: 30%;
  margin-left: 5px;
}

.text-block {
  color: #f67f21;
  font-size: 40px;
  font-weight: 700;
}

.columns-2 {
  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;
}

.circlewicon-warehousing {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.circlewicon-warehousing.rescheduleicon {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousing.nomeetingsicon {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_send_from__icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousing.cancelledmeetings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_delivered_to__icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousing.nomeetingsicon-bookings {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousing.rescheduleicon-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousing.cancelledmeetings-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_failure_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousing.dirty-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousing.dirty-warehousng-copy {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousing.good-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_ready_to_shipped_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousing.dirty-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_defective_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousing.pending-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_pending_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousing.ready-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_good_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousing.shipped-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_shipped_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousing.total-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_total_items_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousing.defective-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_ready_to_shipped_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.circlewicon-warehousingkamj.rescheduleicon {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj.nomeetingsicon {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_send_from__icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj.cancelledmeetings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_delivered_to__icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj.nomeetingsicon-bookings {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj.rescheduleicon-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj.cancelledmeetings-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_failure_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj.good {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj.warehousing-good {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj-copy {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.circlewicon-warehousingkamj-copy.rescheduleicon {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj-copy.nomeetingsicon {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_send_from__icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj-copy.cancelledmeetings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_delivered_to__icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj-copy.nomeetingsicon-bookings {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj-copy.rescheduleicon-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj-copy.cancelledmeetings-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_failure_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj-copy.good {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj-copy.warehousing-good {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj-copy-copy {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.circlewicon-warehousingkamj-copy-copy.rescheduleicon {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj-copy-copy.nomeetingsicon {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_send_from__icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj-copy-copy.cancelledmeetings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_delivered_to__icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj-copy-copy.nomeetingsicon-bookings {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj-copy-copy.rescheduleicon-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj-copy-copy.cancelledmeetings-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_failure_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj-copy-copy.good {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-warehousingkamj-copy-copy.warehousing-good {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-quote {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.circlewicon-quote.rescheduleicon {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-quote.nomeetingsicon {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_send_from__icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-quote.cancelledmeetings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_request_quote_failure__icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-quote.nomeetingsicon-bookings {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-quote.rescheduleicon-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-quote.cancelledmeetings-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_failure_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-quote.good {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-quote.warehousing-good {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-quote-2 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.circlewicon-quote-2.rescheduleicon {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-quote-2.nomeetingsicon {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_request_quote_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-quote-2.cancelledmeetings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_delivered_to__icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-quote-2.nomeetingsicon-bookings {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-quote-2.rescheduleicon-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-quote-2.cancelledmeetings-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_failure_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-quote-2.good {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-quote-2.warehousing-good {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.support-template {
  display: none;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.stathold-support {
  display: inline-block;
  width: 31%;
  height: 71px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #f6f6f6;
  text-align: center;
}

.stathold-support.laststat {
  border-right-style: none;
}

.stathold-support.laststat.bottomlaststat {
  border-right-style: none;
}

.stathold-support.quote {
  border-right-style: none;
  border-right-color: #fff;
}

.column-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.circlewicon-support {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.circlewicon-support.rescheduleicon {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-support.nomeetingsicon {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_send_from__icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-support.cancelledmeetings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_delivered_to__icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-support.nomeetingsicon-bookings {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-support.rescheduleicon-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-support.cancelledmeetings-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_failure_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-support.dirty-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-support.dirty-warehousng-copy {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-support.good-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_ready_to_shipped_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-support.dirty-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_defective_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-support.pending-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_pending_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-support.ready-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_good_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-support.shipped-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_shipped_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-support.total-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_total_items_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-support.support-email {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_email_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.profile-template {
  display: none;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.circlewicon-profile {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.circlewicon-profile.rescheduleicon {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-profile.nomeetingsicon {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_send_from__icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-profile.cancelledmeetings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_delivered_to__icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-profile.nomeetingsicon-bookings {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-profile.rescheduleicon-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-profile.cancelledmeetings-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_failure_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-profile.dirty-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-profile.dirty-warehousng-copy {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-profile.good-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_ready_to_shipped_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-profile.dirty-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_defective_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-profile.pending-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_pending_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-profile.ready-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_good_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-profile.shipped-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_shipped_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-profile.total-warehousng {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_warehouse_total_items_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-profile.profile-user {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_profile_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-profile.profile-contact {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_phone_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-profile.profile-address {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_address_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.stathold-profile {
  display: block;
  width: 31%;
  height: 71px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #f6f6f6;
  text-align: center;
}

.stathold-profile.laststat {
  border-right-style: none;
}

.stathold-profile.laststat.bottomlaststat {
  border-right-style: none;
}

.stathold-profile.quote {
  border-right-style: none;
  border-right-color: #fff;
}

.column-8-bookings {
  border-right: 1px none #000;
  text-align: left;
}

.column-8-profile {
  position: static;
  height: 100%;
  border-right: 1px none #000;
  text-align: left;
}

.statrow-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-right: 0px none #fff;
}

.column-1-profile {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12-tracking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-block-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-login {
  margin-top: 10px;
  color: #546681;
  font-size: 13px;
  text-decoration: none;
}

.link-login:hover {
  color: #484dff;
}

.text-field-2 {
  border-style: solid;
  border-width: 2px;
  border-color: #f67f21;
  border-radius: 10px;
}

.text-field-3 {
  border-style: solid;
  border-width: 2px;
  border-color: #f67f21;
  border-radius: 10px;
}

.hero-content-create {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 49px;
  -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-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;
}

.view-template {
  display: block;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.request-template-copy {
  display: none;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.view-details-template {
  display: none;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.topdashbartext-big {
  display: block;
  margin-top: 5px;
  font-family: Inter, sans-serif;
  color: #f67f21;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
}

.topdashbartext-big.number {
  display: inline-block;
  color: #f67f21;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}

.topdashbartext-big.number.desctext {
  margin-left: 10px;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  font-family: Inter, sans-serif;
  color: #a0a0a0;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
}

.topdashbartext-big.packaging {
  width: 33%;
}

.topdashbartext-medium {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  color: #f67f21;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.topdashbartext-medium.number {
  display: inline-block;
  color: #f67f21;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}

.topdashbartext-medium.number.desctext {
  margin-left: 10px;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  font-family: Inter, sans-serif;
  color: #a0a0a0;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
}

.topdashbartext-medium.packaging {
  width: 33%;
}

.circlewicon-view {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.circlewicon-view.rescheduleicon {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-view.nomeetingsicon {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_send_from__icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-view.cancelledmeetings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_price_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-view.nomeetingsicon-bookings {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-view.rescheduleicon-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-view.cancelledmeetings-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_failure_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-view.good {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-view.warehousing-good {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.image-4-view {
  width: 50px;
  height: 50px;
}

.image-5 {
  background-color: #fff;
}

.div-block-15 {
  width: 40px;
  height: 40px;
}

.circlewicon-estimated {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.circlewicon-estimated.rescheduleicon {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-estimated.nomeetingsicon {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_time_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-estimated.cancelledmeetings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_delivered_to__icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-estimated.nomeetingsicon-bookings {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-estimated.rescheduleicon-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_success_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-estimated.cancelledmeetings-bookings {
  background-color: rgba(255, 255, 255, 0.09);
  background-image: url('../images/logo_failure_package_icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-estimated.good {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.circlewicon-estimated.warehousing-good {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url('../images/logo_warehouse_orange_icon-copy.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.topdashbar-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 hsla(0, 0%, 62.7%, 0.19);
}

.topdashbar-profile.quote {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.topdashbar-profile.warehousing {
  margin-bottom: 10px;
}

.column-8-copy {
  border-right: 1px none #000;
  text-align: left;
}

.column-8-copy-profile {
  border-right: 1px none #000;
  text-align: left;
}

.snap-template {
  display: block;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.view-details-template-copy {
  display: block;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.after-request-template {
  display: block;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.topdashbartext-price {
  display: block;
  margin-top: 5px;
  font-family: Inter, sans-serif;
  color: #b1aeae;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
}

.topdashbartext-price.number {
  display: inline-block;
  color: #f67f21;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}

.topdashbartext-price.number.desctext {
  margin-left: 10px;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  font-family: Inter, sans-serif;
  color: #a0a0a0;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
}

.topdashbartext-price.packaging {
  width: 33%;
}

.topdashbartext-port {
  display: block;
  margin-top: 5px;
  font-family: Inter, sans-serif;
  color: #f67f21;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.topdashbartext-port.number {
  display: inline-block;
  color: #f67f21;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}

.topdashbartext-port.number.desctext {
  margin-left: 10px;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  font-family: Inter, sans-serif;
  color: #a0a0a0;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
}

.topdashbartext-port.packaging {
  width: 33%;
}

.div-block-16 {
  display: none;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.text-block-3 {
  margin-top: 5px;
}

.text-block-3:hover {
  color: #f67f21;
}

.after-request-quote-template {
  display: block;
  width: 72%;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.after-request-quote-template.new {
  display: none;
}

.div-block-17 {
  display: none;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .header-login {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .container.space-below {
    margin-bottom: 80px;
  }
  .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .heading {
    text-align: center;
  }
  .footer-column {
    width: 20%;
  }
  .footer-column-large {
    width: 40%;
  }
  .column {
    width: 100%;
  }
  .hero-block-login {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }
  .content-block-left {
    width: 100%;
    padding-right: 25px;
  }
  .section-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .column-wrap-reversed {
    margin-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dropdown-link {
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 10px;
    color: #3b4c5b;
    font-size: 16px;
  }
  .dropdown-link:hover {
    background-color: rgba(115, 167, 213, 0.09);
  }
  .dropdown-link.w--current {
    color: #ff6f20;
  }
  .navigation-block-right {
    width: 100%;
  }
  .dropdown-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 15px;
  }
  .navigation-link-wrap {
    display: none;
  }
  .dropdown-toggle {
    padding: 0px;
  }
  .container-navigation {
    position: relative;
    z-index: 99;
  }
  .mobile-button-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55px;
    height: 55px;
    padding: 17px;
    border-radius: 50px;
    background-color: rgba(84, 102, 129, 0.08);
  }
  .mobiel-dropdown {
    right: 10%;
  }
  .mobiel-dropdown.w--open {
    z-index: 10;
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(84, 102, 129, 0.13);
  }
  .navigation {
    z-index: 2000;
  }
  .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-icon {
    margin-bottom: 15px;
  }
  .hero-image-wrap {
    width: 100%;
    min-height: auto;
  }
  .content-block-right {
    width: 100%;
    padding-left: 25px;
  }
  .testimonial-image-block {
    padding: 30px;
  }
  .hero-content-login {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .paragraph-hero {
    text-align: center;
  }
  .content-block-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 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;
  }
  .statistic-circle-wrap {
    width: 100%;
  }
  .flowbase-card-wrap {
    display: block;
    max-width: 610px;
    min-width: auto;
    margin-right: 15px;
  }
  .arrow-image {
    display: none;
  }
  .arrow-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .feature-number-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-card {
    padding: 20px 20px 35px;
  }
  .section-blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .arrow-image-mobile {
    position: relative;
    left: 55px;
    display: block;
  }
  .arrow-image-mobile-02 {
    position: relative;
    left: -55px;
    display: block;
  }
  .feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-icon {
    margin-bottom: 15px;
  }
  .container-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inboxdiv {
    z-index: 97;
  }
  .nametext {
    color: #000;
  }
  .nametext.leftnametext.mobilenavwelcome {
    margin-top: 10px;
    margin-left: 0px;
  }
  .column-8 {
    text-align: center;
  }
  .stathold {
    display: inline-block;
    width: 50%;
    height: auto;
  }
  .menuleft.flextleft {
    display: none;
  }
  .topdashbartext-send {
    text-align: center;
  }
  .topdashbartext-send.number.desctext {
    text-align: center;
  }
  .plusnumore {
    padding-left: 3px;
  }
  .row {
    display: inline-block;
    margin-top: 0px;
    padding-left: 0px;
    float: none;
  }
  .pagecontain {
    position: relative;
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    z-index: 200;
    margin-top: 0px;
  }
  .leftlinktext {
    text-align: left;
  }
  .inboxcontain {
    display: none;
  }
  .meetingdetailcontain {
    margin-bottom: 5px;
    box-shadow: 0 0 12px 0 hsla(0, 0%, 62.7%, 0.19);
  }
  .topdashbar {
    display: block;
    margin-top: 0px;
    margin-right: 5px;
    padding-bottom: 25px;
    box-shadow: 0 0 12px 0 hsla(0, 0%, 62.7%, 0.19);
  }
  .topdashbar.quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .topdashbar.warehousing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .booking-template {
    padding-right: 10px;
  }
  .div-block-4 {
    padding-right: 0px;
  }
  .circlewicon-request.rescheduleicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-request.nomeetingsicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-request.cancelledmeetings {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .circlewicon-request.nomeetingsicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-request.rescheduleicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-request.cancelledmeetings-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-request.good {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-request.warehousing-good {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section {
    margin-top: 0px;
  }
  .attendeediv.attend1 {
    width: 20px;
    height: 20px;
  }
  .attendeediv.attend1.attendplu.attend2 {
    margin-left: -12px;
  }
  .attendeediv.attend1.attendplu.attend7 {
    margin-left: -12px;
  }
  .attendeediv.attend1.attendplu.attend5 {
    width: 20px;
    height: 20px;
  }
  .attendeediv.attend1.attend6 {
    width: 20px;
    height: 20px;
  }
  .leftmenulink {
    position: relative;
    z-index: 99;
  }
  .leftcolstat {
    text-align: center;
  }
  .topavatar {
    background-image: url('../images/logo_profile_icon.png');
  }
  .topavatar.leftavatar {
    margin-top: 9px;
  }
  .meetingtitle {
    font-size: 10px;
  }
  .meetingtitle.meetingemail {
    font-size: 10px;
  }
  .div-block {
    position: relative;
    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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-24 {
    padding-top: 10px;
  }
  .logotext.navbarlogotext {
    margin-top: 18px;
    margin-left: 0px;
  }
  .column-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .row-3 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .leftlinktext-2 {
    text-align: left;
  }
  .navbar {
    z-index: 1000;
    margin-top: 120px;
    background-color: #fff;
  }
  .nav-menu {
    position: static;
    z-index: 90;
    background-color: #fff;
    box-shadow: 0 4px 7px 0 hsla(0, 0%, 62.7%, 0.71);
  }
  .searchbar {
    width: 50%;
  }
  .searchbar.mobilesearch {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 16px;
    line-height: 16px;
  }
  .hamburger {
    color: #2290ff;
  }
  .hamburger.w--open {
    background-color: #f67f21;
    color: #1a2d3f;
  }
  .icon-4 {
    color: #000;
  }
  .quote-template {
    position: static;
    padding-right: 10px;
  }
  .request-template {
    padding-right: 10px;
  }
  .stathold-bookings {
    display: inline-block;
    width: 33%;
    height: auto;
  }
  .stathold-copy {
    display: inline-block;
    width: 50%;
    height: auto;
  }
  .stathold-request {
    display: inline-block;
    width: 50%;
    height: auto;
  }
  .stathold-request.quote {
    width: 100%;
  }
  .stathold-copy {
    display: inline-block;
    width: 50%;
    height: auto;
  }
  .div-block-11 {
    -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;
  }
  .track-template {
    position: static;
    padding-right: 10px;
  }
  .track {
    padding-right: 10px;
  }
  .warehousing-template {
    padding-right: 10px;
  }
  .text-block {
    font-size: 35px;
  }
  .circlewicon-warehousing.rescheduleicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousing.nomeetingsicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-warehousing.cancelledmeetings {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .circlewicon-warehousing.nomeetingsicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousing.rescheduleicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousing.cancelledmeetings-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousing.dirty-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousing.dirty-warehousng-copy {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousing.good-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousing.dirty-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousing.pending-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousing.ready-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousing.shipped-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousing.total-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousing.defective-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousingkamj.rescheduleicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousingkamj.nomeetingsicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-warehousingkamj.cancelledmeetings {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .circlewicon-warehousingkamj.nomeetingsicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousingkamj.rescheduleicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousingkamj.cancelledmeetings-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousingkamj.good {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousingkamj.warehousing-good {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousingkamj-copy.rescheduleicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousingkamj-copy.nomeetingsicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-warehousingkamj-copy.cancelledmeetings {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .circlewicon-warehousingkamj-copy.nomeetingsicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousingkamj-copy.rescheduleicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousingkamj-copy.cancelledmeetings-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousingkamj-copy.good {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousingkamj-copy.warehousing-good {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousingkamj-copy-copy.rescheduleicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousingkamj-copy-copy.nomeetingsicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-warehousingkamj-copy-copy.cancelledmeetings {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .circlewicon-warehousingkamj-copy-copy.nomeetingsicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousingkamj-copy-copy.rescheduleicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousingkamj-copy-copy.cancelledmeetings-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousingkamj-copy-copy.good {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-warehousingkamj-copy-copy.warehousing-good {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-quote.rescheduleicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-quote.nomeetingsicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-quote.cancelledmeetings {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .circlewicon-quote.nomeetingsicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-quote.rescheduleicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-quote.cancelledmeetings-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-quote.good {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-quote.warehousing-good {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-quote-2.rescheduleicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-quote-2.nomeetingsicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-quote-2.cancelledmeetings {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .circlewicon-quote-2.nomeetingsicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-quote-2.rescheduleicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-quote-2.cancelledmeetings-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-quote-2.good {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-quote-2.warehousing-good {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .support-template {
    display: none;
    padding-right: 10px;
  }
  .stathold-support {
    display: inline-block;
    width: 33%;
    height: auto;
  }
  .circlewicon-support.rescheduleicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-support.nomeetingsicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-support.cancelledmeetings {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .circlewicon-support.nomeetingsicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-support.rescheduleicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-support.cancelledmeetings-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-support.dirty-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-support.dirty-warehousng-copy {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-support.good-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-support.dirty-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-support.pending-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-support.ready-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-support.shipped-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-support.total-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-support.support-email {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .profile-template {
    padding-right: 10px;
  }
  .circlewicon-profile.rescheduleicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-profile.nomeetingsicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-profile.cancelledmeetings {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .circlewicon-profile.nomeetingsicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-profile.rescheduleicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-profile.cancelledmeetings-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-profile.dirty-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-profile.dirty-warehousng-copy {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-profile.good-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-profile.dirty-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-profile.pending-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-profile.ready-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-profile.shipped-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-profile.total-warehousng {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-profile.profile-user {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-profile.profile-contact {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-profile.profile-address {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .stathold-profile {
    display: inline-block;
    width: 33%;
    height: auto;
  }
  .column-8-bookings {
    text-align: center;
  }
  .column-8-profile {
    text-align: center;
  }
  .hero-content-create {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .view-template {
    position: static;
    padding-right: 10px;
  }
  .request-template-copy {
    padding-right: 10px;
  }
  .view-details-template {
    display: none;
    padding-right: 10px;
  }
  .topdashbartext-big {
    text-align: center;
  }
  .topdashbartext-big.number.desctext {
    text-align: center;
  }
  .topdashbartext-medium {
    text-align: center;
  }
  .topdashbartext-medium.number.desctext {
    text-align: center;
  }
  .circlewicon-view.rescheduleicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-view.nomeetingsicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-view.cancelledmeetings {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .circlewicon-view.nomeetingsicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-view.rescheduleicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-view.cancelledmeetings-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-view.good {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-view.warehousing-good {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-estimated.rescheduleicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-estimated.nomeetingsicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-estimated.cancelledmeetings {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .circlewicon-estimated.nomeetingsicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-estimated.rescheduleicon-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-estimated.cancelledmeetings-bookings {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-estimated.good {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .circlewicon-estimated.warehousing-good {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .topdashbar-profile {
    display: block;
    margin-top: 0px;
    margin-right: 5px;
    padding-bottom: 25px;
    box-shadow: 0 0 12px 0 hsla(0, 0%, 62.7%, 0.19);
  }
  .topdashbar-profile.quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .topdashbar-profile.warehousing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .column-8-copy {
    text-align: center;
  }
  .column-8-copy-profile {
    text-align: center;
  }
  .snap-template {
    padding-right: 10px;
  }
  .text-block-2 {
    margin-left: 10px;
    cursor: pointer;
  }
  .text-block-2:hover {
    color: #f67f21;
  }
  .view-details-template-copy {
    display: none;
    padding-right: 10px;
  }
  .after-request-template {
    display: block;
    padding-right: 10px;
  }
  .topdashbartext-price {
    text-align: center;
  }
  .topdashbartext-price.number.desctext {
    text-align: center;
  }
  .topdashbartext-port {
    text-align: center;
  }
  .topdashbartext-port.number.desctext {
    text-align: center;
  }
  .after-request-quote-template {
    display: block;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .header-login {
    padding-top: 100px;
  }
  .footer-column {
    width: 50%;
  }
  .footer-column-large {
    width: 50%;
    margin-bottom: 25px;
  }
  .section-content {
    padding-right: 3%;
    padding-left: 3%;
  }
  .section-logo {
    padding-top: 20px;
  }
  .full-logo-wrap {
    -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;
  }
  .logo-wrap {
    width: 100%;
    margin-bottom: 15px;
  }
  .navigation-link-wrap {
    display: none;
  }
  .phone-wrap {
    display: none;
  }
  .navigation {
    z-index: 2000;
  }
  .content-block-right {
    padding: 10px;
  }
  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }
  .testimonial-image-block {
    width: 100%;
  }
  .testimonial-columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo {
    width: 130px;
  }
  .button-navigation {
    display: none;
  }
  .flowbase-card-wrap {
    min-width: auto;
    margin-left: 15px;
  }
  .blog-card {
    width: 100%;
    margin-bottom: 35px;
  }
  .section-blog {
    padding-right: 3%;
    padding-left: 3%;
  }
  .clone-button.w--current {
    text-align: center;
  }
  .flowbase-card-delete {
    display: none;
  }
  .column-31 {
    text-align: center;
  }
  .stathold {
    width: 50%;
    border-right-style: solid;
  }
  .statrow {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px none #f6f6f6;
  }
  .statrow.statlastbottom {
    border-bottom-style: none;
  }
  .column-11 {
    text-align: center;
  }
  .attendcol {
    text-align: center;
  }
  .plusnumore {
    display: block;
    margin-top: -9px;
    margin-bottom: -2px;
    margin-left: 0px;
    font-size: 10px;
    text-align: center;
  }
  .plusnumore.plus2 {
    margin-left: 0px;
    padding-left: 0px;
  }
  .plusnumore.plus3 {
    margin-left: 0px;
    padding-left: 0px;
  }
  .bottommorelink {
    width: 50%;
    float: left;
    border-bottom-right-radius: 0px;
  }
  .bottommorelink.bottommoreright {
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 3px;
  }
  .pagecontain {
    position: static;
    z-index: 0;
    padding-top: 15px;
  }
  .meetingdetailcontain {
    margin-bottom: 25px;
  }
  .meetingdetailcontain.float-left {
    width: 100%;
  }
  .topdashbar {
    margin-right: 0px;
    padding-bottom: 15px;
  }
  .booking-template {
    padding-right: 15px;
    padding-left: 15px;
  }
  .meetingimgdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
  .attendeediv.attend1 {
    margin-top: 2px;
  }
  .attendeediv.attend1.attend7 {
    margin-left: 0px;
  }
  .attendeediv.attend1.attendplu.attend2 {
    margin-left: -12px;
  }
  .attendeediv.attend1.attendplu.attend7 {
    margin-left: -9px;
  }
  .attendeediv.attend1.attend6 {
    margin-left: 0px;
  }
  .meetingdetailmiddlediv {
    padding-bottom: 2px;
  }
  .meetingdetailtopdiv {
    padding-bottom: 2px;
  }
  .topavatar {
    background-image: url('../images/logo_profile_icon.png');
  }
  .topavatar.leftavatar {
    display: block;
    width: 25px;
    height: 25px;
    margin-top: 0px;
  }
  .meetingtitle {
    text-align: center;
  }
  .goingtext {
    font-size: 10px;
    line-height: 1.2em;
  }
  .goingtext.notgoing {
    line-height: 1.7em;
  }
  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logotext.navbarlogotext {
    margin-top: 0px;
  }
  .brand {
    display: inline-block;
    margin-top: 16px;
  }
  .navbar {
    z-index: 1000;
  }
  .nav-menu {
    position: static;
    display: block;
  }
  .searchbar.mobilesearch {
    width: 101%;
    margin-top: 8px;
  }
  .quote-template {
    padding-right: 15px;
    padding-left: 15px;
  }
  .request-template {
    padding-right: 15px;
    padding-left: 15px;
  }
  .stathold-bookings {
    width: 33%;
    border-right-style: solid;
  }
  .stathold-copy {
    width: 50%;
    border-right-style: solid;
  }
  .stathold-request {
    width: 50%;
    border-right-style: solid;
  }
  .stathold-copy {
    width: 50%;
    border-right-style: solid;
  }
  .div-block-10 {
    -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;
  }
  .track-template {
    padding-right: 15px;
    padding-left: 15px;
  }
  .track {
    padding-right: 15px;
    padding-left: 15px;
  }
  .warehousing-template {
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-block {
    font-size: 30px;
  }
  .support-template {
    padding-right: 15px;
    padding-left: 15px;
  }
  .stathold-support {
    width: 33%;
    border-right-style: solid;
  }
  .profile-template {
    padding-right: 15px;
    padding-left: 15px;
  }
  .stathold-profile {
    width: 33%;
    border-right-style: solid;
  }
  .statrow-profile {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px none #f6f6f6;
  }
  .statrow-profile.statlastbottom {
    border-bottom-style: none;
  }
  .view-template {
    padding-right: 15px;
    padding-left: 15px;
  }
  .request-template-copy {
    padding-right: 15px;
    padding-left: 15px;
  }
  .view-details-template {
    padding-right: 15px;
    padding-left: 15px;
  }
  .topdashbartext-big {
    font-size: 25px;
  }
  .topdashbar-profile {
    margin-right: 0px;
    padding-bottom: 15px;
  }
  .snap-template {
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-block-2 {
    margin-left: 10px;
    cursor: pointer;
  }
  .view-details-template-copy {
    padding-right: 15px;
    padding-left: 15px;
  }
  .after-request-template {
    padding-right: 15px;
    padding-left: 15px;
  }
  .after-request-quote-template {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .footer-column {
    width: 100%;
  }
  .footer-column-large {
    width: 100%;
  }
  .image-block {
    padding: 8px;
  }
  .column-wrap-reversed {
    margin-bottom: 0px;
  }
  .button-wrap-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-logo {
    display: none;
  }
  .phone-wrap {
    display: none;
  }
  .navigation {
    z-index: 2000;
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-image-wrap {
    padding: 10px;
  }
  .testimonial-content-wrap {
    padding: 15px;
  }
  .testimonial-image-block {
    padding: 15px;
  }
  .button-default {
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }
  .flowbase-close-card {
    top: 0px;
    right: 0px;
    bottom: auto;
  }
  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }
  .flowbase-card-wrap {
    min-width: auto;
    margin-right: 5px;
    margin-left: 5px;
  }
  .flowbase-icon-wrap {
    min-width: 60px;
  }
  .arrow-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .blog-card {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .flowbase-card-delete {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nametext {
    color: #000;
  }
  .column-31 {
    text-align: center;
  }
  .column-8 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .stathold {
    width: 50%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px none #f6f6f6;
    border-right-style: none;
  }
  .stathold.laststat.bottomlaststat {
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .menuleft.flextleft {
    position: relative;
    z-index: 100;
    display: none;
  }
  .statrow {
    width: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .topdashbartext-send {
    font-size: 12px;
    text-align: center;
  }
  .topdashbartext-send.number {
    margin-top: 0px;
    font-size: 15px;
  }
  .meetingsh1 {
    font-size: 20px;
  }
  .plusnumore {
    margin-top: -10px;
    padding-left: 0px;
  }
  .plusnumore.plus2 {
    margin-left: 0px;
  }
  .plusnumore.plus3 {
    margin-left: 0px;
  }
  .bottommorelink {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .row {
    display: inline-block;
  }
  .pagecontain {
    padding-top: 15px;
  }
  .column-36 {
    padding-right: 2px;
    padding-left: 1px;
  }
  .meetingdetailcontain.float-left {
    width: 100%;
  }
  .topdashbar {
    margin-right: 5px;
    padding-bottom: 5px;
  }
  .topdashbar.quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .booking-template {
    padding-right: 6px;
  }
  .circlewicon-request.nomeetingsicon {
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-request.cancelledmeetings {
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .section {
    z-index: 0;
  }
  .attendeediv.attend1 {
    width: 15px;
    height: 15px;
    margin-left: -2px;
  }
  .attendeediv.attend1.attend10 {
    margin-left: -2px;
  }
  .attendeediv.attend1.attend7 {
    margin-left: -4px;
  }
  .attendeediv.attend1.attendplu.attend3 {
    margin-left: -10px;
  }
  .attendeediv.attend1.attendplu.attend2 {
    margin-left: -9px;
  }
  .attendeediv.attend1.attendplu.attend4 {
    margin-left: -10px;
  }
  .attendeediv.attend1.attendplu.attend7 {
    margin-left: -11px;
  }
  .attendeediv.attend1.attendplu.attend5 {
    width: 15px;
    height: 15px;
    margin-left: -10px;
  }
  .attendeediv.attend1.attend6 {
    width: 15px;
    height: 15px;
    margin-left: 0px;
  }
  .meetingdetailmiddlediv {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .detailscallinktext {
    font-size: 10px;
  }
  .topavatar {
    background-image: url('../images/logo_profile_icon.png');
  }
  .meetingtitle {
    margin-top: 5px;
    margin-left: 1px;
    font-size: 11px;
  }
  .meetingtitle.meetingemail {
    margin-top: -6px;
  }
  .goingtext {
    margin-top: 2px;
    font-size: 8px;
    line-height: 1.4em;
  }
  .goingtext.notgoing {
    line-height: 1.3em;
  }
  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logotext.navbarlogotext {
    font-size: 17px;
  }
  .column-23 {
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar {
    z-index: 1000;
  }
  .nav-menu {
    position: relative;
    z-index: 10000000;
  }
  .searchbar.mobilesearch {
    width: 120px;
    margin-top: 8px;
    margin-left: 15px;
  }
  .quote-template {
    padding-right: 6px;
  }
  .request-template {
    padding-right: 6px;
  }
  .stathold-bookings {
    position: static;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px none #f6f6f6;
    border-right-style: none;
  }
  .stathold-bookings.laststat.bottomlaststat {
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .stathold-copy {
    width: 50%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px none #f6f6f6;
    border-right-style: none;
  }
  .stathold-copy.laststat.bottomlaststat {
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .stathold-request {
    width: 50%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px none #f6f6f6;
    border-right-style: none;
  }
  .stathold-request.laststat.bottomlaststat {
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .stathold-copy {
    width: 50%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px none #f6f6f6;
    border-right-style: none;
  }
  .stathold-copy.laststat.bottomlaststat {
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .div-block-10 {
    -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;
  }
  .track-template {
    padding-right: 6px;
  }
  .track {
    padding-right: 6px;
  }
  .warehousing-template {
    padding-right: 6px;
  }
  .text-block {
    font-size: 20px;
  }
  .circlewicon-warehousing.nomeetingsicon {
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-warehousing.cancelledmeetings {
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .circlewicon-warehousing.defective-warehousng {
    background-image: url('../images/logo_warehouse_defective_icon.png');
  }
  .circlewicon-warehousingkamj.nomeetingsicon {
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-warehousingkamj.cancelledmeetings {
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .circlewicon-warehousingkamj-copy.nomeetingsicon {
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-warehousingkamj-copy.cancelledmeetings {
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .circlewicon-warehousingkamj-copy-copy.nomeetingsicon {
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-warehousingkamj-copy-copy.cancelledmeetings {
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .circlewicon-quote.nomeetingsicon {
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-quote.cancelledmeetings {
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .circlewicon-quote-2.nomeetingsicon {
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-quote-2.cancelledmeetings {
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .support-template {
    display: none;
    padding-right: 6px;
  }
  .stathold-support {
    width: 33%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px none #f6f6f6;
    border-right-style: none;
  }
  .stathold-support.laststat.bottomlaststat {
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .circlewicon-support.nomeetingsicon {
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-support.cancelledmeetings {
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .profile-template {
    display: none;
    padding-right: 6px;
  }
  .circlewicon-profile.nomeetingsicon {
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-profile.cancelledmeetings {
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .stathold-profile {
    width: 33%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px none #f6f6f6;
    border-right-style: none;
  }
  .stathold-profile.laststat.bottomlaststat {
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .statrow-profile {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .columns-3 {
    position: relative;
    z-index: 10;
  }
  .view-template {
    padding-right: 6px;
  }
  .request-template-copy {
    padding-right: 6px;
  }
  .view-details-template {
    padding-right: 6px;
  }
  .topdashbartext-big {
    font-size: 20px;
  }
  .radio-button-label {
    font-size: 12px;
  }
  .radio-button-label-2 {
    font-size: 12px;
  }
  .radio-button-label-3 {
    font-size: 12px;
  }
  .circlewicon-view.nomeetingsicon {
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-view.cancelledmeetings {
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .circlewicon-estimated.nomeetingsicon {
    background-image: url('../images/logo_request_quote_icon.png');
  }
  .circlewicon-estimated.cancelledmeetings {
    background-image: url('../images/logo_request_quote_failure__icon.png');
  }
  .topdashbar-profile {
    margin-right: 5px;
    padding-bottom: 5px;
  }
  .topdashbar-profile.quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .topdashbar-profile.warehousing {
    -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;
  }
  .column-8-copy {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .column-8-copy-profile {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .snap-template {
    padding-right: 6px;
  }
  .text-block-2 {
    margin-left: 10px;
    color: #546681;
    cursor: pointer;
  }
  .text-block-2:hover {
    color: #f67f21;
  }
  .view-details-template-copy {
    padding-right: 6px;
  }
  .after-request-template {
    padding-right: 6px;
  }
  .topdashbartext-price {
    font-size: 12px;
    text-align: center;
  }
  .topdashbartext-price.number {
    margin-top: 0px;
    font-size: 15px;
  }
  .topdashbartext-port {
    font-size: 12px;
    text-align: center;
  }
  .topdashbartext-port.number {
    margin-top: 0px;
    font-size: 15px;
  }
  .after-request-quote-template {
    padding-right: 6px;
  }
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}