@import url("help_modal.css");
@import url("customvalidator.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&amp;display=swap');

/*@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'), url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'), url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('../fonts/OpenSans-Medium.woff2') format('woff2'), url('../fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'), url('../fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}*/
/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

*html .clearfix {
    height: 1%;
}
/* START IMPORTS */
/* GLOBAL */
html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body {
    font-family: 'Open Sans', sans-serif!important;
    color: #333;
    background-color: #fff;
    font-size: 13px;
    line-height: 18px;
}

b {
    font-weight: 700;
}

.shell {
    width: 100%
}

.inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

    .inner:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.center {
    text-align: center;
}

.small {
    font-size: 11px;
}

.clear {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #06abe1;
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:visited {
        color: #06abe1;
    }

ol {
    list-style-type: decimal;
    margin: 0;
    padding-left: 26px;
}
.box-privacy ol {
    list-style-type: decimal;
    margin: 0 0 30px 0px;
    padding-left: 16px;
}
    .box-privacy ol li a {
        font-size: 16px;
        line-height: 1.5rem;
        margin-bottom: 5px;
        display: block;
        color: #025773;
        font-weight: 500;
    }
.box-privacy h2 {
    font-size: 20px;
    line-height: 36px;
    margin-top: 15px;
    color: #025773;
    margin-bottom: 9px;
}
.box-privacy p u {
    font-size: 16px;
    line-height: 1.5rem;
    display: inline-block;
    margin-bottom: 4px;
    color: #025773;
}
.sitemap_pages ul.sitelist {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
}
    .sitemap_pages ul.sitelist li {
        width: 25%;
        margin-bottom: 20px;
    }
        .sitemap_pages ul.sitelist li ul.sitemap-main li {
            width: 95%;
            margin-bottom: 0;
        }
        .sitemap_pages ul.sitelist li ul.sitemap-main {
            margin-bottom: 20px;
        }
        .sitemap_pages ul.sitelist li h2 {
            font-size: 20px;
            margin-bottom: 8px;
            line-height: 28px;
            border-bottom: 2px solid #025773;
            max-width: 90%;
            padding-bottom: 8px;
            color: #025773;
        }
.sitemap_pages a strong {
    font-size: 16px;
    line-height: 28px;
    display: block;
    margin: 8px 0;
    color: #025773;
    font-weight: 400;
}
.sitemap_pages a h2 {
    font-size: 24px;
    margin: 20px 0 5px 0;
    color: #025773;
}
.sitemap_pages ul.sitelist li a {
    font-size: 16px;
    line-height: 28px;
    color: #025773;
    margin-bottom: 6px;
    display: block;
    font-weight: 400;
}
        .sitemap_pages ul.sitelist li ul.sitemap li {
           margin-bottom:6px;
           width:100%;
        }
        .sitemap_pages ul.sitelist li ul.sitemap li a {
            font-weight: 400;
        }

hr {
    border: 0;
    border-bottom: 1px solid #ccc;
    height: 1px;
}

.btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 40px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border-bottom: 2px solid #555;
}

    .btn:hover {
        cursor: pointer;
        text-decoration: none;
        border: 1px solid #06ABE1 !important;
        color: #06ABE0 !important;
        background: #fff !important;
    }

    .btn:visited {
        color: #fff;
    }
.btn-home {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 40px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border-bottom: 2px solid #555;
}

    .btn-home:hover {
        cursor: pointer;
        text-decoration: none;
        border: 1px solid #c40001 !important;
        color: #c40000 !important;
        background: #fff !important;
    }

    .btn-home:visited {
        color: #fff;
    }

*.btn {
    filter: none !important;
}

.btn.blue {
    background: #06abe1;
    color: #fff;
}

    .btn.blue:hover {
        background: #1094c1;
    }

.btn.grey {
    border-color: #000;
    background: #888888;
}

    .btn.grey:hover {
        background: #666666;
    }
    .btn.white:hover {
        background: #ddd;
    }

.btn.orange {
    background: #e09100;
    color: #fff;
}

    .btn.orange:hover {
        background: #944B00;
    }

.btn.red {
    background: #c40000;
}

    .btn.red:hover {
        background: #9b2121;
    }

.orange {
    color: #e09100;
}

.blue {
    color: #06abe1;
}

.whitetext {
    color: #fff;
}

    .whitetext:visited {
        color: #fff;
    }

.info {
    background: url("../png/sprite-priortax.png") 0 -90px;
    display: inline-block;
    width: 24px;
    height: 20px;
    cursor: pointer;
    margin-bottom: -5px;
    position: absolute;
    right: 0;
}

.underline {
    text-decoration: underline;
}
.dropdown-menu > li > a:hover {
    color: #fff;
    background: #06abe1;
}

.infotext {
    margin-top: 28px;
    margin-right: 60px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 14px 30px;
    color: #393939;
    background-color: #FCB01A;
    border-color: #FCB01A;
    border-radius: 10px;
}
.breadcrumbs {
    padding: 0;
    margin: 20px 0 24px!important;
    list-style: none !important;
    display: flex;
}

section {
    background-color: #fff;
    margin-left: calc(-100vw / 2 + 98% / 2);
    margin-right: calc(-100vw / 2 + 98% / 2);
    max-width: 100vw;
}


.breadcrumbs li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #9FA2A3;
}
    .breadcrumbs li a {
        color: #025773;
    }
/* FORMS */
input {
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 400;
}
/* NAVIGATION */
.logo {
    padding: 41px 0;
    max-width: 208px;
    width: 100%;
}

nav.navbar.navbar-default.topnav {
    border-bottom: 1px solid #E9E9E9;
}
/*.subhead {
    float:right;
     margin:25px 0 0 0;
     font-size:20px;
     color:#aaa;
}
*/
@media (min-width: 992px) {
    .navbar-default .navbar-collapse {
        padding: 0;
        display: flex !important;
        align-items: center;
        justify-content: end;
        width: 100%;
    }
    .sidebar.left .navbar-default .navbar-collapse {
        display: block !important;
    }
}

.btn-register {
    margin: 0 12px 0 20px;
}

.loginlinks .btn.btn-login {
    background: #06ABE1;
    color: #fff;
}
.loginlinks .btn-home.btn-login-home {
    background: #c40000;
    color: #fff;
}

.loginlinks .btn-home {
    min-width: 200px;
    text-align: center;
    padding: 12px 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #c40001;
    border: 1px solid #c40001;
    border-radius: 25px;
}
.loginlinks .btn {
    padding: 12px 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #06ABE1;
    border: 1px solid #06ABE1;
    border-radius: 25px;
}

.nav {
    width: 100%;
    clear: both;
    display: flex;
    z-index: 999;
    position: relative;
    align-items: center;
}

.navleft {
    background: #06ABE1;
    width: 50%;
    height: 40px;
    left: 0;
    position: absolute;
    display: inline-block;
}

.navright {
    background: #e09100;
    width: 50%;
    height: 40px;
    right: 0;
    position: absolute;
    display: inline-block;
}

.nav ul {
}

    .nav ul li {
        float: left;
        position: relative;
        margin-right: 16px;
    }

        .nav ul li:last-child {
            margin-right: 0px;
        }

li.subnav.dropdown {
    padding-right: 16px;
}

.taxlist {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-box a img {
    max-width: 100%;
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: top;
}

.blog-box {
    background: #fff;
    border-radius: 25px;
    margin-right: 80px;
    overflow: hidden;
}

.adminsection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 32px 0px;
}

.adminauthor {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.admincalander {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
}

.adminsection span {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.content-blogs {
    padding: 22px 32px;
}

.seeall {
    color: #06abe1;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    padding: 12px 28px;
    border: 1px solid #06abe1;
    border-radius: 25px;
    margin-bottom: 36px;
}

.blog-title {
    color: #393939;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -1px;
    text-decoration: none;
    margin-bottom: 16px;
    display: block;
    min-height: 64px;
    height: 64px;
    overflow: hidden;
}

.content-blogs p {
    color: #666;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 24px;
    letter-spacing: 0.08px;
    min-height: 96px;
}

.blog-box a.blog-read-more {
    display: flex;
    align-items: center;
    color: #06ABE1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 22px;
}

    .blog-box a.blog-read-more img {
        max-width: 16px;
        height: 16px;
        width: 100%;
        margin-left: 5px;
    }

.btn-register:hover {
    cursor: pointer;
    text-decoration: none;
    border-color: #06ABE1 !important;
    color: #fff !important;
    background: #06ABE1 !important;
}

.nav ul li a {
    white-space: nowrap;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-weight: 400;
}

    .nav ul li a.active {
        color: #06ABE1;
        font-weight: 600;
    }

    .nav ul li a.orange {
        background-color: #e09100;
    }
.breadcrumbs li a b {
    font-weight: 400;
    color: #06ABE1;
}
        .nav ul li a.orange:hover, .nav ul li a.orange.active {
            background-color: #944B00;
        }

.nav ul > li:hover a.orange {
    background-color: #c96e10;
}

.slider {
    max-width: 1200px;
    margin: 0 auto;
    background: red;
}

.slick-list {
    padding-left: 0px !important;
}

.slider-section {
    padding-left: 11%;
}

    .slider-section .slider {
        max-width: 100%;
        margin: 0 auto;
        background: transparent;
    }

li.subnav ul {
    display: none;
}

li.subnav ul {
    width: auto;
    float: none;
    position: absolute;
    left: 0px;
    clear: both;
    border-radius: 0px 8px 8px 8px;
    box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.12);
    background: #fff;
    margin-top: 5px;
    padding: 6px 0;
}

    li.subnav ul li {
        margin: 0;
    }

        li.subnav ul li a {
            white-space: nowrap;
            text-decoration: none;
            height: 40px;
            padding: 0px 24px;
            min-width: 170px;
            display: inline-block;
            color: #393939;
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: 40px;
            background: transparent;
        }
            /* li.subnav ul > li:hover a, li.subnav ul > li a.active {
     background-color: #555;
}
*/
            li.subnav ul li a.orange {
                background-color: #e09100;
            }
                /*li.subnav ul li a.orange:hover, .nav ul li a.orange.active {
    background-color:#944B00;
}
*/
                li.subnav ul li a.orange:hover, .nav ul li a.orange.active {
                    background-color: #944B00;
                }

li.subnav i.navarrow {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    top: 7px;
    background: url(../svg/downarrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

li.subnav2 > a, li.subnav3 > a {
    background: url('../png/white-arrow.png') right center no-repeat;
}

li.subnav2 ul {
    display: none;
}

li.subnav2 ul {
    width: auto;
    float: none;
    position: absolute;
    left: 218px;
    top: 0;
    clear: both;
}

    li.subnav2 ul li {
        margin: 0;
    }

        li.subnav2 ul li a {
            font-size: 12px;
            white-space: nowrap;
            color: #fff;
            text-decoration: none;
            height: 30px;
            line-height: 30px;
            padding: 0 24px;
            min-width: 150px;
            background-color: #555;
            display: inline-block;
        }

    li.subnav2 ul > li:hover a {
        background-color: #333;
    }

li.subnav3 ul {
    display: none;
}

li.subnav3 ul {
    width: auto;
    float: none;
    position: absolute;
    left: 198px;
    top: 0;
    clear: both;
}

    li.subnav3 ul li {
        margin: 0;
    }

        li.subnav3 ul li a {
            font-size: 12px;
            white-space: nowrap;
            color: #fff;
            text-decoration: none;
            height: 30px;
            line-height: 30px;
            padding: 0 20px;
            min-width: 210px;
            background-color: #222;
            display: inline-block;
        }

            li.subnav3 ul li a:hover {
                background-color: #0090bc;
            }
/* SIDENAV LATE FILING */
.taxadvice .sidebar {
    min-width: 255px;
}

.sidebar .browse-header {
    z-index: 4;
    color: #fff;
    background-color: #06ABE1;
    border-color: #06ABE1;
    font-size: 15px;
}
.sidebar .search-box {
    top: -2px;
}

.help_leftnav {
    background-color: #06ABE1;
    margin-bottom: 20px;
    width: 100%
}

    .help_leftnav > ul {
        width: 100% !important;
    }

.sidenav {
    padding: 0 !important;
    z-index: 4;
}

    .sidenav ul {
    }

        .sidenav ul li {
            position: relative;
            margin: 0;
        }

            .sidenav ul li a {
                position: relative;
                white-space: nowrap;
                font-size: 12px;
                font-weight: normal;
                text-decoration: none;
                height: 60px;
                line-height: 40px;
                padding: 0 20px !important;
                background-color: transparent;
                display: inline-block;
            }

               

                .sidenav ul li a.on {
                    background-color: #ddd;
                    color: #555;
                }

                .sidenav ul li a i {
                    display: inline-block;
                    right: 15px;
                    top: 14px;
                    position: absolute;
                    width: 0px;
                    height: 0px;
                    border-style: solid;
                    border-width: 6px 0 6px 7px;
                    border-color: transparent transparent transparent #ddd;
                }

                .sidenav ul li a i {
                    -webkit-transition: right 200ms linear;
                    -moz-transition: right 200ms linear;
                    -o-transition: right 200ms linear;
                    -ms-transition: right 200ms linear;
                    transition: right 200ms linear;
                }

                .sidenav ul li a:hover i {
                    right: 5px;
                }

.sidebar .sidenav.advice {
    z-index: 3;
    margin-bottom: 0;
}

.sidenav.advice a {
    color: #fff;
}

  

.browse {
    margin: 0;
}

.browse-btn {
    display: none;
}

ul.level2 li {
    margin: 0;
}
#ctl00_MainContent_Menu1 ul li ul {
    position: relative !important;
    z-index: 1;
    left: 0 !important;
    margin-left:0px;
}
    ul.level2 li a {
        z-index: 4;
        white-space: nowrap;
        color: #fff;
        text-decoration: none;
        height: 30px;
        line-height: 30px;
        padding: 0 20px !important;
       
        display: inline-block;
    }
li.sidesubnav2 ol {
    z-index: 4;
    display: none;
}

li.sidesubnav2 ol {
    z-index: 4;
    width: auto;
    float: none;
    position: absolute;
    left: 200px;
    top: -1px;
    clear: both;
}

    li.sidesubnav2 ol li {
        margin: 0;
    }

        li.sidesubnav2 ol li a {
            z-index: 4;
            white-space: nowrap;
            color: #fff;
            text-decoration: none;
            height: 40px;
            line-height: 40px;
            padding: 0 20px;
            background-color: #333;
            display: inline-block;
            width: 160px;
        }

            li.sidesubnav2 ol li a:hover {
                background-color: #06abe1;
                ;
            }

.searchbox {
    float: left;
    display: inline-block;
    height: 46px;
    line-height: 31px;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px 0 0 10px;
}

    .searchbox:focus {
        outline: none;
        background-color: #fff;
        border-color: #e09100;
    }

.searchsubmit {
    float: left;
    display: inline-block;
    color: #fff;
    background-color: #06ABE1;
    margin: 0;
    padding: 5px 10px;
    border: 1px solid #06ABE1;
    border-bottom: 3px solid #06ABE1;
    border-radius: 0 10px 10px 0;
    height: 46px;
    position: absolute;
    transition:0.2s ease-in;
}


    .searchsubmit:hover {
        background: transparent;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #06ABE1;
        color: #06ABE1;
    }
/* Footer */
.border {
    clear: both;
    display: block;
    height: 6px;
    background: url("../png/border.png") repeat-x;
    width: 100%;
    background-color: #fff;
}

footer {
    padding-top: 42px;
    display: block;
    background-color: #000F21;
    position: relative;
}
.back-to-top {
    position: fixed;
    right: 7%;
    bottom: 35%;
    z-index: 99;
    display: none;
    transition:0.5s ease-in;
}
    .back-to-top.show {
        display:block;
    }
    footer .container-fluid {
        max-width: 1300px;
    }

    footer::before {
        display: block;
        background-image: url(../png/tringle.png);
        position: absolute;
        content: '';
        width: 100%;
        height: 90%;
        background-repeat: no-repeat;
        background-size: contain;
        mix-blend-mode: luminosity;
    }

#footer .footerlogo .footerimg {
    display: block;
    width: 243px;
    height: 28px;
    object-fit: contain;
    margin-bottom: 26px;
}

#footer .footerlogo {
    display: block;
    width: 292px;
}

.footerlogo p {
    color: #E9E9E9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;
}

.social ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0 !important;
}

    .social ul li a img {
        max-width: 32px;
        width: 100%;
        height: 32px;
    }

#footer img:hover {
    cursor: pointer;
}

.arrow {
    background: url("../png/sprite-priortax.png");
    display: inline-block;
}

.arrow {
    background-position: 0 -60px;
    width: 15px;
    height: 26px;
}

#footer .left {
    margin-right: 50px;
    padding-bottom: 50px;
}



    #footer a:hover {
        color: #06abe1;
    }

#footer li {
    margin-bottom: 10px;
}

#footer .secure {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}
/*#footer .secure img {
    width:80px;
}
*/
#footer .left.social {
    margin-right: 10px;
}

#footer .social img {
    text-align: left;
    margin: 0 0 5px 0;
    transition: 1s ease all;
}

    #footer .social img:hover {
        transform: rotateY(360deg);
    }

.copyright {
    color: #E9E9E9;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    display: block;
    padding: 22px 0 18px 0;
}

.secure-shell {
    float: right;
    text-align: center;
    width: 50%;
}

    .secure-shell img {
        margin-bottom: 10px;
    }

.footer-links {
    width: 50%;
}

.footerrightside h2 {
    color: #E9E9E9;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    margin-bottom: 28px;
    font-family: 'Open Sans';
}

    .footerrightside h2::after {
        position: absolute;
        content: "";
        width: 50px;
        height: 2px;
        display: block;
        background: #FCB01A;
        bottom: -6px;
    }
.navbar-toggle img.closebtns {
    display: none;
}
.closebtn .icon-bar {
    display: none;
}
.closebtn.navbar-toggle img.closebtns {
    display: block;
    text-align: center;
    margin: auto;
    width: 16px;
    position: relative;
    left: 9px;
    top: -8px;
}
button.navbar-toggle.closebtn {
    /*background: #F8F8F8;*/
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.footerrightside ul li a {
    color: #fff !important;
    position: relative;
    padding-left: 12px;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}


    .footerrightside ul li a::before {
        position: absolute;
        content: '';
        width: 5px;
        height: 8px;
        display: block;
        background-image: url(../svg/arrow-left.svg);
        background-repeat: no-repeat;
        top: 5px;
    }

.footerrightside .fileTax .col-md-6 {
    width: 33%;
}

    .footerrightside .fileTax .col-md-6 a {
        color: #fff !important;
        position: relative;
        padding-left: 12px;
    }

        .footerrightside .fileTax .col-md-6 a::before {
            position: absolute;
            content: '';
            width: 5px;
            height: 8px;
            display: block;
            background-image: url(../svg/arrow-left.svg);
            background-repeat: no-repeat;
            top: 5px;
        }

.footerbottom {
    display: flex;
    justify-content: space-between;
}

.certified ul li {
    display: inline-block;
    margin-right: 8px;
}

    .certified ul li a {
        display: block;
    }

        .certified ul li a img {
            min-width: 92px;
            height: 22px;
            object-fit: cover;
            width: 100%;
        }

.privacy {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-right: 60px;
}

#footer .privacy li a {
    color: #fff !important;
    text-align: right;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.bottomfooter {
    margin-top: 64px;
    border-top: 1px solid rgba(6, 171, 225, 0.10);
    border-bottom: 1px solid rgba(6, 171, 225, 0.10);
    padding-top: 32px;
    padding-bottom: 26px;
}
/* HOMEPAGE */
#homepage {
    background-image: url("../jpg/herobanner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
section#homepage::before {
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.63) 63.17%, rgba(0, 0, 0, 0) 100%);
    width: 65%;
    display: table;
}
.reviewsection iframe {
    min-height: 150px;
}
    #homepage h1 b {
    }

    #homepage .inner {
        position: relative;
    }

.shadowbot {
    height: 20px;
    margin-top: -20px;
    display: block;
    box-shadow: 0 3px 5px #ddd;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}

    .shadowbot.small {
        height: 20px;
        display: block;
        box-shadow: 0 10px 3px -8px #ddd;
        margin-top: 10px;
        margin-bottom: 20px;
        z-index: 2;
        position: relative;
    }

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.bottom {
    background-color: #fff;
    min-height: 300px;
    z-index: 1;
    position: relative;
}

    .bottom .sidebar {
        margin-top: 10px;
    }

    .bottom .content {
        margin-top: 20px;
    }

ul.taxnews li {
    margin-bottom: 20px;
    font-size: 12px;
}

#home-main {
    margin-top: 60px;
    display: block;
    padding-bottom: 80px;
}

    /*
.banner-img {
    width: 130%;
    position: absolute;
    right: -20%;
}*/

#home-main.alt {
    background: url('../jpg/hero-photo-alt.jpg');
}

#home-main.alt2 {
    background: url('../jpg/hero-photo-alt-rapid.jpg');
}

#home-main.social {
    background: url('../jpg/social-bg-alt.jpg');
}

.work-section {
    background: #F9F7F2;
    padding: 30px 0;
}
.pricing-section {
    padding: 30px 0;
}
#maintext .screen {
    background-color: #fff;
    height: 270px;
    width: 440px;
    opacity: .95;
    filter: alpha(opacity=95);
}

.homebtn {
    font-size: 17px;
    padding: 15px 30px;
    float: none;
    clear: both;
    margin-top: 20px;
    color: #fff;
    animation: fadein 3s;
    -moz-animation: fadein 3s;
    -webkit-animation: fadein 3s;
    -o-animation: fadein 3s;
}

#home-main h1 {
    margin: 26px 0 16px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
}

#home-main p {
    padding-right: 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}
.banner-section .loginlinks .ratingcaption p {
    color: #fff !important;
}

.opaque .loginlinks {
    margin-top: 32px;
}

.refundyears {
    max-width: 507px;
}

.ratingtitle {
    display: none;
}

.ratingcaption {
    text-align: left;
}
    .ratingcaption p {
        color: #025773 !important;
    }
.banner-section .rating {
    margin-top: 40px;
}
    .ratingcaption span {
        font-weight: bold;
        color: #ffbb00;
    }

.rating, .ratingstars {
    width: 222px;
}

.rating, .ratingstars, .ratingfill {
    height: 54px;
}

.rating {
    position: relative;
}

    .rating .ratingstars {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        background-image: url(../png/star_row_sm_trans_222px.png);
    }

  

#homesocial {
    display: inline-block;
    padding: 5px;
}

    #homesocial .socialitem {
        display: inline-block;
        position: relative;
        height: 20px;
    }

        #homesocial .socialitem.twitterlink {
            top: 4px;
        }




/* Tax Year Page */

.tax-return-global h1 {
    color: #393939;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    text-wrap: balance;
    margin-bottom: 40px;
}
.hero-late {
    width: 100%;
    max-width: 100%;
    background-image: url('../jpg/2018landingpage.jpg');
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
    background-color: #fff;
    position: relative;
    font-size: 1.1em;
    background-position-x: 100%;
    min-height: 410px;
}
.latefile {
    width: 100%;
    float: left;
}

    .latefile .introtext {
        font-weight: bold;
        color: #000;
        line-height: 1.5em;
    }

    .latefile h3 {
        margin-bottom: 15px;
        margin-top: 15px;
        color: #025773;
        font-family: "Open Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
    }
    .latefile ul {
        list-style: disc;
        padding-left: 26px;
    }

    .latefile h4 {
        margin: 27px 0 15px;
        color: #025773;
        font-family: "Open Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
    }

    .latefile ul li, .latefile ol li {
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 0.5em;
        font-weight: 300;
    }
        .latefile ul li b, .latefile ol li b {
            color: #025773;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 32px;
            margin-bottom: 4px;
            display: block;
        }

.latefile-navcol {
    width: 100%;
}

    .latefile-navcol .btn {
        clear: both;
        font-size: 16px;
        padding: 15px 20px;
    }

    .latefile-navcol .desc {
        position: absolute;
        top: 10px;
        right: 95px;
        display: block;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
    }

.latefile p.disclaimer {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 300;
}

.latefile .hero-late p.disclaimer {
    font-size: 16px;
    line-height: normal;
    margin-top: 5px;
}

.hbox-late {
    position: absolute;
    left: 20px;
    top: 20px;
}
div#trustpilot {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
}
.latefile ul li br, .latefile ol li br {
    display: none;
}
    div#trustpilot h3.center {
        text-align: left;
        font-size: 32px;
        margin-bottom: 15px;
        color: #393939;
        font-weight: 400;
        line-height: 48px;
    }










@media (min-width:920px) {
    #homesocial .socialitem {
        margin-top: 20px;
    }
}

@media (min-width:760px) and (max-width:919px) {
    #homesocial {
        max-width: 420px;
    }

        #homesocial .socialitem.caption {
            width: 100%;
            margin-top: 10px;
        }
}

@media (max-width:759px) {
    #homesocial .socialitem.caption {
        display: none;
    }
    #homepage {
        background-position: center right -259px;
    }
    #home-main {
        margin-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width:520px) and (max-width:759px) {
    #homesocial .socialitem {
        margin-top: 20px;
    }
}



@media (max-width:519px) {
    .homeratings {
        clear: both;
        margin: auto;
    }

    #homesocial {
        width: 100%;
        text-align: center;
    }

        #homesocial .socialitem {
            margin-top: 10px;
        }
}

@media (max-width:639px) {
    .latefile-shell .homeratings {
        float: none;
        clear: both;
        margin: auto;
    }
}
/*@media (max-width:519px) {
     #works {
         margin-top: 10px;
    }
}
*/
.work-section h2 {
    display: block;
    color: #393939;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 36px;
}

.steps-content {
    background: #fff;
    padding: 32px;
    min-height: 352px;
    margin-bottom: 24px;
}

.box-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

    .box-header img {
        max-width: 56px;
        width: 100%;
        height: 56px;
        object-fit: contain;
    }

.numberside {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    background: url(../svg/bg-orange.svg);
    padding: 2px 10px 0;
    min-width: 100px;
    text-align: center;
}

.numberside {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 38.4px;
    background: url(../svg/bg-orange.svg);
    padding: 4px 4px 0 15px;
    min-width: 100px;
    text-align: center;
    background-size: 84px 48px;
    background-repeat: no-repeat;
    position: relative;
    right: -32px;
    background-position: right top;
}

.steps-content h3 {
    color: #393939;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 12px;
}

.steps-content p {
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 10px;
    letter-spacing: 0.08px;
}

.whowe {
    background: #06ABE1;
    color: #FFF;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid;
    border-radius: 25px;
    margin-top: 8px;
    b
}

.steps .fa {
    display: none;
}

#home-price {
}

    #home-price .box {
        padding: 10px 15px 20px;
    }

    #home-price.sidebar {
        float: left;
        margin-top: 10px;
        width: 35%;
    }

    #home-price dl {
        font-size: 14px;
        line-height: 30px;
        display: block;
        margin-bottom: 20px;
    }

    #home-price dt {
        width: 75%;
        clear: both;
        float: left;
        padding: 5px 0 5px 10px;
    }

    #home-price dd {
        float: left;
        text-align: right;
        font-family: 'Oswald', san-serif;
        padding: 5px 10px;
        font-size: 16px;
    }

    #home-price dt.highlight {
        background-color: #ddd;
        border-right: 0;
        color: #06abe1;
        font-weight: bold;
    }

    #home-price dd.highlight {
        background-color: #06abe1;
        border-left: 0;
        color: #fff;
    }

.pricing {
    padding: 80px 0;
    position: relative;
}
/*Pricing page*/
.headingheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .headingheader h1 {
        color: #393939;
        font-family: "Open Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 48px;
        text-wrap: balance;
    }
.btn.white {
    background: #fff;
    border: 1px solid #06ABE1;
    color: #06ABE1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    border-radius: 30px;
    padding: 12px 30px;
}
    .btn.white:hover {
        background: #06ABE1 !important;
        color: #fff !important;
    }
.btn.fill-btn {
    padding: 12px 40px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #06ABE1;
    border-radius: 30px;
    background: #06ABE1;
    color: #fff;
    width: 100%;
}















#home-price h3 {
    color: #393939;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}

.pricing-img {
    width: 95%;
    margin-top: 20px;
}

#home-middle .content {
    width: 60%;
    float: right;
    margin: 5px 0;
}

.box-pricing {
    padding-top: 4px;
}

img.pattern-left {
    position: absolute;
    bottom: 20%;
}

img.pattern-right {
    position: absolute;
    right: 0;
    top: 12%;
}

.tax-tips {
    padding: 10px 0 30px 0;
    background: #F9F7F2;
    background-image: url(../png/texbg.png);
    background-repeat: no-repeat;
    background-size: 431px;
    background-position: center right;
}

.gethelp {
    padding: 30px 0;
}

.tax-tips h3 {
    color: #393939;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 36px;
}

.news-topics li a {
    color: #06ABE1;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -1px;
    padding-left: 40px;
    position: relative;
}

    .news-topics li a::before {
        position: absolute;
        content: "";
        background: url(../svg/taxbefore.svg);
        width: 32px;
        height: 32px;
        display: block;
        left: 0;
    }

.left-content h3 {
    color: #393939;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 36px;
}

.left-content ul li {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
    margin-bottom: 24px;
    position: relative;
    padding-left: 35px;
}

    .left-content ul li::before {
        position: absolute;
        content: '';
        width: 14px;
        height: 24px;
        display: block;
        background: url(../svg/arrowbefore.svg);
        left: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

.left-content a.btn.whowe {
    padding: 12px 40px;
    margin-top: 32px;
}

.getimg {
    width: 85%;
    margin-left: auto;
    display: block;
    margin-right: -50px;
}

.testimonials {
    background: #F8F8F8;
    padding: 30px 0;
    position: relative;
}

.testimonialsbefore {
    position: absolute;
    top: -100px;
}

.testimonials .reviewsection h3.center {
    color: #393939;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    margin-bottom: 36px;
}

.box-pricing ul li {
    display: flex;
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    justify-content: space-between;
}

.box-pricing ul li {
    display: flex;
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0 16px 0;
    border-bottom: 1px solid #E3E3E3;
    font-family: 'Open Sans', sans-serif;
}

    .box-pricing ul li span {
        color: #393939;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
    }

.box-pricing .btn.whowe {
    margin-top: 32px;
    padding: 12px 40px;
}

#home-middle .content img {
    float: left;
    margin: 10px 20px 50px 0;
}

#home-middle .content .numone {
    display: block;
    font-style: italic;
    margin-top: 20px;
    font-size: 16px;
}

#home-middle .content .ny-address {
    background: url('../png/home-skyline.png') 100% 100% no-repeat;
    border-bottom: 1px solid #06abe1;
    margin-bottom: 20px;
    padding: 25px 0 5px;
}

    #home-middle .content .ny-address p {
        margin: 0;
        padding: 0;
        font-size: 11px;
    }

        #home-middle .content .ny-address p b {
            font-size: 13px;
            color: #06abe1;
        }

ul.news-topics li {
    margin-bottom: 30px;
    border-radius: 12px;
    background: #fff;
    padding: 24px 32px;
}

.tbox1, .tbox2 {
    float: left;
    display: block;
    width: 310px;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serf;
}

.tbox2 {
    float: right;
}

.tbox3, .tbox4, .tbox5 {
    float: left;
    display: block;
    width: 33.3%;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serf;
    padding-right: 50px;
    margin-top: 15px;
}

.tbox5 {
    float: right;
    padding-right: 0;
}

.byline {
    font-style: italic;
    font-size: 12px;
}

.quotemark {
    font-family: "Times New Roman", Times, serif;
    font-size: 80px;
    line-height: 80px;
    margin: 0;
    font-weight: bold;
    color: #fff;
}

#homepage hr {
    border: 0;
    border-bottom: 1px solid #ddd;
    height: 1px;
    width: 100%;
    margin: 20px auto;
}
/* CONTENT PAGES */
.content {
    /* margin: 50px 0;*/
    display: block;
    width: 68%;
    float: left;
}

    .content.full {
        width: 100%;
        float: left;
    }

    .content p {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.5em;
        color: #333;
    }

    .content h1 {
        position: relative;
        z-index: 2;
        color: #393939;
        font-size: 32px;
        line-height: 48px;
        font-weight: 400;
        margin: 0;
    }

    .content h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .content h3 {
        font-size: 20px;
        line-height: 28px;
        margin-top: 15px;
        color: #025773;
        font-weight: 400;
    }

    .content ul {
        list-style-type: none;
        margin: 0 10px 20px 40px;
        position: relative;
    }
        .content table ul::before {
            position: absolute;
            content: '';
            width: 14px;
            height: 24px;
            display: block;
            background: url(../svg/pointer.svg);
            left: -30px;
            top: 2px;
        }
.sidenav.advice a:focus {
    outline: 0;
}

    .content li {
        margin-top: 10px;
    }

.price {
    font: bold 25px/38px 'Oswald', 'Arial Narrow', sans-serif;
}

.box:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.hero-late.tax2023 {
    background-image: url('../jpg/workingguy.jpg');
    background-size: cover;
    background-position: center;
}
.hero-late.taxtester {
    background-image: url('../jpg/womanworking.jpg');
    background-size: cover;
    background-position: center;
}
.hero-late.taxtestercpa {
    background-image: url('../jpg/workingguy.jpg');
    background-size: cover;
    background-position: center;
}

.hero-late.tax2024 {
    background-image: url('../jpg/tax2024b.jpg');
    background-size: cover;
    background-position: center;
}
.box {
    display: inline-block;
    position: relative;
    z-index: 99;
}

.afterimg {
    position: absolute;
    bottom: -15px;
    right: -25px;
    z-index: -1;
}

html[xmlns] .box {
    display: block;
}

*html .box {
    height: 1%;
}

    .box hr {
        margin: 1em 0;
    }

    .box.extra {
        border: none;
    }

i.h1angle {
    display: none;
    /*float:left;
     display:inline-block;
    */
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 61px 0 0 61px;
    border-color: transparent transparent transparent #ccc;
}


i.h3angle {
    float: left;
    display: inline-block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 41px 0 0 41px;
    border-color: transparent transparent transparent #ccc;
}

.sidebar {
    float: right;
    width: 28%;
    margin-top: 0px;
    border-radius: 16px;
    box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.12);
    padding: 32px 28px;
    margin-bottom: 30px;
}

.sidebar2 {
    float: right;
    width: 28%;
    margin-top: 30px;
}
.office_hours {
    margin-top: 20px;
    display: block;
}

.sidebar h3, .sidebar2 h3 {
    position: relative;
    z-index: 2;
    color: #000;
    font-size: 20px;
    border-bottom: 0;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 30px;
    font-weight: 400;
}
.box-credential {
    margin-top: 14px;
    margin-bottom: 30px;
}
.office_hours a {
    color: #025773;
    text-decoration: underline;
    font-weight: 500;
    margin-bottom: 14px;
    display: block;
    font-size: 16px;
    line-height: 1.5em;
}

.sidebar li {
    margin-bottom: 10px;
    font-weight: bold;
}

.sidebar h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.sidebar .box {
    padding: 20px 0;
    margin-bottom: 20px;
}

.center-align {
    text-align: center;
}
/* PRICING */
#priorpricing .box {
    padding: 30px 0 0 0;
}

#priorpricing .boxtop {
    background-color: #0F86B8;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 30px;
    width: 100%;
}

#priorpricing.current .boxtop {
    background-color: #e09100;
}
.priorblock {
    margin-top: 36px;
    display: flex;
    gap:24px;
}
    .priorblock li {
        display: inline-flex;
        max-width: 33.33%;
        width: 100%;
        min-width: 23%;
        position: relative;
        align-self: stretch;
    }
.recommended {
    position: absolute;
    right: 0;
    top: -22px;
    display:none;
}
ul#currentblock li {
    display: inline-flex;
}
.price-card {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.12);
    padding: 32px;
    margin: 6px 0px;
    position: relative;
    overflow: hidden;
}
.priorblock .price-card img {
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 60px;
    width: 100%;
    height: 60px;
}
.business_points {
    padding: 60px 0;
}
.price-card h2 {
    color: #025773;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    min-height: 56px;
}
    .price-card h3 {
        color: #FCB01A;
        text-align: center;
        font-size: 44px;
        font-style: normal;
        font-weight: 400;
        line-height: 44px;
        margin-top: 16px;
    }
.peryear {
    color: #393939;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.price-card h3 {
    color: #FCB01A;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 16px;
    border-bottom: 1px solid #D3DCE7;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.price-card b {
    color: #025773;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 18px;
    display: block;
}
.priorblock li .price-card ul {
    display: block;
    margin-bottom: 70px;
}
.price-card .btn {
    position: absolute;
    bottom: 5%;
    width: auto;
    left: 0;
    right: 0;
    display: table;
    margin: 0 auto;
}
.priorblock li .price-card ul li {
    display: flex;
    width: 100%;
    max-width: 100%;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    align-items: start;
    margin-bottom: 14px;
}
        .priorblock li .price-card ul li svg {
            width: 24px;
            height: 24px;
            object-fit: contain;
            min-width: 24px;
            margin-right: 12px;
        }
.additional-box {
    border-radius: 16px;
    border: 2px solid #D9EFFA;
    background: #FFF;
    box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.12);
    padding: 32px 28px;
    margin-bottom: 30px;
}
.additional-bgbox {
    border-radius: 16px;
    border: 2px solid #D9EFFA;
    background: #FFF;
    box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.12);
    padding: 32px 28px;
    margin-bottom: 30px;
}
.addi-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    border-bottom: 1px solid #D3DCE7;
    padding-bottom: 24px;
}
    .addi-header h2 {
        color: #025773;
        font-family: "Open Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
    .addi-header h3 {
        color: #FCB01A;
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
    }
        .addi-header h3 span {
            color: #393939;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
        }
.details-list p {
    color: #025773;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px;
}
.details-list ul li {
    display: flex;
    align-items: start;
    column-gap: 12px;
    color: var(--Text-Text-Secondary, #666);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 18px;
    letter-spacing: 0.08px;
}
    .details-list ul li svg {
        min-width: 24px;
        height: 24px;
    }
.details-list a.btn {
    max-width: 320px;
    margin-top: 26px;
}
.add-bg-box h3 {
    color: #025773;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 10px;
}

.add-bg-box h4 {
    float: right;
    margin-top: -38px;
    color: #393939;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
    .add-bg-box h4 span {
        color: #393939;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
    }
.add-bg-box p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin: 12px 0 0px;
    letter-spacing: 0.08px;
}
.add-bg-box {
    border-bottom: 1px solid #D3DCE7;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

    .add-bg-box b {
        color: #666;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        margin-top: 10px;
        display: block;
    }
    .add-bg-box:last-child {
        border-bottom: 0;
    }

.box-sidebar {
    margin-top: 15px;
}
.box-sidebar {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}
#resolution #resright .resetc b, #resolution #resright .ressub b {
    font-size: 20px;
    display: block;
    color: #025773;
    font-weight: 400;
    line-height: 28px;
}
.content.signin h1 {
    background-color: transparent;
    text-shadow: none;
    color: #393939;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    padding: 0px 0px 32px 0px;
    font-family: "Open Sans", sans-serif;
}

.content.signin .boxtop {
    display: none;
}

.content.signin .box {
    padding-top: 32px;
    background-color: transparent;
    border-radius: 16px;
    border: 2px solid var(--Primary-Primary-20, #D9EFFA);
    background: var(--Gray-White, #FFF);
    box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.12);
}

.content.signin .btn {
    font-weight: 600;
    width: fit-content;
    padding: 10px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #06ABE1;
    border: 1px solid #06ABE1;
    line-height: 30px;
}
input#ctl00_MainContent_txtBirthday {
    text-transform: uppercase;
    font-weight:400;
}
.box-privacy p span {
    font-size: 16px;
    line-height: 1.6rem;
}
.box-privacy p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 300;
}
.box-privacy {
    padding-bottom: 40px;
}
    .box-privacy span b {
        font-size: 20px;
        line-height: 28px;
        margin-top: 15px;
        color: #025773;
        font-weight: 400;
        margin-bottom: 10px;
        display: inline-block;
    }
    .box-privacy p b {
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px;
    color: #025773;
    font-weight: 400;
    position: relative;
}
.box.extra iframe {
    min-height: 150px;
}
    .content.signin .btn:hover {
        background-color: transparent;
        color: #06ABE1;
    }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: none;
    outline-offset: 0px;
}

.content.signin dd, .content.signin dt {
    float: left;
    font-size: 16px;
}

.content.signin select {
    min-width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #cacaca;
    max-width: 100%;
    width: 100%;
    height: 46px;
}

.content.signin input {
    padding: 10px;
    border: 1px solid #cacaca;
    font-size: 14px;
    max-width: 100%;
    width: 100%;
    border-radius: 4px;
}

a#ctl00_MainContent_lnkSwitch {
    font-size: 16px;
}

div#ctl00_MainContent_divChange {
    font-size: 16px;
    line-height: 24px;
}

.loginright .rightcontents {
    margin-top: 92px;
    padding: 10px;
    border-radius: 16px;
    border: 2px solid #D9EFFA;
    background: #FFF;
    box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.12);
    padding: 20px 20px 20px 20px;
}

    .loginright .rightcontents p {
        margin: 10px 0;
        font-size: 16px;
        color: #5D6163;
        font-family: "Open Sans", sans-serif;
        line-height: 28px;
        font-weight: 300;
    }

    .loginright .rightcontents p {
        margin: 10px 0;
        font-size: 14px;
        color: #5D6163;
        font-family: "Open Sans", sans-serif;
    }

.content.signin dd, .content.signin dt {
    max-width: 500px;
    width: 100%;
}

.content.full.privacy-page h1, #terms.content.full h1, #refund.content.full h1 {
    color: #393939;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px !important;
    display: inline-block;
    padding: 10px 0px 32px 0px;
    margin: 0;
    background-color: transparent;
}

.content.full.privacy-page .box, #terms.content.full .box, #refund.content.full .box {
    padding-top: 32px;
    background-color: transparent;
    border-radius: 16px;
    font-size: 16px;
    line-height: 24px;
    border: 2px solid var(--Primary-Primary-20, #D9EFFA);
    background: var(--Gray-White, #FFF);
    box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.12);
}

    .content.full.privacy-page .box p, #terms.content.full .box p, #refund.content.full .box p {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 24px;
    }

#terms.content.full li, #refund.content.full li {
    margin-top: 10px;
    font-size: 14px;
}

#terms.content.full .clear {
    padding-bottom: 20px;
    font-size: 15px;
}

.breadcrumbs {
    top: 30px;
}

.content.signin {
    margin: 30px 0;
}



   

       

           

      



    .pricebox.additional {
        background-color: #e09100;
        color: #222;
        width: 33%;
        float: left;
    }

#additionalcurrent .pricebox.additional {
    background-color: #06ABE1;
    color: #222;
}

.pricebox.additional h2 {
    color: #fff;
}

.additional-right {
    float: left;
    width: 65%;
    padding-left: 40px;
}

    .additional-right h3 {
        float: left;
    }

    .additional-right .price {
        float: right;
        font-size: 18px;
        line-height: 30px;
        color: #e09100
    }

        .additional-right .price .small {
            color: #555
        }

.additional {
    margin-bottom: 32px;
    color: #393939;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    margin-top: 80px;
}
/* LOGIN */
.content.signin .boxloginform span {
    font-size: 16px;
    line-height: 28px;
    color: #025773;
    font-weight: 400 !important;
}
.login h1 {
    background-color: #e09100;
    color: #555;
}

.login .selectbox {
    margin: -30px -20px 20px -20px;
    background-color: #e09100;
    padding: 20px;
}

    .login .selectbox select {
        width: 342px;
        height: 30px;
        background-color: #fff;
        margin-top: 5px;
    }

.login input {
    width: 250px;
    margin-bottom: 15px;
}

.login p {
    padding-bottom: 5px;
}

.login .submit {
    margin-bottom: 15px;
}

.content:after, dl:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.content.signin dt {
    clear: left;
    width: 200px;
    color: #025773;
}

.content.signin dd, .content.signin dt {
    float: left;
}

.content.signin dd {
    margin-bottom: 15px !important;
}

.content.signin h2 {
    color: #e09100;
}

.content.signin h1 {
    background-color: #e09100;
    text-shadow: 0 1px #944B00;
    color: #fff;
}

.content.signin .box {
    padding-top: 50px;
    background-color: transparent;
    width:100%;
    padding-bottom:40px;
}

.content.signin .boxtop {
    position: absolute;
    background-color: #e09100;
    top: 0;
    left: 0;
    display: block;
    height: 30px;
    width: 100%;
}

.content.signin .boxloginform {
    margin: 10px 25px;
}

.content.signin .btn {
    font-size: 14px;
}

.loginright {
    float: right;
    width: 28%;
    margin: 0;
    padding: 30px 0 25px 0;
}

    .loginright .toplink {
        height: 60px;
        font-size: 24px;
        line-height: 60px;
        vertical-align: middle;
        text-align: left;
        overflow: hidden;
    }

    .loginright .rightcontents {
        margin-top: 0;
        padding: 10px;
        border: 1px solid #bbbbbb;
    }

        .loginright .rightcontents h3 {
            font-size: 20px;
            line-height: 28px;
            font-weight: 400;
        }

        .loginright .rightcontents p {
            margin: 10px 0;
        }

        .loginright .rightcontents .securitylinks {
            text-align: center;
        }

.content.signin select {
    min-width: 191px;
    padding: 5px;
}
/* CONTACT US */
.contactbox {
    color: #fff;
    min-height: 120px;
    display: block;
    background-color: #06abe1;
    width: 41%;
    padding: 20px;
}

    .contactbox.full {
        width: 93.7%;
        clear: both;
        margin-top: 20px;
        background-color: #ddd;
        color: #555;
    }

    .contactbox h2 {
        color: #fff;
    }

    .contactbox.full h2 {
        color: #555;
    }

    .contactbox textarea {
        width: 400px;
        height: 200px;
        margin-bottom: 5px;
    }

    .contactbox input[type="text"] {
        width: 200px;
        height: 22px;
    }

    .contactbox .phone {
        display: block;
        padding-top: 18px;
        font-size: 25px;
        font-weight: 100;
        line-height: 39px;
    }

.sidebar .box img {
    margin-bottom: 15px;
}

#support .box {
    padding: 25px 0 0 0;
    width: 100%;
}

#support .boxtop {
    background-color: #944B00;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 30px;
    width: 100%;
}

#support .box .col-3 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 40px 20px 20px;
    text-align: center;
}

    #support .box .col-3.mid {
        width: 50%;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        min-height: 160px;
    }

#support .col-3 .fa {
    color: #FCB01A;
    font-size: 40px;
    margin-bottom: 30px;
}
/*#support .col-3 .fa:hover {
     color: #944B00;
     cursor:pointer;
}
*/

#support .col-3 h3 .text-nowrap {
    color: #025773;
}
.support-link {
    cursor: pointer;
    color: #000;
}

    .support-link:hover {
        color: #0F86B8;
    }
.support-notice-wrap {
    background: #000000cf;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    position: fixed;
    width: 100%;
    height:100%;
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow:auto;
}
    .support-notice-wrap .modal-dailog {
        width: 100%;
        z-index: 99009;
        max-width: 800px;
        border-radius: 0px;
        box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.12);
        padding: 30px;
        margin-bottom: 30px;
        background: #fff;
        position: relative;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .support-notice-wrap a {
        margin-top: 10px;
    }

        .support-notice-wrap a.btn.white, .support-notice-form input.btn.blue {
            margin: 0;
        }


.support-notice-form label {
    font-size: 14px;
    display: block;
    color: #025773;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 8px;
}

.support-notice-form input, .support-notice-form select {
    background-color: transparent;
    width: 100%;
    height: 46px;
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 15px;
}

.support-notice-form select {
    background-color: transparent;
    width: 100%;
    height: 46px;
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.support-notice-form textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #ccc;
}

.fa.close-box {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    color: #fff;
    text-align: center;
    background-color: #06abe1;
    border-radius: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    cursor:pointer;
}

    

.required {
    color: #e09100;
}

.office-location {
    font-size: 12px;
}

.us-flag {
    width: 50%;
    margin: 5px 0 15px 0px;
    display: block;
}

.float_l b {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 300;
}
.float_l {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 300;
}
.operation-hours {
    border-top: 1px solid #ccc;
    clear: both;
    padding-top: 10px;
    color: #999;
}

    .operation-hours h2 {
        font-size: 16px;
        font-weight: normal;
    }

.box .office_hours {
    font-size: 12px;
    line-height: 2.5em;
}

.is-down {
    padding: 20px;
    border-top: 1px solid #ccc;
    background-color: #333;
    color: #fff;
}

.support-sidebar {
    min-width: 250px;
}
/* ABOUT US */
.testimonials p {
    clear: both;
}

.testimonials span {
    clear: both;
    padding: 15px 0;
}
/* ADVICE KNOWLEDGEBASE */
#divKnowledgebase h1 {
    font-size: 18px;
    max-width: 545px;
}

#pnlKnowledgebase ul {
    list-style-type: none;
    margin: 0 0 20px 10px;
}

    #pnlKnowledgebase ul li a {
        font: bold 16px/20px Arial, Helvetica, sans-serif;
    }

#support_welcome .box {
    padding-top: 50px;
}

#support_welcome .boxtop {
    background-color: #0F86B8;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 30px;
    width: 100%;
}

#support_welcome h1 {
    background-color: #0F86B8;
    color: #fff;
    text-shadow: 0 1px #047499;
}
/* ABOUT US */
#about .box {
    padding-top: 50px;
}

#about .boxtop, #resleft .boxtop {
    background-color: #0F86B8;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 30px;
    width: 100%;
}
div#sideNavbar ul.level1.static {
    float: none!important;
    width: 100%!important;
}

div#ctl00_MainContent_Menu1 {
    float: none !important;
    margin-bottom:30px;
}
#ctl00_MainContent_Menu1 a.popout {
    position: relative;
}
.browse ul li a.highlighted::before {
    transform: rotate(90deg);
    margin-right: 6px;
    margin-top: 9px;
}
#ctl00_MainContent_Menu1 a.popout::before {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("../png/white-arrow.png");
    filter: brightness(0.5);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 20px;
    transition: 0.3s ease;
}
nav.navbar.navbar-default.topnav.business-tax .loginlinks .btn-register {
    margin: 0 6px 0 6px;
}
nav.navbar.navbar-default.topnav.business-tax .loginlinks .btn {
    padding: 6px 9px;
    font-size: 12px;
}
nav.navbar.navbar-default.topnav.business-tax .navbar-collapse {
    align-items: center;
    justify-content: space-around;
}
nav.navbar.navbar-default.topnav.business-tax ul li {
    margin-right: 14px;
}
nav.navbar.navbar-default.topnav.business-tax ul li ul li {
    margin-right: 0px;
}



.sidenav.advice a {
    color: #333;
    padding-left: 0 !important;
    font-size: 16px;
    border-bottom: 1px solid #333 !important;
    line-height: 60px;
    height:60px;
}
.about-image {
    width: 200px;
    height: 300px;
    float: right;
    margin: 0 0 70px 20px;
}

.about-sidebar-simple {
    padding: 5px;
    display: inline-block;
}


.content ul.navsquare {
    display: table;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 170px;
}

.navsquare li {
    display: inline-block;
    margin: 0;
}
ul.navsquare {
    display: flex;
    margin-bottom: 30px;
    gap: 27.01px;
    row-gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
}
.navsquare li a {
    border: 1px solid #0499ca;
    display: flex;
    width: 65px;
    height: 65px;
    background-color: #06ABE1;
    color: #fff;
    align-items: center;
    justify-content: center;
}

        .navsquare li a:hover, .navsquare li a.active {
            background-color: #0F86B8;
            text-decoration: none;
        }

dl.dates {
    margin: 20px 0 20px 30px;
}

    dl.dates dt, dl.dates dd {
        display: inline-block;
    }

    dl.dates dt {
        clear: both;
        width: 160px;
        vertical-align: top;
        font-weight: bold;
    }

    dl.dates dd {
        width: 400px;
        margin-bottom: 10px;
    }



    .hero-late.tax2005 {
        background-image: url('../jpg/tax2005.jpg');
    }

    .hero-late.tax2006 {
        background-image: url('../jpg/tax2006.jpg');
    }

    .hero-late.tax2007 {
        background-image: url('../jpg/tax2007.jpg');
    }

.hero-late.tax2008 {
    background-image: url('../jpg/2018landingpage.jpg');
    background-size: cover;
    background-position: center;
}

.hero-late.tax2009 {
    background-image: url('../jpg/tax2020.jpg');
    background-position-x: center;
    background-position-y: center;
}

.hero-late.tax2010 {
    background-image: url('../jpg/tax2019.jpg');
    background-position-x: center;
    background-position-y: center;
}

.hero-late.tax2011 {
    background-image: url('../jpg/2018landingpage.jpg');
    background-size: cover;
    background-position: center;
}

.hero-late.tax2012 {
    background-image: url('../jpg/taxpro3.jpg');
    background-position-x: center;
    background-position-y: center;
}

.hero-late.tax2013 {
    background-image: url('../jpg/taxpro2.jpg');
    background-position-x: center;
    background-position-y: center;
}

.hero-late.tax2014 {
    background-image: url('../jpg/taxpro1.jpg');
    background-position-x: center;
    background-position-y: center;
}

.hero-late.tax2015 {
    background-image: url('../jpg/taxvalidationpro.jpg');
    background-size: cover;
    background-position: center;
}

    .hero-late.tax2016 {
        background-image: url('../jpg/tax2016.jpg');
    }

    .hero-late.tax2017 {
        background-image: url('../jpg/tax2017.jpg');
    }

.hero-late.tax2018 {
    background-image: url('../jpg/2018landingpage.jpg');
    background-size: cover;
    background-position: center;
}
.hero-late.tax2018fix {
    background-image: url('../jpg/womanworking.jpg');
    background-size: cover;
    background-position: center;
}

    .hero-late.tax2019 {
        background-image: url('../jpg/tax2019.jpg');
        background-position-x: center;
        background-position-y: center;
    }

    .hero-late.tax2020 {
        background-image: url('../jpg/tax2020.jpg');
        background-position-x: center;
        background-position-y: center;
    }

    .hero-late.tax2021 {
        background-image: url('../jpg/tax2019.jpg');
        background-position-x: center;
        background-position-y: center;
    }
.hero-late.tax2022 {
    background-image: url('../jpg/taxprovalidation.jpg');
    background-position-x: center;
    background-position-y: center;
}

    .hero-late.tax2013, .hero-late.tax2014 {
        height: 450px;
    }

.hero-late.tax2012, .hero-late.tax2023, .hero-late.tax2012, .hero-late.tax2017, .hero-late.tax2018, .hero-late.tax2019, .hero-late.tax2020, .hero-late.tax2021 {
    height: 409px;
}

    .hero-late.tax2015, .hero-late.tax2016 {
        height: 410px;
    }

    .hero-late.tax2010, .hero-late.tax2011 {
        height: 410px;
    }
.box-privacy p.indent span.underline {
    display: block;
}







.hero-late h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 12px !important;
    font-weight: 400;
    max-width: 85%;
}
.hbox-late .opaque br {
    display: none;
}

    .hero-late p {
        padding: 10px 0;
        font-size: 14px;
        line-height: 1.3em;
    }



   

.hero-late.tax2005 .hbox-late .screen, .hero-late.tax2010 .hbox-late .screen {
    opacity: .75;
    filter: alpha(opacity=75);
}

.tax2013 .hbox-late .screen, .tax2014 .hbox-late .screen, .tax2015 .hbox-late .screen {
    width: 100%;
}

.hbox-late .opaque {
    position: absolute;
    top: 20px;
    left: 20px;
    padding-right: 20px;
    background: hsl(0deg 0% 100% / 75%);
    padding: 20px 15px;
    border: 4px solid #0499ca;
    border-left: 0;
    border-bottom: 0;
    min-width: 400px;
}

    .hbox-late .opaque ul {
        padding: 0 0 0 17px;
        margin: 0;
    }

        .hbox-late .opaque ul li {
            padding: 0;
            margin: 0 0 10px;
        }



    .hero-late.tax2010 .hbox-late .screen, .hero-late.tax2011 .hbox-late .screen, .hero-late.tax2012 .hbox-late .screen, .hero-late.tax2013 .hbox-late .screen, .hero-late.tax2014 .hbox-late .screen, .hero-late.tax2015 .hbox-late .screen, .hero-late.tax2016 .hbox-late .screen {
        height: 300px;
    }

.hero-pastyear {
    width: 920px;
    height: 250px;
    margin-bottom: 10px;
    background: url('../jpg/pastyear.jpg');
    position: relative;
    font-size: 1.1em;
    margin-top: -10px;
}

    .hero-pastyear .hbox-late {
        position: absolute;
        left: 20px;
        top: 20px;
    }

        .hero-pastyear .hbox-late h2 {
            display: inline-block;
        }

        .hero-pastyear .hbox-late .btn {
            font-size: 1.3em;
            border-color: #000;
        }

        .hero-pastyear .hbox-late .screen {
            height: 150px;
            width: 300px;
            background-color: #E09100;
        }

        .hero-pastyear .hbox-late span {
            color: #fff;
        }

.pastyear .latefile {
    width: 60%;
}

.pastyear #home-price.sidebar {
    float: right;
    margin-top: 270px;
}

    .pastyear #home-price.sidebar h3 {
        font-size: 17px;
    }
/* SITE MAP */
.sitemap_pages ul.sitelist li ul.sitemap {
    margin: 0 0 20px 11px;
    padding: 0 0 0 0;
}
/* Resolution page */
#resolution .sidebar .box {
    padding: 20px;
}

#resolution #resbanner {
    position: relative;
    z-index: 2;
    background: url(../jpg/bg-resolution.jpg);
    padding: 30px;
    margin-top: 15px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    #resolution #resbanner h2 {
        padding: 20px 0px 0 0;
        font-size: 20px;
        line-height: normal;
        color: white;
        font-weight: 400;
    }
.text-placing {
    max-width: 60%;
    display: block;
    margin-left: auto;
}

        #resolution #resbanner h2 span {
            font-size: 30px;
            display: inline-block;
            padding-top: 10px;
            text-transform: uppercase;
            color: #e09100;
        }

    #resolution #resbanner a.btn {
        margin: 10px 0 30px 0;
        width: auto;
    }

#resolution #resleft .rescontent {
    padding: 0 20px;
}

#resolution #resleft h3 {
    padding: 0;
    color: #025773;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

#resolution #resright p {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

#resolution #resright h4 {
    padding: 5px 0;
    font-size: 20px;
    color: #025773;
    line-height: 28px;
    font-weight: 400;
}

#resolution #resright h5 {
    padding: 5px 0;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
    font-weight: 400;
}

    #resolution #resright h5 span {
        font-size: 20px;
        display: block;
        color: #025773;
        font-weight: 400;
        line-height: 30px;
    }

#resolution #resright #respricing h4 {
    margin: 0 !important;
    padding: 0 !important;
}

#resolution #resright #respricing h5 {
    margin: 0 !important;
    padding: 0 0 10px 0 !important;
}

#resolution #resright h4.resbig, #resolution #resright h5.resbig {
    font-size: 22px !important;
}

#resolution #resright .ressub {
    padding: 0 0 20px;
}

#resolution #resright .resetc {
    padding: 0 10px 0 0;
}

    #resolution #resright .resetc h4, #resolution #resright .resetc h5 {
    }

#resolution #resleft ol, #resolution #resleft ul {
    margin: 0 0 0 25px;
    padding: 5px;
}

    #resolution #resleft ol li {
        font-size: 16px;
        line-height: 1.5em;
        vertical-align: middle;
    }

        #resolution #resleft ol li span {
            font-size: 20px;
        }

        #resolution #resleft ol li ul li {
            font-size: 16px;
            line-height: 28px;
            vertical-align: middle;
        }

            #resolution #resleft ol li ul li span {
                font-size: 16px;
            }

#priorpricing .box {
    padding: 30px 0 0 0;
    display: none;
}

#priorpricing .boxtop {
    background-color: #0F86B8;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 30px;
    width: 100%;
}

#priorpricing.current .boxtop {
    background-color: #e09100;
}

.content.right tr td ul li {
    font-size: 16px;
    line-height: 1.5em;
}
    .content.right tr td ul li a {
        color: #025773;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5em;
    }
.content.right tr {
    background: transparent !important;
}
.latefile p {
    font-size: 16px;
    line-height: 1.5em;
}








.business-hero {
    background-image: url(../jpg/business_banner_1080.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
    position:relative;
}
    .business-hero #palebg {
        position: relative;
    }
    .business-hero::before {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: #ffffffb3;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .business-hero h1.headline {
        position: relative;
        z-index: 2;
        margin: 0px 0 16px;
        color: #393939;
        font-family: 'Open Sans', sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 52px;
        max-width: 80%;
    }
    .business-hero .subhead {
        padding-right: 20px;
        color: #000;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        margin-bottom: 20px;
    }
.phone {
    color: #000;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 60px;
}
.formsection {
    background: #F8F8F8;
    padding: 60px 0;
}
.business_contact h2 {
    color: #025773;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
}
.business_contact p {
    font-size: 16px;
    line-height: 28px;
    vertical-align: middle;
    margin-bottom: 40px;
    font-weight: 300;
}
.formformatter {
    background: #fff;
    border-radius: 25px;
    padding: 30px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    gap: 15px;
}

    .formformatter .formitem {
        width: 49%;
    }
        .formformatter .formitem label {
            display: block;
            color: #025773;
            font-family: "Open Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: 120%;
            margin-bottom: 8px;
        }
        .formformatter .formitem input {
            width: 100%;
            height: 46px;
        }
        .formformatter .formitem select {
            width: 100%;
            height: 46px;
            padding: 5px;
            border: 1px solid #ccc;
            font-size: 14px;
        }
        .formformatter .formitem.wide {
            width: 100%;
            display: flex;
        }
        .formformatter .formitem.wide .selectbox {
            width: 49%;
        }
        .radiobox {
            margin-left: 20px;
        }
            .radiobox ul {
                display: flex;
                margin-top: 20px;
            }
                .radiobox ul li {
                    display: flex;
                    align-items: center;
                    margin-right: 20px;
                }
                    .radiobox ul li input {
                        min-width: 21px;
                    }
.formformatter .formitem .radiobox label {
    margin-bottom: 0;
}
.btn-business {
    margin-top: 20px;
}
.tax-return-global .homeratings {
    float: right;
    margin-top: -110px;
}
.business_points .reviewsection .homeratings {
    display: table;
    width: auto;
    margin: auto;
    text-align: center;
}

.support-notice-member h2 {
    color: #025773;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
}
.support-notice-member p {
    font-size: 16px;
    line-height: 1.5em;
    vertical-align: middle;
}
.support-notice-wrap .modal-dailog .btn.fill-btn {
    padding: 7px 34px;
    font-size: 16px;
    width: auto;
    margin-bottom: 40px;
    height: auto;
    margin-top: 0;
}
.changedbox ul {
    display: flex;
    justify-content: start;
    gap: 20%;
    row-gap: 7px;
    flex-wrap: wrap;
}
.privacypolicy {
    display: block;
    float: right;
    margin-top: 11px;
}
.support-notice-wrap .modal-dailog .float_l .btn.fill-btn {
    margin-bottom: 0;
}
.hbox-late .opaque a.btn.fill-btn {
    width: auto;
}
.sitemap_pages ul.sitelist li br {
    display: none;
}

#resolution #resleft ol > li > ul {
    padding-left: 0;
    margin-top: 0;
    list-style: disc;
}

a.blog-title:visited {
    color: #393939;
}



















        @media (max-width:1300px) {
           
            .banner-img {
                width: 90%;
                position: absolute;
                right: 0;
                left: 0;
                display: block;
                margin: auto;
            }
            nav.navbar.navbar-default.topnav.business-tax .logo {
                padding: 41px 0;
                max-width: 150px;
                width: 100%;
            }
            .nav ul li a {
                font-size: 13px;
            }
            nav.navbar.navbar-default.topnav.business-tax .loginlinks .btn {
                padding: 4px 14px !important;
                font-size: 11px;
                width: auto !important;
                min-width: auto !important;
            }
        }

@media (min-width:992px) and (max-width:1200px){
    .logo {
        padding: 41px 0;
        max-width: 150px;
        width: 100%;
    }
    .nav ul li {
        margin-right: 10px;
    }
    
    .loginlinks .btn {
        padding: 8px 15px;
        font-size: 14px;
        line-height: 20px;
    }
    nav.navbar.navbar-default.topnav.business-tax ul li {
        margin-right: 6px;
    }
    nav.navbar.navbar-default.topnav.business-tax ul li ul li {
        margin-right: 0px;
    }

        nav.navbar.navbar-default.topnav.business-tax ul li a {
            font-size: 12px;
        }
    nav.navbar.navbar-default.topnav.business-tax .logo {
        max-width: 120px;
    }
    nav.navbar.navbar-default.topnav.business-tax .navbar-collapse {
        align-items: center;
        justify-content: end;
    }
   

}
@media (max-width:1200px) {
    .sitemap_pages ul.sitelist li {
        width: 33%;
        margin-bottom: 20px;
    }
    .headingheader {
        align-items: self-start;
        justify-content: space-between;
        flex-direction: column;
        row-gap: 30px;
    }
    .priorblock {
        margin-top: 57px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .priorblock li {
            display: inline-block;
            max-width: 49%;
            width: 100%;
            min-width: 25%;
            position: relative;
        }
        .taxadvice .sidebar.left {
            width: 40%;
        }
    .taxadvice .content {
        width: 56%;
    }
}



@media (max-width:991px) {
    nav.navbar.navbar-default.topnav.business-tax .loginlinks .btn {
        padding: 7px 14px !important;
        font-size: 14px;
    }
    .loginlinks .btn {
        padding: 10px 18px;
        font-size: 14px;
        width: auto !important;
        min-width: 100px !important;
    }
    #business_benefits tr td:nth-child(2), #business_benefits tr td:nth-child(3), #business_benefits tr td:nth-child(4) {
        width: 150px;
        vertical-align: top;
        color: #025773;
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        text-align: center;
    }
    #business_benefits tr td h3 {
        font-size: 14px!important;
        color: #025773;
        font-weight: 400;
    }
    #business_benefits tr td:first-child {
        padding: 5px 10px !important;
        white-space: normal !important;
        min-width: 200px;
    }
    .support-notice-member h2 {
        max-width: 80%;
    }
    .support-notice-wrap .modal-dailog {
        width: 90%;
        top: 75%;
    }
    .tax-return-global .homeratings {
        float: none;
        margin-top: -30px;
        margin-bottom: 30px;
    }
    .banner-section .rating {
        margin-top: 20px;
    }
    .sitemap_pages ul.sitelist li {
        width: 50%;
        margin-bottom: 20px;
    }
    .loginright {
        float: right;
        width: 100%;
        margin: 0;
        padding: 30px 0 25px 0;
    }
    .content.signin {
        margin: 30px 0;
    }
    .content.signin dd, .content.signin dt {
        max-width: 100%;
        width: 100%;
        margin-bottom: 5px;
    }
    .formformatter .formitem label {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .formformatter .formitem {
        width: 48%;
    }
    .phone {
        font-size: 20px;
        line-height: 100%;
        margin-bottom: 30px;
    }
    .business-hero .subhead {
        padding-right: 20px;
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 16px;
    }
    .business-hero h1.headline {
        margin: 0px 0 16px;
        font-size: 40px;
        line-height: 52px;
    }
    .sidebar .sidenav.advice {
        z-index: 3;
        width: 100%;
        margin-bottom: 0;
    }
    
    .taxadvice .content {
        width: 100%;
    }
    .taxadvice .sidebar.left {
        width: 100%;
    }
    .content {
        /* margin: 50px 0; */
        display: block;
        width: 100%;
        float: left;
    }
    .sidebar {
        padding: 20px !important;
        width:100%;
    }

    .addi-header {
        display: flex;
        align-items: start;
        justify-content: space-between;
        margin-bottom: 24px;
        border-bottom: 1px solid #D3DCE7;
        padding-bottom: 24px;
        flex-direction: column;
        row-gap: 20px;
    }


    .footerbottom {
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .navbar-toggle {
        display: block!important;
    }
    .topnav .navbar-collapse ul li {
        padding: 16px 0;
        border-bottom: 1px solid #D3DCE7;
    }

    .topnav .navbar-collapse ul {
        margin-bottom: 32px;
    }
    .topnav .navbar-collapse ul li ul li {
      padding: 6px 0;
    }
    #home-main {
        margin-top: 80px;
        padding-bottom: 40px;
    }
    .banner-img {
        width: 75%;
        position: relative;
        right: 0;
        left: 0;
        display: block;
        margin: auto;
        margin-bottom: 40px;
        margin-top:30px;
    }
    .footerrightside .fileTax .col-md-6 {
        width: 30%;
        float: left;
    }
    .pricing-img {
        width: 75%;
        margin-top: 20px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .blog-box {
        background: #fff;
        border-radius: 20px;
        margin-right: 31px;
        overflow: hidden;
    }
    .testimonialsbefore {
        top: -57px;
        width: 8%;
    }
    .afterimg {
        right: 0;
    }
    .pattern-left {
        display: none;
    }

}
@media (max-width:768px) {
    .slider-section {
        padding-left: 4%;
    }
}
@media (max-width:767px) {
    /*section#homepage::before {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 63.17%, rgba(0, 0, 0, 0) 100%);
        width: 100%;
    }*/
    section#homepage::before {
        background: #272323a3;
        width: 98%;
        margin: auto;
        left: 0;
        right: 0;
        display: block;
        height: 100%;
        top: 0;
        bottom: 0;
    }
    .hbox-late .opaque {
        min-width: 315px;
    }
    .text-placing {
        max-width: 100%;
    }
    .closebtn.navbar-toggle img.closebtns {
        top: 0;
    }
    .business-hero {
        padding: 40px 0;
    }
        .business-hero h1.headline {
            font-size: 24px;
            line-height: 36px;
            margin: 0px 0 6px;
        }
        .business-hero .subhead {
            font-size: 14px;
            margin-bottom: 14px;
        }
        .phone {
            font-size: 18px;
            margin-bottom: 30px;
        }
    .formformatter {
        padding: 18px;
        margin-bottom: 20px;
        flex-wrap: nowrap;
        row-gap: 10px;
        gap: 0px;
        flex-direction: column;
    }
        .formformatter .formitem {
            width: 100%;
        }
            .formformatter .formitem label {
                font-size: 14px;
                line-height: 100%;
                margin-bottom: 8px;
            }
            .formformatter .formitem.wide {
                width: 100%;
                display: flex;
                flex-direction: column;
            }
                .formformatter .formitem.wide .selectbox {
                    width: 100%;
                }
    .radiobox {
        margin-left: 0;
    }
    .btn.fill-btn {
        padding: 8px 20px;
        font-size: 16px;
        line-height: 36px;
        color: #fff;
        width: 100%;
    }

    .back-to-top {
        right: 4%;
        bottom: 24%;
        transition: 0.5s ease-in;
    }
    .back-to-top img {
        max-width: 40px;
    }
    .sidebar .navbar-toggle {
        position: relative;
        top: -20px;
        background:transparent!important;
    }
    .content h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .hbox-late .btn.fill-btn {
        width: 80%;
    }
    #resolution #resbanner a.btn {
        margin: 10px 0 30px 0;
        width: 100%;
    }

    .sidebar {
        padding: 20px 15px 0 !important;
    }
        .sidebar .box.navbar-default {
            background-color: transparent;
            border: 0;
            width: 100%;
        }
    .content.right h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .content.right .box h3 {
        font-size: 20px;
        line-height: 36px;
    }
    .taxadvice .sidebar.left h3 {
        margin-bottom: 0px;
        text-align: left;
        max-width: 100%;
        margin-left: auto;
    }

    .sidebar .search-header {
        font-size: 15px;
        max-width: 100% !important;
        display: block;
        margin: 0;
        text-align: left !important;
        margin-bottom: 0 !important;
    }
    #support .box .col-3 {
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding: 40px 20px 20px;
        text-align: center;
    }
    .add-bg-box p {
        font-size: 14px;
        font-weight:400;
    }
    .add-bg-box b {
        font-size: 14px;
        font-weight: 600;
    }
    .additional-bgbox {
        padding: 32px 14px;
    }
    .add-bg-box h4 span {
        font-size: 14px;
        font-weight: 400;
    }
    .addi-header h3 {
        font-size: 36px;
    }
    .details-list ul li {
        column-gap: 12px;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 16px;
    }
    .add-bg-box h4 {
        font-size: 16px;
        line-height: 16px;
        word-break: break-word;
        text-align: right;
        margin-top: -29px;
    }
    .add-bg-box h3 {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 25px;
        align-items: start;
        column-gap: 5px;
    }
    .additional-box {
        padding: 32px 20px;
    }
    .additional {
        margin-bottom: 28px;
        margin-top: 80px;
        font-size: 24px;
        line-height: 28px;
    }
    .recommended {
        position: absolute;
        right: 0;
        top: 0;
    }
    .price-card {
        padding: 32px 20px;
    }
    .headingheader h1 {
        text-wrap: balance;
        font-size: 24px;
        font-weight: 400;
        line-height: 34px;
    }
    .headingheader {
        row-gap: 20px;
    }
    .btn.white {
        width: auto;
        max-width: 400px;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        display: table !important;
        margin-left: auto;
        margin-right: auto;
    }
    .priorblock {
        margin-top: 24px;
        flex-wrap: nowrap;
        flex-direction: column;
    }
        .priorblock li {
            display: inline-block;
            max-width: 100%;
            width: 100%;
            min-width: 25%;
            position: relative;
            margin-bottom: 0;
        }
    .active-plan .price-card {
        padding: 36px 32px;
        margin-top: 0;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 2px 2px 11.9px 5px rgba(0, 0, 0, 0.14);
    }
    .price-card h2 {
        font-size: 20px;
        font-weight: 400;
        line-height: 130%;
        margin-left: auto;
        margin-right: auto;
        max-width:231px;
    }
    .price-card h3 {
        font-size: 36px;
        font-weight: 400;
        line-height: 36px;
        margin-top: 16px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .peryear {
        font-size: 16px;
    }
    .price-card b {
        font-size: 16px;
    }
    .priorblock li .price-card ul li {
        font-size: 14px;
        margin-bottom: 14px;
    }




    iframe#AV_widget_iframe {
        min-height: 320px;
    }
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .logo {
        padding: 20px 0;
        max-width: 165px;
        width: 100% !important;
    }
    .navbar-toggle {
        margin-right: 0 !important;
        padding: 0px 0px !important;
        margin-left: auto !important;
        margin-top: 0;
        margin-bottom: 0;
    }
    .footer-logo li {
        display: inline-block;
        width: 49%;
    }
    .topnav .navbar-collapse {
        top: 65px !important;
    }
    nav.navbar.navbar-default.topnav.business-tax .logo {
        padding: 21px 0;
        max-width: 150px;
        width: 100%;
    }
   
    nav.navbar.navbar-default.topnav.business-tax .loginlinks .btn {
        padding: 3px 6px !important;
        font-size: 11px;
    }
    .btn-register {
        margin: 0 12px 0 0px;
    }
    .loginlinks {
        margin: 0;
       
    }
    .infotext {
        margin-top: 0;
        font-size: 14px;
        line-height: 20px;
        padding: 11px 20px;
        text-align: left;
    }
    #home-main h1 {
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 48px;
        margin: 40px 0 16px;
    }
    #home-main p, .refundyears p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
        .refundyears p:first-child {
            margin-bottom: 10px;
        }
    .opaque .loginlinks {
        margin-top: 16px;
        margin-bottom: 30px;
    }
    a.btn.btn-login {
        min-width: 180px;
    }
    a.btn.btn-login-home {
        min-width: 200px;
    }
    div#homesocial {
        display: none!important;
    }
    .work-section {
        background: #F8F8F8;
        padding: 40px 0;
    }
    .work-section h2 {
        margin-bottom: 24px;
        font-size: 24px;
        font-weight: 400;
        line-height: 28px;
     }
    .steps-content {
        padding: 32px 20px;
        min-height: 100%;
        margin-bottom: 30px;
    }
    .numberside {
        right: -20px;
    }
    .steps-content h3 {
        color: #393939;
        font-size: 20px;
        margin-bottom: 16px;
    }
    .afterimg {
        right: -1px;
        bottom: 44px;
        width: 20%;
    }
    .whowe {
        margin-top: -9px;
        padding: 12px 40px;
    }
    img.pattern-right {
        top: 30%;
        width: 8%;
    }
    .pattern-left {
        display: block;
        width: 8%;
        bottom: 70% !important;
        left: 0;
    }
    #home-price h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
    }
    .pricing-img {
        margin-bottom: 24px;
    }
    .box-pricing {
        padding-top: 24px;
    }
    .box-pricing ul li {
    padding: 24px 0 16px 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}
        .box-pricing ul li span {
            color: #FCB01A;
            font-size: 20px;
            font-weight: 600;
            line-height: 30px;
        }
    .pricing {
        padding: 40px 0;
        position: relative;
    }
    .tax-tips {
        padding: 40px 0;
    }
    .taxlist {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .tax-tips h3 {
        text-align: left;
        font-size: 24px;
        line-height: 36px;
        display: block;
        width: 100%;
        margin-bottom: 24px;
    }
    .seeall {
        padding: 12px 28px;
        margin-bottom: 24px;
    }
    .blog-box {
        margin-right: 20px;
    }
    .slider-section {
        padding-left: 20px;
    }
    .getimg {
        width: 75%;
        margin-left: auto;
        display: block;
        margin-right: auto;
    }
    .gethelp {
        padding: 0px 0 40px;
    }
    .left-content h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
        margin-bottom: 24px;
    }
    .left-content ul li {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 24px;
    }
    .left-content a.btn.whowe {
        padding: 12px 40px;
        margin-top: 0;
    }
    .testimonials {
        background: #F8F8F8;
        padding: 40px 0;
        position: relative;
    }
        .testimonials .reviewsection h3.center {
            margin-bottom: 24px;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 36px;
        }
    footer {
        padding-top: 40px;
    }
    #footer .footerlogo .footerimg {
        width: 165px;
        height: 19px;
        margin-bottom: 16px;
    }
    .footerlogo p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 16px;
    }
    .social {
        margin-bottom: 30px;
    }
    .footerrightside .fileTax .col-md-6 {
        width: 50%;
        float: left;
        padding-left: 0;
    }
    .fileTax {
        margin-top: 3px;
    }
    .bottomfooter {
        margin-top: 34px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footerbottom {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
   
    .certified ul li {
        display: inline-block;
        margin-right: 6px;
    }
        .certified ul li a img {
            min-width: 75px;
            height: 15px;
            object-fit: cover;
            width: 100%;
            max-width: 77px;
        }
    #footer .privacy li a {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 16.2px;
    }
    .privacy {
        display: flex;
        align-items: center;
        column-gap: 20px;
        margin-right: 0;
        margin-top: 15px;
        justify-content:center;
    }
    .copyright {
        font-size: 12px;
        font-style: normal;
        line-height: 24px;
        padding: 16px 0 40px 0;
    }

}

  


    @media (min-width:860px) {
        #business_benefits tr td {
            vertical-align: middle;
            color: #025773;
            font-family: "Open Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 120%;
        }
        #business_benefits tr td:first-child {
            width: calc(100% - 630px);
        }

        #business_benefits tr td:nth-child(2), #business_benefits tr td:nth-child(3), #business_benefits tr td:nth-child(4) {
            width: 200px;
            text-align:center;
        }
    }

    @media (max-width:859px) {
        #business_benefits tr:first-child td {
            padding: 5px 0;
        }
    }

    @media (min-width:700px) and (max-width:859px) {
        #business_benefits tr td:first-child {
            width: calc(100% - 480px);
        }

        #business_benefits tr td:nth-child(2), #business_benefits tr td:nth-child(3), #business_benefits tr td:nth-child(4) {
            width: 150px;
        }
    }

    @media (max-width:699px) {
        .changedbox ul {
            flex-direction: column;
        }
        .sitemap_pages ul.sitelist li {
            width: 100%;
            margin-bottom: 20px;
        }
        #business_benefits tr td:first-child {
            width: calc(100% - 390px);
        }

        #business_benefits tr td:nth-child(2), #business_benefits tr td:nth-child(3), #business_benefits tr td:nth-child(4) {
            width: 152px;
            min-width: 120px;
            text-align: center;
        }
    }

    @media (max-width:600px) {
        .infotext {
            margin-right: 0;
        }
    }

    @media (max-width:500px) {
        .privacypolicy {
            display: block;
            float: none;
            margin-top: 23px;
        }
        .add-bg-box h4 {
            font-size: 16px;
            line-height: 16px;
            word-break: break-word;
            text-align: right;
            margin-top: 5px;
            float: none;
        }
        .add-bg-box {
            display: flex;
            flex-wrap: wrap;
            align-items: start;
            justify-content: space-between;
        }
            .add-bg-box h3 {
                margin-bottom: 0;
                max-width: 150px;
            }
    }


    #business_benefits tr td h3 {
        font-size: 16px;
        color: #025773;
        font-weight: 400;
    }

    #business_benefits tr td .fa-check-square-o {
        font-size: 24px;
    }

    #business_benefits tr td:nth-child(2) .fa-check-square-o {
        color: #006600;
    }

    #business_benefits tr td:nth-child(3) .fa-check-square-o {
        color: #22b033;
    }

    #business_benefits tr td:nth-child(4) .fa-check-square-o {
        color: #00e022;
    }

    div#bizEFdisclaimer {
        font-size: 16px;
        display: block;
        margin-bottom: 16px;
        line-height: 28px;
        font-weight: 300;
    }

    .formsection .alert.alert-info.center-align {
        font-size: 16px;
        border-radius: 10px;
        line-height: 1.5rem;
        background: #FCB01A;
        color: #fff;
        padding: 12px 12px;
    }

















    .starsMovement {
        position: absolute;
        left: 700px;
        top: 25px;
        float: right;
    }

    @media(max-width:700px) {
        .starsMovement {
            display: none;
        }
    }

    @media(max-width:1000px) and (min-width:850px) {
        .starsMovement {
            left: 70%;
        }
    }

    @media(max-width:850px) and (min-width:700px) {
        .starsMovement {
            left: 64%;
        }
    }

    .navbar-default .navbar-toggle .icon-bar {
        margin-left: 0px !important;
    }
