/*================================= 1 Reset Css ( #res ) =================================*/


@font-face {
    font-family: 'neue_helveticalight';
    src: url('../fonts/helvetica_neue_lt_45_light-webfont.woff2') format('woff2'),
         url('../fonts/helvetica_neue_lt_45_light-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'neue_helveticalight_italic';
    src: url('../fonts/helvetica_neue_lt_46_light_italic-webfont.woff2') format('woff2'),
         url('../fonts/helvetica_neue_lt_46_light_italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'neue_helveticaitalic';
    src: url('../fonts/helvetica_neue_lt_56_italic-webfont.woff2') format('woff2'),
         url('../fonts/helvetica_neue_lt_56_italic-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'neue_helveticamedium';
    src: url('../fonts/helvetica_neue_lt_65_medium-webfont.woff2') format('woff2'),
         url('../fonts/helvetica_neue_lt_65_medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'neue_helveticamedium_italic';
    src: url('../fonts/helvetica_neue_lt_66_medium_italic-webfont.woff2') format('woff2'),
         url('../fonts/helvetica_neue_lt_66_medium_italic-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'neue_helveticabold';
    src: url('../fonts/helvetica_neue_lt_75_bold-webfont.woff2') format('woff2'),
         url('../fonts/helvetica_neue_lt_75_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'neue_helveticabold_italic';
    src: url('../fonts/helvetica_neue_lt_76_bold_italic-webfont.woff2') format('woff2'),
         url('../fonts/helvetica_neue_lt_76_bold_italic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'neue_helveticablack';
    src: url('helvetica_neue_lt_95_black-webfont.woff2') format('woff2'),
         url('helvetica_neue_lt_95_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'neue_helveticablack_italic';
    src: url('helvetica_neue_lt_96_black_italic-webfont.woff2') format('woff2'),
         url('helvetica_neue_lt_96_black_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

body {
	line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

nav ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

a {
	text-decoration: none;
	outline: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #006db7;
	transition: all 0.5s ease 0s;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ababab;
	margin: 50px auto;
	padding: 0
}

img {
	max-width: 100%;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	vertical-align: middle;
	transition: all 0.5s ease 0s;
}

.ie8 img {
	height: auto;
	width: auto\9;
}

.ie8 img.size-large {
	max-width: 60%;
	width: auto;
}

/*:hover {
	transition: all 0.4s ease 0s;
}*/

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

html[xmlns] .clearfix {
	display: block
}

* html .clearfix {
	height: 1%
}


/*================================= 3  Inputs ( #input ) =================================*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

::-webkit-input-placeholder {
	color: #333333;
	font-style: normal;
}

:-moz-placeholder {
	color: #333333;
	font-style: normal;
}

::-moz-placeholder {
	color: #333333;
	font-style: normal;
}

:-ms-input-placeholder {
	color: #333333;
	font-style: normal;
}

button::-moz-focus-inner {
	border: 0
}

:focus {
	outline: none;
}

::-moz-focus-inner {
	border: 0;
}

input[type=number] {
	-moz-appearance: textfield
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=submit] {
	padding: 12px 20px;
	background: red;
	font-weight: normal;
	color: #fff;
	display: block;
	margin: 0 auto
}

input[type=submit],
input[type=button] {
	cursor: pointer;
	border: 0
}

input:focus {
	outline: none;
}

body textarea {
	resize: none;
	height: 270px;
	font-size: 18px;
	font-style: italic;
	color: #656565;
	line-height: 31px;
	padding: 15px 0 0 25px;
	border-color: #b7b7b7;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="email"],
input[type="number"],
textarea {
	background: #f1f8fB;
	border: 1px solid #a6abad;
	border-radius: 0;
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	width: 100%;
	height: 53px;
	padding: 5px 15px;
	box-shadow: none;
	-webkit-appearance: none
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
	background: #f3f3f3
}


/*form label{color: #006db7; font-size: 16px; display: block; font-weight: 900; margin-bottom:10px; text-transform:uppercase}
*/

input:required {
	box-shadow: none
}

label.error {
	font-size: 14px !important;
	font-weight: 400 !important;
	text-transform: none !important;
	color: #ff0000 !important;
	margin-bottom: 7px !important;
    margin-top: -5px;
}


/*================================= 4 Global Styles (#glob) =================================*/

h1,
h2,
h3,
h4,
h5,
h6 {}
 
h1,
h2 {
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #333333;
	font-family: 'Helvetica', 'Neue', sans-serif;
}

h2 {
	font-family: 'Libre Franklin', sans-serif;
}

h3 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	color: #333333;
}

h4 {}

h5 {}

h6 {}

p {}

a:hover {
	text-decoration: none;
}


/* ================================= 5 Wrappers #wrap ================================= */

body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	color: #333333
}

.container {
	max-width: 1170px;
	width: 100%;
	padding: 0 15px;
}


/* ================================= 6 Custom CSS #custome ================================= */

.container_header {
	max-width: 1280px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

header.main-header {
	padding: 22px 0;
	border-bottom: 1px solid #EAECEE;
}

.number-desc {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.number-desc p {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	text-align: left;
	padding-left: 10px;
	font-family: 'Libre Franklin', sans-serif;
}

.number-desc p a {
	font-weight: 500;
	font-size: 28px;
	line-height: 33px;
	color: #12C399;
	display: flex;
	align-items: center;
	vertical-align: middle;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
}

.number-desc p a:focus {
	text-decoration: underline;
}

.number-desc p a img {
	padding-right: 8px;
}

.number-desc p a:hover {
	color: #283F5F;
}

.fixed-height-wrap {
	min-height: 480px;
}


/* form section css */

section.form-wrapper {
	background: url(../images/main-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: calc(100vh - 102px);
	overflow: hidden;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	padding-top: 190px;
	padding-bottom: 70px;
}

form.form-desc-holder {
	background: #FFFFFF;
	box-shadow: 0px 4px 5px rgb(0 0 0 / 14%), 0px 1px 10px rgb(0 0 0 / 12%), 0px 2px 4px rgb(0 0 0 / 20%);
	padding: 32px 32px 0px 32px;
	max-width: 992px;
	min-height: 530px;
	margin: 0 auto;
	position: relative;
}
form.form-desc-holder.form_step1 {
	min-height: 490px;
}

.form-desc-holder nav {
	display: none;
}

form.form-desc-holder h1 {
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #333333;
	max-width: 720px;
	margin: 0 auto;
	padding-bottom: 40px;
	font-family: 'Libre Franklin', sans-serif;
}

.question-box-wrap span {
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #1F2533;
	padding-bottom: 3px;
	display: block;
}

.question-box-wrap h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #333333;
}

.question-box-wrap {
	max-width: 303px;
	margin: 0 auto;
}


/* range  slider css */

p.price-picker {
	margin-bottom: 10px;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #296D9B;
	margin-top: 12px;
}

.range-slider {
	width: 100%;
	position: relative;
	max-width: 400px;
	margin: auto;
}

.ui-widget.ui-widget-content {
	margin-bottom: 6px;
	position: relative;
	height: 24px;
	text-align: center;
	background: #F1F8FB;
	border: 1px solid #A6ABAD;
	border-radius: 30px;
}

.ui-widget.ui-widget-content .ui-slider-handle {
	width: 32px;
	height: 32px;
	margin-top: -3px;
	background: #296D9B;
	border: 4px solid #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 30px;
}

.main_step_form input,
.main_step_form textarea {
	padding: 8px 15px 8px 15px;
	border: 1px solid #ccc;
	border-radius: 0px;
	margin-bottom: 25px;
	margin-top: 2px;
	width: 100%;
	box-sizing: border-box;
	color: #2C3E50;
	background-color: #ECEFF1;
	font-size: 16px;
	letter-spacing: 1px;
}

.range-slider .range-value {
	padding: 0px 0 30px;
}

.range-slider .range-value .left-val {
	position: absolute;
	left: 0;
	font-style: normal;
	font-weight: bold !important;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	color: #296D9B !important;
}

.range-slider .range-value .right-val {
	position: absolute;
	right: 0;
	font-style: normal;
	font-weight: bold !important;
	font-size: 14px;
	line-height: 16px;
	text-align: right;
	color: #296D9B !important;
}


/* range  slider css */

.global-btn {
	background: #12C399;
	border: 1px solid #12C399 !important;
	box-sizing: border-box;
	border-radius: 4px;
	position: relative;
	max-width: auto;
	height: 53px;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
	transition: all ease .4s;
	width: 100%;
	margin: 0 auto;
	display: block;
	outline: none;
}

.global-btn:focus {
	border: #296D9B solid 2px;
}

.global-btn:hover {
	background: #296D9B;
	transition: all ease .4s;
}


/* form step 2 */

.process_state {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #296D9B;
	display: block;
	margin-bottom: 23px;
}

.signchange {
	margin: 0 auto;
	height: 53px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	background: #F1F8FB;
	border: 1px solid #A6ABAD;
	box-sizing: border-box;
	border-radius: 2px;
	color: #333333;
	padding: 8px 21px;
	background-image: url(../images/select.png) !important;
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	margin-bottom: 12px;
	margin-top: 2px;
}

.signchange:focus {
	border: 2px solid #296D9B;
}

.lien-help {
    background: #404040;
    padding: 7px 8px;
    position: absolute;
    left: 0px;
    top: 50%;
    align-items: center;
    border-radius: 0px 5px 5px 0px;
    display: grid;
    transform: translateY(-50%);
}
.lien-help span {
	font-style: normal;
    font-weight: 500;
    font-size: 15.2082px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #C7A93C;
    margin-right: 3px;
    writing-mode: vertical-rl;
    margin-top: 5px;
    margin-left: -27px;
}
/* form step 2 */


/* form step 3 */

.group_step label {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #333333;
}

.group_step input {
	width: 100%;
	height: 53px;
	background: #F1F8FB;
	border: 1px solid #A6ABAD;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 0 10px;
	font-size: 16px;
	margin-bottom: 12px;
}

.group_step input:focus {
	border: 2px solid #296D9B;
}

.group_step label br {
	display: none;
}


/* form step 3 */

#step4 .group_step label,
#step5 .group_step label {
	margin-bottom: 3px;
	display: block;
}

.priv_prot span {
	padding-top: 12px;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.priv_prot span img {
	padding-right: 9px;
	font-size: 20px;
}

.checkbox-holder {
    margin-top: 8px;
    display: flex;
    justify-content: flex-start;
}
.checkbox-holder input#opt_special_offers {
    margin: 3px 8px 0 0;
}
.checkbox-holder span {
    text-align: left;
    margin: 0;
}

.privacy-wrap {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
    margin-top: 2px;
    display: block;
}

.terms-wrap p {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: rgba(51, 51, 51, 0.5);
	padding-top: 20px;
	max-width: 746px;
	margin: 0 auto;
    padding-bottom: 24px;

}

.progress-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	background: #F1F8FB;
	min-height: 64px;
	padding: 0 32px;
}
form.form-desc-holder.form_step1 .progress-bottom {
	justify-content: center;
}
.progress-bottom p {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #333333;
	font-family: 'Libre Franklin', sans-serif;
	 padding-right: 10px;
}

.contac_mobile {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #12C399;
	display: block;
	margin-top: -30px;
	padding-bottom: 6px;
	display: none;
	padding-top: 6px;
	position: fixed;
	text-align: center;
	justify-content: center;
	left: 0;
	right: 0;
	background: #e6f9f5;
	z-index: 9999;
}

.contac_mobile i img {
	padding-right: 5px;
}


/* form section css */

.section-gap {
	padding: 60px 0 50px 0;
}

.infot {
	display: none;
	background: #1080A2;
	text-align: center;
	padding: 12px 0;
}

.infot span {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	display: block;
}

.infot a {
	font-weight: bold;
	font-size: 28px;
	line-height: 33px;
	color: #FFFFFF;
	display: block;
	padding: 11px 0 8px 0;
}

.infot p {
	color: #FFFFFF;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
}

.heavy-tax-debt-wrap h2 {
	font-weight: 600;
	font-size: 36px;
	line-height: 33px;
	text-align: center;
	color: #333333;
}

.heavy-tax-debt-wrap h2 span {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #333333;
	display: block;
	margin: 16px 0 58px;
	font-family: 'Libre Franklin', sans-serif;
}

.tax-debt-desc p {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	font-family: 'Roboto', sans-serif;
	margin-top: 20px;
	padding-right: 40px;
}


/* .tax-debt-desc img{max-height: 65px; min-height: 65px;} */

.get-help-wrap {
	background: #1080A2;
}

.get-help-wrap h2 {
	color: #fff;
	text-align: left;
	padding-right: 30px;
}

.get-help-wrap p {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	color: #FFFFFF;
	margin: 9px 0 10px 0;
	font-weight: 300;
	max-width: 545px;
}

.global-btn.white-back-btn {
	display: inline-block;
	max-width: 290px;
	background: #F1F8FB;
	border-radius: 4px;
	color: #1080A2;
	border-color: #fff !important;
	transition: all ease .4s;
	margin-top: 14px;
	height: 53px;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.global-btn.white-back-btn:hover {
	background: #12C399;
	color: #ffffff;
	border-color: #12C399 !important;
}

.truth-wrap h2 {
	text-align: left;
}

.truth-wrap p {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	margin: 20px 0 25px;
}

.list-wrap li {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	padding-left: 25px;
	position: relative;
	margin-bottom: 24px;
	font-family: 'Helvetica';
    font-weight: 400;
}

.list-wrap li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	height: 12px;
	width: 12px;
	background: #1080A2;
	border-radius: 3px;
}

.small-text-wrap li {
	font-size: 11px;
	line-height: 13px;
	color: #70747D;
	margin-bottom: 9px;
	font-family: 'Helvetica';
    font-weight: 400;
}

.tax-debt-table {
	margin: 20px 0 15px;
}

.tax-debt-table ul li h4 {
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.01em;
	color: #333333;
	font-family: 'Libre Franklin', sans-serif;
}

.tax-debt-table {
	margin: 25px 0 15px;
	max-width: 500px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 12px;
}

.tax-debt-table li {
	padding: 8px 15px;
	display: flex;
	justify-content: space-between;
}

.tax-debt-table ul li:nth-child(odd) {
	background: #F1F8FB;
}

.tax-debt-table ul li:first-child {
	background: #E7F9F5;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	padding: 10px 15px;
}

.tax-debt-table ul li span:first-child {
	font-size: 14px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	color: #333333;
	font-weight: 500;
}

.tax-debt-table ul li span:last-child {
	font-size: 14px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	padding-right: 10px;
	text-align: center;
	font-weight: normal;
	color: #12C399;
}

.tax-debt-table ul li:last-child {
	background: #12C399;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.tax-debt-table ul li:last-child span {
	color: #fff;
}

.small-text-desc {
	max-width: 500px;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	color: #939393;
	font-family: 'Helvetica';
    font-weight: 400;
}

.tdr-option h2,
.tdr-option p {
	max-width: 100%;
	padding-right: 0;
}

.tdr-option .global-btn.white-back-btn {
	max-width: 568px;
	height: 53px;
}


/* footer section css start */

footer.footer-wrap {
	background: #000000;
	padding: 30px 0 11px 0;
	color: #fff;
}

.footer-links {
	margin-bottom: 13px;
}

.footer-links a {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Helvetica';
    font-weight: 400;
}

.footer-links a:hover {
	color: #1080A2;
	text-decoration: underline;
}

.footer-links a:focus {
	color: #1080A2;
	text-decoration: underline;
}

footer.footer-wrap p {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #939393;
	margin-bottom: 10px;
	font-family: 'Helvetica';
    font-weight: 400;
}

footer.footer-wrap span {
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	    font-family: 'Helvetica';
    font-weight: 400;
}


/* footer section css end */
/*modal popup css */

.modal {
	z-index: 9999;
}
.modal-sm {
    max-width: 520px;
}
.modal-header {
    flex-direction: row-reverse;
}
.modal-body {
	padding-bottom: 0;
}
.modal-body p {
	line-height: 35px;
}
.modal-header .close {
	padding: 0;
	margin: 0;
}
.modal-footer {
    margin-top: 20px;
}
.modal-footer button.btn {
    background: #12C399;
    color: #fff !important;
    padding: 5px 20px;
    margin: 0;
}
/*modal popup css */
/* =================================  Media Query #media ================================= */

@media all and (max-width: 1024px) {
	.tax-debt-desc p,
	.get-help-wrap h2 {
		padding-right: 0;
	}
	.get-help-wrap p {
		max-width: 100%;
	}
	.debt_btn a {
		padding: 20px 15px;
	}
	.debt_btn a:hover {
		padding: 11px 15px 20px 15px;
	}
}

@media all and (max-width: 991px) {
	/* .logo-col a img {
		max-width: 200px;
	} */
	.tax-debt-desc {
		margin-top: 35px;
	}
	.heavy-tax-debt-wrap h2 span {
		margin-bottom: 0;
	}
	.get-help-wrap img {
		margin: auto;
		display: table;
	}
	.truth-wrap p {
		font-size: 14px;
		line-height: 22px;
		margin: 20px 0 15px;
	}
	.list-wrap li {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 12px;
	}
	.section-gap.trusted-logo-wrap.text-center {
		padding-top: 0;
	}
	.bottom-bar p {
		font-size: 16px;
	}
	.debt_btn a h4 {
		height: 25px;
	}
	.global-btn_main .global-btn:last-child {
		margin-right: 0;
	}
	.get-help-wrap h2 {
		font-size: 25px;
		line-height: 35px;
	}
	.truth-wrap h2 {
		font-size: 25px;
		line-height: 35px;
	}
	.progress-bottom p {
		font-size: 18px;
        line-height: 20px;
	}
}

@media all and (max-width: 767px) {
	header.main-header {
		position: fixed;
		width: 100%;
		background: #fff;
		z-index: 9;
	}
	h1,
	h2 {
		font-size: 22px;
		line-height: 32px;
	}
	header.main-header {
		padding: 0;
		overflow: hidden;
	}
	header.main-header .container {
		padding: 0;
	}
	.logo-col a img {
		max-width: 285px;
		width: 100%;
	}
	.logo-col a {
		display: block;
		padding: 18px 0;
	}
	.number-desc img {
		width: 28px;
	}
	.number-desc p {
		font-size: 14px;
		line-height: 16px;
	}
	.number-desc p a {
		font-size: 20px;
		line-height: 22px;
	}
	.rg-steps {
		display: none;
	}
	section.form-wrapper {
	/*	padding: 30px 0 0px 0;*/
		min-height: calc(100vh - 110px);
		background: #FFFFFF;
	}
	form.form-desc-holder {
		padding: 0 15px;
		box-shadow: none;
		min-height: 655px;
	}
	.process_state {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 31px;
	}
	.lien-help {
		display: none;
	}
	.group_step label br {
		display: block;
	}
	.progress-bottom {
		background: transparent;
		bottom: 70px;
		padding: 0;
		justify-content: center;
	}
	.step-1non2.progress-show {
		display: none !important;
	}
	form.form-desc-holder h1,
	form.form-desc-holder h2 {
		font-weight: bold;
		font-size: 24px;
		line-height: 29px;
		padding-bottom: 25px;
	}
	#step1 h1 {
		padding-bottom: 92px;
	}
	#step3 .rg-steps,
	#step4 .rg-steps {
		margin: 0px auto 50px;
	}
	#step5 h1 {
		padding-bottom: 10px;
	}
    form.form-desc-holder h1 {
        max-width: 400px;
    }
    .progress-bottom p {
		font-size: 22px;
		line-height: 32px;
	}
	.question-box-wrap h3 {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 5px;
	}
	.global-btn_main {
		text-align: center;
	}
	#step5 .process_state {
		margin-bottom: 66px;
	}
	.priv_prot span {
		padding-top: 5px;
	}
	.terms-wrap p {
		padding-top: 28px;
	}
	.step_form5 .profess {
		text-align: center;
		padding-bottom: 28px;
	}
	.get-help-wrap img {
		margin-top: 40px;
	}
	.infot {
		display: block;
	}
	.section-gap {
		padding: 35px 0 35px 0;
	}
	.pad-bottom0 {
		padding-bottom: 0;
	}
	section.heavy-tax-debt-wrap.section-gap {
		padding-bottom: 69px;
	}
	.heavy-tax-debt-wrap h2 span {
		margin: 13px 0 0px;
	}
	.tax-debt-desc {
		display: flex;
		align-items: flex-start;
	}
	.tax-debt-desc img {
		object-fit: contain;
		max-width: 70px;
	}
	.tax-debt-desc p {
		margin-top: 0;
		padding-left: 15px;
	}
	ul.small-text-wrap {
		margin-bottom: 24px;
	}
	.tax-debt-table ul li h4 {
		font-size: 18px;
		line-height: 21px;
	}
	form.form-desc-holder.form_step1 {
	min-height: 655px;
	} 
}

@media all and (max-width: 575px) {

	.logo-col a {
		display: block;
		padding: 20px 0;
		z-index: 9999;
		text-align: center;
	}
	.logo-col a img {
		max-width: 245px;
	}
	.call-cover {
		display: none;
	}
	.contac_mobile {
		display: block;
	}
	form.form-desc-holder h1 {
		margin-top: 36px;
	}
	.debt_btn a {
		padding: 20px 5px;
	}
	.debt_btn a:hover {
		padding: 11px 5px 20px 5px;
	}
	.global-btn,
	.group_step input,
	.group_step {
		max-width: 100%;
	}
	.debt_btn a h4 {
		height: 30px;
	}
	.step_form2 .global-btn {
		border-radius: 0;
	}
	.global-btn_main {
		display: block;
	}
	.heavy-tax-debt-wrap h2 span {
		font-size: 18px;
		line-height: 21px;
		color: #1F2533;
	}
	.heavy-tax-debt-wrap h2 {
		font-weight: bold;
		font-size: 22px;
		line-height: 32px;
		padding: 0 30px;
	}
	.tdr-option .global-btn.white-back-btn {
		height: 83px;
	}
	section.form-wrapper {
		padding-top: 177px;
	}
}
@media all and (max-width: 433px) {
	
		section.form-wrapper {
		padding-top: 190px;
	}

}
@media all and (max-width: 374px) {
	.heavy-tax-debt-wrap h2 {
		padding: 0;
	}
}

@media only screen and (min-width: 387px) and (max-width:433px) {
	.contac_mobile {
		margin-top: -43px;
	}
}
/********************************* ipad landscape #il ********************************/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.step_from4 .global-btn {
		display: block;
		margin: 0 auto;
		margin-top: 20px;
	}
}