/*--------------------------------------
	RESET CSS
--------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*--------------------------------------
	GENERAL CSS
--------------------------------------*/

body{
	font-family: "open sans",sans-serif,arial;
	font-size: 16px;
	line-height: 20px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

.container { 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;	
}

a , a:focus , img:focus , img , button:focus {
	outline: none !important;
}

::-moz-selection { /* Code for Firefox */
	color: #fff !important;
	background: #3ac495 !important;
}

::selection {
	color: #fff !important;
	background: #3ac495 !important;
}


/*--------------------------------------
	HEADER CSS
--------------------------------------*/

header .navbar{
	background: #fff !important;
	padding: 8px 0;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 0px;
}

header .navbar-brand{
	padding: 0px;
	height: auto;
}

header .navbar-brand > img{
	height: auto;
}

header .cta-call{
	padding: 5px 0 0;
}

header .cta-call .call-now{
	font-size: 14px;
	line-height: 18px;
	color: #666;
	font-weight: 600;
	text-align: right;
}

header .cta-call .number a{
	font-size: 30px;
	line-height: 36px;
	color: #fc9402;
	font-weight: 700;
	margin-bottom: 5px;
	text-align: right;
	text-decoration: none;
}

/*-----------------------------------                
	Form Field CSS 
-----------------------------------*/

.form-field .tab-content h2{
	font-size: 30px;
	line-height: 36px;
	color: #333;
	margin: 30px 0 20px;
	text-align: center;
	font-weight: 600;
}

.form-field .tab-content label{
	font-size: 24px;
	line-height: 30px;
	color: #333;
	margin: 10px 0 10px;
	text-align: center;
	font-weight: 400;
	display: block;
}

.form-field .tab-content p{
	font-size: 18px;
	line-height: 24px;
	color: #333;
	margin: 0px 0 15px;
	text-align: center;
	font-weight: 400;
}

.form-field .tab-content p.sub-title{
	font-size: 18px;
	line-height: 24px;
	color: #333;
	margin: 0px 0 15px;
	text-align: center;
	font-weight: 400;
	position: relative;
	bottom: 10px;
}

.form-field .tab-content .select-box .btn-block {
    margin: 20px 2.5% !important;
    text-align: left;
    float: left;
    width: 20%;
    height: 180px;
    max-height: 180px;
    border-radius: 10px;
    padding: 8px;
    border: 2px solid #c8cbcb;
    -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(231,231,231,1) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(231,231,231,1))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,231,231,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,231,231,1) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,231,231,1) 100%); /* IE10 preview */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(231,231,231,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */

}

.form-field .tab-content .select-box .btn-block.selected-btn{		

	background: rgb(134,239,203); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(134,239,203,1) 0%, rgba(58,196,149,1) 23%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,239,203,1)), color-stop(23%,rgba(58,196,149,1))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top,  rgba(134,239,203,1) 0%,rgba(58,196,149,1) 23%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top,  rgba(134,239,203,1) 0%,rgba(58,196,149,1) 23%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top,  rgba(134,239,203,1) 0%,rgba(58,196,149,1) 23%); /* IE10 preview */
	background: linear-gradient(to bottom,  rgba(134,239,203,1) 0%,rgba(58,196,149,1) 23%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86efcb', endColorstr='#3ac495',GradientType=0 ); /* IE6-9 */
}

.form-field .tab-content .select-box .btn-block.selected-btn .icon-title{	
	color: #fff !important;
}

.form-field .tab-content .select-box .btn-block.selected-btn .icon img{
	display: none;
}

.form-field .tab-content .select-box .option-1.selected-btn .icon{
	background-image: url("../images/step-one-icon-1-selected.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
	background-position-y:-3px; 
	margin: 8px 0;
}

.form-field .tab-content .select-box .option-2.selected-btn .icon{
	background-image: url("../images/step-one-icon-2-selected.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
	background-position-y:-3px; 
	margin: 8px 0;
}

.form-field .tab-content .select-box .option-3.selected-btn .icon{
	background-image: url("../images/step-one-icon-3-selected.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
	background-position-y:-3px; 
	margin: 8px 0;
}

.form-field .tab-content .select-box .option-4.selected-btn .icon{
	background-image: url("../images/step-one-icon-4-selected.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
	background-position-y:-3px; 
	margin: 8px 0;
}

.form-field .tab-content .select-box .option-5.selected-btn .icon{
	background-image: url("../images/step-one-icon-5-selected.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
	background-position-y:-3px; 
	margin: 8px 0;
}

.form-field .tab-content .select-box .option-6.selected-btn .icon{
	background-image: url("../images/step-one-icon-6-selected.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
	background-position-y:-3px; 
	margin: 8px 0;
}

.form-field .tab-content .select-box .option-7.selected-btn .icon{
	background-image: url("../images/step-one-icon-7-selected.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
	background-position-y:-3px; 
	margin: 8px 0;
}

.form-field .tab-content .select-box .option-8.selected-btn .icon{
	background-image: url("../images/step-one-icon-8-selected.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
	background-position-y:-3px; 
	margin: 8px 0;
}

.form-field .tab-content .select-box .btn-block .icon{
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 8px 0;
	height: 72px;
}

.form-field .tab-content .select-box .btn-block .icon-title{
	display: inline-block;
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	color: #666;
	min-height: 60px;
}

.form-field .tab-content .btn-next-step{
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	display: block;
	font-weight: 600;
	margin: 20px auto;
	text-align: center;
	background-color: #fc9402;
	border-radius: 10px;
	padding: 12px 16px;
	width: 30%;
	white-space: normal;
}

.form-field .tab-content .btn-next-step img{
	padding-left: 6px;
}

.form-field .tab-content .btn-next-step:hover{
	background-color: #51b55b;
}

.form-field .tab-content .secure-logo img{
	display: inline-block;
	padding: 0 10px;
}

.form-field .tab-content .secure-logo{
	margin: 10px 0;
}

.form-field .tab-content .step-1-bottom{
	padding: 12px 0;
	text-align: center;
	background-color: #f2f2f2;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #333;
}

.form-field .tab-content .giraffe-img{
	margin-top: 15px;
}

.form-field .tab-content .currency-box .btn-block {
    background-color: #fff;
    margin: 5px 2.5% !important;
    text-align: center;
    float: left;
    width: 45%;
    height: 100px;
    max-height: 120px;
    border-radius: 10px;
    padding: 8px;
    border: 2px solid #c8cbcb;
}

.form-field .tab-content .currency-box .btn-block:hover{
	background-color: #f8f8f8;
}

.form-field .tab-content .currency-box .btn-block .icon{
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 8px 0;
}

.form-field .tab-content .currency-box .btn-block .icon-title{
	display: inline-block;
	text-align: center;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #333;
}

.form-field .tab-content .step-bottom{
	padding: 12px 0;
	text-align: center;
	background-color: #f2f2f2;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	width: 100%;
}

.form-field .tab-content .step-bottom .cta-call{
	padding: 5px 0 0;
}

.form-field .tab-content .step-bottom .cta-call .call-now{
	font-size: 24px;
	line-height: 30px;
	color: #333;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}

.form-field .tab-content .step-bottom .cta-call .number a{
	font-size: 36px;
	line-height: 24px;
	color: #fc9402;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
	text-decoration: none;
	display: block;
}

.form-field .tab-content .step-bottom .cta-call .call-text{
	font-size: 18px;
	line-height: 24px;
	color: #333;
	font-weight: 400;
	text-align: center;
	font-style: italic;
}

.form-field .tab-content .enrolled-box .btn-block {
    background-color: #fff;
    margin: 5px 2.5% !important;
    text-align: center;
    float: left;
    width: 45%;
    height: 120px;
    max-height: 120px;
    border-radius: 10px;
    padding: 8px;
    border: 2px solid #c8cbcb;
}

.form-field .tab-content .enrolled-box .btn-block:hover{
	background-color: #f8f8f8;
}

.form-field .tab-content .enrolled-box .btn-block .icon{
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 8px 0;
}

.form-field .tab-content .enrolled-box .btn-block .icon-title{
	display: inline-block;
	text-align: center;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #333;
}

.form-field .tab-content .form-control {
    width: 40%;
    margin: 0 auto;
    font-size: 16px;
}
.form-field .tab-content select.form-control  {
    font-size: 18px;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    background:  url("../images/icon-select.png") no-repeat 95% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.form-field .tab-content select.signchange::-ms-expand {
    display: none;
}

.form-field .tab-content input[type=text]::-ms-clear {
    display: none;
}
.form-field .tab-content input[type=email]::-ms-clear {
    display: none;
}
.form-field .tab-content input[type=tel]::-ms-clear {
    display: none;
}

.form-field .tab-content input.signchange {
    height: auto !important;
    padding: 20px 15px;
    margin-left: 30%;
}

.form-field .tab-content .input-state {
    background-image: url('../images/not-active-check.png');
    background-repeat: no-repeat;
    background-position: 96% 15px;
    background-size: 30px 30px;
}

.form-field .tab-content .tab-pane .privacy-text {
    text-align: left;
    padding-left: 30%;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
    font-weight: 600 !important;
    color: #333 !important;
    margin-top: 5px;
}

.form-field .tab-content .tab-pane .check-box {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    padding-left: 30%;
    margin-top: 0px;
    color: #333 !important;
    width: 70%;
}

.form-field .tab-content .tab-pane .check-box a{
	color: #fc9402;
}

.form-field .tab-content .tab-pane .privacy-text img{
	margin-right:12px;
	vertical-align:text-top;
	margin-top: 2px;
}

.tab-pane .regular-checkbox {
    display: none;
}

.tab-pane .regular-checkbox + label {
    background-color: #fff;
    border: 1px solid #959595;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 6px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    width: 14px !important;
    height: 14px !important;
    margin: 0 !important;
    margin-right: 8px !important;
    vertical-align: text-top;
}

.tab-pane .regular-checkbox:checked + label::after{
    top: -5px;
    color: #5b8a1e;
}

.tab-pane .regular-checkbox + label:active, .regular-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.tab-pane .regular-checkbox:checked + label {
    background-color: #fff;
    border: 1px solid #959595;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #fff;
    width: 14px !important;
    height: 14px !important;
}

.tab-pane .regular-checkbox:checked + label:after {
    content: '\2714';
    font-size: 10px;
    position: absolute;
    top: 0px;
	left: 2px;
	color: #333;
	line-height: 12px
}

/*---------------------------------*/


.news-block{
	padding: 40px 0;
	background: #fff;
}

.news-block h2{
	font-size: 30px;
	line-height: 36px;
	color: #333;
	font-weight: 400;
	margin-bottom: 30px;
	text-align: center;
}

.news-block .news-logo img{ 
	margin-top: 50px;
	height: 25px;
}

.space-block{
	width: 100%;
	height: 34px;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	background-color: #f2f2f2;
}

.ticker-block{
	padding: 40px 0;
	background: #feb703;
}

.ticker-block .ticker-part{
	background: #feb703;
	text-align: center;
	margin-top: 40px;
}

.ticker-block .ticker-part > img{
	margin-bottom: 20px;
}

.ticker-block .ticker-part h3{
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

.ticker-block h2{
	font-size: 30px;
	line-height: 36px;
	color: #333;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: center;
}


.ticker-block .cta-call{

}

.ticker-block .cta-call .call-now{
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}

.ticker-block .cta-call .number a{
	font-size: 36px;
	line-height: 42px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

/*---- tickers css  ---*/

.ui-newsticker,.ui-newsticker-item,.ui-newsticker-list{
	height:60px;
	overflow:hidden
}

.ui-newsticker{
	background:transparent;
	color:#fff;
	text-align: center;
	cursor:default;
	font-weight:400;
	font-size:16px;
	line-height:22px;
	padding:0 10px;
	position:relative;
	height: 60px !important;
}


.ui-newsticker-list{
	position:relative;
	top:8px
}

.ui-newsticker-item{
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	text-align: center;
}

.ui-newsticker-item > span{
	display: block;
	font-weight: 700;
}


.settle-tax-block{
	background-color: #fff;
	padding: 40px 0;
	min-height: 60vh;
}

.settle-tax-block h2{
	font-size: 30px;
	line-height: 36px;
	color: #333;
	font-weight: 400;
	margin-bottom: 30px;
	text-align: center;
}

.settle-tax-block p{
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: left;
}

.settle-tax-block .graph-img{
	border: 40px solid #50bb94;
}

.btn-custom{
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-top: 20px;
	text-align: center;
	background-color: #fc9402;
	border-radius: 10px;
	padding: 8px 16px;
	width: 100%;
	white-space: normal;
}

.field-space{
	margin: 15px auto 0px !important;
}

.btn-custom.btn-custom-small{
	width: 50% !important;
	display: block !important;
	margin: 20px auto 0 !important;
}

.btn-custom:hover , .btn-custom:focus{
	color: #fff;
	background-color: #51b55b;
}

.irs-tax-block{
	background-image: url("../images/irs-tax-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.irs-tax-block .irs-tax-container{
	background-color: RGBA(0, 0, 0, 0.8);
	padding: 40px 0;
}

.irs-tax-block h2{
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}

.irs-tax-block ul{
	display: block;
	list-style: none;
	margin: 0;
	margin-bottom: 30px !important;
}

.irs-tax-block ul li{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: left;
}

.irs-tax-block ul li{
	background-image: url("../images/list-style-dot.png");
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position-y: 8px;
}

.irs-tax-block p{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: left;
}

footer.footer-block{
	background-color: #333;
	padding: 30px 0;
}

footer .cta-call{
	padding: 5px 0 0;
}

footer .cta-call .call-now{
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
}

footer .cta-call .number a{
	font-size: 30px;
	line-height: 36px;
	color: #fc9402;
	font-weight: 700;
	margin-bottom: 5px;
	text-align: right;
	text-decoration: none;
}

.footer-block .trust-logo ul{
	list-style: none;

}

.footer-block .trust-logo ul li{
	float: left;
	display: inline-block;
	text-align: center;
}

.footer-block .trust-logo ul li img{
	margin: 0 15px;
}

.footer-block .footer-nav{
	margin-top: 50px;
	text-align: center;
}

.footer-block .footer-nav ul{
	list-style: none;
	margin: 0px;
	display: inline-block;
	width: 100%;
}

.footer-block .footer-nav ul li{
	display: inline-block;
	text-align: center;
	padding: 0 15px;
	border-right: 1px solid #fff;
}

.footer-block .footer-nav ul li:last-child{
	border: none;
}

.footer-block .footer-nav ul li a{
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
}

.footer-block .footer-nav ul li a:hover, .footer-block .footer-nav ul li a:focus {
	text-decoration: none;
	cursor: pointer;
}

/*--------------------------------------
	Media Query CSS
--------------------------------------*/

@media (min-width: 320px) and (max-width: 767px) { 

	header .navbar-brand{
		float: none;
		text-align: center;
		margin: 0 auto !important;
	}

	header .navbar-brand > img{
		/*max-width: unset !important;
		max-height: 60px;*/
		text-align: center;
		margin: 0 auto !important;
	}

	header .navbar-header{
		float: none !important;
	}

	.btn-custom.btn-custom-small {
	    width: 100% !important;
	}

	.form-field .tab-content .select-box .col-xs-12{
		padding: 0px !important;
	}

	.form-field .tab-content h2{
		background-color: #f2f2f2;
		padding: 10px 0;
		text-align: center;
		margin: 0px 0 20px;
		font-size: 30px;
		line-height: 42px;
	}

	.form-field .tab-content label{
		margin: 10px 0 20px !important;
		padding: 0 10px;
	}

	.form-field .tab-content .select-box{
		margin: 0px !important;
	}

	.form-field .tab-content .select-box .btn-block{
		width: 100%;
		margin: 0px !important;
		height: 80px;
		max-height: 80px;
		border-radius: 0px !important;
		background: #fff !important;
		border-bottom: 1px solid #C9C9C9 !important;
		border:0px ;
	}

	.form-field .tab-content .select-box .btn-block:first-child{
		border-top: 1px solid #C9C9C9 !important;
	}

	.form-field .tab-content .select-box .btn-block .icon{
		width: 25%;
		display: inline-block;
		float: left;
		margin: 0px;
	}

	.form-field .tab-content .select-box .btn-block.selected-btn .icon{
		margin: 0px;
		height: 60px;
		background-size: 60px;
	}

	.form-field .tab-content .select-box .btn-block .icon-title{
		width: 75%;
		display: inline-block;
		float: left;
		text-align: left;
		padding-top: 5px;
	}

	.form-field .tab-content .currency-box .btn-block{
		width: 100%;
		margin: 0px !important;
		height: 80px;
		max-height: 80px;
		border-radius: 0px !important;
		background: #fff !important;
		border-bottom: 1px solid #C9C9C9 !important;
		border:0px ;
		background-image: url("../images/btn-side-arrow.png") !important;
		background-repeat: no-repeat !important;
		background-position:90% center !important; 
	}

	.form-field .tab-content .currency-box .btn-block:first-child{
		border-top: 1px solid #C9C9C9 !important;
	}

	.form-field .tab-content .currency-box .btn-block .icon{
		width: 25%;
		display: inline-block;
		float: left;
		margin: 0px;
	}

	.form-field .tab-content .currency-box .btn-block .icon-title{
		width: 75%;
		display: inline-block;
		float: left;
		text-align: left;
		padding-top: 5px;
		font-size: 24px;
		line-height: 24px;
	}

	.form-field .tab-content .enrolled-box .btn-block{
		width: 100%;
		margin: 0px !important;
		height: 80px;
		max-height: 80px;
		border-radius: 0px !important;
		background: #fff !important;
		border-bottom: 1px solid #C9C9C9 !important;
		border:0px ;
		background-image: url("../images/btn-side-arrow.png") !important;
		background-repeat: no-repeat !important;
		background-position:90% center !important; 
	}

	.form-field .tab-content .enrolled-box .btn-block:first-child{
		border-top: 1px solid #C9C9C9 !important;
	}

	.form-field .tab-content .enrolled-box .btn-block .icon{
		width: 25%;
		display: inline-block;
		float: left;
		margin: 0px;
	}

	.form-field .tab-content .enrolled-box .btn-block .icon-title{
		width: 75%;
		display: inline-block;
		float: left;
		text-align: left;
		padding-left: 20%;
		padding-top: 13px;
		font-size: 24px;
		line-height: 24px;
	}

	.form-field .tab-content .tab-pane > img{
		width: 94%;
	}

	.form-field .tab-content .btn-next-step{
		width: 90%;
	}

	.form-field .field-que{
		padding: 0px !important;
	}

	.form-field .tab-content .form-control{
		width: 90% !important;
		margin-left: 5% !important;
	}

	.form-field .tab-content .tab-pane .privacy-text , .form-field .tab-content .tab-pane .check-box{

		padding-left: 5% !important;
	}

	.form-field .tab-content .tab-pane .check-box{
		width: 90% !important;
	}

	.form-field .tab-content .step-bottom .cta-call{
		padding: 0 !important;
	}

	.form-field .tab-content .step-bottom .cta-call .call-now{
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.form-field .tab-content .step-bottom .cta-call .number a{
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.form-field .tab-content .step-bottom .cta-call .call-text{
		font-size: 18px;
		line-height: 24px;
		color: #333;
		font-weight: 400;
		text-align: center;
		font-style: italic;
	}

	.form-field .tab-content .secure-logo{
		margin: 20px 0 10px
	}

	.tab-pane .regular-checkbox:checked + label::after {
        top: -4px;
        color: #5b8a1e;
        left: 3px;
    }

    .tab-pane .regular-checkbox + label {
        width: 12px !important;
        height: 12px !important;
        margin: 0px !important;
        margin-right: 8px !important;
    }
    
    .tab-pane .regular-checkbox:checked + label {
        width: 12px !important;
        height: 12px !important; 
        padding: 4px !important;
    }
    
    .tab-pane .regular-checkbox:checked + label:after {
        content: '\2714';
        font-size: 8px;
        position: absolute;
        top: -10px;
        left: 1px;
        color: #fff;
    }

	.ui-newsticker-item{
		font-size: 16px;
	}

	.ticker-block .ticker-part{
		padding: 30px 0;
		margin-top: 0px;
		display: inline-block;
		width: 100%;
	}

	.demo {
    	height: 90px !important;
    	padding: 20px 0 0;
	}

	.ticker-block .cta-call .number a{
		color: #fc9402;
	}

	.ticker-block .cta-call .number{
		margin-bottom: 20px;
	}

	.ticker-block{
		background-color: transparent !important;
	}

	.settle-tax-block .graph-img{
		border:none;
	}

	.settle-tax-block .graph-part{
		margin-top: 30px;
	}

	.irs-tax-block{
		background: none;
	}

	.irs-tax-block .irs-tax-container{
		background: none;
		padding: 40px 15px;
	}

	.irs-tax-block h2 , .irs-tax-block ul li , .irs-tax-block p{
		color: #333 !important;
	}

	.ticker-block h2{
		font-size: 20px;
		line-height: 26px;
	}

	.ticker-block .cta-call .number a{
		font-size: 20px;
		line-height: 26px;
	}

	.ticker-block .cta-call .call-now {
	    font-size: 20px;
	    line-height: 26px;
	    margin-bottom: 5px;
	}

	.btn-custom{
		font-size: 20px;
		line-height: 26px;
	}

	.news-block .news-logo img{
		margin: 0px auto !important;
	}

	.news-block h2{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px !important;
	}

	.news-block .news-logo{
		margin-top: 40px;
	}

	.footer-block .trust-logo{
		margin-top: 30px;
	}

	.footer-block .footer-nav ul li a {
	    font-size: 14px;
	    line-height: 20px;
	}

	.footer-block .footer-nav ul li{
		padding: 0 5px !important;
	}

	footer .cta-call .call-now {
	    font-size: 30px;
	    line-height: 36px;
	}

	.footer-block .trust-logo ul li img {
	    margin: 0 8px;
	}

}

@media (min-width: 768px) and (max-width: 991px) { 

	.space-block{
		width: 100%;
		height: 54px;
		border-top: 1px solid #d1d1d1;
		border-bottom: 1px solid #d1d1d1;
		background-color: #f2f2f2;
	}

	.tab-pane .regular-checkbox:checked + label::after {
        top: -1px;
        color: #5b8a1e;
    }

    .btn-custom.btn-custom-small {
	    width: 80% !important;
	}

    .form-field .tab-content .select-box .col-xs-12{
		padding: 0px !important;
	}

    .form-field .field-que , form .form-field.container{
		padding: 0px !important;
	}

    .form-field .tab-content .btn-next-step{
    	width: 40%;
    }

    .form-field .tab-content .form-control {
	    width: 50%;
	}

	.form-field .tab-content input.signchange {
		margin-left: 25%;
	}

	 .form-field .tab-content .tab-pane .privacy-text , .form-field .tab-content .tab-pane .check-box{
		padding-left: 25%;
	}

	.irs-tax-block .irs-tax-container{
		padding: 40px 15px;
	}

	.settle-tax-block .graph-img {
	    border: 20px solid #50bb94;
	}

	.form-field .tab-content .select-box .btn-block{
		margin: 10px 1% !important;
		text-align: center;
		width: 23%;
		padding: 0 4px;
	}

	.form-field .tab-content .select-box .btn-block .icon-title{
		font-size: 14px;
		font-weight: 600;
		line-height: 20px;
	}

}

@media (min-width: 992px) and (max-width: 1199px) { 

	.form-field .tab-content .select-box .btn-block{
		margin: 10px 1.5% !important;
		text-align: center;
		width: 22%;		
	}

	.form-field .tab-content .select-box .btn-block .icon-title{
		font-size: 14px;
		font-weight: 600;
		line-height: 20px;
	}

	.form-field .field-que , form .form-field.container{
		padding: 0px !important;
	}

}

@media (min-width: 1200px){ 


}
label.error {
    font-size: 14px !important;
    width: 100%;
    margin: 0 auto !important;
    text-align: center !important;
    display: none;
}
.error {
    color: red !important;
}
.form-control.error {
    border: 1px dotted;
    background-image: url(../images/error-img.png) !important;
}

select.form-control.error {
    border: 1px dotted;
    background:none !important;
}
.accreditation p{
	font-size: 14px;
	line-height: 20px;
	color: #666;
	min-height: 80px;
	margin: 10px 0;
}

.accreditation .accreditation_img
{
	max-height: 60px !important;
	min-height: 60px !important;
	margin-bottom: 20px;
}

.accreditation .accreditation-title{
	font-size: 18px;
	color: #333;
	line-height: 24px;
	 margin-top: 20px;
    margin-bottom: 10px;
        font-family: inherit;
    font-weight: 500;

}
.accreditation  h2{
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 36px !important;
}
.background_colour{
    background-color: rgb(235, 244, 248);
    border-top: 2px solid #363635;
    border-bottom: 2px solid #363635;
    padding: 20px !important;

}
.badge-site-2 {
    height: auto !important;
    margin: 20px auto 20px !important;
}
 .how_work_img {
    max-height: 100px !important;
    min-height: 60px !important;
    margin-bottom: 20px;
}
.sub-title{
font-weight: 700;
font-size: 14px;

}
.call-bottom {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #333;
    margin-top: 0px;
    margin-bottom: 0px !important;
}
.btn-custom-works {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
    background-color: #fc9402;
    border-radius: 10px;
    padding: 8px 16px;
    width: 45%;
    white-space: normal;
}
.tickernews{
        width: 100% !important;
    }

    .ticker-right .ti_news a{
        margin-bottom: 20px !important;
        margin-top: 0px !important;
    }

    #ticker2 li{
        padding: 0 20px !important;
        margin-top: 0 !important;
        text-align: center !important;
        width: 100%;
    }

    .ticker-section .ticker-right img{
        padding: 5% 0% !important;
    }
     /*---- tickers css  ---*/
    .TickerNews{
    	width: 66.66666667% !important;
    	height: 50px;
    	line-height: 48px;
    	display: inline-block;
    }
    .ti_wrapper{
    	width: 100%;
    	position: relative;
    	overflow: hidden;
    }
    .ti_slide{
    	width: 30000px;
    	position: relative;
    	left: 0;
    	top: 0;
    }
    .ti_content{
    	width: 8000px;
    	position: relative;
    	float:left;
    }
    .ti_news{
    	float:left;
    }
    #ticker2 li{
    	display: block;
    	text-decoration: none;
    	margin-top: 30px;
    	font-size: 20px;
		line-height: 26px;
		color: #fff;
		text-align: center;
    }

    #ticker2 li span{
    	display: block;
    	font-weight: 700 !important;
    }

    .ticker-section{
    	border: 1px solid #999;
    	margin: 15px 0 30px;
    }

  
    .ticker-right .ti_news a{
    	color: #fff;
    	margin-top: 25px;
    }

    .ticker-right{
    	background-color: #0083ca;
    	color: #fff;
    }
.demo {
    	color: #fff;
    	list-style: none;
    	overflow: hidden;
    	height: 60px;
    	padding: 20px 0 0;
    }

    .modal-body p {
            font-size: 16px;
        line-height: 2;
        margin: 10px 0;
    }