/*================================= 1 Reset Css ( #res ) =================================*/

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

body:hover {
	transition: none;
}

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;
	font-weight: 400;
	text-transform: none;
	color: #ff0000;
	margin-bottom: 10px;
	margin-top: 8px;
	display: block;
}

/*================================= 4 Global Styles (#glob) =================================*/


body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
	color: #333333
}

/* font-family: 'Libre Franklin', sans-serif;
font-family: 'Roboto', sans-serif; */
.container {
	max-width: 1170px;
	width: 100%;
	padding: 0 15px;
}




h1 {
	font-weight: 600;
	font-size: 32px;
	line-height: 44px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #fff;
	font-family: 'Libre Franklin', sans-serif;
}

h2 {
	font-weight: 600;
	font-size: 32px;
	line-height: 44px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #fff;
	font-family: 'Libre Franklin', sans-serif;
}

h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 130%;
	text-align: center;
	color: #585858;
	font-family: 'Open Sans', sans-serif;
}

h4 {}

h5 {}

h6 {}

p {}

a:hover {
	text-decoration: none;
}


/* ================================= 5 Wrappers #wrap ================================= */

/* ================================= 6 Custom CSS #custome ================================= */

.container_header {
	max-width: 1280px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

header.main-header {
	padding: 10px 0;
	border-bottom: 1px solid #EAECEE;
}

.number-desc {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.number-desc p {
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	color: #585858;
	text-align: left;
	padding-left: 10px;
}

.number-desc p a {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #2F7899;
	display: flex;
	align-items: center;
	vertical-align: middle;
	font-style: normal;
}

.number-desc p a:focus {
	text-decoration: underline;
}

.number-desc p a img {
	padding-right: 9px;
}

.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-image: url("../images/main-banner.png"); */
	background-color: #2F7899;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: calc(85vh - 102px);
	/*overflow: hidden;*/
	position: relative;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 184px;
	/* margin-bottom: 60px; */
}

section.form-wrapper::after {
	background-image: url(../images/main-banner.png);
	content: "";
	position: absolute;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	bottom: -2px;
}


.tabcontent-main {
	background: #FFFFFF;
	box-shadow: 0px 20px 40px rgba(57, 76, 96, 0.15);
	border-radius: 8px;
	padding: 40px 32px 60px 32px;
	max-width: 800px;
	min-height: 420px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.tabcontent-main h3 {
	margin-bottom: 30px;
}

#step3 .tabcontent-main h3 {
	margin-bottom: 2px;
}

.title {
	padding-bottom: 48px;
}

#step1 .title {
	padding-bottom: 15px;
}

.form-desc-holder nav {
	display: none;
}

form.form-desc-holder h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #333333;
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 40px;
	font-family: 'Open Sans', sans-serif;
}

ul.socialbar {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.social-area {
	padding: 40px 0px;
}

a.social-links {
	padding-right: 55px;
}

.social-links img {
	/* width: 100%; */
	max-width: 102px;
}

.question-box-wrap span {
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	color: #1F2533;
	padding-bottom: 3px;
	display: block;
}

.question-box-wrap {
	max-width: 500px;
	margin: 30px auto 0;
}


/* range  slider css */

p.price-picker {
	margin-bottom: 20px;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 21px;
	text-align: center;
	color: #296D9B;
	margin-top: 20px;
}

.range-slider {
	width: 100%;
	position: relative;
	max-width: 463px;
	margin: auto;
}

.ui-widget.ui-widget-content {
	margin-bottom: 6px;
	position: relative;
	height: 12px;
	text-align: center;
	background: linear-gradient(90deg, #D9E0E6 0%, #3C5E82 100%);
	border: 1px solid #A6ABAD;
	border-radius: 30px;
}

.ui-widget.ui-widget-content .ui-slider-handle {
	width: 24px;
	height: 24px;
	margin-top: -3px;
	background: #2F7899;
	border: 5px solid #2F7899;
	box-shadow: 0px 2px 12px rgba(57, 76, 96, 0.15), 0px 0px 1px rgba(64, 87, 109, 0.07);
	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 50px;
}

.range-slider .range-value .left-val {
	position: absolute;
	left: 0;
	font-style: normal;
	font-weight: bold !important;
	font-size: 20px;
	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: 20px;
	line-height: 16px;
	text-align: right;
	color: #296D9B !important;
}


/* range  slider css */

.global-btn {
	/* background: #B3443B;
	border: 1px solid #B3443B !important; */
	background: #17b251;
	border: 1px solid #17b251 !important;
	box-sizing: border-box;
	border-radius: 4px;
	position: relative;
	height: 56px;
	font-weight: normal;
	position: relative;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #FFFFFF;
	transition: all ease .4s;
	width: 100%;
	margin: 12px auto;
	display: block;
	outline: none;
	max-width: 400px;
}

.global-btn i img {
	margin-left: 8px;
}

.global-btn:focus {
	border: #2F7899 solid 2px;
}

.global-btn:hover {
	background: #2F7899;
	transition: all ease .4s;
	border-color: #2F7899 !important;
}

.main_step_form .global-btn {
	/* background: #B3443B;
	border: 1px solid #B3443B !important; */
	background: #17b251;
	border: 1px solid #17b251 !important;
	box-sizing: border-box;
	border-radius: 4px;
	position: relative;
	height: 56px;
	font-weight: normal;
	position: relative;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #FFFFFF;
	transition: all ease .4s;
	width: 100%;
	margin: 12px auto;
	display: block;
	outline: none;
	max-width: 400px;
}

.main_step_form .global-btn:focus {
	border: #2F7899 solid 2px;
}

.main_step_form .global-btn:hover,
.main_step_form .global-btn:focus {
	background: #2F7899;
	transition: all ease .4s;
	border-color: #2F7899 !important;
}

.get-helpbtn::before {
	content: "";
	/* background-image: url("../images/arrow.svg"); */
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-30px, -6px);
}

.text-debit::before {
	display: none;
}

/* 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: 56px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	background: #F1F8FB;
	border: 1px solid rgba(72, 112, 155, 0.3);
	box-sizing: border-box;
	border-radius: 4px;
	color: #585858;
	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;
	max-width: 400px;
	margin-bottom: 24px;
}

.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;
} */
.main_step_form {
	padding-top: 0px;
	text-align: center;
}

button.next.global-btn.tax_debt_val {
	width: 30%;
	display: inline;
	margin: 10px;
}

.group_step input {
	width: 100%;
	max-width: 300px;
	height: 56px;
	box-sizing: border-box;
	padding: 10px 16px;
	font-size: 16px;
	margin-bottom: 8px;
	background: rgba(72, 112, 155, 0.05);
	border: 1px solid rgba(72, 112, 155, 0.3);
	box-shadow: inset 0px 3px 10px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}

.group_step input::placeholder {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: rgba(88, 88, 88, 0.7);

}

.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 {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.priv_prot span img {
	padding-right: 9px;
	/* padding-left: 100px; */
	font-size: 20px;
	filter: invert(1);
}

.checkbox-holder {
	margin-top: 1px;
	display: flex;
	/* justify-content: center; */
	/* padding-left: 100px; */
	/* gap: 8px */
}

.checkbox-holder input#opt_special_offers {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 8px;
	width: 16px;
	flex: 0 0 16px;
	height: 16px;
	padding: 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 {
	margin-bottom: 16px;
}

.terms-wrap p {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	color: #000;
	padding-top: 20px;
	max-width: 746px;
	margin: 0 auto;
	padding-bottom: 24px;
}

.progress-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;

	min-height: 64px;
	padding: 0 32px;
}

.progress-bottom p {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #2F7899;
	font-family: 'Open Sans', sans-serif;
}

.contac_mobile {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #fff;
	display: block;
	margin-top: 0px;
	padding-bottom: 6px;
	display: none;
	padding-top: 6px;
	position: fixed;
	text-align: center;
	justify-content: center;
	left: 0;
	right: 0;
	background: rgb(100 154 179);
	z-index: 9999999;
	top: 72px;
}

.contac_mobile i img {
	padding-right: 5px;
}

#step5 .tabcontent-main,
#step6 .tabcontent-main {
	padding: 30px 32px 30px 32px;
}

#step5 .tabcontent-main {
	padding: 30px 32px 60px 32px;
}

.step_form6 .group_step input {
	margin-bottom: 0;
}

.step_form6 .global-btn {
	margin-top: 10px;
}

.checkbox-holder {
	margin-bottom: 10px !important;
}

.step_form5 label.error {
	margin-top: 0px;
}

/* form section css */

.section-gap {
	padding: 40px 0 40px 0;
}

/* heavy-tax-debt-wrap section css start */

.heavy-tax-debt-wrap {
	position: relative;
	z-index: 99999;
}

/* heavy-tax-debt-wrap section css end */

/* about-section section css start */

.about-section {
	padding: 0px !important;
	position: relative;
	z-index: 99999;
}

/* about-section section css end */
.section-gap.get-help-wrap {
	padding: 180px 0 235px 0;
}

.sec-imagedown img {
	width: 100%;
	/* height: 400px; */
	bottom: -24px;
	position: absolute;
}

.sec-imageup img {
	width: 100%;
	position: absolute;
	top: -100px;
	z-index: 1;
}

.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: left;
	color: #585858;
	margin-bottom: 12px;
}

.heavy-tax-debt-wrap h2 span {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #585858;
	display: block;
	margin: 16px 0 58px;
}

.tax-debt-desc p {
	/* font-weight: 500; */
	font-size: 18px;
	line-height: 24px;
	color: #585858;
	font-family: 'Roboto', sans-serif;
	margin-top: 20px;
	padding-right: 0px;
}


/* .tax-debt-desc img{max-height: 65px; min-height: 65px;} */

.get-help-wrap {
	background: #2F7899;
	position: relative;
}

.get-help-wrap h2 {
	color: #fff;
	text-align: left;
	padding-right: 30px;
}

.get-help-wrap p,
.tdr-option li {
	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: #B3443B; */
	/* border-color: #B3443B !important; */
	transition: all ease .4s;
	margin-top: 24px;
	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: #1080a2;
	color: #ffffff;
	border-color: #1080a2 !important;
}

.image-section img {
	height: 400px;
	width: 100%;
}

.truth-wrap h2 {
	text-align: left;
	color: #585858;
}

.truth-wrap p {
	font-size: 16px;
	line-height: 24px;
	color: #585858;
	margin: 20px 0 25px;
}

.list-wrap li {
	font-size: 16px;
	line-height: 24px;
	color: #585858;
	padding-left: 25px;
	position: relative;
	margin-bottom: 5px;
	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;
}

.social-none {
	display: none !important;
}

.small-text-wrap li {
	font-size: 11px;
	line-height: 13px;
	color: #939393;
	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: #2F7899;

}

.trusted-logo-wrap {
	display: none;
}

.tax-debt-table {
	margin: -22px 0 15px;
	max-width: 500px;
	/* box-shadow: 0px 4px 4px rgb(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: #2F7899;
}

.tax-debt-table ul li:last-child {
	background: #2F7899;
	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,
.tdr-option li {
	max-width: 100%;
	padding-right: 0;
}

.tdr-option li {
	font-weight: 700;
	margin: 15px 0;
	font-size: 18px;
}

.tdr-option li p {
	padding-left: 20px;
}

.tdr-option .global-btn.white-back-btn {
	max-width: 568px;
	height: 64px;
}

.tdr-image img {
	width: 100%;
	position: absolute;
	top: -30px;
}

.section-gap.get-help-wrap.tdr-option {
	padding: 230px 0 235px 0;
}

section.section-gap.get-help-wrap.tdr-option .container,
.section-gap.get-help-wrap .container,
.social-area {
	z-index: 99999;
	position: relative;
}

/* footer section css start */

footer.footer-wrap {
	background: #2F7899;
	padding: 230px 0 11px 0;
	color: #fff;
}

.footer-links {
	margin-bottom: 13px;
}

footer.footer-wrap .tdr-image img {
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.footer-links a {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Helvetica';
	font-weight: normal;
}

.footer-links a:hover {
	color: #92b8c9;
	text-decoration: underline;
}

.footer-links a:focus {
	color: #92b8c9;
	text-decoration: underline;
}

footer.footer-wrap p {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 10px;
	font-family: 'Helvetica';
	font-weight: normal !important;
	color: rgba(255, 255, 255, 0.8);
}

footer.footer-wrap span {
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Helvetica';
	font-weight: 400;
}

footer.footer-wrap {
	position: relative;
	z-index: 1;
}

.modal-body p a {
	word-break: break-all;
}

/* footer section css end */
.modal-open .modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	transition: opacity .15s linear;
}

.modal-header {
	flex-direction: row-reverse;
}

.modal-body p {
	line-height: 28px;
}

.modal-footer button.btn.btn-default {
	background: #2F7899;
	color: #fff;
}

.modal-footer {
	margin-top: 20px;
	padding: 0;
	padding-top: 10px;
}


button.close {
	border: none;
	outline: none;
}

.tab-content .tab-pane .sub-head p {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	margin-bottom: 36px;
	text-align: center;
	line-height: 150%
}

.common-retire .global-btn.white-back-btn {
	max-width: 568px;
	height: 53px;
	display: block;
	margin-inline: auto;
}

.money-hand-img img {
	height: 100%;
	width: 100%;
	object-fit: fill;
}

#step5 .group_step input {
	max-width: 100%;
}

.call-now-instead {
	display: none;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	margin: 30px 0 10px;
	text-align: center;
	line-height: 150%;
}


/* =================================  Media Query #media ================================= */


@media all and (max-width: 1400px) {

	.sec-imageup img {
		top: -25px;
	}

	.tdr-image img {
		top: -10px;
	}

	section.form-wrapper {
		margin-bottom: 0px;
	}

	footer.footer-wrap .tdr-image img {
		height: auto;
	}
}

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

	.sec-imageup img {
		top: -2px;
	}

	section.form-wrapper {
		min-height: 100%;
	}

}

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

	section.form-wrapper::after {
		background-image: url(../images/main-banner.png);
		content: "";
		position: absolute;
		height: 400px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		width: 100%;
		bottom: -1px;
		transform: translate(0px, 1px);
	}
}

@media all and (max-width: 991px) {
	.tax-debt-desc {
		margin-top: 12px;
	}

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

	.section-gap.get-help-wrap {
		padding: 205px 0 225px 0;
	}
}

@media all and (max-width: 767px) {
	header.main-header {
		position: fixed;
		width: 100%;
		background: #fff;
		z-index: 9999999;
	}

	h1,
	h2 {
		font-size: 22px;
		line-height: 32px;
	}

	header.main-header {
		/* padding: 0; */
		overflow: hidden;
	}

	header.main-header .container {
		padding: 0;
	}

	.logo-col a {
		display: block;
		padding: 13px 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: 109px 0 65px 0;
		min-height: 100%;
		background: #2F7899;
	}

	form.form-desc-holder {
		padding: 0 0px;
		box-shadow: none;
		/* min-height: 420px; */
	}

	section.form-wrapper::after {
		background-image: url(../images/main-banner.png);
		content: "";
		position: absolute;
		height: 75px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		width: 100%;
		bottom: -2px;
		transform: translate(0px, 1px);
		z-index: 999999;
	}

	.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: 0px;
		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: 22px;
		line-height: 32px;
		padding-bottom: 25px;
	}

	form.form-desc-holder h1 {
		padding-bottom: 0px;
	}

	#step3 .rg-steps,
	#step4 .rg-steps {
		margin: 0px auto 20px;
	}

	#step5 h1 {
		padding-bottom: 10px;
	}

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

	#step5 .process_state {
		margin-bottom: 66px;
	}

	.terms-wrap p {
		padding-top: 10px;
	}

	.step_form5 .profess {
		text-align: center;
		padding-bottom: 28px;
	}

	.section-gap.get-help-wrap {
		padding: 80px 0 55px 0;
	}

	.sec-imagedown img {
		height: auto;
		bottom: -2px;
	}

	.infot {
		display: block;
	}

	.section-gap {
		padding: 35px 0 35px 0;
	}

	.pad-bottom0 {
		padding-bottom: 0;
	}

	section.heavy-tax-debt-wrap.section-gap {
		padding-bottom: 36px;
	}

	.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: 35px;
	}

	.small-text-wrap li {
		margin-bottom: 15px;
	}

	.tax-debt-table ul li h4 {
		font-size: 18px;
		line-height: 21px;
	}

	.tax-debt-table {
		margin: 25px 0 18px 0;
	}

	.get-help-wrap h2 {
		font-size: 22px;
		line-height: 32px;
	}

	.about-section {
		padding-top: 25px !important;
		padding-bottom: 15px !important;
	}

	.section-gap.get-help-wrap {
		padding: 130px 0 100px 0;
	}

	.section-gap.get-help-wrap.tdr-option {
		padding: 100px 0 100px 0;
	}

	ul.socialbar {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	li.social {
		width: 33%;
		text-align: center;
		margin-bottom: 20px;
	}

	li.social:nth-child(2) {
		display: none;
	}

	li.social:first-child {
		width: 100%;
	}

	.social-links img {
		height: 24px;
	}

	.logo_brands a img {
		height: 14px;
	}

	.social-area {
		padding: 30px 0px;
	}

	.trusted-logo-wrap {
		display: block;
	}

	footer.footer-wrap {
		padding: 100px 0 11px 0;
	}
}

@media all and (max-width: 575px) {
	.logo-progressbar {
		justify-content: center;
	}

	.logo-col a {
		z-index: 9999;
	}

	.logo-col a {
		display: block;
		padding: 13px 0;
	}

	.logo-col a img {
		max-width: 100%;
		text-align: center;
		margin: 0 auto;
		display: block;
	}

	.call-cover {
		display: none;
	}

	.contac_mobile {
		display: block;
		position: static;
		font-size: 24px;
		background: #fff;
		padding: 0;
		margin: 30px auto 10px;
		max-width: fit-content;
		border-radius: 8px;
		padding: 16px;
		color: #585858;
	}

	.contac_mobile::before {
		content: "Call Now Instead:";
		display: block;
		margin-bottom: 12px;
	}

	/* section.form-wrapper {
		padding-top: 145px;
	} */

	/* 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%;
	}*/
	/* .priv_prot {
		max-width: 296px;
		margin: 0 auto;
	} */

	.debt_btn a h4 {
		height: 30px;
	}

	.question-box-wrap {
		padding-left: 11px;
		padding-right: 11px;
	}

	.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 15px;
	}

	.global-btn::before {

		right: 40%;
		top: 50%;
		transform: translate(0px, -6px);
	}

	a.social-links {
		padding-right: 25px;
	}

	.title {
		padding-bottom: 30px;
		padding-top: 0px;
	}

	.tabcontent-main {
		padding: 16px 16px 65px 16px !important;
		min-height: 334px;
	}

	.get-helpbtn::before {

		right: 0;
		top: 50%;
		transform: translate(-23px, -6px);
	}

	.section-gap.get-help-wrap.tdr-option {
		padding: 70px 0 70px 0;
	}

	.section-gap.get-help-wrap {
		padding: 88px 0 55px 0;
	}

	/* p.price-picker {
		margin-bottom: 40px;
	} */

	#step3 button.next.global-btn.tax_debt_val {
		width: 47%;
		margin-left: 2px;
		margin-right: 2px;
	}

	#step6 .tabcontent-main {
		padding: 30px 16px 20px 16px !important;
	}

	.priv_prot span img,
	.checkbox-holder {
		padding-left: 0px;
	}

	/* .checkbox-holder input#opt_special_offers {
		width: 17px;
		flex: 0 0 17px;
	} */

	.tabcontent-main h3 {
		margin-bottom: 20px !important;
		font-size: 24px;
	}

	.global-btn.white-back-btn {
		display: block;
		margin: 12px auto;
		margin-top: 24px;
		font-size: 16px;
		padding: 0 10px;
	}

	/* .checkbox-holder-main {
		max-width: 296px;
		margin: 0 auto;
	} */

	.call-now-instead {
		display: block;
	}

	.ui-widget.ui-widget-content .ui-slider-handle {
		margin-top: -5px;
	}
}

@media all and (max-width: 374px) {
	.heavy-tax-debt-wrap h2 {
		padding: 0;
	}

	.global-btn::before {
		right: 34%;
		top: 50%;
		transform: translate(0px, -6px);
	}

	button.next.global-btn.tax_debt_val {
		width: 42%;
	}

	button.next.global-btn.tax_debt_val::before {

		transform: translate(-17px, -6px);
	}

	.priv_prot span img {

		padding-left: 0px;
	}

	.checkbox-holder {
		padding-left: 0px;
	}

	.get-helpbtn::before {
		right: 0;
		top: 50%;
		transform: translate(-23px, -6px);
	}
}


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