/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {font-family:'Raleway', sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {margin: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {display: inline-block; vertical-align: baseline;}
audio:not([controls]) {display: none; height: 0;}
[hidden], template {display: none;}
a {background-color: transparent;}
a:active, a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: bold;}
dfn {font-style: italic;}
h1 {margin: .67em 0; font-size: 2em;}
mark {color: #000; background: #ff0;}
small {font-size: 80%;}
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline;}
sup {top: -.5em;}
sub {bottom: -.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
pre {overflow: auto;}
code, kbd, pre, samp {font-family: 'Raleway', sans-serif; font-size: 1em;}
button, input, optgroup, select, textarea {margin: 0; font: inherit; color: inherit;}
button {overflow: visible;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {padding: 0; border: 0;}
input {line-height: normal;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0;}
legend {padding: 0; border: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-spacing: 0;border-collapse: collapse;}
td, th {padding: 0;}
/* ------ end normalize css ------- */


.widget-snippet a:hover, .widget-snippet a:focus {
    color: #23527c;
    text-decoration: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family:'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
::selection {
    background-color: #808080;
    color: #ffffff;
}
::-moz-selection {
    background-color: #808080;
    color: #ffffff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.widget-form input[type="text"], .widget-form textarea, .widget-form .form-row select{
    width:100%;
}
body .widget-article a:hover,
body .widget-article a:focus {
    color: rgba(0,58,112, .6);
}
img {
    max-width: 100%;
    vertical-align: middle;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e2e2e2;
}
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    color: inherit;
}
h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
h4, h5, h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 0;
}

p  {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    color: #4a4a4a;
    line-height: 28px;
    margin: 0 0 20px;
    padding-bottom: 0px;
}
ul, ol {
    margin-bottom: 20px;
    padding: 0 0 0 0px;
}
ul li, ol li {
    font-size: 15px;
    color: #000;
    line-height: 24px;
}
ul li {
    background: rgba(0, 0, 0, 0) url("/template/859cc39d/images/li-bg.png") no-repeat scroll left 7px;
    font-family: "Raleway",sans-serif;
    font-size: 15px;
    line-height: 24px;
    list-style: outside none none;
    padding-left: 25px;
    position: relative;
    padding-bottom: 4px;
}
table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}
table, th, td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align:left;
}
body input[type="submit"], body input[type="button"], body button, body .button, body a.button {
    background: #6abad0 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: auto;
    padding: 10px 25px;
    transition: all 300ms ease 0s;
}
input[type="button"]:hover{
    background: #808080;
    color: #fff;
}
body input[type="submit"]:hover, body input[type="button"]:hover, body button:hover, body .button:hover, body a.button:hover {
    background: none  #6abad0 ;
}
body input[type="submit"][disabled], body input[type="button"][disabled], body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover, body button[disabled]:hover, body .button.disabled:hover, body a.button.disabled:hover {
    background: #6abad0 none repeat scroll 0 0;
    border: medium none;
    color: #f4f4f4;
}
.body .widget {
    margin-bottom: 15px;
}
/*form element desgin*/

.form-row {
    margin: 15px 0;
}
.form-row.simple_captcha_help_text, span.simple-captcha-reload, .form-row.simple-captcha > label {
    display: none;
}
.simpleCaptcha-container {
    overflow: hidden;
}
.form-row.simple_captcha_input_field.mandatory label{
    display: none;
}
.form-row.simple_captcha_input_field.mandatory {
    width: calc(100% - 150px);
    float: left;
}
.form-row.simple-captcha img{
    width: 120px;
}
.form-row.simple-captcha {
    width: 150px;
    float: left;
}
strong{
    font-weight: 500;
    color: #000;
    font-size: 1em;
}
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #cecece;
    box-sizing: border-box;
    height: 35px;
    padding: 5px 10px;
    margin: 0;
    width: 100%;
}
input[type="text"], input[type="password"], textarea, select {
    width: 100%;
}
select,
.registration-form select {
    width: 100%;
}
textarea {
    height: 150px;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
    margin-right: 20px;
}
h1{
    color: #3b3b3b;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}
h2{
    color: #3b3b3b;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}
h3{
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
}
h4{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}
h5 {font-size: 14px;}
h6 {font-size: 12px;}
.btn, button{
    background: #6abad0;
    border-radius: 0;
    border: 0;
    padding: 10px 25px;

    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}
.btn:hover, button:hover, a.btn:hover, a.btn:focus{
    background: #808080!important;
    color: #fff;
}
.body .widget-title{
    font-size: 24px;
    font-weight: 400;
    color: #3b3b3b;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.widget.widget-pageHeading {
    text-align: center;
    padding-top: 40px;
}
#webcommander-page .widget.widget-storeLogo {
    z-index: 99;
}
.tax-service-parent > h2{
    padding-bottom: 10px;
}
.tax-service-parent .text-small-box{
    padding: 20px;
}
.tax-return-single .tax-box-wrap{
    display: -webkit-flex;
}
.tax-return-single:nth-child(odd) .tax-box-wrap {
    -webkit-flex-direction: row;
}
.tax-return-single:nth-child(even) .tax-box-wrap {
    -webkit-flex-direction: row-reverse;
}

.tax-service-parent > h2::after{
    top: 100%!important;
}
/* =============================================== HADDER DESIGN ===============================================*/

.page-content .v-split-container > .v-split {
    margin: auto;
    width: 1170px;
}

/*main-menu*/
.widget.main_nav .nav-wrapper .navigation-item {
    font-size: 14px;
    font-weight: 400;
    padding: 0 20px;
    text-transform: uppercase;
}
.widget.main_nav .nav-wrapper .navigation-item.has-child{
    padding-right: 30px;
    position: relative;
}
.widget.main_nav .nav-wrapper .navigation-item.has-child::before {
    content: "\f107"!important;
    font-family: fontawesome;
    position: absolute;
    top: 0;
    right: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
}

.widget.main_nav > .horizontal > .navigation-item > a {
    padding: 5px 0px 15px !important;
}
.widget.main_nav .navigation-item a {
    color: #4c4c4c;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.widget.main_nav .navigation-item:hover a,
.widget.main_nav .navigation-item.active a
{
    color: #6abad0;
}
.widget.main_nav .navigation-item-child-container::before{
    width: 15px;
    height: 15px;
    background: #6abad0!important;
    position: absolute;
    transform: rotate(45deg);
    content:"";
    left:50%;
    margin-left: -7.5px;
    top: -6px;
}
.widget.main_nav .navigation-item-child-container {
    background: #6abad0!important;
    width: 210px!important;
    margin-top: 12px;
    padding: 0!important;
    left: 50%;
    margin-left: -105px;
    border-radius: 5px;
}
.widget.main_nav .navigation-item-child-container  .navigation-item.first{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.widget.main_nav .navigation-item-child-container  .navigation-item:last-child{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.widget.main_nav .navigation-item-child-container .navigation-item {
    padding: 0!important;
    overflow: hidden;
}
.widget.main_nav .navigation-item-child-container .navigation-item a{
    color: #fff!important;
    text-align: center;
    padding: 9px 5px;
    text-transform: capitalize;
}
.widget.main_nav .navigation-item-child-container .navigation-item a:hover{
    background: #373737!important;
}
.widget.main_nav .navigation-item-child-container .navigation-item:last-child a{
    border-bottom: 0;
}
.widget.widget-navigation .nav-wrapper.horizontal {
    text-align: right;
}




.center-text{
    text-align: center;
}


.body > .widget-container {
    min-height: 350px;
}



/* ================================================ BODY DESIGN ================================================*/


/*Slider Design*/
.home-slider{
}
.home-slider::before{
    content: url(/template/859cc39d/images/slider-loader.gif);
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;


}
.jssor-slider-container .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av{
    opacity: 0;
}
div.jssor-slider-container .slide {
    display:none;
    opacity:0;
}
div.jssor-slider-container[jssor-slider="true"] .slide  {
    display:block;
    opacity:1;
}
div.jssor-slider-container .container,
div.jssor-slider-container {
    min-height: 550px;
    min-width: 100%;
}
.jssora20l, .jssora20r{
    opacity: 0;
}

.jssor-slider-container .container [u="caption"] {
    color: #fff;
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    font-family: 'Nimbus-Sanslight';
    text-align: center;
    letter-spacing: 3px;
    font-weight: 300;
}


.title.jssor-caption-1 {
    font-size: 56px;
    font-weight: 400;
    line-height: 30px;
    text-shadow: -1px 12px 23px rgb(0, 70, 89);
    text-transform: capitalize;
}

.description.jssor-caption-2 {
    font-size: 27px;
    line-height: 30px;
    padding: 5px;
    font-weight: 400;
    text-shadow: -1px 12px 23px rgb(0, 70, 89);
}
/* home design css */
.content-title > h1{
    letter-spacing: 2px;
}
.text-small-box h3{
    font-weight: 700;
}
/* =============================================== FOOTER DESIGN ===============================================*/

p.copy-r8{
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0,0,0,0.85);
    font-family: 'Raleway', sans-serif;
}
.social-links a {
    color: rgba(0, 0, 0, 0.85);
    font-family:fontAwesome;
    font-size: 20px;
}
.footer{
    padding-top: 70px;
}
.footer .widget-container {
    border-top: 1px solid #e2e2e2;
}
.footer .widget.widget-navigation a {
    border: medium none;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 3px;
    color: rgba(0,0,0,0.8);
}
.footer .widget.widget-navigation a:hover{
    color: #6abad0;
}
.footer .widget-title {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    padding-bottom: 0;
    text-transform: uppercase;
}



/* tax return page design */
.tax-navigation{
    display: none;
}
.tax-navigation ul li a:hover, .tax-navigation ul li a.active{
    background: #6abad0;
    color:#fff;
}

/* Bas Return Page */

.bas-service-bottom-box .widget-title{
    margin-bottom: 30px;
}
.bas-service-you .for-you-item p:empty{
    display: none;
}
.bas-return-banner{
    margin-bottom: 0!important;
}
.bas-banner-bottom{
    padding: 35px 0 35px;
    text-align: center;
    background: #f8f8f8;
}
.bas-banner-bottom h4{
    margin-top:10px;
    margin-bottom: 10px;
}
.bas-return-text{
    padding: 30px 0 10px;
}
.banner-bottom p:empty{
    display: none;
}

/* Mobile Tax agent */
.mobile-text-agent-article{
    text-align: center;
    padding-top: 50px;
}
.mobile-text-agent-article .article-content p{
    max-width: 1050px;
    margin: 0 auto;
}
.mobile-tax-bottom-article{
    text-align: center;
}
.mobile-tax-bottom-article .article-content {
    background: #6abad0;
    padding: 50px 25px;
}
.mobile-tax-bottom-article .article-content p{
    color: #fff;
    max-width: 650px;
    margin: 0 auto;
}
.mobile-banner-text {
    max-width: 400px;
    background: rgba(0,0,0,0.7);
    color: #fff !important;
    text-align: center;
    margin-top: -380px;
    margin-bottom: 180px !important;
    padding: 30px;
    font-size: 30px;
    line-height: 40px;
    margin-left: 60px;
}
.mobile-banner-text *{
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}
/* online tax agent article */

.online-tax-agent-article{
    padding-top: 50px;
}


/* contact page css*/

.widget-form .double-input-row .form-row {
    box-sizing: border-box;
    float: left;
    padding: 15px;
    width: 50%;
    margin: 0;
    padding-bottom: 0;
}
.widget-form .form-row input {
    height: 38px;
}
.contact-form.widget-form .form-row.btn-row label{
    display: none;
}
.contact-aside-image{
    margin-right: 70px;
}
.contact-aside-image img{
    width: 100%;
}
.page-contact-us .widget.widget-pageHeading , .contact-heading{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}
.social-links li a:hover i{
    color: #6abad0;
}

/* pricing page css */

.pricing-bottom{
    padding-top: 30px;
}
.pricing-bottom .widget-title{
    margin-bottom: 10px;
}
.pricing-bottom .star-m {
    font-size: 32px;
    vertical-align: top;
    line-height: 32px;
}


/* 404 page css */
.error-container{text-align: center;}
.error-container h1{    color: #09713c;
    color: #6abad0;
    font-size: 120px;
    font-weight: normal;
    line-height: 80px;
    margin: 0;
    padding: 20px 0 0;
    text-align: center;
}
.error-container h3 {
    color: #a2a2a2;
    font-size: 63px;
    font-style: normal;
    font-weight: bold;
    line-height: 55px;
    margin: 0;
    padding: 53px 0 20px;
    text-align: center;
}
.error-container p {
    color: #000;
    font-size: 27px;
    line-height: 35px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    max-width: 820px;

}
.home-slider .jssor-slider-container .slide:after{
    background-color:transparent !important;
}
.home-slider .jssor-slider-container .caption-wrapper {
    position: absolute;
    left: 56%;
    right: auto;
    bottom: 43%;
    text-align: left;
    padding: 0;
}
.copyright-text p{
    margin:0;
    padding:0;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: rgba(0,0,0,0.85);
    font-family: 'Raleway', sans-serif;
}
.contact-form .form-row.recaptcha-row label{
    display: none;
}
.fee .popup {
    padding: 0;
}
.fee-html-edit-content-popup .button-line, .fee .widget-image-edit-popup .fee-pu-content-footer {
    margin: 0 30px 20px !important;
}
.fee .widget-image-edit-popup .fee-pu-content-footer {
    max-width: 500px;
}
.fee .welcome-box {
    height: 190px;
    padding: 20px;
}
.fee .pricing-body ul{
    padding: 15px;
}
.fee .mobile-tax-agent {
    padding: 20px;
}
/*Section Full-wide*/
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
}

@media screen and (max-width: 980px) {
    body > .body {
        padding: 0;
    }
}

.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price .tax-message,
.fee-widget-product-image-view .product-view.image-view .current-price.price .tax-message,
.fee-widget-product-list-view .current-price.price .tax-message, .fee-widget-product-tabular-view .current-price.price .tax-message {
    color: #999;
    font-size: 10px;
    font-weight: 400;
    width: 100%;
    display: block;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name{
    padding-left: 15px;
    padding-right: 15px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .block-content-wrap > .price-waper {
    margin: 7px 15px 0;
}

/*Section Full-wide*/
.fee .horizontal .navigation-item:hover > .navigation-item-child-container {
    display: none;
}
.fee-mobile-view-on .widget.widget-navigation.main-menu .fee-header-footer-control-menu.fee-widget-option {
    left: auto;
    right: 0;
}
.widget-form .form-row {
    margin: 20px 0 15px;
    padding-bottom: 0;
}
.widget-snippet p {
    font-size: 14px;
    margin: 14px 0;
    padding: 0;
}
.full-footer-address .widget-title {
    line-height: 23px;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.widget-article h2 {
  font-size: 28px;
  margin: 30px 0 15px;
}
.widget-article h4 {
margin-top: 25px;
}
.cgt-bottom,
.rental-bottom{
  padding: 0 0 30px;
}