﻿
html {
    font-family: IranSans,Yekan,sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

#baseErrorArea {
    position: fixed;
    top: 2%;
    left: 15%;
    right: 15%;
    z-index: 1000000;
}

body, hr {
    margin: 0 auto;
}

body {
    font-weight: 400;
    color: #062942;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    line-height: 1;
    letter-spacing: 0;
    height: 100%;
    direction: rtl;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, small {
    display: block;
}

h1 {
    margin: 0 0 .67em;
    line-height: 1.3;
    color: #0d83dd;
}

#HelpErea .card-body h4 {
    color: #0d83dd !important;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0 none #fff;
    border-top: 1px solid #c5c7ce;
}


a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:active, a:hover {
        outline-width: 0;
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}

b {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
    color: #8495a2;
    line-height: 1.35714286;
}

sub, sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
    font-size: 75%;
}

sup {
    font-size: 50%;
    top: -.7em;
}

.dropdown:hover .sub-nav, .u-list-inline li, audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    font-weight: 400 !important;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio], legend {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

.u-hidden, [hidden], template {
    display: none;
}

.u-clearfix:before {
    content: " ";
    display: table;
}

.u-clearfix:after {
    clear: both;
}

@media screen and (max-width:768px) {
    .u-hidden-tablet {
        display: none;
    }
}

@media screen and (max-width:480px) {
    .u-hidden-mobile {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    .u-hidden-desktop {
        display: none;
    }
}

.u-float-right {
    float: right;
}

.u-float-left {
    float: left;
}

.one-col h2, .one-col p, .u-text-center {
    text-align: center;
}

.u-text-left {
    text-align: left;
}

.u-list-blank {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.secondary-nav {
    display: inline-block;
    float: left;
}

    .primary-nav a, .secondary-nav a {
        line-height: 26px;
        text-decoration: none;
    }

    .secondary-nav a {
        text-transform: uppercase;
        letter-spacing: .37;
        margin-left: 12px;
        margin-top: 5px;
        color: #8596a2;
    }

        .primary-nav a:hover, .secondary-nav a:hover {
            color: #0d83dd;
        }

.primary-nav {
    width: calc(100% - 120px);
    float: right;
    margin-top: 12px;
}

@media screen and (max-width:480px) {
    .primary-nav {
        width: initial;
        float: right;
        margin-top: 12px;
    }
}

.primary-nav a {
    color: #062942;
}

    .primary-nav a.btn-primary {
        color: #fff;
        background: #85c525;
        border-radius: 5px;
        padding: 5px 16px 6px;
    }

        .primary-nav a.btn-primary:hover {
            color: #fff;
            background: #aad662;
        }

.tri-inner, .tri-outer {
    display: none;
    position: absolute;
    top: 36px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ced5da;
    margin-left: -20px;
}

.tri-inner {
    top: 38px;
    border-bottom: 15px solid #fff;
}

.sub-cols {
    display: table;
}

.sub-col {
    display: table-cell;
    padding-right: 36px;
}

    .sub-col:last-child {
        padding-right: 0;
    }

.nav-heading {
    float: right;
    color: #062942;
    margin-bottom: 18px;
    line-height: 27px;
}

.core {
    float: right;
    display: inline-block;
}

.sub-nav {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
    border-radius: 10px;
    border: solid 1px #ced5da;
    padding: 28px;
    background: #fff;
    z-index: 100;
}

    .sub-nav a {
        display: block;
        white-space: nowrap;
        margin-bottom: 12px;
    }

        .sub-nav a:last-child {
            margin-bottom: 0;
        }

.dropdown {
    float: left;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

    .dropdown .top-level {
        background-image: url(SVG/dropdown.svg);
        background-repeat: no-repeat;
        background-position: right 16px;
        padding-right: 17px;
    }

    .dropdown:hover .tri-inner, .dropdown:hover .tri-outer {
        display: block;
    }

    .dropdown:hover .top-level {
        color: #0d83dd;
        background-image: url(SVG/dropdown_blue.svg);
    }

.nav-item {
    margin-right: 30px;
}

@media screen and (max-width:1024px) {
    .nav-item {
        margin-left: 0px;
        margin-right: 15px;
    }
}

@media screen and (max-width:768px) {
    .nav-item {
        margin-left: 0px;
        margin-right: 10px;
    }
}

.button-nav, .top-level {
    float: left;
    display: inline-block;
}

.top-level {
    padding-top: 7px;
    padding-bottom: 28px;
}

.button-nav {
    margin-right: 70px;
}

@media screen and (max-width:1024px) {
    .button-nav {
        margin-left: 0px;
    }
}

.nav-logo {
    float: right;
    width: 120px;
    margin-top: 2px;
}

@media screen and (max-width:768px) {
    .nav-logo {
        width: 100px;
        margin-top: 2px;
    }
}

.main-bar {
    float: left;
    width: 100%;
    padding: 0 24px 9px;
    background: #fff;
}

.mobile-buttons {
    float: right;
    margin-top: 17px;
}

    .mobile-buttons a {
        display: block;
        float: left;
    }

    .mobile-buttons .btn-primary {
        color: #fff;
        background: #85c525;
        border-radius: 5px;
        padding: 7px 10px 10px;
        line-height: 20px;
    }

        .mobile-buttons .btn-primary:hover, .nav-footer .secondary-buttons .btn-primary:hover {
            color: #fff;
            background: #aad662;
        }

.menu-toggle {
    margin-left: 23px;
    margin-top: 10px;
}

    .menu-toggle .close-nav {
        display: none;
        margin-right: 4px;
        margin-left: 3px;
    }

    .menu-toggle.active .open-nav {
        display: none;
    }

    .menu-toggle.active .close-nav {
        display: block;
    }

.mobile-nav a {
    text-decoration: none;
}

.mobile-nav .nav-item {
    border-top: solid 1px #ced5da;
    background: #fff;
    float: left;
    width: 100%;
    display: block;
    padding: 23px 24px 18px;
    color: #062942;
    line-height: 18px;
    letter-spacing: .44px;
    text-transform: uppercase;
}

    .mobile-nav .nav-item span {
        display: inline-block;
    }

@media screen and (max-width:480px) {
    .mobile-nav .nav-heading {
        line-height: 18px;
        letter-spacing: .44px;
        text-transform: uppercase;
    }
}

.link-wrap {
    width: 100%;
    float: left;
}

    .inner-col a, .link-wrap a {
        display: block;
        line-height: 27px;
        color: #062942;
    }

        .inner-col a:hover, .link-wrap a:hover {
            color: #0d83dd;
        }

.link-col {
    float: left;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 12px;
}

@media screen and (max-width:480px) {
    .link-col {
        margin-right: 20px;
    }
}

.link-col:last-child {
    margin-right: 0;
}

@media screen and (max-width:768px) {
    .desktop-nav {
        display: none;
    }

    .mobile-nav {
        display: block;
    }
}

.responsive-menu {
    display: none;
}

    .item-target.active, .responsive-menu.active {
        display: block;
    }

.item-toggle span {
    background-image: url(/_themes/freshbooks/smux-assets/img/icons/nav-v2/dropdown.svg);
    background-position: right 5px;
    background-repeat: no-repeat;
    padding-right: 20px;
    background-size: 14px 7px;
}

.item-toggle.active span {
    background-image: url(/_themes/freshbooks/smux-assets/img/icons/nav-v2/dropdown_active.svg);
    background-position: right 4px;
}

.item-target {
    float: left;
    width: 100%;
    border-top: solid 1px #ced5da;
    background: #fafafb;
    padding: 26px 40px;
    display: none;
}

@media screen and (max-width:480px) {
    .item-target {
        padding: 26px;
    }
}

.item-target a {
    margin-bottom: 8px;
}

    .footer-sub-links > span:last-child, .item-target a:last-child, ol li:last-child, ul li:last-child {
        margin-bottom: 0;
    }

.nav-footer {
    float: left;
    width: 100%;
    border-top: solid 1px #ced5da;
    background: #fff;
    text-align: center;
    padding: 20px 0;
}

    .nav-footer a {
        line-height: 27px;
        color: #062942;
    }



        .desktop-nav-wrapper > .container .secondary-nav a:hover, .nav-footer .links .call span, .nav-footer a:hover {
            color: #0d83dd;
        }

    .nav-footer .links {
        padding: 0 40px;
    }

        .nav-footer .links a {
            margin-left: 27px;
        }

            .nav-footer .links a:first-child {
                margin-left: 0;
            }

        .nav-footer .links .call {
            white-space: nowrap;
        }

@media screen and (max-width:480px) {
    .nav-footer .links .call {
        margin-left: 0;
    }
}

.nav-footer .secondary-buttons {
    padding: 0 24px;
    margin-top: 17px;
}

@media screen and (max-width:480px) {
    .nav-footer .secondary-buttons {
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-left: 0;
        padding: 0 17px;
    }
}

.nav-footer .secondary-buttons a {
    width: 50%;
    max-width: 197px;
}

.nav-footer .secondary-buttons .btn-primary {
    display: inline-block;
    color: #fff;
    background: #85c525;
    border-radius: 5px;
    padding: 10px 30px;
    line-height: 20px;
}

.nav-footer .secondary-buttons .btn-ghost {
    display: inline-block;
    color: #062942;
    background: #fff;
    border-radius: 5px;
    border: solid 2px #ced5da;
    padding: 8px 28px;
    line-height: 20px;
    margin-left: 16px;
}

    .nav-footer .secondary-buttons .btn-ghost:hover {
        color: #fff;
        background: #ced5da;
    }

.i-feature {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

.i-invoice {
    background-image: url(/_themes/freshbooks/smux-assets/img/icons/nav-v2/ico-invoicing.svg);
}

    .i-invoice:hover {
        background-image: url(/_themes/freshbooks/smux-assets/img/icons/nav-v2/ico-invoicing-hover.svg);
    }

.i-expense {
    background-image: url(/_themes/freshbooks/smux-assets/img/icons/nav-v2/ico-expenses.svg);
}

    .i-expense:hover {
        background-image: url(/_themes/freshbooks/smux-assets/img/icons/nav-v2/ico-expenses-hover.svg);
    }

.i-time {
    background-image: url(/_themes/freshbooks/smux-assets/img/icons/nav-v2/ico-time-tracking.svg);
}

    .i-time:hover {
        background-image: url(/_themes/freshbooks/smux-assets/img/icons/nav-v2/ico-time-tracking-hover.svg);
    }

.i-projects {
    background-image: url(/_themes/freshbooks/smux-assets/img/icons/nav-v2/ico-projects.svg);
}

    .i-projects:hover {
        background-image: url(/_themes/freshbooks/smux-assets/img/icons/nav-v2/ico-projects-hover.svg);
    }

.i-estimates {
    background-image: url(/_themes/freshbooks/smux-assets/img/icons/nav-v2/ico-estimates.svg);
}

    .i-estimates:hover {
        background-image: url(/_themes/freshbooks/smux-assets/img/icons/nav-v2/ico-estimates-hover.svg);
    }

.i-pay {
    background-image: url(/_themes/freshbooks/smux-assets/img/icons/nav-v2/ico-payments.svg);
}

    .i-pay:hover {
        background-image: url(/_themes/freshbooks/smux-assets/img/icons/nav-v2/ico-payments-hover.svg);
    }

.i-report {
    background-image: url(/_themes/freshbooks/smux-assets/img/icons/nav-v2/ico-dashboard-reports-default.svg);
}

    .i-report:hover {
        background-image: url(/_themes/freshbooks/smux-assets/img/icons/nav-v2/ico-dashboard-reports-selected.svg);
    }

.i-mobile {
    background-image: url(/_themes/freshbooks/smux-assets/img/icons/nav-v2/ico-mobile.svg);
}

    .i-mobile:hover {
        background-image: url(/_themes/freshbooks/smux-assets/img/icons/nav-v2/ico-mobile-hover.svg);
    }

.pt-original {
    margin-top: 18px;
}

.pt-variant {
    display: none;
    margin-top: 25px;
}

.inner-pages, .overview-wrap {
    display: table-cell;
    vertical-align: top;
}

    .overview-wrap a img, .pt-col {
        display: block;
    }

        .overview-wrap a span, .pt-col .title {
            display: block;
        }

    .overview-wrap a span {
        margin-top: 6px;
        line-height: 28px;
    }

.pt-col {
    float: left;
    margin-left: 50px;
}

    .pt-col .title {
        color: #062942;
        text-transform: uppercase;
        line-height: 18px;
        letter-spacing: .44px;
        white-space: nowrap;
        margin-bottom: 11px;
    }

.sub-nav.pt-2 {
    width: 860px;
}

@media screen and (max-width:1024px) {
    .sub-nav.pt-2 {
        width: 680px;
        left: 70%;
    }
}

.mobile-pt-2 .overview-col a span, .pt-2 .nav-heading {
    line-height: 30px;
}

.desktop-nav-wrapper > .container.container:after, .mobile-pt-2 {
    display: none;
}

    .mobile-pt-2 .inner-col, .mobile-pt-2 .overview-col {
        display: table-cell;
        vertical-align: top;
    }

@media screen and (max-width:480px) {
    .mobile-pt-2 .inner-col, .mobile-pt-2 .overview-col {
        display: block;
    }
}

.mobile-pt-2 .inner-col {
    padding-left: 3%;
}

@media screen and (max-width:480px) {
    .mobile-pt-2 .inner-col {
        padding-left: 0;
    }
}

.mobile-pt-2 .inner-col a {
    display: inline-block;
    width: 38%;
    margin: 5px 5%;
    white-space: nowrap;
}

@media screen and (max-width:480px) {
    .mobile-pt-2 .inner-col a {
        margin: 5px 0;
        width: 48%;
    }
}

.mobile-pt-2 .overview-col a span {
    color: #062942;
    line-height: 25px;
}

.mobile-pt-2 .overview-col a img, .overview-wrap a img {
    border: solid 1px #ced5da;
    border-radius: 2px;
}

@media screen and (max-width:480px) {
    .mobile-pt-2 .overview-col a img {
        display: none;
    }
}

.desktop-nav-wrapper > .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (max-width:768px) {
    .desktop-nav-wrapper > .container {
        display: none;
    }
}

.desktop-nav-wrapper > .container .header-logo {
    padding: 0;
    width: 140px;
    height: 72.59px;
}

.desktop-nav-wrapper > .container .nav-items {
    padding: 9px 0;
    width: 55%;
}

@media screen and (max-width:1024px) {
    .desktop-nav-wrapper > .container .nav-items {
        width: 75%;
    }
}

.desktop-nav-wrapper > .container .secondary-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 2px 0;
}

    .desktop-nav-wrapper > .container .secondary-nav img {
        width: 98px;
        height: auto;
        margin-top: 14px;
    }

    .desktop-nav-wrapper > .container .secondary-nav a {
        padding: 0;
        color: #8495a2;
        margin-right: 20px;
        text-transform: uppercase;
    }

        .desktop-nav-wrapper > .container .secondary-nav a:last-child {
            margin-right: 0;
        }

.desktop-nav-wrapper > .container .main-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 10px;
}

    .desktop-nav-wrapper > .container .main-nav a, .mobile-nav-items a {
        color: #062942;
    }

    .desktop-nav-wrapper > .container .main-nav .btn-trial {
        border: solid 2px rgba(6,41,66,.2);
        border-radius: 5px;
        padding: 9px 26px 8px 23px;
        white-space: nowrap;
    }

        .desktop-nav-wrapper > .container .main-nav .btn-trial:focus, .desktop-nav-wrapper > .container .main-nav .btn-trial:hover {
            border-color: #85c525;
            background-color: #85c525;
            color: #fff;
        }

.desktop-nav-wrapper > .container .dropdown-content {
    background: #f7f8f9;
    position: absolute;
    z-index: 100;
    border: 1px solid #c5c7ce;
    border-radius: 5px;
    box-shadow: 4px 4px 0 rgba(6,41,66,.25);
    display: none;
}

    .desktop-nav-wrapper > .container .dropdown-content a {
        display: block;
        padding: 15px;
        border-top: 1px solid #c5c7ce;
        color: #0d83dd;
        line-height: 1.625;
        text-align: left;
    }

        .desktop-nav-wrapper > .container .dropdown-content a:first-child {
            border-top: none;
        }

.desktop-nav-wrapper > .container a {
    text-decoration: none;
}

    .desktop-nav-wrapper > .container .main-nav-item:focus a, .desktop-nav-wrapper > .container .main-nav-item:hover a, .desktop-nav-wrapper > .container a:focus {
        color: #0d83dd;
    }

.desktop-nav-wrapper > .container .main-nav-item {
    padding: 10px 0;
    cursor: pointer;
    white-space: nowrap;
}

/*@media screen and (max-width:1024px) {
    .desktop-nav-wrapper > .container .main-nav-item.hide-desktop-sm {
        display: none;
    }
}*/


@media screen and (max-width:1024px) {
    .desktop-nav-wrapper > .container .main-nav-item.display-desktop-sm {
        display: block;
    }
}

.desktop-nav-wrapper > .container .nav-dropdown > a:after {
    content: url(/_themes/freshbooks/smux-assets/img/navigation/nav-chevron.svg);
    text-decoration: none;
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
}

.desktop-nav-wrapper > .container .nav-dropdown:focus .dropdown-content, .desktop-nav-wrapper > .container .nav-dropdown:hover .dropdown-content {
    display: block;
}

    .desktop-nav-wrapper > .container .nav-dropdown:focus .dropdown-content a:hover, .desktop-nav-wrapper > .container .nav-dropdown:hover .dropdown-content a:hover, .mobile-nav-item .dropdown-content > a:focus, .mobile-nav-item .dropdown-content > a:hover {
        color: #062942;
    }

@media screen and (max-width:768px) {
    .desktop-nav-wrapper > .container .login-mobile, .desktop-nav-wrapper > .container .menu-icon, .mobile-nav {
        display: block;
    }
}

/*.mobile-nav-wrapper > .container {
    z-index: 1000;
    display: none;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    position: relative;
}

    .mobile-nav-wrapper > .container .mobile-login {
        text-decoration: none;
        color: #062942;
    }

        .mobile-nav-items .call-toll-free a, .mobile-nav-wrapper > .container .mobile-login:hover {
            color: #0d83dd;
        }

    .mobile-nav-wrapper > .container .header-logo {
        width: 100px;
        height: 51.84px;
        margin: 10px 0;
    }

    .mobile-nav-wrapper > .container .mobile-menu {
        width: 25px;
        height: 17px;
    }

        .mobile-nav-wrapper > .container .mobile-menu > svg {
            fill: #062942;
        }

        .mobile-nav-wrapper > .container .mobile-menu:hover > svg {
            fill: #0d83dd;
        }

.mobile-nav-items {
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 10000;
    border: 1px solid #c5c7ce;
    display: none;
    border-radius: 0 0 5px 5px;
}

    .mobile-nav-items .btn-trial {
        margin: 20px 15px;
        display: block;
        border-radius: 5px;
        padding: 17px 35px 18px 32px;
        background-color: #85c525;
        color: #fff;
        text-align: center;
        text-decoration: none;
    }

        .mobile-nav-items .btn-trial:focus, .mobile-nav-items .btn-trial:hover {
            background-color: #aad662;
        }

    .mobile-nav-items .call-toll-free {
        text-align: center;
        display: block;
        margin-bottom: 20px;
    }

.mobile-nav-item {
    z-index: 1000;
    border-bottom: 1px solid #c5c7ce;
}

    .mobile-nav-item a {
        padding: 25px 15px;
        text-decoration: none;
        display: block;
    }

    .mobile-nav-item.nav-dropdown > a:after {
        content: url(/_themes/freshbooks/smux-assets/img/navigation/nav-chevron.svg);
        text-decoration: none;
        float: right;
        vertical-align: middle;
        transition: .5s ease;
        height: 18px;
    }

    .mobile-nav-item .display-mobile-dropdown:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .mobile-nav-item .dropdown-content {
        background: #f7f8f9;
        display: none;
    }

        .mobile-nav-item .dropdown-content a {
            color: #0d83dd;
            border-top: 1px solid #c5c7ce;
        }*/

.footer-sub-links > span a:hover, .mobile-nav-item:hover a, .nav-wrapper > .container .nav-item a:hover {
    color: #e77817;
}

.overlay {
    z-index: 100;
    width: 100%;
    min-height: 100vh;
    background: #062942;
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    display: none;
    transition: opacity .35s ease;
    cursor: url(/_themes/freshbooks/smux-assets/img/navigation/overlay-close-icon.svg),auto;
}

    .overlay.active {
        opacity: .85;
        display: block;
    }

@media screen and (min-width:769px) {
    .overlay.active {
        display: none;
        opacity: 0;
        cursor: auto;
    }
}

.nav-wrapper > .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .nav-wrapper > .container .header-logo {
        margin: 23.5px 0;
        width: 140px;
        height: 72.59px;
    }

@media screen and (max-width:768px) {
    .nav-wrapper > .container .header-logo {
        width: 100px;
        height: 51.84px;
        margin: 10px 0;
    }
}

.nav-wrapper > .container .nav-item a {
    color: #062942;
    text-decoration: none;
}

@media screen and (max-width:768px) {
    .nav-wrapper > .container .nav-item {
        font-size: 1.4rem;
    }
}

.nav-wrapper > .container .phone-number {
    padding-right: 30px;
    border-right: 1px solid #c5c7ce;
}

@media screen and (max-width:768px) {
    .nav-wrapper > .container .phone-number {
        display: none;
    }
}

.nav-wrapper > .container .call-toll-free {
    width: 98px;
    height: auto;
    margin-top: 14px;
    vertical-align: middle;
}

.nav-wrapper > .container .support-number {
    vertical-align: middle;
}

.nav-wrapper > .container .main-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
}

    .nav-wrapper > .container .main-nav a {
        color: #062942;
        margin-left: 30px;
    }

        .nav-wrapper > .container .main-nav a.support-number {
            margin-left: 0;
        }

@media screen and (max-width:480px) {
    .nav-wrapper > .container .main-nav a {
        margin-left: 20px;
    }
}

.nav-wrapper > .container .main-nav .btn-trial {
    border: solid 2px rgba(6,41,66,.2);
    border-radius: 5px;
    padding: 9px 26px 8px 23px;
}

    .nav-wrapper > .container .main-nav .btn-trial:focus, .nav-wrapper > .container .main-nav .btn-trial:hover {
        border-color: #85c525;
        background-color: #85c525;
        color: #fff;
    }

@media screen and (max-width:480px) {
    .nav-wrapper > .container .main-nav .btn-trial {
        padding: 9px 5px;
    }
}

.nav-wrapper > .container a {
    text-decoration: none;
}

    .nav-wrapper > .container .main-nav-item:focus a, .nav-wrapper > .container .main-nav-item:hover a, .nav-wrapper > .container a:focus, .nav-wrapper > .container a:hover {
        color: #0d83dd;
    }

.nav-wrapper > .container .main-nav-item {
    padding: 10px 0;
    cursor: pointer;
}

@media screen and (max-width:1024px) {
    .nav-wrapper > .container .main-nav-item.hide-desktop-sm {
        display: none;
    }
}

.nav-wrapper > .container .login-mobile, .nav-wrapper > .container .main-nav-item.display-desktop-sm {
    display: none;
}

@media screen and (max-width:1024px) {
    .nav-wrapper > .container .main-nav-item.display-desktop-sm {
        display: block;
    }
}

@media screen and (max-width:768px) {
    .nav-wrapper > .container .login-mobile {
        display: block;
    }
}

.menu-icon, .menu-icon span {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .3s ease-in-out;
}

.menu-icon {
    margin-top: 5px;
    cursor: pointer;
    float: right;
    width: 20px;
    position: relative;
    display: inline-block;
}

    .menu-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #062942;
        opacity: 1;
        left: 0;
    }

    .menu-icon .menu-icon-span1 {
        top: 0;
    }

    .menu-icon .menu-icon-span2, .menu-icon .menu-icon-span3 {
        top: 6px;
    }

    .menu-icon .menu-icon-span4 {
        top: 12px;
    }

    .menu-icon.open .menu-icon-span1 {
        top: 15px;
        width: 0%;
        left: 50%;
    }

    .menu-icon.open .menu-icon-span2 {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menu-icon.open .menu-icon-span3 {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu-icon.open .menu-icon-span4 {
        top: 15px;
        width: 0%;
        left: 50%;
    }

.footer-logo {
    width: 100px;
    height: auto;
}

.footer-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
}

@media screen and (max-width:768px) {
    .footer-nav {
        display: block;
        padding: 0;
    }
}

.footer-col {
    width: 16.67%;
    padding: 0 1%;
}

    .footer-col:first-child {
        padding-left: 0;
    }

    .footer-col:last-child {
        padding-right: 0;
    }

@media screen and (max-width:768px) {
    .footer-col {
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #c5c7ce;
    }

        .footer-col:first-child {
            display: none;
        }

        .footer-col:last-child {
            border-bottom: none;
        }

    .footer-top-level:hover {
        color: #fff;
    }

    .footer-sub-links {
        display: none;
    }
}

@media screen and (min-width:769px) {
    .footer-sub-links {
        display: block !important;
    }
}

.footer-sub-links > span {
    line-height: 1.25;
    display: block;
    margin-bottom: 12px;
}

@media screen and (max-width:768px) {
    .footer-sub-links > span {
        margin-bottom: 0;
    }
}

.footer-sub-links > span a {
    text-decoration: none;
    color: #ccced0;
    display: inline-block;
}

@media screen and (max-width:768px) {
    .footer-sub-links > span a {
        padding: 12px 15px;
        border-top: 1px solid #c5c7ce;
        color: #ccced0;
        display: block;
    }

        .footer-sub-links > span a:hover {
            color: #e77817;
        }
}

.footer-top-level {
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    display: inline-block;
    margin-bottom: 24px;
}

@media screen and (max-width:768px) {
    .footer-top-level {
        cursor: pointer;
        padding: 12px 15px;
        margin-bottom: 0;
        display: block;
    }

        .footer-top-level:after {
            transition: .5s ease;
            content: url(/_themes/freshbooks/smux-assets/img/navigation/nav-chevron.svg);
            text-decoration: none;
            float: right;
            vertical-align: middle;
            height: 18px;
        }

        .footer-top-level:hover {
            color: #0d83dd;
        }

        .footer-top-level.display-mobile-dropdown:after {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }
}

.second-row {
    margin-top: 50px;
}

@media screen and (max-width:768px) {
    .second-row {
        border-top: 1px solid #c5c7ce;
        margin-top: 0;
    }
}

.footer-social {
    padding: 25px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width:768px) {
    .footer-social {
        display: block;
        padding-bottom: 0;
    }
}

.footer-social .footer-logo {
    display: none;
}

@media screen and (max-width:768px) {
    .footer-social .footer-logo {
        display: block;
        margin: 0 auto;
        padding-bottom: 24px;
    }
}

.footer-copy {
    color: #8495a2;
    line-height: 1.85714286;
}

    .footer-copy.copyright {
        text-align: left;
    }

@media screen and (max-width:768px) {
    .footer-copy.copyright {
        padding-top: 12px;
        text-align: center;
    }
}

.footer-copy.mobile-copy {
    display: block;
    text-align: left;
    width: 100%;
}

@media screen and (max-width:768px) {
    .footer-copy.mobile-copy {
        text-align: center;
    }
}

.mobile-icons-footer a:first-child {
    margin-right: 15px;
}

@media screen and (max-width:768px) {
    .mobile-icons-footer {
        text-align: center;
    }
}

.social-copyright {
    width: 100%;
}

@media screen and (max-width:1024px) {
    .social-copyright {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .social-copyright {
        width: 100%;
        margin: 24px auto;
    }
}

@media screen and (max-width:480px) {
    .social-copyright {
        width: 100%;
    }
}

.social-icons {
    display: inline-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    float: left;
}

@media screen and (max-width:768px) {
    .social-icons {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.social-icon {
    width: 36px;
    height: 36px;
    margin-right: 12px;
}

    .social-icon:last-child {
        /*margin-right: 0;*/
    }

@media screen and (max-width:1024px) {
    .social-icon {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.social-icon:hover {
    opacity: .8;
}

.social-icon.icon-twitter {
    background: url(SVG/icon-twitter.svg) top left no-repeat;
}

.social-icon.icon-fb {
    background: url(SVG/icon-fb.svg) top left no-repeat;
}

.social-icon.icon-gp {
    background: url(SVG/icon-gp.svg) top left no-repeat;
}

.social-icon.icon-yt {
    background: url(SVG/icon-twitter.svg) top left no-repeat;
}

.social-icon.icon-pin {
    background: url(SVG/icon-ig.svg) top left no-repeat;
}

.social-icon.icon-ig {
    background: url(SVG/icon-ig.svg) top left no-repeat;
}

.smartbanner.hide {
    display: none;
}

.smartbanner {
    z-index: 30;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 78px;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

.smartbanner-container {
    margin: 0 auto;
}

.smartbanner-close {
    position: absolute;
    left: 7px;
    top: 7px;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
    border: 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
    color: #b1b1b3;
    background: #efefef;
}

    .smartbanner-close:active, .smartbanner-close:hover {
        color: #333;
    }

.smartbanner-icon {
    position: absolute;
    left: 30px;
    top: 10px;
    display: block;
    width: 57px;
    height: 57px;
    background-color: #fff;
    background-size: cover;
    background-image: url(/images/smartbanner/logo-play-store-banner.png);
}

.smartbanner-info {
    position: absolute;
    left: 98px;
    top: 15px;
    width: 44%;
    line-height: 1.2em;
    font-weight: 700;
    color: #999;
}

.smartbanner-title {
    line-height: 17px;
    color: #000;
    font-weight: 700;
}

.smartbanner-button {
    position: absolute;
    right: 20px;
    top: 24px;
    border-bottom: 3px solid #6bce28;
    padding: 0 10px;
    min-width: 12%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background-color: #6bce28;
    text-decoration: none;
    border-radius: 5px;
}

    .smartbanner-button:hover {
        background-color: #70d62a;
        border-bottom: 3px solid #59af1f;
    }

.smartbanner-button-text {
    text-align: center;
    display: block;
    padding: 0 5px;
}

* {
    box-sizing: border-box;
}

canvas, iframe, img, svg, video {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:768px) {
    html {
        font-size: 57.25%;
    }
}

footer, header, main {
    float: left;
    width: 100%;
}

footer {
    background-color: #242c39;
}

h2, h3 {
    line-height: 1.27777778;
    color: #0d83dd;
}

h3 {
    line-height: 1.37037037;
    margin-bottom: 20px;
}

h4 {
    line-height: 1.27272727;
}

a.image-link, a:hover {
    text-decoration: none;
}

p, q {
    line-height: 1.55555556;
}

strong {
    font-weight: 400;
}

.alpha-list {
    list-style-type: lower-alpha;
}

ol {
    line-height: 1.55555556;
    padding-left: 20px;
}

    ol li {
        margin-bottom: 5px;
        padding-left: 5px;
    }

ul {
    padding-left: 0;
    text-align: left;
    display: inline-block;
}

    ul li {
        background-image: url(SVG/list.svg);
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 18px 26px;
        padding-right: 26px;
        margin-bottom: 10px;
        line-height: 1.55555556;
    }

        ul li.no-check, ul li.no-style {
            background-image: none;
            list-style-type: disc;
            padding-left: 0;
            margin-bottom: 0;
        }

        ul, ul li.no-style {
            list-style-type: none;
        }

.icon-link {
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

    .icon-link span {
        text-decoration: underline;
    }

.block-wrap {
    display: block;
    width: 100%;
}

.icon-pdf, .link-mail, .link-phone {
    background-image: url(/_themes/freshbooks/smux-assets/img/icons/envelope-alt.svg);
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-size: 18px 13px;
    padding-left: 25px;
}

.icon-pdf, .link-phone {
    background-image: url(/_themes/freshbooks/smux-assets/img/icons/telephone-alt.svg);
    background-position: 0 1px;
    background-size: 18px 16px;
}

.icon-pdf {
    background-image: url(/_themes/freshbooks/smux-assets/img/icons/pdf.png);
    background-position: left center;
    background-size: 15px 20px;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: 400 !important;
}

body p, body span {
    font-weight: 400;
}

main {
    min-height: 100%;
}

button {
    border-style: none;
}

.container {
    padding: 0 100px;
    width: 100%;
}

@media screen and (max-width:768px) {
    .container {
        padding: 0 15px;
    }
}

.container.no-side-pad {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width:768px) {
    .container.no-side-pad-tablet {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width:480px) {
    .container.no-side-pad-mobile {
        padding-left: 0;
        padding-right: 0;
    }
}

.container.vert-pad {
    padding-top: 30px;
    padding-bottom: 30px;
}

.container.blue-background {
    background-color: #e5f4fe;
}

.top-bar .container {
    padding-top: 18px;
}

.rule {
    width: 100%;
    height: 1px;
    background-color: #c5c7ce;
}

section {
    width: 100%;
    padding: 20px 0;
}

    section.add-pad {
        padding: 3.33% 0;
    }

.primary-cta {
    display: inline-block;
    padding: 18px 35px;
    color: #fff;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 5px;
    background-color: #85c525;
    text-align: center;
}

    .primary-cta.extra-padding {
        padding-left: 85px;
        padding-right: 85px;
    }

    .primary-cta:hover {
        background-color: #aad662;
    }

@media screen and (max-width:480px) {
    .primary-cta {
        padding: 19px 29px 21px 24px;
    }
}

.primary-cta.full-width-cta {
    width: 100%;
}

.primary-cta.mobile-only-cta {
    display: block;
    margin: 0 auto;
    width: 275px;
}

.ghost-button, .subtext {
    text-align: center;
    display: block;
}

.ghost-button {
    vertical-align: middle;
    text-decoration: none;
    padding: 10px;
    border: 2px solid #c5c7ce;
    border-radius: 5px;
    margin: 20px auto;
    background-color: transparent;
    color: #062942;
    line-height: 1.55555556;
}

    .ghost-button.more-info {
        width: 110px;
    }

    .ghost-button.learn-more {
        width: 160px;
    }

    .ghost-button.no-width {
        display: inline-block;
        padding: 10px 35px;
    }

    .ghost-button:hover {
        background: #0d83dd;
        border-color: #0d83dd;
        color: #fff;
    }

.subtext {
    line-height: 1.28571429;
    margin-top: 10px;
    color: #8495a2;
}

.assurance-copy {
    line-height: 1.55555556;
    text-align: left;
    display: block;
    color: #aad3f3;
}

@media screen and (max-width:1024px) {
    .assurance-copy {
        text-align: center;
    }
}

.line-bg {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 1280px;
    height: 127px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(/_themes/freshbooks/smux-assets/img/dotted-left.svg);
    background-position: top right;
}

    .line-bg.right {
        background-image: url(/_themes/freshbooks/smux-assets/img/dotted-right.svg);
        left: 0;
    }

@media screen and (max-width:768px) {
    .line-bg {
        display: none;
    }
}

.link-chevron {
    color: #0d83dd;
}

    .contact-details a:hover, .link-chevron:after, .link-chevron:hover {
        text-decoration: none;
    }

@media screen and (max-width:768px) {
    .link-chevron {
        display: block;
    }
}

.link-chevron:after {
    content: url(/_themes/freshbooks/smux-assets/img/right-chevron.svg);
    margin-left: 10px;
}

@media screen and (max-width:768px) {
    .link-chevron:after {
        display: block;
    }
}

.light-blue-background {
    background-color: #e5f4fe;
}

.contact-details {
    display: block;
    margin: 0 auto;
    width: 250px;
}

    .contact-details a {
        display: inline-block;
        margin-bottom: 10px;
        color: #0d83dd;
    }

.email:before, .phone:before, .twitter:before {
    margin-right: 10px;
    vertical-align: middle;
}

.phone:before {
    content: url(/_themes/freshbooks/smux-assets/img/icons/telephone-alt.svg);
}

.email:before {
    content: url(/_themes/freshbooks/smux-assets/img/icons/envelope-alt.svg);
}

.twitter:before {
    content: url(/_themes/freshbooks/smux-assets/img/icons/twitter-white.svg);
}


.blue-background {
    background-color: #e5f4fe;
}

.blue-white-background {
    background: #e5f4fe;
    background: linear-gradient(to bottom,#e5f4fe 0%,#e5f4fe 85%,#fff 85%,#fff 100%);
}

@media screen and (max-width:768px) {
    .blue-white-background {
        background: #e5f4fe;
    }
}

.city-background {
    background: #e5f4fe;
    background: url(/_themes/freshbooks/smux-assets/img/content/compare/cityscape.svg) no-repeat center 77%,linear-gradient(to bottom,#e5f4fe 0%,#e5f4fe 85%,#fff 85%,#fff 100%);
}

.column-parent {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.select-wrap {
    background-color: #fff;
    background-image: url(/_themes/freshbooks/smux-assets/img/down-chevron.svg);
    background-repeat: no-repeat;
    background-size: 18px 10px;
    background-position: right 7px center;
    border: 2px solid #c5c7ce;
    border-radius: 4px;
    overflow: hidden;
    max-width: 300px;
    width: 90%;
    padding: 5px;
    z-index: 1000;
}

@media screen and (max-width:768px) {
    .select-wrap {
        margin: 0 auto;
    }
}

.select-wrap select {
    overflow: hidden;
    outline: none;
    border-radius: 4px;
    padding: 5px 8px;
    width: 130%;
    vertical-align: bottom;
    border: none;
    box-shadow: none;
    background: 0 0;
    background-image: none;
}

.one-col {
    margin: 0 auto;
    width: 80%;
}

@media screen and (max-width:1024px) {
    .one-col {
        width: 85%;
    }
}

@media screen and (max-width:768px) {
    .one-col {
        width: 90%;
    }
}

@media screen and (max-width:480px) {
    .one-col {
        width: 100%;
    }
}

.cta-text-take-a-tour {
    text-align: center;
    padding: 40px;
    line-height: 1.55555556;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.expand-chevron:after {
    content: url(/_themes/freshbooks/smux-assets/img/down-chevron-blue.svg);
    vertical-align: sub;
    margin-left: 10px;
}

.capitalize {
    text-transform: capitalize;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

.rounded-corner-border {
    border: 1px solid #c5c7ce;
    border-radius: 5px;
}

.hide-desktop {
    display: none;
}

@media screen and (max-width:768px) {
    .hide-desktop {
        display: block;
    }
}

.hide-mobile {
    display: block;
}

@media screen and (max-width:768px) {
    .hide-mobile {
        display: none;
    }
}

.only-mobile {
    display: none;
}

@media screen and (max-width:480px) {
    .only-mobile {
        display: block;
    }
}

.hide-mobile-phone {
    display: block;
}

@media screen and (max-width:480px) {
    .hide-mobile-phone {
        display: none;
    }
}

.hide-large-desktop {
    display: none;
}

@media screen and (max-width:1024px) {
    .hide-large-desktop {
        display: block;
    }
}

.only-large-desktop {
    display: block;
}

@media screen and (max-width:1024px) {
    .only-large-desktop {
        display: none;
    }
}

.no-style-link {
    text-decoration: none;
}

.input-generic {
    line-height: 20px;
    color: #8294a0;
    border: solid 2px #ced5da;
    padding: 11px 12px;
    border-radius: 5px;
}

    .input-generic::-webkit-input-placeholder {
        color: #8294a0;
    }

    .input-generic:-moz-placeholder {
        color: #8294a0;
    }

small a {
    color: #8495a2;
}

small.security:before {
    content: url(/_themes/freshbooks/smux-assets/img/icons/security-lock.svg);
    vertical-align: middle;
    margin-right: 5px;
}

.SysLine section {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
}

.SysLine section {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    height: 60px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.SysLine .copy, blockquote {
    vertical-align: middle;
}

.SysLine img {
    display: inline-block;
    vertical-align: middle;
}

.container:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
/*-----------------------------------------header page sample ::after help/contact*/
.title-center {
    text-align: center;
    margin-bottom: 35px;
    padding-top: 35px;
    line-height: 1.5;
}

    .title-center a {
        color: #444;
        text-decoration: none;
    }

.post__title a:hover {
    color: #f26322;
}
/*-------------------------*/
.support-area-section div.outline-content {
    padding: 20px;
}

.support-area-section ul {
    width: 100%;
}

    .support-area-section ul li {
        background-image: none !important;
        padding-right: 0px;
        width: 100%;
        direction: rtl;
        float: right;
        clear: both;
        list-style-type: circle;
        text-align: right;
    }
