/* @charset "utf-8"; */

/* Body reset */

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.8);
  background: #eaf0f8;
  margin: 0;
}

/*************** FONT *************/
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Lato Light"), local("Lato-Light"),
    url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USSwaPGR_p.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Lato Light"), local("Lato-Light"),
    url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USSwiPGQ.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Lato Regular"), local("Lato-Regular"),
    url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjxAwXjeu.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Lato Regular"), local("Lato-Regular"),
    url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXg.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Lato Bold"), local("Lato-Bold"),
    url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwaPGR_p.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Lato Bold"), local("Lato-Bold"),
    url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPGQ.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Lato Black"), local("Lato-Black"),
    url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh50XSwaPGR_p.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Lato Black"), local("Lato-Black"),
    url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh50XSwiPGQ.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/*************** Global *************/
.text-white {
  color: #fff;
}
.text-black {
  color: #333;
}
.text-orange {
  color: #ffc33c;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-bold {
  font-weight: bold;
}
.text-super-bold {
  font-weight: 900;
}
.text-opacity {
  opacity: 0.6;
}
.m-b-10 {
  margin-bottom: 10px;
}
.medium-text {
  font-size: 18px;
}
.big-text {
  font-size: 20px;
}
.header-text {
  font-size: 22px;
  font-weight: 900;
}
.w100 {
  width: 100%;
}
.w75 {
  width: 75%;
}
.w50 {
  width: 50%;
}
.w25 {
  width: 25%;
}
.h100 {
  height: 100%;
}
.m-10 {
  margin: 10px;
}
.p-10 {
  padding: 10px;
}
.center-align {
  text-align: center;
}
.flex {
  display: flex;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.justify-between {
  justify-content: space-between;
}
.align-center {
  align-items: center;
}
.relative {
  position: relative;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
input,
textarea {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Lato";
}

/*************** General *************/

/* Links */
a {
  /* color: #fab926; */
  color: #ffc33c;
  /* color: #eda431; */
  text-decoration: none;
}
a:hover,
a:focus {
  color: #eda431;
  text-decoration: none;
}

/* Headings */

/* Body text */
div {
  box-sizing: border-box;
}

/* Lists */
ul,
ol {
  margin-top: 0;
  margin-bottom: 20px;
}
li {
  padding: 0 0 10px 0;
}
/* Buttons */
button {
  border-radius: 4px;
  display: inline-block;
  color: #1b275c;
  background: #ffc33c;
  border: 0;
  transition: all 0.2s;
  font-weight: bold;
  font-family: inherit;
}
button:hover {
  background: #eda431;
  cursor: pointer;
}

button:disabled {
  background: #ddd 0% 0% no-repeat padding-box;
  color: #333;
  opacity: 0.5;
}
/*************** Specific *************/

.headline {
  min-height: 200px;
}
.container-padding {
  padding-right: 15px;
  padding-left: 15px;
}
.container-padding-compromise {
  margin-right: -15px;
  margin-left: -15px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
/* Header */
.header {
  background: linear-gradient(0deg, #075baf 0%, #12356f 100%) 0% 0% no-repeat
    padding-box;
  min-height: 500px;
  position: relative;
  padding-bottom: 30px;
}
.header-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.navigation {
  padding-top: 18px;
  padding-bottom: 20px;
}
button.start {
  font-size: 20px;
  padding: 15px 80px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 900;
  box-shadow: 0px 10px 20px rgba(250, 185, 38, 0.2);
}

/* Invoice */
.invoice {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.invoice-container {
  position: relative;
}
.invoice-content {
  width: 415px;
  min-height: 587px;
  display: block;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(51, 51, 51, 0.4);
  z-index: 1;
}
.invoice-content p {
  display: inline-block;
  line-height: 1.3;
  font-size: 12px;
}
.invoice-content dl {
  font-size: 12px;
}
.invoice-content .dates-row {
  width: 100%;
  border-radius: 4px 6px 0 0;
}
.invoice-content .dates {
  height: 66px;
  width: 100%;
  padding: 0px 0 0 20px;
  border-radius: 4px 0 0 0;
}
.invoice-content .dates .date {
  color: rgba(255, 255, 255, 0.6);
}
.invoice-content .invoice-number {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  text-align: right;
  float: right;
  min-width: 140px;
  height: 66px;
  padding: 10px 20px 0 0;
  border-radius: 0 4px 0 0;
}
.invoice-content .invoice-number strong {
  color: rgba(255, 255, 255, 1);
}
.invoice-content .logo-row {
  width: 100%;
  padding: 20px 20px 10px 20px;
}
.invoice-content .customer-number {
  margin-top: 10px;
  min-width: 180px;
  width: 70%;
}
.invoice-content .customer-number .title {
  margin-right: 30px;
}
.invoice-content .company-logo {
  width: 30%;
  text-align: right;
}
.invoice-content .company-details {
  margin: 0 20px 0 20px;
  display: flex;
}
.product-table {
  margin: 10px 20px 0 20px;
  border-spacing: 0;
}
.product-table .title-row {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}
.product-table .title-row > th {
  padding: 5px 10px;
}
.product-table .description {
  width: 44%;
  vertical-align: top;
}
.product-table .qty {
  width: 10%;
  text-align: center;
  vertical-align: top;
}
.product-table .tax {
  width: 14%;
  text-align: center;
  vertical-align: top;
}
.product-table .price {
  width: 14%;
  text-align: right;
  vertical-align: top;
}
.product-table .amount {
  width: 14%;
  text-align: right;
  vertical-align: top;
}
.product-table .product-row {
  font-size: 12px;
}
.product-table .product-row > td {
  padding: 7px 10px;
}
.product-table .product-row p {
  margin: 0;
}
.product-table .product-row:nth-child(odd) {
  background: rgba(27, 39, 91, 0.08);
}
.product-table .total-row {
  font-weight: bold;
}
.product-table .total-title {
  float: left;
}
.product-table .total-amount {
  float: right;
}
.invoice-content .payment-contact {
  position: absolute;
  width: 415px;
  height: 80px;
  left: 0;
  display: flex;
  background: rgba(27, 39, 91, 0.08);
  padding-left: 20px;
  bottom: 20px;
}
.invoice-content .payment-instruction {
  width: 50%;
}
.invoice-content .contact-details {
  width: 50%;
  float: right;
}
.invoice-content .invoice-footer {
  width: 415px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 4px 4px;
}
.invoice-content strong {
  font-weight: 900;
}
.payment-type {
  padding-right: 20px;
  display: block;
  text-align: right;
  width: 100%;
  font-size: 12px;
  position: absolute;
  bottom: 110px;
}
.payment-type img {
  margin-top: 5px;
}
/* INVOICE END */

/* Steps section */
.step-info-text {
  font-size: 24px;
  font-weight: bold;
  color: rgba(52, 56, 70, 0.9);
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 20px;
}

/* COLORS */

.color-medium-violet-red {
  background: rgba(194, 14, 120, 1);
}
.color-medium-violet-red-opacity {
  background: rgba(194, 14, 120, 0.8);
}
.color-purple {
  background: rgba(117, 0, 115, 1);
}
.color-purple-opacity {
  background: rgba(117, 0, 115, 0.8);
}
.color-royal-blue {
  background: rgba(43, 97, 217, 1);
}
.color-royal-blue-opacity {
  background: rgba(43, 97, 217, 0.8);
}
.color-cadet-blue {
  background: rgba(81, 148, 149, 1);
}
.color-cadet-blue-opacity {
  background: rgba(81, 148, 149, 0.8);
}
.color-forest-green {
  background: #579d10;
}
.color-forest-green-opacity {
  background: #579d10cc;
}
.color-olive {
  background: rgba(119, 116, 23, 1);
}
.color-olive-opacity {
  background: rgba(119, 116, 23, 0.6);
}
.color-gold {
  background: #bfa71f;
}
.color-gold-opacity {
  background: #bfa71fcc;
}
.color-night-blue {
  background: #1b275c;
}
.color-night-blue {
  background: #1b275c;
}
.color-night-blue-opacity {
  background: #1b275ccc;
}
.country-section {
  padding-top: 170px;
  padding-bottom: 30px;
  background: white;
  margin-top: -170px;
}

.country-section .external-link-container a {
  color: #3ba2eb;
}
.country-section a {
  color: #333;
}
.country-section a:hover {
  color: #eda431;
}
.external-link-container {
  width: 70%;
}
.external-link {
  width: 45%;
}
.country-link-section {
  display: flex;
  flex-wrap: wrap;
}

/* Content */
.templates {
  padding-top: 40px;
  padding-bottom: 60px;
  background: #1b275c;
  text-align: center;
}
.templates p {
  color: rgba(255, 255, 255, 0.6);
  max-width: 450px;
  margin: 0 auto 40px auto;
}
.templates .download {
  overflow: visible;
}
.templates .download button {
  width: 100%;
  padding: 30px 50px 20px 50px;
  color: #fff;
  font-size: 24px;
  text-transform: none;
  margin-bottom: 20px;
  cursor: pointer;
}
.templates .download button.word {
  background: #888be0;
}
.templates .download button.word:hover {
  background: #6c6fcb;
}
.templates .download button.excel {
  background: #38b47f;
}
.templates .download button.excel:hover {
  background: #269f6b;
}
.templates .download button.yoinvoice {
  background: #ffc33c;
  color: #1b275c;
  padding: 30px 50px 20px 50px;
  font-size: 24px;
}
.templates .download button.yoinvoice:hover {
  background: #eda431;
}
.templates .download button.yoinvoice:before {
  content: "Recommended";
  padding: 5px 10px;
  background: #fff;
  border-radius: 4px;
  color: #333333;
  position: absolute;
  font-size: 16px;
  top: -15px;
  left: 45%;
  margin-left: -50px;
}
.templates .download button img {
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
}
.steps {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background-color: #fff;
}
.steps .container img.arrow {
  position: absolute;
  right: 30px;
  top: -120px;
}
.steps-container {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.step-block > label {
  font-size: 30px;
  font-weight: bold;
}
.step-block {
  width: 40%;
  min-width: 300px;
  padding-bottom: 30px;
}
.list-left ul li {
  background: #edf2fa;
  padding: 10px 20px;
  margin: 0 0 10px 0;
  display: block;
  border-radius: 4px;
}
.list-right ul li {
  background: #f5f7fa;
  padding: 10px 20px;
  margin: 0 0 10px 0;
  display: block;
  border-radius: 4px;
}
.profession {
  padding-top: 30px;
  padding-bottom: 30px;
}
.profession .dropdown-btn {
  cursor: pointer;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  max-width: 500px;
}
.profession .service-card {
  min-height: 100px;
  width: 28%;
  border: 1px solid rgba(51, 51, 51, 0.6);
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);
  background: white;
  padding: 20px;
  margin: 0 0 15px 0;
}
.service-card div {
  align-items: center;
}
.profession .service-card:hover {
  background: #37a4f4;
  cursor: pointer;
  border: 1px solid transparent;
}
.profession .service-card:hover p {
  color: rgba(255, 255, 255, 0.6);
}
.profession .rate-card {
  display: block;
  min-height: 80px;
  border: 1px solid rgba(51, 51, 51, 0.6);
  border-radius: 4px;
  padding: 0 15px 10px 15px;
  box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);
  margin: 0 0 15px 0;
}
.profession .rate-card:hover {
  background: #58c76e;
  cursor: pointer;
  border: 1px solid transparent;
}
.profession .rate-card:hover p {
  color: rgba(255, 255, 255, 0.6);
}
.template {
  background: #1b275c;
  padding-top: 30px;
  padding-bottom: 30px;
}

.features {
  text-align: center;
  padding-top: 30px;
}
.features p {
  margin: 0 auto;
  max-width: 450px;
}
.video {
  max-width: 800px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

/* CTA */
.cta {
  padding: 30px 20px 0px 20px;
  text-align: center;
  background-image: linear-gradient(0deg, #227cbe, #3eaeff);
}
.cta button.start {
  margin-top: 0px;
  padding: 15px 5%;
  margin-bottom: 40px;
}

/* Footer */
footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #1b275c;
  color: #fff;
  overflow: auto;
}
footer a {
  color: rgba(255, 255, 255, 0.6);
}
footer .copyright span,
footer .copyright a {
  display: inline-block;
  margin-right: 40px;
  line-height: 30px;
}
footer .social-media {
  width: 120px;
  display: flex;
  justify-content: space-between;
}
footer .social-media a {
  font-size: 30px;
  display: inline-block;
}
footer ul {
  list-style: none;
  padding: 0;
}
.footer-link-section {
  width: 33%;
}
.flex-footer {
  justify-content: space-between;
}
.social-icon {
  opacity: 0.6;
}
.social-icon:hover {
  opacity: 1;
}
.flex-footer-link {
  text-decoration: none;
  width: 25%;
  padding-bottom: 10px;
  font-size: 18px;
  opacity: 0.6;
}
.mandatory-list {
  display: flex;
  flex-wrap: wrap;
}
.mandatory-list li {
  width: 40%;
}

/* copied from bootstrap */
.col-md-12 {
  width: 100%;
}
.col-md-8 {
  width: 66.666667%;
}
.col-md-6 {
  width: 50%;
}
.col-md-5 {
  width: 41.66666667%;
}
.col-md-4 {
  width: 33.33333333%;
}
.col-sm-12 {
  width: 100%;
}
.col-sm-6 {
  width: 50%;
}
.col-sm-4 {
  width: 33.33333333%;
}
.custom-select {
  padding: 5px;
}

.color-div {
  width: 32px;
  height: 24px;
  margin-right: 5px;
  border-radius: 2px;
}
.dropdown-item {
  cursor: pointer;
}
.dropdown-item:hover {
  background: #ddd;
  font-weight: bold;
}
.dropdown-btn {
  cursor: pointer;
  background: #eee;
  padding: 10px;
  border-radius: 4px;
}
.dropdown-field {
  display: none;
  position: absolute;
  top: 110%;
  z-index: 10;
  background: #fff;
  border-radius: 5px;
  max-height: 400px;
  overflow-y: auto;
  box-shadow: 0 1px 2px 6px rgba(51, 51, 51, 0.3);
}
.dropdown-icon {
  margin-left: auto;
}
.custom-dropdown-country-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
  margin-right: 5px;
}
.feature-box {
  border: 1px solid #ffffffee;
  border-radius: 8px;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-box-container {
  width: 50%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.country-dropdown-btn {
  margin-left: 8px;
  margin-right: 8px;
  max-width: 170px;
}

.wizard-input-container {
  padding-top: 20px;
  width: 100%;
}
.wizard-input-container input {
  margin-top: 10px;
  height: 50px;
}
.wizard-input-container div {
  margin-top: 20px;
}

.shade {
  width: 75%;
  height: 10px;
  border-radius: 20px;
  background: #aaa;
  opacity: 0.3;
  margin-bottom: 8px;
}

.award-badge {
  max-height: 140px;
  position: absolute;
  top: 30px;
  right: -90px;
  z-index: 5;
}

@media only screen and (max-width: 1350px) {
  .award-badge {
    top: 30px;
    right: unset;
    left: -90px;
  }
}
/* Header */
@media only screen and (min-width: 992px) {
  .desktop-flex-shift {
    order: 3;
  }
  h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 44px;
  }
  h3 {
    font-size: 34px;
    color: #333;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  .hide-xl {
    display: none;
  }
  .container {
    max-width: 1170px;
  }
  .list-left {
    margin-right: 60px;
  }
  .headline-text {
    width: 85%;
  }
  .feature-box-container {
    width: 25%;
  }
  .feature-box {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
  }
  .country-dropdown-btn {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 170px;
  }
  .desktop-features-text {
    min-height: 70px;
  }
  .wizard-input-container {
    width: 80%;
  }
}

@media only screen and (max-width: 992px) {
  .external-link-container {
    width: 100%;
  }
  .external-link {
    width: 100%;
  }
  .country-link-section {
    display: unset;
    /* flex-wrap: wrap; */
  }
  .header {
    padding-bottom: 20px;
  }
  .show-xl {
    display: none;
  }
  .headline {
    width: 100%;
    text-align: center;
    min-height: unset;
  }
  .list-left {
    margin-right: 20px;
  }
  h1 {
    font-size: 34x;
  }
  .interlink-section {
    justify-content: space-between;
  }
  .flex-footer-link {
    width: 32%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  hr {
    width: 80%;
    border-color: #fff;
    opacity: 0.4;
  }
  .mobile-flex {
    display: flex;
  }
  .extra {
    margin: 0;
  }
  .steps-container {
    justify-content: space-between;
    align-items: flex-start;
  }
  .step-info-text {
    font-size: 16px;
  }
  .step-block {
    width: 30%;
    min-width: unset;
  }
  .step-block > label {
    font-size: 20px;
  }
  .step-block img {
    width: 100%;
  }
  .steps {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .custom-dropdown-country-label {
    display: none;
    visibility: hidden;
  }
  .dropdown-btn {
    padding: 8px;
  }
  .features {
    padding-top: 10px;
  }
}
.continue {
  width: 100%;
  font-size: 18px;
  padding: 8px;
  margin-top: 20px;
  text-transform: unset;
}

.vat-tax dl {
  margin: 0;
}
.vat-tax dt {
  margin-bottom: 5px;
  /* flex-basis: 40%; */
}
.vat-tax dd {
  margin: 0;
}

.dates dl {
  display: flex;
  flex-flow: row wrap;
}
.dates dt {
  flex-basis: 55%;
}
.dates dd {
  flex-basis: 40%;
  text-align: right;
  margin: 0;
}

.features img {
  max-width: 100%;
}
.feature-icon {
  width: 40px;
  height: 40px;
}
.credit-card {
  background: url("../imgs/features-icons.png") 0 0;
}
.multiple-devices {
  background: url("../imgs/features-icons.png") -40px 0;
}
.invoice-templates {
  background: url("../imgs/features-icons.png") -80px 0;
}
.invoice-production {
  background: url("../imgs/features-icons.png") -120px 0;
}

.templates {
  padding-top: 40px;
  padding-bottom: 60px;
  background: #1b275c;
  text-align: center;
}
.templates h2 {
  color: #fff;
}
.templates p {
  color: rgba(255, 255, 255, 0.6);
  max-width: 450px;
  margin: 0 auto 40px auto;
}
.templates .download {
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .big-text {
    font-size: 1.1rem;
  }
  .headline-text {
    margin-bottom: 0;
  }
  .invoice-container {
    position: relative;
  }
  .header {
    max-height: unset;
  }
  .header-flex {
    display: block;
    margin-top: 10px;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-8 {
    width: 100%;
  }
  .col-md-6 {
    width: 100%;
  }
  .col-md-5 {
    width: 100%;
  }
  .col-md-4 {
    width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 0;
  }
  .col-sm-6 {
    width: 100%;
  }
  .col-sm-5 {
    width: 100%;
  }
  .mandatory-list li {
    width: 100%;
  }
  .profession .service-card {
    width: unset;
  }
  .profession-items {
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer .social-media {
    width: 100%;
    order: 0;
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .flex-footer-link {
    width: 48%;
  }
  .feature-text {
    font-size: 14px;
    line-height: 1.4;
  }
  .templates .download {
    justify-content: center;
  }
  .footer-link-section {
    width: 100%;
  }
  .profession .service-card {
    min-height: 60px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .profession .service-card input {
    margin: 0;
    margin-right: 10px;
  }
  .hide-mobile {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .option-section-flex-item-text {
    order: 1;
  }
  .option-section-flex-item-image {
    order: 0;
  }
}
@media only screen and (max-width: 576px) {
  .col-xs-6 {
    width: 50%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-6 {
    width: 100%;
  }
  .col-md-5 {
    width: 100%;
  }
  .col-md-4 {
    width: 100%;
  }

  .navigation {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navigation .logo img {
    max-height: 30px;
  }

  .invoice-content {
    width: 345px;
    min-height: 498px;
  }
  .invoice-content .dates {
    padding-left: 15px;
  }
  .invoice-content .invoice-number {
    padding-right: 15px;
  }
  .invoice-content .logo-row {
    padding: 10px 15px 5px 15px;
  }
  .invoice-content .company-details {
    margin: 0 15px;
  }
  .product-table {
    margin: 0 15px 130px 15px;
  }
  .product-table .description {
    width: 46%;
  }
  .product-table .qty {
    width: 10%;
  }
  .product-table .tax {
    display: none;
  }
  .product-table .price {
    width: 20%;
  }
  .product-table .amount {
    width: 20%;
  }
  .payment-type {
    display: none;
    visibility: hidden;
  }
  .invoice-content .payment-contact {
    width: 345px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .invoice-content .invoice-footer {
    width: 345px;
  }
  .banner {
    margin-bottom: 0;
  }
  button.start {
    padding: 14px 20px;
    width: 100%;
    font-size: 20px;
    margin-bottom: 10%;
  }

  .templates .download button {
    padding: 15px 20px;
    font-size: 18px;
  }
  .templates .download button img {
    margin: 0 15px 0 0;
    display: inline-block;
    max-height: 25px;
  }
  .templates .download button.yoinvoice img {
    margin: 0 auto 10px auto;
    display: block;
    max-height: 42px;
  }
  .step-info-text {
    font-size: 14px;
  }
  .invoice-content .customer-number {
    margin-top: 0;
  }
  .flex-footer {
    flex-direction: column;
    align-items: center;
  }
  footer .copyright span,
  footer .copyright a {
    display: inline-block;
    margin-top: 10px;
    margin-right: 0;
    line-height: 30px;
  }
  footer .social-media {
    width: 50%;
    order: 0;
  }
  footer .copyright {
    order: 1;
    flex-direction: column;
  }
  .award-badge {
    max-height: 100px;
  }
  .product-table .product-row {
    font-size: 10px;
  }
  .product-table .product-row > td {
    padding: 3px 5px;
  }
  .invoice-content p {
    display: inline-block;
    line-height: 1.3;
    font-size: 10px;
  }
  .invoice-content dl {
    font-size: 10px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 360px) {
  .invoice-content {
    width: 290px;
    min-height: 424px;
    display: block;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 6px 16px rgba(51, 51, 51, 0.4);
    z-index: 1;
  }
  .invoice-content p {
    display: inline-block;
    line-height: 1.3;
    font-size: 9px;
  }
  .invoice-content dl {
    font-size: 9px;
    line-height: 1.5;
  }
  .invoice-content .dates-row {
    width: 100%;
    border-radius: 4px 6px 0 0;
  }
  .invoice-content .dates {
    width: 100%;
    padding: 0px 0 0 15px;
    border-radius: 4px 0 0 0;
  }
  .invoice-content .invoice-number {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    text-align: right;
    float: right;
    min-width: 130px;
    padding: 10px 20px 0 0;
    border-radius: 0 4px 0 0;
  }
  .invoice-content .invoice-number strong {
    color: rgba(255, 255, 255, 1);
  }
  .invoice-content .logo-row {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .logo-row img {
    height: 30px;
    width: 45px;
  }
  .invoice-content .customer-number {
    margin-top: 0;
    min-width: 140px;
  }
  .invoice-content .company-logo {
    width: 30%;
    max-height: 30px;
    text-align: right;
  }
  .invoice-content .company-details {
    margin: 0 15px 0 15px;
    display: flex;
  }
  .product-table {
    margin: 0;
    padding: 10px;
    border-spacing: 0;
  }
  .product-table .title-row {
    color: #fff;
    font-weight: 700;
    font-size: 10px;
  }
  .product-table .title-row > th {
    padding: 3px 5px;
  }
  .product-table .product-row {
    font-size: 8px;
  }
  .invoice-content .payment-contact {
    position: absolute;
    width: 290px;
    height: 80px;
    left: 0;
    display: flex;
    background: rgba(27, 39, 91, 0.08);
    bottom: 15px;
  }
  .invoice-content .invoice-footer {
    width: 290px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 4px 4px;
  }
  .payment-type {
    padding-right: 20px;
    display: block;
    text-align: right;
    width: 100%;
    font-size: 10px;
    position: absolute;
    bottom: 110px;
  }
  .payment-type img {
    margin-top: 5px;
  }
  .invoice-header-text {
    font-size: 12px;
    margin-bottom: 0;
  }
  .list-left {
    margin-right: 00px;
  }
  .mobile-flex-wrap {
    flex-wrap: wrap;
  }
}
