/*! 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);
}
.header > .widget-container {
    max-width: 1500px;
}
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.svg") 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;
}
.body .widget .widget-title {
    font-family: Raleway;
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 60px;
    position:relative;
}
.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;
}
div.widget.main_nav .nav-wrapper .navigation-item.contact-us{
    margin-left:90px
}
div.widget.main_nav .nav-wrapper .navigation-item.contact-us > a {
    background: #6ABAD0;
    max-width: 154px;
    max-height: 42px;
    padding: 12px 30px !important;
    color: #fff;
}
div.widget.main_nav .nav-wrapper .navigation-item.contact-us > a:hover {
    background: #494949;
}




.center-text{
    text-align: center;
}
    body > .body {
        padding: 0;
    }

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


.widget.widget-snippet section.welcome-tax-content .our-tax-title .tax-title > h2 {
    line-height: 52px;
}
/* ================================================ 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 {
height: 550px;
  width: 100%;
  margin: 0 auto;
}
.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, .widget.widget-html p 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, .widget.widget-html p 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;
}
.widget.widget-snippet .footer-address .address-1 p:last-child{
    margin-bottom: 10px;
}
.widget.widget-snippet .footer-address .address-1 p {
    margin-bottom: 20px;
}
/*Section owlCarousel*/
.owlCarousel.widget.widget-gallery {
    max-width: 1500px;
    margin: 0 auto;
    padding: 150px 30px;
}

.owlCarousel.widget.widget-gallery .owl-carousel .owl-item {
    width: 50%;
    padding: 20px 50px;
    border: 1px solid #0000001A;
}
.owlCarousel.widget.widget-gallery .owl-carousel .owl-item .article-title {
    display: none;
}
.owlCarousel.widget.widget-gallery .owl-carousel .owl-item .article-content{height: 280px;}
.owlCarousel.widget.widget-gallery .owl-carousel .owl-item .article-content h1, .owlCarousel.widget.widget-gallery .owl-carousel .owl-item .article-content h2, .owlCarousel.widget.widget-gallery .owl-carousel .owl-item .article-content h3, .owlCarousel.widget.widget-gallery .owl-carousel .owl-item .article-content h4 {
    font-family: Raleway;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.4px;
    vertical-align: middle;
    color: #373737;
}

.owlCarousel.widget.widget-gallery .owl-carousel .owl-item .article-content p {
    font-family: Raleway;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.4px;
    vertical-align: middle;
    color: #373737;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  margin:20px 0;
}

.owlCarousel.widget.widget-gallery .owl-carousel .owl-item .article-content h5, .owlCarousel.widget.widget-gallery .owl-carousel .owl-item .article-content h6 {
    font-family: Raleway;
    font-weight: 700;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #373737;
  margin:40px 0 0;
}
.owlCarousel.widget.widget-gallery .owl-theme .owl-controls {
    margin-top: 42px;
}
.owlCarousel.widget.widget-gallery .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #E1E1E1;
}
.owlCarousel.widget.widget-gallery .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #6ABAD0
}
.widget-snippet section.tax-services .our-tax-services .our-services-title .services-title, .widget-snippet .pricing-tax-title .pricing-title {
 position: relative; 
}
.owlCarousel.widget.widget-gallery .widget-title:after, .widget.widget-tabAccordion  .widget-title:after, .widget-snippet section.tax-services .our-tax-services .our-services-title .services-title:after,
.widget-snippet .pricing-tax-title .pricing-title:after{
    position:absolute;
    content:'';
    width:36px;
    height:1px;
    background: #6ABAD0;
    left:50%;
    bottom:45px;
    transform:translateX(-50%);
}
/* Start Tab Accordion */
.widget-tabAccordion .widget-title {
    text-align: center;
    font-family: Raleway;
    font-weight: 400;
    font-size: 90px;
    line-height: 106px;
    letter-spacing: -4px;
}
.body .widget.widget-tabAccordion {
      margin-bottom: 0; 
 }
.accordion-panel {
    padding:0 30px 0;
    max-width: 1500px;
    margin: -10px auto 0;
}
.accordion-panel>.label-bar .toggle-icon {
    right: 18px;
    left: auto;
    top: 18px;
}
.accordion-panel > .label-bar {
    background: transparent;
    border-radius: 0;
    height: auto;
    padding: 23px 40px 26px 30px;
    white-space: normal;
    font-style: normal;
    color: #000;
    margin: 0 0 -1px;
    border: 1px solid #E1E3EB;
      border-bottom: 1px solid transparent;
    font-weight: 600;
    font-size: 17px;
    font-family: 'Raleway';
}
.accordion-panel>.label-bar.expanded {
    border-radius: 0;
    box-sizing: unset;
    box-shadow: unset;
    border-bottom:1px solid transparent;
    height: auto;
    margin-top: 0;
    color: #6ABAD0;
    background: transparent;
    padding: 23px 40px 26px 30px;
    padding-right: 40px;
}
.accordion-panel>.accordion-item.expanded {
    padding: 0px 30px 60px;
    background: transparent;
    box-sizing: border-box;
    margin-top: 0;
    color: #000;
    margin-bottom: -1px;
    border: 1px solid #e1e5e5;
      border-top: 1px solid transparent;
}
.accordion-item.expanded p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 0 0 20px;
    padding: 0;
}
.accordion-item.expanded p:last-of-type{
    margin: 0;
}
.accordion-panel > .label-bar .toggle-icon {
    height: 20px;
    width: 20px;
    background-image: url("/template/859cc39d/images/plus-minus.svg");
    right: 30px;
    left: auto;
    top: 28px;
      -webkit-transition: unset;
  transition: unset;
}
.accordion-panel > .label-bar.expanded:hover .toggle-icon {
    height: 20px;
    width: 20px;
    background-image: url("/template/859cc39d/images/plus-minus.svg");
    right: 30px;
    left: auto;
    top: 28px;
    background-position: 0 -96px;
    transform: unset;
      -webkit-transition: unset;
  transition: unset;
}
.accordion-panel > .label-bar.expanded .toggle-icon {
    background-position: 0 -96px;
}
.widget.widget-filter .accordion-panel > .label-bar:hover label {
  color: #6cb8cf;
}
.accordion-panel > .label-bar.collapsed:hover {
    color: #6cb8cf;
    background: transparent;
}
.accordion-panel>.label-bar:hover  .toggle-icon {
   background-position: 1px -34px;
    transform: rotate(0deg);
    top: 25px;
    right: 31px;
      -webkit-transition: unset;
  transition: unset;
}
.accordion-panel>.accordion-item .wc-tab-accordion-widget {
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 0;
    padding: 0 !important;
}
.accordion-panel > .accordion-item.collapsed .wc-tab-accordion-widget {
  padding: 0 !important;
}
.accordion-panel>.accordion-item.collapsed {
    padding: 0px 30px 60px;
    background: transparent;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #E1E3EB;
      border-top: 1px solid transparent;
}
.accordion-panel>.accordion-item.collapsed p {
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 0;
    padding: 0;
}
.accordion-panel>.label-bar:last-of-type {
    margin-bottom: 10px !important;
}
.accordion-panel>.accordion-item.expanded:last-of-type {
      border-top: 1px solid transparent;
}
.accordion-panel > .label-bar.collapsed:nth-last-of-type(2){
      border-bottom:  1px solid #e1e5e5;
}

/* End Tab Accordion */
/* Blog */

.widget-blogPost {
    max-width: 1460px;
    padding: 0 30px;
    margin: 0 auto;
}
.widget-blogPost .blog-post-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    justify-content: start;
    padding: 0 0 40px;
}
.blog-post-item {
    min-height: 385px;
    width: calc(100%/3 - 40px);
    margin: 0 20px 30px;
    padding-bottom: 0;
    border-bottom: 0;
    position: relative;
    overflow: hidden;
    background: #FFF;
}
.post.post-list-view-width, .category.post-list-view-width {
    overflow: hidden;
    width: 100%;
    padding: 0;
    height: auto;
    border-radius: 10px;
}
.post.post-list-view-width img, .category.post-list-view img {
    width: 100%;
    object-fit: cover;
    padding-bottom: 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    max-width: 100%;
    object-position: top;
    border-radius:10px;
    height: 270px;
}

.blog-post-item:hover .post.post-list-view-width img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.blog-post-item .post-description {
    padding: 0;
    display:flex;
    flex-direction: column;
    background: #fff;
}
.blog-post-item .post-description .title {
    padding: 0;
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #000;
    font-family: 'Raleway', sans-serif;
}
.blog-post-item .post-description .title a {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.04em;
    text-align: left;
    color: #000;
    line-height: 24px;
    text-decoration: none;
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-post-item .post-description .blog-post-info span.date {
    color: rgba(0, 0, 0, 0.6);
    padding: 0;
    margin: 12px 0 0;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    display: block;
}

.blog-post-item .post-description > a {
    position: relative;
    font-size: 16px;
    color: #6ABAD0;
    margin: 20px 0 0;
    display: none;
}

.blog-post-item .post-description > a:hover {
    color: #000;
}
.blog-post-item .post-description .content{
    order:3;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #062a45;
    line-height: 21px;
    padding: 0;
    display: none;
}
.blog-post-item:hover .post-description .title,
.blog-post-item:hover .post-description .title a{
    color:#6ABAD0;
}
.blog-post-item:hover .post-description .content{
    color: #062a45;
    opacity:0.8;
}
.blog-post-info span.categories, .blog-post-info span.date {
    background: transparent;
    padding: 0;
    color: #fff;
    margin: 0;
}
.pagination span {
    background: #fff;
    border: 0;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 20.57px;
    letter-spacing: 0.02em;
    text-align: left;
    box-shadow: unset;
    padding: 0;
    margin: 0 20px 0 0;
}
.pagination span.current {
    background: transparent;
    border: 0;
    color: rgb(0 0 0 / 54%); 
}
.pagination span.disabled {
    color: rgb(0 0 0 / 54%); 
}
.pagination span.first,
.pagination span.last {
    display: none;
}
.pagination span:hover,
.pagination span.next:hover {
    color: #6ABAD0;
}
.widget-blogPost .blog-post-content .footer, .blog-posts .footer {
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
      padding: 20px 0 20px;
}
.widget-blogPost .blog-post-content .footer .pagination, .blog-posts .footer .pagination{
    float:unset;
    display:block;
    margin:0 auto;
}
.widget-blogPost.related-blog .widget-title{
    max-width: 1400px;
    margin: 0 auto 40px;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 52px;
    font-weight: 600;
    line-height: 68px;
    letter-spacing: -0.04em;
    text-align: center;
    padding: 0;
}
.widget-blogPost.related-blog {
    max-width: 100%;
    padding: 105px 0 140px;
    border-top: 1px solid rgba(251, 246, 239, 1);
    background: rgba(255, 250, 243, 1);
}
.widget-blogPost.related-blog .blog-post-content {
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
}
.widget-blogPost.related-blog  .blog-post-item .post-description,
.widget-blogPost.related-blog  .blog-post-item{
    background: transparent;
}
.widget-blogPost.related-blog .blog-post-item {
    margin: 0 20px 0;
}
.blog-post-details {
    max-width: 1260px;
    margin: 0 auto;
    padding: 20px 0 50px;
}
.blog-post-details .title {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 39px;
    font-weight: 600;
    line-height: 53px;
    letter-spacing: -0.04em;
    text-align: left;
    max-width: 900px;
    padding: 0;
    margin: 0 auto 15px;
}
.blog-post-details .blog-post-info {
    max-width: 900px;
    margin: 30px auto 30px;
}
.blog-post-details .blog-post-info span.date {
    background: transparent;
    padding: 0;
    color: #fff;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
}
.blog-post-details .image {
    padding-bottom: 0;
    width: 100%;
    height: auto;
    position: relative;
    top: unset;
    transition: unset;
      text-align: center;
  margin-bottom: 50px;
}
.blog-post-details .image img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.blog-post-details .content {
    padding-bottom: 0;
    max-width: 900px;
    margin: 0 auto;
}
.blog-post-details .content p {
    padding: 0;
    margin: 0 0 15px 0;
    text-align: left;
    position: relative;
    font-family: Raleway;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.4px;
    vertical-align: middle;
    color: #373737;
}
.blog-post-details .content ul li,
.blog-post-details .content ol li {
    font-width: 400;
    color: #000;
    line-height: 30px;
    font-size: 16px;
}
.blog-post-details .content ol {
    padding: 0 0 0 18px;
    margin: 0 0 20px;
}
.blog-post-details .content ul {
    margin: 0 0 20px;
}
.blog-post-details .content ul li::before {
    top: 12px;
}
.blog-post-details .content h1,
.blog-post-details .content h2,
.blog-post-details .content h3,
.blog-post-details .content h4,
.blog-post-details .content h5,
.blog-post-details .content h6 {
        color: #3b3b3b;
   font-family: 'Raleway', sans-serif;
    letter-spacing: -0.04em;
    font-weight: 500;
    margin: 40px 0 10px;
}
.blog-post-details .content h1{
    font-size: 36px;
    line-height: 52px;
}
.blog-post-details .content h2 {
    font-size: 26px;
    line-height: 40px;
}
.blog-post-details .content h3{
    font-size: 26px;
    line-height: 40px;
}
.blog-post-details .content h4{
    font-size: 26px;
    line-height: 40px;
}
.blog-post-details .content h5{
    font-size: 28px;
    line-height: 43;
}
.blog-post-details .content h6{
    font-size: 26px;
    line-height: 41px;
}
.blog-post-details .social-media-share-bar .social-media-share {
    margin: 0 12px 0 0;
    vertical-align: middle;
    display: inline-block;
}
.blog-post-details .social-media-share a.facebook-share-icon::after {
    margin-top: 4px;
}

.blog-post-details .social-media-share>a span.at-icon-wrapper svg.at-icon {
    padding: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #000000 !important;
}
.blog-post-details .social-media-share>a span.at-icon-wrapper {
    position: relative;
}
.blog-post-details .social-media-share a.facebook-share-icon {
    background-color: rgba(24, 119, 242, 1) !important;
    border-color: rgba(24, 119, 242, 1) !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}

.blog-post-details .social-media-share a.twitter-share-icon {
    background-color: #000000 !important;
    border-color: #000000 !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog-post-details .social-media-share a.twitter-share-icon::after{
    color: #fff;
    content: url('/template/859cc39d/images/twitter-icon.svg');
    display: inline-flex;
}
.blog-post-details a.addthis_button_linkedin {
    background: url(/template/859cc39d/images/in.svg) no-repeat center;
    background-color:#1275B1
}
.blog-post-details .social-media-share a.facebook-share-icon:hover::after {
    color: #ffffff;
}

.blog-post-details .social-media-share-bar {
    max-width: 900px;
    margin: 60px auto 0;
    text-align: left;
    width: 100%;
    padding: 0 0 0 75px;
    position: relative;
    display: block; 
}
.blog-post-details .social-media-share-bar:before {
    content: "Share:";
    position: absolute;
    left: 0;
    top: 5px;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
}
.blog-post-details  figure {
    margin: 30px 0;
}
.blog-post-details table {
    margin: 30px 0 0;
}
.widget-html.blog-page a {
    position:relative;
    padding-left: 25px;
    text-decoration:none;
    cursor:pointer;
      color: #000;
}
.widget-html.blog-page a:after {
    position:absolute;
    content:"";
    left:0;
    top: 3px;
    background:url("/template/5731a701/images/blog-arrow.svg");
    background-position-x: 39px;
    width: 18px;
    height: 15px;
}
.widget-html.blog-page a:hover {
    color:#6ABAD0;
}
.widget-html.blog-page a:hover:after {
    background-position-x: 21px;
}
.widget-html.blog-page {
    max-width: 770px;
    margin: 65px auto 35px;
}
/* Blog End *
@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;
}