@charset "UTF-8";

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

@font-face {
    font-family: 'Omnes';
    src: url("font/omnes-regular-webfont.ttf") format("ttf"), url("font/omnes-regular-webfont.ttf") format("truetype");
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

* {
    outline: none !important;
}

html {
    position: relative;
    min-height: 100%;
    background: #ffffff;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

body,
ul {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: 'Nimbus Sans', sans-serif;
    font-weight: normal;
    margin: 0;
    overflow-x: hidden;
    color: #1A1C1D;
    line-height: 1;
    background-color: #003C56;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'omnes', sans-serif;
    color: #25292B;
}

h1 {
    line-height: 48px;
    font-size: 30px;
}

h2 {
    line-height: 36px;
    font-size: 24px;
}

h3 {
    line-height: 30px;
    font-size: 21px;
}

h4 {
    line-height: 22px;
    font-size: 18px;
}

h5 {
    font-size: 18px;
    font-size: 16px;
}

h5 {
    font-size: 16px;
    font-size: 14px;
}

hr {
    /* border-top: 1px solid #025174; */
    border-top: none;
}

p {
    line-height: 1.6;
    margin: 0px 0px;
    text-align: justify;
}

b {
    font-weight: 500;
}

a {
    color:#FF241F;
}

a:hover {
    outline: 0;
    text-decoration: underline;
    color:#FF241F;
}

a:active {
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

ul {
    margin: 0px 0px;
    padding: 0;
}

li {
    display: inline-block;
    list-style-type: none;
}

li a {
    color: #003C56;
    font-size: 14px;
}

li a:hover {
    color: #003C56;
    text-decoration:underline;
}

b,
strong {
    font-weight: bold;
}

.fix-height {
    height: 85px;
}

#header-wrapper.small {
    height: 60px;

}

.m-b-15 {
    margin-bottom: 15px;
}

.alert-danger,
.alert-success {
    color: #fff;
    text-align: center;
}

.alert-danger-msg {
    color: #ED2951;
    max-width: 520px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.alert-success-msg {
    color: #00B057;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#country-list-styled {
    color: #000;
}

.wrapper {
    background-color: #F5F5F5;
}

.wrapper .wrapper-container {
    max-width: 630px;
    min-height: 401px;
    background-color: #F5F5F5;
    padding: 56px 56px;
    margin: 0 auto 138px auto;
}

.wrapper .plain-template {
    max-width: 650px !important;
    margin: -30px auto 0 auto;
    /*center{
      margin-top: 20px;
    }*/
}

.wrapper .plain-template h1,
.wrapper .plain-template h2,
.wrapper .plain-template h3,
.wrapper .plain-template h4,
.wrapper .plain-template h5 {
    /*padding: 35px 7px 8px 0px;*/
    color: #003C56;
    margin-top: 30px;
}

.wrapper .plain-template h4 {
    margin: 30px 0px 23px 0px;
    font-size: 18px;
    font-weight: 500;
}

.wrapper .plain-template h2 {
    font-size: 28px;
}

.wrapper .plain-template p,
.wrapper .plain-template div {
    /*color: #25292B;*/
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    width: 100%;
}

.wrapper .plain-template ul {
    margin: 10px 0px 10px 0px;
    list-style-type: disc;
    font-weight: 100;
}

.wrapper .plain-template li:before {
    /*margin-left: 10px;*/
    content: "•";
    padding-right: 10px;
    padding-left: 6px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 100;
}

.wrapper .plain-template img {
    margin: 25px 0px;
}

.wrapper .plain-template span {
    line-height: 1.3;
    display: inline-block;
    color: #666;
    font-size: 12px;
}

.plain-template-container {
    margin-top: 80px;
}

.plain-template-container .wrapper-container img {
    max-width: 282px;
    width: 100%;
    max-height: 283px;
    height: auto;
    margin: 0 auto 30px auto;
}

.plain-template-container .section-title span {
    display: inline-block;
}

.plain-template-hr {
    border-top: 1px solid #003C56;
    margin: 8px 0px;
}

.button-label {
    height: 16px;
    /* color: #00B057; */
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.btn-container span {
    color: #fff;
}

.btn-container a:hover {
    color: #fff;
}

.btn-container span:hover {
    color: #fff;
}

.button-default:hover {
    text-decoration: none;
    color: #fff;
}

#header-wrapper {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: #003C56;
    height: 91px;
    border-bottom: 1px solid #025174;
    z-index: 1000;

}

.button-default {
    width: 235px;
    color: #fff;
    border-radius: 22px;
    background-color: #ED4032;
    border: 1px solid #ED4032;
    display: inline-block;
    text-align: center;
    padding: 17px 20px;
    font-size: 15px;
}

.button-default a {
    color: #fff !important;
}

.button-default a:hover {
    opacity:0.8;
    text-decoration:none;
}

.button-default:hover {
    cursor: pointer;
    opacity:0.8;
    text-decoration:none;
    background-color: #ED4032;
    border: 1px solid #ED4032;
}

.small .top-nav-bar {
    font-size: 12px;
    max-width: 1315px;
    margin: 0 auto;
    padding: 10px 0px 6px 0px;
}

.top-nav-bar {
    font-size: 12px;
    max-width: 1315px;
    margin: 0 auto;
    padding: 30px 0px 6px 0px;
}

.top-nav-bar .logo-container {
    float: left;
}

.top-nav-bar .logo-container span:nth-child(1) img {
    height: 38px;
    width: auto;
    margin-right: 21px;
}

.top-nav-bar .logo-container span:nth-child(2) img {
    height: 14px;
    width: 112px;
}

.top-nav-bar .topnav {
    float: right;
    overflow: hidden;
    /*margin-top: -2px;*/
}

.top-nav-bar .topnav a {
    display: inline-block;
    padding: 7px 0px;
    margin-left: 20px;
    color: #fff;
    font-size: 15px;
}

.top-nav-bar .topnav .icon {
    display: none;
}

/* .top-nav-bar .topnav a:nth-child(6),
.top-nav-bar .topnav a:nth-child(7) {
    color: #00B057;
} */

/* .top-nav-bar .topnav a:nth-child(6):hover,
.top-nav-bar .topnav a:nth-child(7):hover {
    color: #fff;
    text-decoration: none;
} */

.top-nav-bar .topnav a:nth-child(8) {
    /* padding: 11px 21px; */
    padding: 11px 15px;
    border: 1px solid #ED4032;
    background-color: #ED4032;
    border-radius: 13px;
}

.top-nav-bar .topnav a:nth-child(8):hover {
    background-color: #ED4032;
    text-decoration: none;
    color: #FFF;
    opacity:0.8;
}

.top-nav-bar .fa-bars,
.top-nav-bar .fa-times {
    position: absolute;
    right: 35px;
    top: 20px;
}

.small .top-nav-bar .fa-bars, .top-nav-bar .fa-times {
    position: absolute;
    right: 35px;
    top: 14px;
}

.top-nav-bar .fa-bars:before,
.top-nav-bar .fa-times:before {
    font-size: 25px !important;
}

.banner-container {
    max-width: 1315px;
    margin: 0 auto;
}

.banner {
    max-width: 657px;
    margin: 0 auto;
    padding-top: 50px;
}

.banner .heading-big {
    height: 108px;
    color: #FFFFFF;
    font-family: 'Omnes';
    font-size: 50px;
    line-height: 54px;
    text-align: center;
    margin: 75px auto 40px auto;
    /* max-width: 460px; */
    max-width: 530px;
}

.banner .banner-image-container img {
    float: left;
    width: 100%;
    height: auto;
}

.banner .xero-sync-banner-logo {
    width: 270px;
    float: left;
}

.banner .xero-sync-banner-logo img {
    margin: 56px 38px;
    width: 195px;
}

.banner .button-default {
    margin: 0 auto;
    margin: 45px auto 0px auto;
    border: 1px solid #ED4032;
    color: #fff;
}

.banner .button-default a:hover {
    opacity:0.8;
    text-decoration:none;
}

.banner .button-label {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 118px 0px;
}

.banner .btn-container {
    margin: 0 auto;
    max-width: 225px;
}

.section-title {
    max-width: 630px;
    color: #003C56;
    font-size: 50px;
    line-height: 64px;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0px 44px 0px;
}
.xero-sync-home-how-it-works .section-title {
    /* max-width: 630px; */
    max-width: 710px;
    color: #003C56;
    font-size: 50px;
    line-height: 64px;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0px 47px 0px;
}
.xero-sync-home-how-it-works .section-title p {
    max-width: 630px;
    color: #003C56;
    font-size: 50px;
    line-height: 64px;
    text-align: center;
    margin: 0 auto;
}
.howitwork .section-title {
    /* max-width: 630px; */
    max-width: 710px;
    color: #003C56;
    font-size: 50px;
    line-height: 64px;
    text-align: center;
    margin: 0 auto;
    padding: 80px 0px 47px 0px;
}
.howitwork .section-title p {
    max-width: 630px;
    color: #003C56;
    font-size: 50px;
    line-height: 64px;
    text-align: center;
    margin: 0 auto;
}

/* .section-title {
    height: 64px;
} */

.section-title p {
    text-align: center;
    font-family: 'Omnes';
    line-height: 54px;
    padding: 0 0 28px;
}

.section-title span {
    font-family: 'Nimbus sans', sans-serif;
    display: block;
    height: 26px;
    color: #003C56;
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
}

.xero-sync-home-benifits {
    min-height: 710px;
    /* background-color: #F5F5F5; */
    background-color: #FFF;
    margin: 0 auto;
}

.xero-sync-home-benifits section {
    max-width: 1225px;
    margin: 0 auto;
}

.xero-sync-home-benifits .home-benifits {
    padding: 0px 25px 0px 25px;
    flex: 0 0 25%;
    max-width: 25%;
}

.xero-sync-home-benifits .col-title-img {
    min-height: 118px;
}

.xero-sync-home-benifits .col-title-img img {
    display: block;
    /* margin-left: auto;
    margin-right: auto; */
}

.xero-sync-home-benifits .title {
    color: #25292B;
    font-family: "Omnes";
    font-size: 27px;
    line-height: 32px;
    /* margin: 0px 0px 21px 0px; */
    margin: 20px 0px 10px 0px;
    text-align: left;
}

.xero-sync-home-benifits .description {
    color: #1A1C1D;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
}

.xero-sync-home-benifits .btn-container {
    margin: 0 auto;
}

.xero-sync-home-benifits .btn-container .button-default {
    color: #fff;
    margin-top: 72px;
    margin-bottom: 80px;
}

.xero-sync-home-benifits .section-title p {
    text-align: center;
}

.xero-sync-home-how-it-works {
    /* background-color: #fff; */
    background-color: #F5F5F5;
    margin: 0 auto;
}

.xero-sync-home-how-it-works section {
    max-width: 1225px;
    margin: 0 auto;
}

.xero-sync-home-how-it-works .home-benifits {
    padding: 0px 25px 0px 25px;
    flex: 0 0 25%;
    max-width: 25%;
}

.xero-sync-home-how-it-works .col-title-img {
    /* min-height: 118px;
    text-align: center; */
    text-align: left;
    margin-left: 20px;
}

.xero-sync-home-how-it-works .col-title-img img {
    /* margin-left: -23px; */
    display: inline-block;
}

.xero-sync-home-how-it-works .title {
    color: #25292B;
    font-family: "Omnes";
    font-size: 27px;
    /* line-height: 32px; */
    line-height: 26px;
    margin: 19px 0px 13px 0px;
    text-align: left;
    width:200px;
}

.xero-sync-home-how-it-works .description {
    color: #1A1C1D;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
    width:200px;
}

.xero-sync-home-how-it-works .btn-container {
    margin: 0 auto;
}

.xero-sync-home-how-it-works .btn-container .button-default {
    /* color: #fff; */
    color: #ED4032;
    background-color: transparent;
    width: 190px;
    margin-top: 47px;
    margin-bottom: 78px;
}

.xero-sync-home-got-questions {
    background-color: #F5F5F5;
    padding-bottom: 60px;
}

.xero-sync-home-got-questions section {
    max-width: 635px;
    margin: 0 auto;
}

.xero-sync-home-got-questions .section-title {
    padding: 50px 0px 2px 0px;
}

.xero-sync-home-got-questions .home-got-questions {
    max-width: 635px;
}

.xero-sync-home-got-questions .home-got-questions .got-questions:last-child {
    border-bottom: none;
}

.xero-sync-home-got-questions .title {
    /*height: 26px; */
    color: #25292B;
    font-size: 22px;
    line-height: 26px;
    margin: 0px 0px 10px 0px;
}

.xero-sync-home-got-questions .title span {
    max-width: 585px;
    width: 78%;
    display: inline-block;
    text-align: left;
}

.xero-sync-home-got-questions .description {
    min-height: 88px;
    max-width: 650px;
    color: #25292B;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

.xero-sync-home-got-questions .title img {
    float: right;
    margin-top: 6px;
}

.xero-sync-home-got-questions .got-questions {
    border-bottom: 1px solid #E2E2E2;
    padding: 30px 0px 30px 0px;
}

.xero-sync-home-got-questions .got-questions .description {
    display: none;
    text-align: left;
}

.xero-sync-home-got-questions .got-questions img:hover,
.xero-sync-home-got-questions .got-questions .title {
    cursor: pointer;
}

.xero-sync-home-create-xero-invoice {
    margin: 0 auto;
    min-height: 236px;
}

.xero-sync-home-create-xero-invoice .section-title {
    height: 45px;
    /* max-width: 685px; */
    max-width: 845px;
    color: #FFFFFF;
    font-family: "Omnes";
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
}

.xero-sync-home-create-xero-invoice .btn-container {
    max-width: 685px;
    margin: 0 auto;
}

.xero-sync-home-footer {
    background-color: #fff;
}

.xero-sync-home-footer footer {
    max-width: 940px;
    margin: 0 auto;
    padding: 52px 0px 90px 0px;
}

.xero-sync-home-footer .logo-container {
    float: left;
}

.xero-sync-home-footer .logo-container span:nth-child(1) img {
    height: 42px;
    width: auto;
}

.xero-sync-home-footer .logo-container span:nth-child(2) img {
    height: 14px;
    width: 112px;
}

.xero-sync-home-footer .footer-menu-container {
    float: right;
    height: 14px;
    max-width: 544px;
}

.xero-sync-home-footer ul li {
    display: inline-block;
    color: #003C56;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-menu-container ul li a:hover {
    text-decoration: underline;
}

.login-box-body {
    background-color: #FFF;
    padding-top: 75px;
}

.login-box-body .login-box {
    max-width: 578px;
    min-height: 401px;
    background-color: #fff;
    padding: 56px 56px;
    margin: 0 auto 138px auto;
}

.login-box-body .login-box .button-group {
    max-width: 225px;
    margin: 50px auto 14px auto;
}

.login-box-body .login-box .button-group .button-default {
    width: 100%;
}

.login-box-body .login-box .login-register {
    margin-top: -30px;
}

.login-box-body .login-box-msg {
    line-height: 1.3;
}

.login-box-body .forgot-pass-section {
    min-height: 180px;
    padding: 65px 56px;
}

.login-box-body .forgot-pass-section .button-default {
    margin: 0 auto;
}

.login-box-body .login-register {
    width: 100%;
}

.login-box-body .login-register .field {
    display: flex;
    flex-flow: column-reverse;
    margin-bottom: 1em;
}

.login-box-body .login-register label,
.login-box-body .login-register input,
.login-box-body .login-register select {
    transition: all 0.2s;
    touch-action: manipulation;
}

.login-box-body .login-register select {
    background-color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
}

.login-box-body .login-register input[type='text'],
.login-box-body .login-register input[type='email'],
.login-box-body .login-register input[type='password'],
.login-box-body .login-register select {
    font-size: 1.5em;
    border: 0;
    border-bottom: 1px solid #003C56;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* border-radius: 0;*/
    padding: 0;
    cursor: text;
    line-height: 1.25 !important;
}

.login-box-body #country {
    height: 60px;
}

.login-box-body .login-register .checkbox-field {
    margin-top: 50px;
    margin-bottom: -46px;
    text-align: center;
}

.login-box-body .login-register .checkbox-field label {
    font-size: 13px;
    text-transform: none;
    color: #25292B;
}

.login-box-body .login-register .checkbox-field label span {
    margin-left: 7px;
}

.login-box-body .login-register input:focus {
    /*outline: 0;*/
    border-bottom: 1px solid #666;
}

.login-box-body #select-field {
    margin-top: 45px;
}

.login-box-body .login-register label {
    text-transform: capitalize;
    letter-spacing: 0.05em;
    height: 22px;
    color: #003C56;
    font-size: 14px;
    line-height: 16px;
}

.login-box-body .login-register input:placeholder-shown+label {
    cursor: text;
    overflow: hidden;
    /*max-width: 66.66%;*/
    white-space: nowrap;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    transform-origin: left bottom;
    transform: translate(0, 2.125rem) scale(1.5);
}

.login-box-body ::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
}

.login-box-body ::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0;
    transition: inherit;
}

.login-box-body .login-register input:focus::-webkit-input-placeholder {
    opacity: 1;
    color: #ccc;
    font-size: 16px;
}

.login-box-body .login-register input:not(:placeholder-shown)+label,
.login-box-body .login-register input:focus+label {
    transform: translate(0, 0) scale(1);
    cursor: pointer;
}

.login-box-body .login-features {
    text-align: center;
}

.login-box-body .login-features span {
    display: block;
    font-size: 14px;
}

.login-box-body .login-features span:nth-child(1) {
    margin: -4px 0px 25px 0px;
}

.login-box-body .login-features span a {
    color:#FF241F;
}

.login-box-body .login-features span a:hover {
    text-decoration: underline;
    text-underline-position: under;
}

.login-box-body .password-definition {
    color: #7C8488;
    font-size: 14px;
    text-align: center;
    margin: 45px 0 -30px 0;
    line-height: 17px !important;
    font-family: 'Nimbus Sans', sans-serif;
}

/*Signup success*/
.plain-template-container .section-title {
    padding: 60px 0px 38px 0px;
}

.plain-template-container .section-title span {
    max-width: 581px;
    margin: 0 auto;
    height: 0px;
}

.plain-template-container .signup-success-msg {
    color: #7C8488;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 auto 0 auto;
    max-width: 450px;
    width: 100%;
    text-align: center;
}

/* floating labels replace this with the current one, this is used for select only for now*/
.float-label-control {
    position: relative;
    margin-bottom: 1.5em;
}

.float-label-control ::-webkit-input-placeholder {
    color: transparent;
}

.float-label-control :-moz-placeholder {
    color: transparent;
}

.float-label-control ::-moz-placeholder {
    color: transparent;
}

.float-label-control :-ms-input-placeholder {
    color: transparent;
}

.float-label-control input:-webkit-autofill,
.float-label-control textarea:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -moz-box-shadow: 0 0 0 1000px white inset !important;
    box-shadow: 0 0 0 1000px white inset !important;
}

.float-label-control input,
.float-label-control textarea,
.float-label-control label {
    font-size: 1.3em;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.float-label-control input:focus,
.float-label-control textarea:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom-width: 2px;
    padding-bottom: 0;
}

.float-label-control textarea:focus {
    padding-bottom: 4px;
}

.float-label-control input,
.float-label-control textarea {
    display: block;
    width: 100%;
    padding: 0.1em 0em 1px 0em;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #aaa;
    outline: none;
    margin: 0px;
    background: none;
}

.float-label-control textarea {
    padding: 0.1em 0em 5px 0em;
}

.float-label-control label {
    position: absolute;
    font-weight: normal;
    top: -1.6em;
    /*left: 0.08em;*/
    color: #003C56;
    font-size: 0.85em;
    -moz-animation: float-labels 200ms none ease-out;
    -webkit-animation: float-labels 200ms none ease-out;
    -o-animation: float-labels 200ms none ease-out;
    -ms-animation: float-labels 200ms none ease-out;
    -khtml-animation: float-labels 200ms none ease-out;
    animation: float-labels 200ms none ease-out;
    /* There is a bug sometimes pausing the animation. This avoids that.*/
    animation-play-state: running !important;
    -webkit-animation-play-state: running !important;
}

.float-label-control input.empty+label,
.float-label-control textarea.empty+label {
    top: 0.0em;
    font-size: 1.3em;
    animation: none;
    -webkit-animation: none;
}

.float-label-control input:not(.empty)+label,
.float-label-control textarea:not(.empty)+label {
    z-index: 1;
}

.float-label-control input:not(.empty):focus+label,
.float-label-control textarea:not(.empty):focus+label {
    color: #003C56;
}

.float-label-control.label-bottom label {
    -moz-animation: float-labels-bottom 300ms none ease-out;
    -webkit-animation: float-labels-bottom 300ms none ease-out;
    -o-animation: float-labels-bottom 300ms none ease-out;
    -ms-animation: float-labels-bottom 300ms none ease-out;
    -khtml-animation: float-labels-bottom 300ms none ease-out;
    animation: float-labels-bottom 300ms none ease-out;
}

.float-label-control.label-bottom input:not(.empty)+label,
.float-label-control.label-bottom textarea:not(.empty)+label {
    top: 3em;
}

.float-label-control ul.select-dropdown {
    width: 100% !important;
    max-height: 150px;
    overflow: auto;
}

.float-label-control ul.select-dropdown.show {
    display: block !important;
}

.float-label-control ul.select-dropdown li {
    height: 30px;
}

.float-label-control ul.select-dropdown li a {
    padding: 7px 5px;
}

.float-label-control ul.select-dropdown li a:hover {
    font-weight: bolder;
}

.float-label-control ul.select-dropdown li a.hide {
    display: none;
}

#country-list-dropdown li {
    display: block !important;
    width: 100%;
}

@keyframes float-labels {
    0% {
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }

    /*10% {  top: -0.1em; font-size: 1.43em; }*/
    20% {
        top: -0.3em;
        font-size: 1.37em;
    }

    /*30% { top: -0.3em; font-size: 1.30em;}*/
    /*40% { top: -0.4em; font-size: 1.23em;}*/
    50% {
        top: -0.6em;
        font-size: 1.16em;
    }

    /*60% { top: -0.6em; font-size: 1.09em;}*/
    /*70% { top: -0.7em; font-size: 1.02em;}*/
    80% {
        top: -1.0em;
        font-size: 0.95em;
    }

    /*90% { top: -0.9em; font-size: 0.88em;}*/
    100% {
        top: -1.6em;
        font-size: 0.85em;
    }
}

@-webkit-keyframes float-labels {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }

    20% {
        font-size: 2.5em;
        opacity: 1;
    }

    30% {
        top: 0.1em;
        font-size: 2.5em;
        opacity: 1;
    }

    40% {
        top: 0.1em;
        font-size: 2.5em;
        opacity: 1;
    }

    50% {
        top: 0.1em;
        font-size: 2.5em;
        opacity: 1;
    }

    60% {
        top: 0.1em;
        font-size: 2.5em;
        opacity: 1;
    }

    70% {
        top: 0.1em;
        font-size: 2.5em;
        opacity: 1;
    }

    80% {
        top: 0.1em;
        font-size: 2.5em;
        opacity: 1;
    }

    90% {
        top: 0.1em;
        font-size: 2.5em;
        opacity: 1;
    }

    100% {
        top: -1em;
        opacity: 1;
    }
}

@keyframes float-labels-bottom {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }

    20% {
        font-size: 2.5em;
        opacity: 1;
    }

    30% {
        top: 0.1em;
    }

    50% {
        opacity: 0;
        font-size: 0.85em;
    }

    100% {
        top: 3em;
        opacity: 1;
    }
}

@-webkit-keyframes float-labels-bottom {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }

    20% {
        font-size: 2.5em;
        opacity: 1;
    }

    30% {
        top: 0.1em;
    }

    50% {
        opacity: 0;
        font-size: 0.85em;
    }

    100% {
        top: 3em;
        opacity: 1;
    }
}

/*bm changes*/
/*Hubspot form*/
.box-wrapper .hbspt-form {
    max-width: 578px;
    min-height: 401px;
    background-color: #F5F5F5;
    padding: 56px 56px;
    margin: 0 auto;
}

.box-wrapper .hbspt-form .submitted-message {
    color: #003C56;
}

.box-wrapper .hbspt-form .submitted-message p {
    line-height: 20px;
    margin-bottom: 20px;
}

.box-wrapper .hs-form-field {
    position: relative;
    height: 83px;
}

.box-wrapper .form-group label,
.box-wrapper .hs-form-field>label {
    position: absolute;
    font-size: 20px;
}

.box-wrapper .hs_error_rollup .hs-error-msgs label {
    display: none;
}

.box-wrapper .hs-form-field .hs-input {
    width: 100%;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #003C56;
    background: #F5F5F5;
    font-size: 20px;
    margin-top: 10px;
}

.box-wrapper .hs-error-msgs li>label {
    color: red;
    font-size: 12px;
}

.box-wrapper .hs-form-field label {
    letter-spacing: 0.05em;
    color: #003C56;
    line-height: 5px;
}

.box-wrapper .hs-button {
    /* padding: 15px 60px 15px 60px; */
    padding: 20px 40px 20px 40px;
    background-color: #ED4032;
    border: 1px solid #ED4032;
    cursor: pointer;
    border-radius: 22px;
    color: #fff;
}

.box-wrapper .hs-button:hover {
    background-color: #ED4032;
    cursor: pointer;
    border: 1px solid #ED4032;
    opacity:0.8;
}

.box-wrapper .actions {
    text-align: center;
}

.box-wrapper .hs-submit {
    margin-top: 27px;
}

.box-wrapper .hs-form-field textarea {
    height: 28px;
}

.box-wrapper .hs-form-field input[type=email],
.box-wrapper .hs-form-field input[type=text],
.box-wrapper .hs-form-field>label {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.box-wrapper .hs-form-field.hs-message .hs-error-msgs li {
    margin-top: -5px;
}

.box-wrapper .hs-form-field input::-webkit-input-placeholder,
.box-wrapper ::-webkit-textarea-placeholder {
    opacity: 0;
    transition: inherit;
}

.box-wrapper .hs-form-field input::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0;
    transition: inherit;
}

.box-wrapper .hs-form-field input:focus::-webkit-input-placeholder {
    opacity: 1;
    transition: inherit;
}

.box-wrapper .hs-form-field input:focus::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    transition: inherit;
}

.focused {
    font-size: 12px !important;
    position: absolute;
    top: -20px;
}

.box-wrapper input[type="text"]::-webkit-input-placeholder,
.box-wrapper input[type="email"]::-webkit-input-placeholder,
.box-wrapper textarea.hs-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
}

.box-wrapper input[type="text"]::-moz-placeholder,
.box-wrapper input[type="email"]::-moz-input-placeholder,
.box-wrapper textarea.hs-input::-moz-input-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
}

.box-wrapper input[type="text"]::-ms-input-placeholder,
.box-wrapper input[type="email"]::-ms-input-placeholder,
.box-wrapper textarea.hs-input::-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
}

/*end of bm changes*/
/*
css for XSync homepage
*/
.xsync-logo {
    height: 38px;
    width: auto;
    margin-right: 21px;
}

.xero-sync-home-about-xero {
    background-color: #fff;
}

.xero-sync-home-about-xero .text-area {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Nimbus Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #25292b;
    display: block;
    margin-bottom: 40px;
    margin-top: -30px;
    padding: 0px 40px;
}

.xero-sync-home-about-xero .text-area a {
    color: #25292b;
    text-decoration: underline;
    text-underline-position: under;
}

.xero-sync-home-about-xero .text-area a:hover {
    text-decoration: none;
    color: #FF241F;
}

.xero-sync-home-about-xero .text-area p {
    margin-bottom: 15px;
}

.xero-sync-home-about-xero ul li {
    list-style-type: disc;
    display: list-item;
    margin-left: 30px;
}

.xero-sync-home-about-xero .picture-area {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0px 40px;
    text-align: center;
}

.xero-sync-home-about-xero .picture-area img {
    max-width: 1059px;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}

.app-connected-logo {
    max-width: 200px;
    width: 100%;
    margin: 0 auto 60px auto;
    text-align: center;
}

.app-connected-logo img {
    height: 61px;
}

.xero-sync-home-footer .logo-container {
    float: none;
    margin: 0 auto 10px auto;
    text-align: center;
    max-width: 544px;
}

.xero-sync-home-footer .footer-menu-container {
    float: none;
    display: table;
    margin: 0 auto;
}

.xero-sync-home-footer footer {
    padding: 52px 0px;
}

/*Responsive*/
@media screen and (max-width: 1340px) {
    .top-nav-bar {
        max-width: 1200px;
    }

    .small .top-nav-bar {
        max-width: 1150px;
    }
}
@media screen and (max-width: 1300px) {
    .top-nav-bar {
        padding: 30px 30px 6px 30px;
    }
}
@media screen and (max-width:1240px){
    .xero-sync-home-benifits .home-benifits {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0px 50px 50px 60px;
    }
}
@media screen and (max-width: 1200px) {
    /* .xero-sync-home-benifits {
        padding-left: 15px;
        padding-right: 15px;
    } */

    .small .top-nav-bar {
        max-width: 1050px;
    }

    .small .top-nav-bar .topnav a {
        font-size: 13px;
    }

    .xero-sync-home-how-it-works {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 1171px) {
    #header-wrapper {
        height: 130px;
    }

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

/* @media screen and (max-width: 1112px) {
    .xero-sync-home-benifits .btn-container span {
        margin-bottom: 110px;
    }
} */

@media screen and (max-width: 1092px) {

    .small .top-nav-bar {
        max-width: 920px;
    }

    .small .top-nav-bar .topnav a {
        margin-left: 5px;
    }
}

@media screen and (max-width: 970px) {

    .small .top-nav-bar {
        max-width: 900px;
    }

    .small .top-nav-bar .topnav a {
        margin-left: 3px;
        font-size: 12px;
    }
}

@media screen and (max-width: 960px) {
    .xero-sync-home-how-it-works .home-benifits {
        padding: 0px 25px 40px 90px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .xero-sync-home-how-it-works .row {
        width: 650px;
        margin: 0 auto;
    }

}

@media screen and (max-width: 950px) {
    .xero-sync-home-footer {
        padding: 0 15px;
    }
}

@media screen and (max-width: 924px) {

    .top-nav-bar .topnav a {
        margin-left: 3px;
        font-size: 13px;
    }

    .small .top-nav-bar {
        max-width: 865px;
    }

}

@media screen and (max-width: 900px) {

    .top-nav-bar .topnav a {
        margin-left: 1px;
    }

    .small .top-nav-bar {
        max-width: 823px;
    }

    .small .top-nav-bar .topnav a {
        margin-left: 2px;
        font-size: 11px;
    }

    .xero-sync-home-create-xero-invoice .section-title {
        height: 45px;
        max-width: 720px;
        color: #FFFFFF;
        font-family: "Omnes";
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 35px;
        padding: 25px 0px 90px 0px;
    }

}
@media screen and (max-width: 860px) {

    .top-nav-bar .topnav a {
        margin-left: 1px;
    }

    .small .top-nav-bar {
        max-width: 823px;
    }

}

@media screen and (max-width: 842px) {
    .xero-sync-home-create-xero-invoice .section-title {
        font-size: 36px;
    }
}
@media screen and (max-width: 820px) {

    .small .top-nav-bar .topnav a {
        margin-left: 2px;
        font-size: 10px;
    }

    .small .top-nav-bar {
        max-width: 800px;
    }

}

@media screen and (max-width: 800px) {

    .small .top-nav-bar .topnav a {
        margin-left: 1px;
        font-size: 10px;
    }

    .small .top-nav-bar {
        max-width: 780px;
    }

}
@media screen and (max-width: 780px) {

    .small .top-nav-bar .topnav a {
        margin-left: 1px;
        font-size: 10px;
    }

    #header-wrapper.small {
        height: 100px;
    }

    .top-nav-bar .topnav a:nth-child(8) {
        padding: 11px 14px;
    }

    .small .top-nav-bar {
        max-width: 760px;
    }

}

@media screen and (max-width: 768px) {
    .xero-sync-home-how-it-works .home-benifits {
        padding: 0px 25px 40px 70px;
    }

}

@media screen and (max-width: 767px) {
    .top-nav-bar .logo-container img {
        height: auto;
        width: 100%;
        max-width: 250px;
        margin-top: 5px;
    }

    #header-wrapper.small {
        height: 60px;
    }

    .xero-sync-home-create-xero-invoice .section-title {
        font-size: 36px;
        max-width: 685px;
        padding: 30px 0px 44px 0px;
    }
    .xero-sync-home-create-xero-invoice .btn-container {
        margin-top:40px;
    }

    .xero-sync-home-how-it-works .section-title {
        padding: 50px 0px 70px 0px;
    }

    .top-nav-bar .logo-container span:nth-child(1) img {
        height: auto;
        width: 100%;
        max-width: 250px;
        margin-top: 5px;
    }

    .login-box-body .login-box {
        min-height: 328px;
        margin: 0 auto 70px auto;
    }

    .login-box-body .forgot-pass-section {
        min-height: 0px;
    }

    .login-box-body .password-definition {
        margin: 18px 0 -30px 0;
    }

    .signup-success .wrapper-container {
        margin: 0 auto -75px auto !important;
    }

    .plain-template-container .wrapper-container img {
        max-height: 190px;
        max-width: 200px;
    }

    .section-title {
        padding: 40px 0px 44px 0px;
    }

    .login-box-body .login-features span:nth-child(1) {
        margin: -4px 0px 3px 0px;
    }
}

/* @media screen and (min-width: 600px) and (max-width: 729px) {
    .top-nav-bar .topnav a {
        margin-left: 8px;
    }
} */

@media screen and (max-width: 720px) {

    .small .top-nav-bar {
        max-width: 680px;
    }

    #header-wrapper.small {
        height: 100px;
    }

    .top-nav-bar .topnav a:nth-child(8) {
        padding: 11px 5px;
    }

    .small .top-nav-bar .topnav a {
        margin-left: 0px;
        font-size: 10px;
    }

    .top-nav-bar .topnav a {
        font-size: 13px;
    }

}

@media screen and (max-width: 700px) {
    .banner-container {
        margin: 0 15px 0 15px;
    }

    .xero-sync-home-got-questions {
        padding: 0px 25px;
    }

    .xero-sync-home-got-questions .title {
        font-size: 18px;
    }
    .xero-sync-home-create-xero-invoice .section-title {
        font-size: 36px;
        max-width: 600px;
        padding: 20px 0px 55px 0px;
    }
}

@media screen and (max-width: 680px) {

    .small .top-nav-bar {
        max-width: 660px;
    }

    .top-nav-bar .topnav a:nth-child(8) {
        padding: 11px 5px;
    }

    .small .top-nav-bar .topnav a {
        margin-left: 0px;
        font-size: 9px;
    }
    .xero-sync-home-how-it-works .home-benifits {
        padding: 0px 25px 40px 50px;
    }
    .xero-sync-home-how-it-works .row {
        width: 500px;
        margin: 0 auto;
    }


}
@media screen and (max-width: 660px) {

    .small .top-nav-bar {
        max-width: 643px;
    }

}

@media screen and (max-width: 645px) {
    .button-default {
        max-width: 225px;
        font-size: 14px;
        margin: 0 auto;
    }

    .xero-sync-home-how-it-works .home-benifits {
        padding: 0px 25px 40px 40px;
    }

    .small .top-nav-bar {
        max-width: 600px;
    }

    #header-wrapper.small {
        height: 95px;
    }

    .top-nav-bar {
        padding: 30px 10px 0px 10px;
    }

    .xero-sync-home-benifits .home-benifits {
        padding: 0px 25px 80px 35px;
    }

    .xero-sync-home-benifits .btn-container span {
        margin-bottom: 100px;
    }

    .xero-sync-home-benifits .btn-container .button-default {
        margin: 0px 0px 80px 0px;
    }

    .xero-sync-home-create-xero-invoice .section-title p {
        margin: 0px 10px;
    }
    .bottom-title p {
        margin: 0px 10px;
    }
}

@media screen and (max-width: 628px) {

    .xero-sync-home-benifits .home-benifits {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 50px 50px 60px;
    }

    .section-title {
        padding: 40px 0px 20px 0px;
    }

    .xero-sync-home-benifits .row {
        display: block;
    }

    .xero-sync-home-benifits .col-title-img {
        float: none;
        margin: 0 auto;
    }

    .col-content {
        width: 350px;
        float: none;
        margin-top: 20px;
    }

    .xero-sync-home-benifits .btn-container {
        width: 225px;
        margin: 0 auto;
    }

    .xero-sync-home-benifits .home-benifits {
        max-width: 400px;
        margin: 0 auto;
    }

    .xero-sync-home-benifits .col-title-img-right {
        float: none;
    }

    .col-content-left {
        width: 350px;
        float: none;
        margin: 0 auto;
        margin-top: 20px;
    }

    .xero-sync-home-benifits .col-title-img-left {
        float: none;
        margin: 0 auto;
    }

    .xero-sync-home-benifits .final {
        display: flex;
        flex-wrap: wrap;
    }

    .xero-sync-home-benifits .left-part {
        float: none;
        margin: 0 auto;
        order: 2;
        margin-top: 20px;
    }

    .xero-sync-home-benifits .right-part {
        float: none;
        margin: 0 auto;
        order: 1;
    }
}

@media screen and (max-width: 620px) {
    .banner {
        padding-top: 130px;
    }
    .login-box-body .login-box {
        padding: 50px 0px 20px 0px;
        line-height: 1.1;
    }

    .login-box-body .section-title {
        padding: 50px 0px 20px 0px;
        line-height: 1.1;
    }

    .small .top-nav-bar {
        max-width: 550px;
    }

    .login-box-body .section-title p {
        padding: 0 30px 0 30px;
        line-height: 1.1;
    }

    .login-box-body .section-title span {
        padding: 0 50px 0 50px;
        line-height: 1.1;
        height: auto;
        display: inline-block;
    }

    .banner-container .banner-image-container img {
        padding: 0 40px;
        margin-top: 50px;
    }

    .banner-container .heading-big {
        margin: 35px auto 35px auto;
    }

    .banner .button-label {
        padding: 0px 0px 75px 0px;
    }

    hr {
        margin: 10px 0px;
    }

    .top-nav-bar .topnav a {
        font-size: 12px;
    }
}

@media screen and (max-width: 600px) {
    .banner {
        padding-top: 90px;
    }

    .plain-template-container {
        margin-top: 55px;
    }

    .top-nav-bar .topnav {
        float: none;
        width: 100%;
    }

    .small .top-nav-bar {
        font-size: 12px;
        max-width: 1315px;
        margin: 0 auto;
        padding: 6px 0px 6px 0px;
    }

    .top-nav-bar {
        float: none;
        width: 100%;
    }

    .small .top-nav-bar {
        max-width: 100%;
    }

    .top-nav-bar .topnav a:nth-child(8) {
        margin-top: 10px;
    }
    .top-nav-bar .topnav a:nth-child(8) {
        padding: 8px 20px;
        width: 190px;
    }

    .top-nav-bar {
        padding: 10px 0px 0px 0px;
    }

    #header-wrapper {
        height: 65px;
    }

    #header-wrapper.small {
        height: 50px;
    }

    .small .top-nav-bar .topnav a {
        font-size: 15px;
        text-align: left;
        margin-left: 30px;
    }

    .top-nav-bar .topnav a:not(:first-child) {
        display: none;
    }

    .top-nav-bar .topnav a.icon {
        float: right;
        display: block;
    }

    .top-nav-bar .topnav.responsive {
        float: none;
        width: 100%;
        background-color: #003C56;
        height: 290px;
        border-bottom: 1px solid #025174;
    }

    .top-nav-bar .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .top-nav-bar .logo-container {
        float: none;
        margin: 0 auto 0 auto;
        width: 90%;
    }

    .top-nav-bar .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        margin-left: 30px;
        font-size:15px;
        line-height: 1.4;
    }

    .top-nav-bar .topnav a:nth-child(7) {
        max-width: 145px;
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }

    .top-nav-bar .topnav a:nth-child(8):hover {
        color: #fff;
    }

    .xsync-function {
        margin-top: 30px;
    }
}

@media screen and (max-width: 550px) {
    .xero-sync-home-create-xero-invoice .section-title {
        font-size: 36px;
        max-width: 450px;
        padding: 20px 0px 55px 0px;
    }

}

@media screen and (max-width: 540px) {
    .xero-sync-home-how-it-works .row {
        width: 450px;
        margin: 0 auto;
    }
    .xero-sync-home-how-it-works .home-benifits {
        padding: 0px 5px 40px 20px;
    }

}

@media screen and (max-width: 510px) {
    .xsync-function {
        margin-top: 50px;
    }
    .banner {
        padding-top: 50px;
    }

}

@media screen and (max-width: 508px) {

    .top-nav-bar {
        padding: 16px 0px 0px 0px;
    }
    .login-box-body .section-title {
        padding: 15px 0px 45px 0px;
    }

    .banner-container {
        margin: 0 15px 0 15px;
    }

    .banner-container .heading-big {
        font-size: 10vw;
        line-height: 1.2;
    }

    .section-title p {
        font-size: 10vw;
        line-height: 1;
    }

    .section-title span {
        line-height: 1.3;
        margin-top: 12px;
    }

    .xero-sync-home-benifits .section-title p {
        font-size: 10vw;
        line-height: 1.2;
    }

    .xero-sync-home-benifits .title {
        font-size: 8vw;
        line-height: 1.2;
    }
    .xero-sync-home-how-it-works .title {
        line-height: 1.2;
    }

    /* .xero-sync-home-benifits .description {
        text-align: center;
    } */

    .xero-sync-home-how-it-works .title {
        font-size: 22px;
        max-width: 160px;
    }

    .xero-sync-home-how-it-works .description {
        font-size: 13px;
        max-width: 160px;
    }

    .xero-sync-home-got-questions {
        padding: 0px 25px;
    }

    .xero-sync-home-got-questions .description {
        margin-top: 30px;
    }

    .xero-sync-home-got-questions .home-got-questions .got-questions:last-child {
        padding-bottom: 60px;
    }

    .xero-sync-home-create-xero-invoice .btn-container {
        margin: 25px auto 55px auto;
    }

    .xero-sync-home-create-xero-invoice .section-title p {
        font-size: 8vw;
    }

    .xero-sync-home-footer {
        min-height: 250px;
    }

    .xero-sync-home-footer .logo-container {
        margin-left: 10px;
        text-align: center;
        margin-bottom: 30px;
    }

    .xero-sync-home-footer .logo-container span:nth-child(2) img {
        margin-top: 10px;
    }

    .xero-sync-home-footer footer {
        padding: 30px 0px 90px 0px;
    }

    .xero-sync-home-footer .logo-conatiner span:nth-child(1) {
        margin-left: 0px !important;
    }

    .xero-sync-home-footer .footer-menu-container {
        text-align: center;
        float: none;
    }

    .xero-sync-home-footer .footer-menu-container ul li a {
        display: inline-block;
    }

    .xero-sync-home-footer ul li {
        display: block;
        text-align: center;
    }

    .plain-template-container {
        /* .wrapper-container {
      img{
        max-height: 190px;
        max-width: 200px
      }

    }*/
    }

    .plain-template-container .section-title {
        padding: 60px 20px 65px 20px;
    }

    .login-box-body .login-box {
        padding: 20px 20px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: -5px;
    }

    .login-box-body .login-box .button-group {
        margin-bottom: 30px;
    }

    .login-box-body .login-box .checkbox-field span {
        margin-left: 7px;
        top: -2px;
        position: relative;
    }

    .login-box-body .password-definition {
        margin-top: 0px;
        max-width: 90%;
        font-weight: 300 !important;
    }

    /* .login-box-body .section-title {
        padding: 25px 0px;
    } */

    .login-box-body .section-title span {
        font-size: 3.7vw;
        font-weight: 400;
        padding: 0 0;
    }

    /* .login-box-body .section-title p.signup-title {
        font-size: 24px;
    } */

    .login-box-body .login-register {
        margin-top: -20px;
    }

    .login-box-body .login-register label {
        font-size: 12px;
    }

    .login-box-body .login-box-msg {
        line-height: 1.5;
        margin-top: 20px;
    }

    .signup-success {
        /*.wrapper-container{
      margin: 0 auto -20px auto !important;
    }*/
    }

    .signup-success .section-title {
        /*padding: 60px 20px 0px 20px;*/
        padding: 60px 20px 15px 20px;
    }

    .signup-success .section-title span {
        margin-top: 15px;
        font-size: 3.7vw;
        font-weight: 400;
    }

    /* .signup-success .section-title p {
        font-size: 8vw;
        line-height: 1;
        margin: -35px 0 -14px 0;
    } */

    .signup-success .signup-success-msg {
        max-width: 220px;
        width: 100%;
        text-align: center;
    }

    .fix-height {
        height: 0px;
    }

    .top-nav-bar .fa-bars,
    .top-nav-bar .fa-times {
        position: absolute;
        right: 35px;
        top: 25px;
    }
}

@media screen and (max-width: 480px) {
    .height-fix {
        height: 50px;
    }

    .signup-success .wrapper-container {
        margin: 0 auto -90px auto !important;
    }
}

@media screen and (max-width: 478px) {
    .top-nav-bar .logo-container span:nth-child(2) img {
        margin-top: 7px;
        display: block;
    }

    .float-label-control input.empty+label {
        font-size: 1.18em;
    }
}

@media screen and (max-width: 434px) {
    .xero-sync-home-footer .logo-container {
        text-align: center;
        margin-bottom: 30px;
    }

    .xero-sync-home-footer .logo-container span:nth-child(2) img {
        margin-top: 10px;
    }

    .xero-sync-home-footer .footer-menu-container {
        text-align: center;
        float: none;
    }

    .xero-sync-home-footer ul li {
        display: block;
        text-align: center;
    }
}
@media screen and (max-width: 414px) {
    .login-box-body {
        padding-top: 80px;
    }

    .login-box-body .section-title p {
        font-size:38px;
        line-height:42px;
    }

    .signup-success .section-title p {
        font-size: 38px;
        line-height: 42px;
    }

    .xero-sync-home-how-it-works .section-title p {
        font-size: 10vw;
        line-height: 50px;
    }
    .section-title p {
        padding: 0;
    }
    .banner-container .heading-big {
        margin: 35px auto 5px auto;
    }
    .xero-sync-home-how-it-works .home-benifits {
        padding: 0px 10px 20px 20px;
    }
    .col-content {
        margin-top: 10px;
    }
    .xero-sync-home-benifits .left-part {
        margin-top: -5px;
    }
    .xero-sync-home-how-it-works .row {
        width: 350px;
        margin: 0 auto;
    }
    .section-title span {
        margin-bottom: 40px;
    }
    .howitwork .section-title p {
        font-size: 45px;
        line-height: 50px;
    }
    
    .xero-sync-home-create-xero-invoice .section-title {
        font-size: 36px;
        max-width: 350px;
        padding: 30px 0px 50px 0px;
        margin-bottom: 50px;
    }

    .xero-sync-home-benifits .title {
        font-size: 24px;
    }
    .section-title {
        padding: 40px 0px 30px 0px;
    }
}

@media screen and (max-width: 375px) {

    .xero-sync-home-benifits .home-benifits {
        max-width: 300px;
        margin: 0 auto;
    }

    .col-content {
        width: 260px;
    }

    .xero-sync-home-how-it-works .home-benifits {
        padding: 0px 10px 20px 0px;
    }

    .xero-sync-home-benifits .home-benifits {
        padding: 0px 25px 40px 25px;
    }

    .col-content-left {
        width: 260px;
    }

    .xero-sync-home-create-xero-invoice .section-title {
        font-size: 36px;
        max-width: 300px;
        padding: 30px 0px 50px 0px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width:360px) {
    /* .xero-sync-home-create-xero-invoice .btn-container {
        margin: 65px auto 55px auto;
    } */
    .xero-sync-home-create-xero-invoice .bottom-title {
        font-size: 36px;
    }
    .section-title {
        padding: 40px 0px 60px 0px;
    }
    .xero-sync-home-how-it-works .description {
        font-size: 13px;
        max-width: 140px;
    }
    .xero-sync-home-how-it-works .btn-container {
        margin: 0 auto;
        width: 240px;
    }
}

@media screen and (max-width:320px) {

    .xero-sync-home-create-xero-invoice .section-title {
        font-size: 36px;
        max-width: 250px;
        padding: 30px 0px 50px 0px;
        margin-bottom: 30px;
    }
    .top-nav-bar .fa-bars, .top-nav-bar .fa-times {
        position: absolute;
        right: 14px;
        top: 25px;
    }
    .small .top-nav-bar .fa-bars, .top-nav-bar .fa-times {
        position: absolute;
        right: 18px;
        top: 14px;
    }
    .section-title {
        padding: 40px 0px 30px 0px;
    }

    .col-content {
        margin-top: -20px;
    }
    .col-content-left {
        margin-top: 0px;
    }
    .xero-sync-home-benifits .left-part {
        margin-top: -20px;
    }
    .xero-sync-home-how-it-works .row {
        width: 290px;
        margin: 0 auto;
    }
    .xero-sync-home-how-it-works .description {
        font-size: 13px;
        max-width: 120px;
    }
    .xero-sync-home-how-it-works .title {
        font-size: 22px;
        max-width: 130px;
    }

}