@charset "utf-8";

body {
    text-decoration: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: Arial, sans-serif;
    color: #333;
}

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%;
    vertical-align: baseline;
    font-family: Arial, sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

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;
}

a {
    color: #ee6305;
    text-decoration: none;
    outline: none;
}

a:hover {
    opacity: 0.6;
}

.top-menu-section {
    width: 100%;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* close commented backslash hack */
.Registration {
    position: relative;
    z-index: 879;
    overflow: hidden;
}

.Registration-contact {
    width: 58%;
    margin-left: 6.5%;
    float: left;
    background: #ffffff;
}

.Registration-contact span {
    display: inline-block;
    line-height: 40px;
    float: left;
}

.Registration-contact a {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    display: inline-block;
    padding: 0;
}

.Registration-contact img {
    padding: 0 15px;
    margin-top: 13px
}

.Registration-number {
    width: 26%;
    float: right;
    font-size: 15px;
    font-weight: 300;
    background: #ee6305;
    color: #fff;
    padding: 6px 0 4px 14px;
    position: relative;
}

.Registration-number img {
    max-width: 5%;
    display: inline-block;
    vertical-align: middle;
}

.Registration-number:before {
    content: "";
    display: block;
    height: 64px;
    left: -17px;
    position: absolute;
    top: -4px;
    transform: rotate(31deg);
    width: 24px;
    background: #ee6305;
}

.header-content {
    position: absolute;
    z-index: 50;
    top: 0;
    width: 1025px;
    margin: 0 auto;
    margin-left: -507px;
    left: 50%;
}

.header-slider {
    position: relative;
    overflow: hidden;
    background: #504B35;
}

.header-slider ul li {
    float: left;
    width: 100%;
    text-align: center;
}

.header-slider #cssmenu ul li {
    width: auto;
}

.head-center {
    background-image: url("//www.accountspro.co/images/certified-adv.png"), url("//www.accountspro.co/images/certifed-desk.png"), url("//www.accountspro.co/images/certified-pos.png");
    background-position: 40% bottom, 51% bottom, 62% bottom;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    float: left;
    margin-top: 0;
    padding-bottom: 80px;
    min-height: 170px;
    padding-top: 10%;
    width: 100%;
}

.head-center h1 {
    font-size: 46px;
    color: #fff;
    text-align: center;
    font-family: Arial, sans-serif;
}

.head-center p {
    font-size: 30px;
    color: #fffefe;
    text-align: center;
    font-weight: 300;
    padding: 19px 0 0;
}

.fone {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50px;
    font-size: 35px;
    color: #fffefe;
    width: 416px;
    margin: 8% auto 6%;
    text-align: center;
    line-height: 64px;
    border: 1px solid #000;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.fone span {
    font-size: 16px;
    padding: 0 0 0 15px;
}

.fone img {
    vertical-align: middle;
}

.nav-main {
    width: 100%;
    float: left;
    margin: 32px 0 0;
}

hgroup {
    width: 30%;
    float: left;
}

nav {
    width: 70%;
    float: right;
}

nav ul {
    text-align: right;
    padding: 22px 0 5px;
}

nav ul li {
    float: inherit;
    padding: 0 17px;
    display: inline-block;
    cursor: pointer;
}

nav ul li a {
    font-size: 18px;
    color: #fff;
    font-family: Arial, sans-serif;
    position: relative;
}

nav ul li a:hover {
    text-decoration: none;
    padding: 0;
    border-bottom: 1px solid #fff;
    opacity: 1;
}

nav ul li a:hover:after {
    content: "";
    position: absolute;
    margin: 0 0 0 -3px;
    left: 50%;
    bottom: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5.5px 0;
    border-color: #ffffff transparent transparent transparent;
}

nav ul li.active a {
    border-bottom: 1px solid #fff;
}

nav ul li.active a:after {
    content: "";
    position: absolute;
    margin: 0 0 0 -3px;
    left: 50%;
    bottom: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5.5px 0;
    border-color: #ffffff transparent transparent transparent;
}

nav ul li.zer a:hover {
    text-decoration: none;
    background: none !important;
    padding: 0;
}

.social-btn {
    width: 100%;
    float: left;
    text-align: center;
}

.social-btn ul {}

.social-btn ul li {
    float: inherit;
    display: inline-block;
    padding: 0 15px;
}

.social-btn ul li:first-child {
    border-right: 1px #ffffff solid;
}

.services {
    margin: 66px 0 73px;
    padding: 0 6%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.support {
    width: 48%;
    float: left;
    padding: 19px;
    margin: 1%;
    border: 1px solid #e6e6e6;
    background: #f1f1f1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.support figure {
    float: left;
    padding: 0 23px 0px 0;
}

.support img {
    border: 1px solid #c6c6c6;
}

.support h4 {
    font-size: 24px;
    color: #000;
}

.support p {
    font-size: 15px;
    color: #000;
    line-height: 20px;
    padding: 10px 0;
}

.support a {
    display: inline-block;
    color: #ff6700
}

.support a:hover {}

.quickbooks-support {
    background: #201e3c;
    padding: 69px 8% 44px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.quickbooks-support h3 {
    font-size: 48px;
    color: #fff;
    padding: 0 0 19px;
    text-align: center;
}

.quickbooks-support h6 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: underline;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.quickbooks-support p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 0 7% 28px;
    line-height: 22px;
}

.quickbooks-support-inner {
    background: #6e551c;
    padding: 69px 8% 44px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.quickbooks-support-inner h3 {
    font-size: 48px;
    color: #fff;
    padding: 0 0 19px;
    text-align: center;
}

.quickbooks-support-inner h6 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: underline;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.quickbooks-support-inner p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 0 8% 28px;
}

.quickbooks-support-icloud {
    background: #364b08;
    padding: 69px 8% 44px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.quickbooks-support-icloud h3 {
    font-size: 48px;
    color: #fff;
    padding: 0 0 19px;
    text-align: center;
}

.quickbooks-support-icloud h6 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: underline;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.quickbooks-support-icloud p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 0 8% 28px;
}

.one-support {
    width: 99.4%;
    float: left;
    border: 2px solid #fff;
    margin: 0 0 36px;
    box-shadow: 4px 4px 8px 6px rgba(0, 0, 0, 0.2), 0px 6px 20px 0px rgba(0, 0, 0, 0.19);
}

.one-time {
    width: 20%;
    float: left;
    background: #e4e3f5;
    padding: 0 0 46px;
    border: 2px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
}

.one-time:hover,
.one-time1:hover,
.one-time2:hover,
.one-time3:hover {
    background: #fff;
}

.one-time:hover:before {
    box-shadow: 0 0 8px 1px #666;
    content: "";
    margin-top: -3px;
    position: absolute;
    z-index: 8809;
    width: 103%;
    height: 562px;
    left: -4px;
}

.one-time1:hover:before {
    box-shadow: 0 0 8px 1px #666;
    content: "";
    height: 562px;
    margin-top: -3px;
    position: absolute;
    width: 103%;
    z-index: 8809;
}

.one-time2:hover:before {
    box-shadow: 0 0 8px 1px #666;
    content: "";
    height: 562px;
    margin-top: -3px;
    position: absolute;
    width: 100%;
    z-index: 8809;
}

.one-time3:hover:before {
    box-shadow: 0 0 8px 1px #666;
    content: "";
    height: 562px;
    margin-top: -3px;
    position: absolute;
    width: 100%;
    z-index: 8809;
}

.one-time1 {
    width: 20%;
    float: left;
    background: #e2fdff;
    padding: 0 0 46px;
    border: 2px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.one-time:first-child {
    background: #F8E0F3;
}

.one-time2 {
    width: 20%;
    float: left;
    background: #e2fae2;
    padding: 0 0 46px;
    border: 2px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.one-time3 {
    width: 20%;
    float: left;
    background: #f7f4e3;
    padding: 0 0 46px;
    border: 2px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.one-support h5 {
    font-size: 20px;
    font-weight: 300;
    background: #ffffff;
    color: #000;
    text-align: center;
    padding: 22px 0 19px;
}

.one-support p {
    font-size: 15px;
    color: #000;
    padding: 23px 6% 0;
    line-height: 20px;
}

.money {
    font-size: 59px;
    color: #000;
    text-align: center;
    padding: 39px 0 0;
}

.money span {
    font-size: 28px;
}

.one-support ul {
    padding: 28px 0 0;
}

.one-support ul li {
    font-size: 15px;
    color: #000;
    font-weight: 300;
    text-align: center;
    padding: 18px 0 15px;
    border-bottom: 1px solid #cccccc;
}

.one-support ul li:last-child {
    border: none;
}

.one-support h6 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding: 13px 0 0;
    text-decoration: underline;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.support-plan {
    background: url(../images/get-support.png)center top no-repeat;
    background-size: 227px;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 0 0 0 48px;
    line-height: 70px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    background-size: 88% auto;
}

.testimonials-main {
    background: #eeeeee;
    text-align: center;
    padding: 57px 4% 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.testimonials-main h3 {
    font-size: 45px;
    color: #000;
    padding: 0 0 51px;
}

.testimonials-main img {
    padding: 6px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #ccc;
    margin: 0 0 18px;
}

.testimonials-main p {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    line-height: 22px;
    padding: 0 0 34px;
}

.testimonials-main p strong {
    font-size: 18px;
    font-family: Arial, sans-serif;
}

.testimonials-main .bx-wrapper {
    padding-left: 4% !important;
    padding-right: 4% !important;
    box-sizing: border-box;
}

.quick-issues {
    background: #222222;
    padding: 59px 8% 60px;
    border-top: 8px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.quick-issues-inner h4 {
    font-size: 18px;
    color: #fff;
    padding: 0 0 29px;
    font-family: Arial, sans-serif;
}

.quick-issues-inner {
    width: 20%;
    float: left;
}

.quick-issues-inner ul {}

.quick-issues-inner ul li {
    background: url(../images/arrow1.png)left 8px no-repeat;
    font-size: 14px !important;
    font-family: Arial, sans-serif;
    color: #838383;
    padding: 0 0 0 10px;
    line-height: 20px;
}

#usefull-links h5 {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 18px;
    padding: 0 0 29px;
    text-transform: uppercase
}

.get24 {
    background: #ee6305;
    padding: 33px 8% 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.get24-left {
    width: 62%;
    float: left;
    font-size: 29px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.get24-left span {
    font-size: 53px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding-right: 5px;
}

.get24-right {
    width: 37%;
    float: left;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    font-size: 35px;
    color: #fffefe;
    text-align: center;
    line-height: 64px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.get24-right span {
    font-size: 16px;
    padding: 0 0 0 15px;
    vertical-align: top;
}

.get24-right img {
    vertical-align: middle;
}

.disclaimer {
    background: #0e0e0e;
    padding: 41px 8% 22px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.disclaimer p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #676767;
    line-height: 18px;
    text-align: center;
    padding: 0 0 36px;
    border-bottom: 1px dotted #676767;
}

.disclaimer-left {
    width: 54%;
    float: left;
    padding: 33px 0 0;
}

.disclaimer-left ul {}

.disclaimer-left ul li {
    float: left;
    padding: 0 5px;
}

.disclaimer-left ul li img {
    vertical-align: middle;
    padding: 0 0 0 14px;
}

.disclaimer-left ul li a {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #7d7d7d;
}

.disclaimer-left ul li a:hover {}

.disclaimer-right {
    width: 46%;
    float: left;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #7e7e7e;
    padding: 22px 0 0;
    text-align: right;
}

.disclaimer-right img {
    vertical-align: middle;
}

.bottom-nav {
    width: 100%;
    float: left;
    padding: 0 0 45px;
}

.bottom-nav ul {
    text-align: center;
}

.bottom-nav ul li {
    padding: 0 5px;
    float: inherit;
    display: inline-block;
}

.bottom-nav ul li img {
    vertical-align: middle;
    padding: 0 0 0 14px;
}

.bottom-nav ul li a {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #c8c7c7;
}

.bottom-nav ul li a:hover {}

.call-icon {
    position: absolute;
    top: 37%;
    right: -82px;
}

.phone1 {
    position: fixed;
    right: 0;
    top: 48%;
    line-height: 37px;
    background: #fff;
    z-index: 9875;
}

.phone1 img {
    vertical-align: middle;
}

.phone1 a {
    display: inline-block;
}

.tfn1 {
    font-weight: bold;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 20px;
    display: none;
    padding-top: 4px;
    vertical-align: middle;
}

.phone {
    position: fixed;
    right: 0;
    top: 40%;
    line-height: 37px;
    background: #fff;
    z-index: 9875;
}

.phone img {
    vertical-align: middle;
}

.tfn {
    font-weight: bold;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 20px;
    display: none;
    padding-top: 4px;
    vertical-align: middle;
}

.phone a {
    display: inline-block;
}

.overlay {
    position: fixed;
    z-index: 89785;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}

.send-inquiry {
    background: #000;
    /* position: fixed;
    left: 0;
    bottom: 0; */
    line-height: 37px;
    color: #fff;
    /* z-index: 89781; */
    overflow: hidden;
}

.send-inquiry-left {
    float: left;
    background: url(../images/send-inq-img.png) left top no-repeat;
    width: 74px;
    height: 40px;
}

.send-inquiry-right {
    float: left;
    background: #00891a;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
    padding-right: 20px;
}

.send-inquiry a {
    color: #0a500d
}

.popup {
    display: none; 
    width: 577px;
    height: auto;
    position: fixed;
    z-index: 89789;
    background: #fff;
    border-radius: 4px;
    top: 10%; 
    text-align: center;
    padding: 42px 44px 38px 44px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 10%;
    overflow: scroll;
}

.popup h2 {
    font-size: 48px;
    color: #000;
    padding-bottom: 15px
}

.popup h3 {
    font-size: 18px;
    color: #000;
    padding-bottom: 24px
}

.popup input[type="text"],
.popup input[type="Email"],
.popup input[type="tel"] {
    width: 38%;
    float: left;
    margin: 1%;
    padding: 17px 27px;
    font-size: 20px;
    color: #00274b;
    font-weight: normal;
    font-family: Arial, sans-serif;
    border: 1px solid #263f5b;
    border-radius: 5px
}

.popup textarea {
    resize: none;
    width: 88%;
    float: left;
    margin: 1% 1% 25px;
    padding: 17px 27px;
    font-size: 20px;
    color: #00274b;
    font-weight: normal;
    font-family: Arial, sans-serif;
    border: 1px solid #263f5b;
    border-radius: 5px;
    height: 26px;
}

.popup input[type="submit"] {
    display: inline-block;
    color: #fff;
    background: url(../images/send-btn.jpg) left top repeat-x;
    border: 0;
    border-radius: 50px;
    padding: 12px 40px;
    font-size: 20px;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.popup input[type="submit"]:hover {
    opacity: 0.8;
}

.popup a:hover {}

.close {
    float: right;
    position: absolute;
    right: 5px;
    top: 5px;
}

.close a {
    display: block;
}

.img-responsive {
    max-width: 100%;
}

.Bread-contect {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.breadcrumb {
    width: 100%;
    float: left;
    background: #f6f6f6;
    padding: 0 10%;
    border-bottom: 1px solid #e0dfdf;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.breadcrumb ul {}

.breadcrumb ul li {
    float: left;
    padding: 12px 0;
}

.breadcrumb ul li img {
    padding: 0 9px 3px;
    ;
}

.breadcrumb ul li a {
    color: #000;
    display: block;
    float: left;
    font-size: 14px !important;
}

.left-side {
    width: 30%;
    float: right;
    padding: 23px 5% 0 3%;
    background: #e6e6e6;
    border-right: 1px solid #e0dfdf;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.left-side h5 {
    font-family: Arial, sans-serif;
    font-size: 22px;
    color: #000;
    border-bottom: 1px solid #e0dfdf;
    padding: 0 0 12px;
}

.left-side .news-and-events-inner,
.left-side-filter .news-and-events-inner {
    margin: 20px 20px 20px 0
}

.left-side ul {}

.left-side ul li {
    font-size: 13px;
    font-family: Arial, sans-serif;
    padding: 16px 0 9px;
}

.left-side ul li a {
    background: url(../images/left-side.png)left center no-repeat;
    display: inline-block;
    padding: 0 0 0 18px;
    color: #000;
}

.left-side-filter h5 {
    font-family: Arial, sans-serif;
    font-size: 22px;
    color: #000;
    border-bottom: 1px solid #e0dfdf;
    padding: 0 0 12px;
}

.left-side-filter ul {}

.left-side-filter ul li {
    font-size: 13px;
    font-family: Arial, sans-serif;
    padding: 16px 0 9px;
}

.left-side-filter ul li a {
    background: url(../images/left-side.png)left center no-repeat;
    display: inline-block;
    padding: 0 0 0 18px;
    color: #000;
}

.left-side-filter {
    width: 30%;
    float: left;
    padding: 23px 0 0 10%;
    background: #e6e6e6;
    border-right: 1px solid #e0dfdf;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.right-side {
    width: 70%;
    float: left;
    padding: 25px 0 62px 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 986px;
    background: #fff;
}

.right-side h3 {
    font-size: 30px;
    color: #000;
    padding: 0 0 20px;
}

.right-side p {
    font-size: 15px;
    color: #000;
    line-height: 22px;
    padding: 0 8% 28px 0;
}

.right-side>div {
    float: left;
}

.right-side ul li {
    line-height: 20px;
    padding-bottom: 5px;
}

.right-side img {
    float: left;
    padding: 0 19px 19px 0;
    margin: 0;
    text-align: none;
    border-radius: 0px;
    border: 0;
}

.social-fone {
    width: 33%;
    float: left;
}

.social-icon {
    background: url(../images/contact-social.jpg)center top no-repeat;
    background-size: cover;
    padding: 0 8%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.social-fone ul {
    text-align: right;
    margin: 0 0 0;
}

.social-fone ul li {
    float: inherit;
    display: inline-block;
}

.social-fone img {
    max-width: 98%;
    display: inline-block;
    vertical-align: middle;
}

.social-fone>div {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    font-size: 35px;
    margin: 75px 0 0;
    color: #fffefe;
    text-align: center;
    line-height: 64px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.toll {
    font-size: 16px;
    font-family: Arial, sans-serif;
    vertical-align: top;
}

.social-fone h6 {
    font-size: 16px;
    color: #fff;
    text-align: right;
    padding: 0 0 15px;
    margin: 50px 0 0;
}

.fon-siz {
    font-size: 30px;
    font-weight: bold;
}

.instant {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 60px;
    width: 40%;
    float: left;
    color: #fff;
    padding: 29px 0 0;
}

.instant-inner {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 55px;
    width: 45%;
    float: left;
    color: #fff;
    padding: 53px 0 0;
}

.instant-icloud {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 55px;
    width: 55%;
    float: left;
    color: #fff;
    padding: 53px 0 0;
}

.instant-support {
    background: url(../images/instant.jpg)center top no-repeat;
    background-size: cover;
    padding: 0 6%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.just {
    background: url(../images/just.png)center top no-repeat;
    width: 17%;
    float: left;
    font-size: 44px;
    padding: 2.9% 0;
    text-align: center;
    background-size: 85%;
}

.just-inner {
    background: url(../images/just.png)center top no-repeat;
    width: 17%;
    float: left;
    font-size: 44px;
    padding: 3.3% 0;
    text-align: center;
    background-size: 85%;
}

.col-now {
    width: 15%;
    float: left;
    margin: 79px 0 0 20px;
}

.col-now a {
    background: url(../images/col.png)left top repeat-x;
    width: 183px;
    display: block;
    line-height: 52px;
    border-radius: 5px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    text-decoration: underline;
}

.col-now-inner {
    width: 15%;
    float: left;
    margin: 61px 0 0 0px;
}

.col-now-inner a {
    background: url(../images/col.png)left top repeat-x;
    width: 183px;
    display: block;
    line-height: 52px;
    border-radius: 5px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    text-decoration: underline;
}

.support-panel {
    width: 30%;
    float: left;
    border: 1px solid #c6c6c6;
    text-align: center;
    margin: 50px 18px 0 0;
}

.support-panel img {
    margin: -37px 0 10px;
    padding: 0;
    text-align: center;
    display: inline-block;
    float: none;
    border-radius: 50px;
    border: 1px solid #c6c6c6;
}

.header-support-panel {
    background: #e2e2e2;
    padding: 7px 0 22px;
}

.header-support-panel h6 {
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #000;
    padding: 0 0 11px;
}

.header-support-panel p {
    font-size: 16px;
    color: #000;
    font-family: Arial, sans-serif;
    padding: 0;
}

.body-support-panel {
    padding: 17px 0 5px;
    min-height: 68px;
}

.body-support-panel p {
    font-size: 14px;
    padding: 0 1.5%;
}

.footer-support-panel {}

.footer-support-panel a {
    background: #fe6700;
    display: block;
    padding: 14px 0;
    color: #fff;
}

.account-pro-form {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    padding: 20px 2% 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-row {
    width: 100%;
    float: left;
    padding: 0;
}

.form-row label {
    width: 40%;
    vertical-align: baseline;
    line-height: 36px;
    text-align: right;
    display: inline-block;
    float: left;
    font-family: Arial, sans-serif;
}

.form-row span {
    display: inline-block;
    line-height: 36px;
}

.form-row input[type=text],
.form-row input[type=email],
.form-row input[type=tel] {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 5px;
    font-size: 14px;
    width: 50%;
    margin-left: 1%;
}

.form-row select {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 5px;
    font-size: 14px;
    width: 51%;
    margin-left: 1%;
}

.form-row input[type=checkbox],
.form-row input[type=radio] {
    vertical-align: middle;
    margin-top: 0
}

.form-row input[type=submit] {
    background-color: #773102;
    border-radius: 23px;
    color: #FFFEFE;
    float: right;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border: 0;
    padding: 10px 20px;
    cursor: pointer;
}

.col1 {
    width: 100%;
    float: left;
    padding: 3px 0;
}

.col2 {
    width: 100%;
    float: left;
    padding: 3px 0;
}

.full-side {
    width: 100%;
    float: left;
    padding: 5px 10% 62px 10%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.full-side h3 {
    font-size: 30px;
    color: #000;
    padding: 0 0 20px;
}

.full-side p {
    font-size: 15px;
    color: #000;
    line-height: 22px;
}

.full-side>div {
    float: left;
}

.full-side img {
    float: left;
    padding: 0 19px 19px 0;
    margin: 0;
    text-align: none;
    border-radius: 0px;
    border: 0;
}

.section_collapse_expand {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 9px;
    color: #009900;
}

.section_collapse_expand a {
    color: #009900;
}

.section_collapse_expand a:hover {
    color: #669966;
}

.accodion {
    float: left;
    width: 100%;
}

.accodion h4 {
    font-weight: normal;
    font-size: 20px;
    padding: 18px 0 0 0;
    cursor: pointer;
    font-family: Arial, sans-serif;
}

.accodion h4:hover {
    color: #666666
}

.accodion h4.on {
    background: url(../images/on-off-img.png) left 13px no-repeat;
    padding-left: 38px;
    padding-bottom: 5px
}

.accodion h4.off {
    background: url(../images/on-off-img.png) left -362px no-repeat;
    padding-left: 38px;
}

.accodion div.content {
    font-size: 16px;
    border-bottom: 1px dotted #000000;
    padding: 0 0 21px 0;
    margin: 0 0 10px 0
}

.accodion div.content p {
    padding-bottom: 7px;
}

.accodion div.content .inner-content {
    padding-left: 38px;
}

.filter-section {
    background: url(../images/container_bg.jpg) repeat-y left top;
    overflow: auto;
    float: left;
    width: 100%;
}

.social-fone input,
.social-fone textarea {
    display: block;
    margin: 5px 31%;
    padding: 7px 2px;
    width: 250px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.social-fone input[type=Email] {
    display: inline-block;
    float: left;
    margin-right: 0;
    width: 119px
}

.social-fone input[type=tel] {
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-left: 6px;
    width: 119px
}

.social-fone input[type=submit] {
    background: #5fb16f;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 0;
    text-transform: uppercase;
    width: 69%
}

.social-fone input[type=submit]:hover {
    opacity: 0.8;
}

.social-fone input,
.social-fone textarea,
.social-fone input[type="tel"],
.social-fone input[type="Email"] {
    display: none;
}

.disclaimer img {
    max-width: 100%
}

.news-and-events-inner {
    display: none;
}

.right-side img {
    width: 300px;
}

/*RESPONSIVE CLASSES CODE*/
@media only screen and (max-width:1024px) {
    .one-time {
        /* width: 24.9%; */
    }

    .one-support {
        width: 100%;
        display: flex;
        box-sizing: border-box;
    }
    .one-support h5 {
        font-size: 14px;
        font-weight: 600;
        background: #ffffff;
        color: #000;
        text-align: center;
        padding: 22px 8px 19px;
    }
    .one-support p {
        font-size: 14px;
        color: #000;
        padding: 23px 15% 0;
        line-height: 20px;
        min-height: 40px;
    }
    .money {
        font-size: 50px;
        color: #000;
        text-align: center;
        padding: 39px 0 0;
        letter-spacing: -0.12rem;
    }
    .support-plan {
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding: 0 0 0 30px;
        line-height: 41px;
        font-family: Arial, sans-serif;
        font-weight: bold;
        background-size: contain !important;
    }
    .one-support ul li{
        padding: 18px 10px 15px;
    }
    .just-inner{
        font-size: 36px;
        background-size: contain;
        padding: 3% 0%;
        text-align: center;
        line-height: 30px;
    }
    .just-inner > span{
        font-size: 28px !important;
    }
    .instant-inner{
        font-size:40px;
        padding: 20px 0;
        line-height: 84px;
        width: 50%;
    }
    .col-now-inner {
        width: 23%;
        float: right;
        margin: 0;
        transform: translateY(70%);
    }
    .col-now-inner a{
        text-decoration: none;
        text-shadow: 1px 1px 1px #000;
        text-transform: capitalize;
    }
    .get24-left {
        font-size: 23px;
    }

    .get24-right {
        font-size: 27px;
    }

    .get24-left span {
        font-size: 42px;
    }

    .Registration-number::before {
        width: 16px;
    }

    .Registration-number {
        padding: 6px 0 6px 14px;
    }

    .Registration-contact span {
        line-height: 29px;
    }

    nav ul li {
        padding: 0 11px;
    }

    nav ul li a {
        font-size: 17px;
    }

    nav ul li a:hover {
        background: url(../images/nav-arrow.png)center 19px no-repeat;
    }

    .intuit h3 {
        font-size: 35px;
    }

    .disclaimer-left {
        width: 46%;
    }

    .disclaimer-right {
        width: 54%;
        font-size: 12px;
    }

    .disclaimer-left ul li a {
        font-size: 12px;
    }

    .support-plan {
        background: rgba(0, 0, 0, 0) url("../images/get-support.png") no-repeat scroll center top / 213px auto;
    }

    .header-content {
        width: 90%;
        margin: 0 auto 0 -442px;
    }

    .call-icon {
        max-width: 100%;
        right: -7px;
    }

    .head-center h1 {
        font-size: 49px;
    }

    .breadcrumb {
        padding: 0 6%;
    }

    .left-side-filter {
        width: 24%;
        padding: 23px 0 23px 6%;
    }

    .social-fone>div {
        font-size: 30px;
    }

    .social-icon {
        padding: 0 1%;
    }

    .instant-support {
        padding: 0 3%;
    }

    .just {
        background-size: 34%;
        width: 60%;
        padding: 3.3% 0;
    }

    .instant {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width:960px) {
    nav {
        width: 65%;
    }

    nav ul li a {
        font-size: 16px;
    }

    nav ul li {
        padding: 0 8px;
    }

    nav ul {
        padding: 8px 0 5px;
    }

    nav ul li a:hover {
        background: url(../images/nav-arrow.png)center 18px no-repeat;
    }

    .nav-main img {
        max-width: 90%;
    }

    .social-fone ul {
        margin: 0 0 20px;
    }

    .one-time {
        width: 50%;
        float: left;
        background: #e4e3f5;
        padding: 0 0 46px;
    }

    .one-time1 {
        width: 50%;
        float: left;
        background: #e2fdff;
        padding: 0 0 46px;
        border-left: 1px solid #fff;
    }

    .one-time2 {
        width: 50%;
        float: left;
        background: #e2fae2;
        padding: 0 0 46px;
        border-left: 1px solid #fff;
    }
    .quick-issues-inner {
        width: 33%;
        float: left;
    }
    .one-time3 {
        width: 100%;
        float: left;
        background: #f7f4e3;
        padding: 0 0 46px;
        border-left: 1px solid #fff;
    }

    .get24-left span {
        font-size: 42px;
    }

    .disclaimer-right {
        width: 46%;
        float: left;
        font-family: Arial, sans-serif;
        font-size: 13px;
        color: #7e7e7e;
        padding: 33px 0 0;
    }

    .header-content {
        margin: 0 auto 0 -356px;
        width: 94%;
    }

    .Registration-contact {
        width: 50%;
        margin: 0 0 0 3.5%;
    }

    .Registration-number {
        width: 33%;
        font-size: 15px;
    }

    .Registration-number::before {
        left: -19px;
        top: 0;
    }

    hgroup {
        padding: 61px 0 0;
        text-align: center;
        width: 100%;
    }

    .head-center h1 {
        font-size: 40px;
    }

    .call-icon {
        right: -14px;
    }

    .head-center {
        margin-top: 0%;
        padding-top: 0;
        padding-bottom: 40px;
        min-height: 140px;
        background-size: auto 48%;
    }
    .head-center p{
        font-size:18px;
    }

    .fone {
        line-height: 50px;
        font-size: 30px;
        width: 370px;
        margin: 3% auto 3%;
    }

    .support h4 {
        font-size: 20px;
        padding-top: 10px;
    }

    .support p {
        font-size: 14px;
    }

    .support {
        padding: 4%;
        box-sizing: border-box;
    }
    .instant-inner{
        width: 55%;
        font-size:28px;
    }
    .quickbooks-support-icloud h3{
        font-size:38px;
    }
    .quickbooks-support-icloud p{
        line-height: 24px;
    }
    .services {
        margin: 66px 0 73px;
        text-align: center;
    }

    .support figure {
        float: none;
        padding: 0;
    }

    .quickbooks h2 {
        font-size: 36px;
    }

    .quickbooks .heading2 {
        font-size: 15px;
    }

    .quickbooks p {
        font-size: 13px;
        line-height: 19px;
    }

    .intuit h3 {
        font-size: 26px;
    }

    .intuit p {
        font-size: 16px;
    }

    .intuit li {
        font-size: 14px;
        line-height: 21px;
    }

    .quickbooks-support h3 {
        font-size: 40px;
    }

    .quickbooks-support p {
        font-size: 16px;
    }

    .one-support {
        width: 100%;
        display: block;
    }
    .support-plan{
        padding: 0 0 0 50px;
        line-height: 60px;
        font-size:20px;
    }
    .one-support h5{
        font-size: 24px;
        padding: 12px 8px 12px;
    }
    .one-time2,  .one-time {
        width: 50%;
    }
    .one-support p{
        min-height: 10px;
    }
    .quick-issues-inner h4 {
        font-size: 14px;
    }

    .quick-issues-inner ul li a {
        font-size: 12px;
        padding: 0 0 0 9px;
    }
    .quick-issues-inner ul li{
        line-height: 24px;
    }
    .get24-right {
        font-size: 17px;
    }

    .get24-left {
        font-size: 18px;
        width:100%;
    }

    .bottom-nav ul li a {
        font-size: 12px;
    }
    .bottom-nav ul li{
        padding:5px;
    }

    .disclaimer-left {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .disclaimer-left ul {
        text-align: center;
    }

    .disclaimer-left ul li {
        float: inherit;
        display: inline-block;
    }

    .disclaimer-left ul li a {
        font-size: 12px;
    }

    .disclaimer-right {
        width: 100%;
        font-size: 12px;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .disclaimer {
        padding: 41px 6% 18px;
    }

    .left-side-filter {
        width: 30%;
        padding: 23px 0 0% 2%
    }

    .filter-section {
        background-position: -175px top;
    }

    .right-side {
        padding: 25px 0 62px 15px;
        width: 70%;
    }

    .support-panel {
        margin: 50px 13px 0 0;
    }

    .right-side p {
        padding: 0 4% 28px 0;
    }

    .social-fone {
        width: 50%;
    }

    .Registration-contact img {
        padding: 0 6px;
    }
    }

    @media only screen and (max-width:767px) {
        .right-side img {
            width: 100%;
        }

        .header-content {
            margin: 0 auto 0 -282px;
        }

        .support {
            width: 100%;
            float: left;
            text-align: center;
            padding: 0 6% 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        .one-support h5{
            padding: 20px 8px 20px;
        }

        .one-time {
            width: 50%;
            float: left;
            background: #e4e3f5;
            padding: 0 0 46px;
        }

        .one-time1 {
            width: 100%;
            float: left;
            background: #e2fdff;
            padding: 0 0 46px;
            border-left: 1px solid #fff;
        }
    
        .one-time2 {
            width: 100%;
            float: left;
            background: #e2fae2;
            padding: 0 0 46px;
            border-left: 1px solid #fff;
        }

        .one-time3 {
            width: 100%;
            float: left;
            background: #f7f4e3;
            padding: 0 0 46px;
            border-left: 1px solid #fff;
        }

        .get24-left {
            width: 100%;
            float: left;
            font-size: 25px;
            color: #fff;
            text-align: center;
        }

        .get24-left span {
            font-size: 42px;
        }

        .get24-right {
            width: 60%;
            float: left;
            text-align: center;
            margin: 21px 20% 0 20%;
            font-size: 23px;
        }

        .Registration-contact {
            width: 100%;
            margin: 0;
            float: inherit;
            text-align: center;
        }

        .Registration-contact span {
            float: inherit;
        }

        .Registration-number::before {
            width: 24px;
            height: 63px;
            left: -18px;
            top: 2px;
        }

        .Registration-number {
            width: 100%;
            font-size: 14px;
            text-align: center;
        }

        .Registration-number img {
            max-width: 2.5%;
        }

        .header-content {
            margin: 0 auto 0 -307px;
            left: 49%;
        }

        #cssmenu ul li {
            width: 97%;
        }

        .call-icon {
            right: -6px;
        }

        .support {
            padding: 10px 6%;
            border-bottom: 1px solid #d2d2d2;
        }

        .support:nth-child(3n) {
            border-bottom: 0;
        }

        .nav-main {
            margin: 0;
        }

        .intuit h3 {
            font-size: 22px;
        }

        .intuit p {
            font-size: 14px;
            padding: 0 0 34px;
            padding-left: 16px;
        }

        .intuit li {
            font-size: 13px;
            line-height: 19px;
        }

        .intuit {
            padding: 100px 4% 35px;
        }

        .quickbooks-support h3 {
            font-size: 35px;
        }

        .quickbooks-support p {
            font-size: 14px;
        }

        .one-time3 {
            width: 100%;
        }

        .quick-issues-inner {
            width: 100%;
        }

        .quick-issues-inner h4 {
            font-size: 22px;
            padding: 20px 0 14px;
            border-bottom: 1px solid #454242;
            margin-bottom: 16px;
        }

        .quick-issues-inner ul li a {
            font-size: 14px;
        }

        .quick-issues {
            padding: 10px 4% 30px;
        }

        .disclaimer {
            padding: 41px 2% 16px;
        }

        .support figure {
            padding: 0;
            float: none;
        }

        .disclaimer-left ul li {
            float: inherit;
            display: inline-block;
            line-height: 24px;
        }

        .disclaimer-left {
            padding: 19px 0;
            text-align: center;
        }

        .left-side-filter {
            padding: 23px 0 0% 6%;
            width: 100%;
        }

        .left-side-filter ul li {
            font-size: 30px;
        }

        .filter-section {
            background: none;
        }

        .right-side {
            width: 100%;
            padding: 25px 0 20px 15px;
        }

        .instant {
            width: 100%;
            font-size: 45px;
            text-align: center;
        }

        .just {
            padding: 4.5% 0;
            width: 45%;
            background-size: 56%;
        }

        .col-now {
            width: 45%;
        }

        hgroup {
            padding: 75px 0 0;
        }

        nav {
            width: 100%;
        }

        nav ul {
            text-align: center;
        }

        header .bx-wrapper img {
            height: 400px !important;
        }

        .support-panel {
            width: 45%;
        }

        .left-side {
            width: 100%;
        }

        .Registration-contact img {
            padding: 0 6px;
        }

        .quick-issues-inner {
            width: 50%;
            float: left;
        }

        .quick-issues-inner:last-child {
            width: 100%;
        }

        .quick-issues-inner ul {
            padding-bottom: 20px;
        }

        .head-center {
            padding-bottom: 120px;
            background-position: 15% bottom, 35% bottom, 55% bottom, 86% bottom
        }
        .col-now-inner{
            width: 100%;
            float: right;
            transform: translateY(0%);
        }
         .instant-inner{
            width: 100%;
            font-size: 40px;
            line-height: 34px;
        }
        .just-inner {
            font-size: 36px;
            background-size: 40%;
            padding: 11% 0% 8%;
            text-align: center;
            line-height: 30px;
            height: 80px;
            width:100%;
        }
        .col-now-inner a{
            margin:0 auto;
        }
        .instant-support {
            padding: 0 3% 20px;
            text-align: center;
        }
        .money{
            padding: 0;
            letter-spacing: -0.09rem;
        }
    }

    @media only screen and (max-width:639px) {
        .phone1 {
            margin-top: 13px;
        }

        .header-content {
            margin: 0 auto 0 -230px;
        }

        .support {
            width: 100%;
            float: left;
            text-align: center;
            padding: 0 6% 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .get24-left {
            width: 100%;
            float: left;
            font-size: 25px;
            color: #fff;
            font-weight: 500;
        }

        .get24-left span {
            font-size: 42px;
        }

        .one-time,
        .one-time2 {
            width:100%;
        }
        
        .one-support ul li {
            font-size: 14px;
        }

        .quickbooks-support h3 {
            font-size: 29px;
        }

        .quickbooks h2 {
            font-size: 27px;
        }

        .quickbooks {
            padding: 40px 4% 0;
            line-height: 23px;
        }

        .quickbooks p {
            font-size: 14px;
        }

        .intuit h3 {
            font-size: 18px;
        }

        .intuit li {
            padding-left: 23px;
        }

        .support-plan {
            background: url(../images/get-support.png) no-repeat scroll center top / 202px auto;
            font-size: 17px;
        }

        .get24-left {
            font-size: 19px;
        }

        .get24-right {
            margin: 21px 16% 0;
            width: 69%;
        }

        .testimonials-main h3 {
            padding: 0 0 18px;
            font-size: 24px;
        }

        .head-center h1 {
            font-size: 23px;
        }

        .Registration-number {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            width: 100%;
            box-sizing: border-box;
        }

        .Registration-number::before {
            background: none;
        }

        .Registration-contact {
            width: 100%;
        }

        .head-center h5 {
            font-size: 16px;
        }

        .bottom-nav ul {
            line-height: 20px;
        }

        header .bx-wrapper img {
            height: 350px !important;
        }

        .head-center h1 {
            font-size: 31px;
        }

        .head-center h5 {
            font-size: 19px;
            padding: 15px 0 0;
        }

        .bottom-nav ul li {
            padding: 0 0px 7px 10px;
        }

        .bottom-nav ul li a {
            font-size: 11px;
        }

        nav ul li a {
            font-size: 12px;
        }

        nav ul li {
            padding: 0 4px;
        }

        .left-side-filter ul li {
            font-size: 24px;
        }

        .just {
            padding: 4.5% 0;
            width: 47%;
            background-size: 66%
        }

        .social-fone {
            width: 99%;
        }

        .social-fone h6 {
            margin: 27px 0 0;
        }

        .social-fone>div {
            margin: 22px 0 0;
        }

        .Registration-number img {
            max-width: 4%;
        }

        .quick-issues-inner {
            width: 100%;
        }

        .head-center {
            padding-bottom: 80px;
            background-size: 16%, 16%, 16%, 28%;
        }
    }

    @media only screen and (max-width:479px) {
        .header-content {
            margin-left: -236px;
            width: 100%
        }

        .get24-left span {
            font-size: 42px;
        }

        .get24-right {
            width: 100%;
            float: left;
            background: #181b1f;
            border-radius: 50px;
            font-size: 22px;
            color: #fffefe;
            text-align: center;
            line-height: 64px;
            border: 1px solid #000;
            margin: 10px 0 0;
        }

        .Registration-number {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            width: 100%;
            box-sizing: border-box;
        }

        .Registration-number::before {
            background: none;
        }

        .Registration-number {
            font-size: 13px;
            padding: 12px 0 7px 10px;
        }

        .Registration-contact {
            width: 76%;
        }

        .header-content {
            margin-left: 0;
            left: 0
        }

        .nav-main img {
            max-width: 100%;
        }

        .head-center h5 {
            font-size: 16px;
        }

        .head-center {
            margin-top: 0%;
        }

        .fone {
            font-size: 21px;
            line-height: 49px;
            margin: 6% auto 6%;
            width: 300px;
        }

        .call-icon {
            right: 0;
            text-align: right;
            top: 51%;
        }

        .call-icon>img {
            width: 70%;
        }

        .support {
            padding: 15px 6%;
        }

        .quickbooks {
            padding: 70px 2% 0;
        }

        .quickbooks h2 {
            font-size: 22px;
        }

        .quickbooks .heading2 {
            font-size: 14px;
            line-height: 19px;
        }

        .intuit h3 {
            font-size: 18px;
            line-height: 20px;
        }

        .intuit p {
            padding: 0 0 10px 0;
            font-size: 13px;
        }

        .intuit li {
            padding-left: 24px;
        }

        .quickbooks-support h3 {
            font-size: 22px;
        }

        .quickbooks-support {
            padding: 19px 4% 44px;
        }

        .one-support p {
            padding: 23px 2px;
        }

        .testimonials-main h3 {
            font-size: 25px;
        }

        .testimonials-main p strong {
            font-size: 16px;
        }

        .get24-left {
            font-size: 26px;
            line-height: 31px;
        }

        .bottom-nav ul li {
            line-height: 21px;
        }

        .disclaimer-left {
            padding: 19px 2%;
        }

        .disclaimer-right {
            padding: 0 11%;
        }

        header .bx-wrapper img {
            height: 300px !important;
        }

        .Registration-contact img {
            padding: 0 7px;
        }

        .Registration-contact a {
            font-size: 12px;
        }

        .Registration-contact {
            width: 100%;
        }

        .header-content {
            margin: 2px auto 0 0;
        }

        .just {
            width: 100%;
            padding: 10% 0;
            background-size: 50%;
        }

        .col-now {
            width: 100%;
            margin: 20px 0;
            text-align: center;
        }

        .col-now a {
            display: inline-block;
        }

        .Registration-number img {
            max-width: 5%;
        }

        .support-panel {
            width: 95%;
        }
    }

    @media only screen and (max-width:360px) {
        .Registration-contact a {
            font-size: 12px;
        }

        .Registration-number {
            font-size: 17px;
        }

        .left-side ul li {
            font-size: 16px;
        }
    }

    @media only screen and (max-width:320px) {
        .Registration-number {
            font-size: 15px;
        }

        .disclaimer-left {
            padding: 19px 0;
        }

        .testimonials-main h3 {
            font-size: 30px;
        }
    }

    #footer-agreement {
        background: #000;
        position: fixed;
        z-index: 999;
        width: 160px;
        left: 0;
        text-align: center;
        padding: 20px 0;
        margin: 0;
        bottom: 50px;
        color: #fff;
        line-height: 20px;
        font-size: 22px;
    }

    #footer-agreement p {
        line-height: 30px;
        margin: 0;
        padding: 0;
        display: block;
    }

    #footer-agreement button {
        line-height: 20px;
        padding: 10px;
        width: 100px;
        margin: 10px;
        background: #ee6305;
        border: 0;
        color: #fff;
        cursor: pointer
    }

    .support-start-section .main-heading h2{
        font-size: 26px;
        text-align: center;
        line-height: 75px;
    }

     .support-start-section .main-heading h3{
        line-height: 42px;
        font-size: 20px;
    }

     .support-start-section .main-heading p{
        font-size: 15px;
        line-height: 24px;
        padding: 4px;
    }
    .social-icon .social-fone:last-child {
        display: none;
    }

    /* ===================== 27-01-2025 ===================== */

    th, td {
        border: 1px solid #ccc;
        padding: 5px;
    }
    .right-side h2 {
        font-size: 30px;
        line-height: normal;
        color: #000;
        padding: 10px 0 20px;
    }
    .right-side h3 {
        font-size: 25px;
        line-height: normal;
        color: #000;
        padding: 10px 0 20px;
    }



    section.header-slider ul li img {
        width: 100%;
    }