@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700');
/*@font-face{font-family:'Montserrat-Light';src:url('../fonts/Montserrat-Light.ttf');}*/
/*@import url('https://fonts.googleapis.com/css?family=Crete+Round|Raleway|Raleway');*/
body {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	position: relative;
	right: 0px;
}
a {
    color: #f21c1d;
    text-decoration: none;
}
a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.container-fluid {
	width: 100%;
	max-width: 1400px;
}
.navbar-default {
	background: #0f2331;
	border: none;
	border-radius: 0px;
	height: 115px;
	margin-bottom: 0px;
}
.navbar-default .navbar-brand {
	width: 136px;
	padding: 25px 15px;
}
.navbar-default .navbar-brand img {
	width: 100%;
	height: auto;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus {
	font-family: 'Montserrat-SemiBold';
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 1.83px;
	text-align: center;
}
.navbar-default .navbar-nav {
	margin-top: 32px;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #ec1a3a;
}
.navbar-default .navbar-nav>li:last-child>a {
	background: #ec1a3a;
	border-radius: 2px;
	width: 130px;
	height: 48px;
	margin-left: 15px;
}
.navbar-default .navbar-nav>li:last-child>a:hover {
	color: #fff;
	background: #d41431;
}
.overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	display: none;
	z-index: 3
}
.mob_icon {
	width: 30px;
	height: 23px;
	margin-top: 0px;
	cursor: pointer;
	float: right;
	position: fixed;
	right: 15px;
	top: 45px;
	z-index: 5;
	display: none;
}
.icon__bar {
	background-color: #fff;
	border-radius: 2px;
	height: 3px;
	width: 30px;
	position: relative;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	opacity: 1;
}
.icon__bar:nth-of-type(1) {
	-webkit-transform-origin: 3px 3px;
	-ms-transform-origin: 3px 3px;
	transform-origin: 3px 3px;
}
.icon__bar:nth-of-type(2) {
	top: 6px;
}
.icon__bar:nth-of-type(3) {
	-webkit-transform-origin: 3px 0px;
	-ms-transform-origin: 3px 0px;
	transform-origin: 3px 0px;
	top: 12px;
}
.icon_new .icon__bar:nth-of-type(2) {
	opacity: 0;
}
.icon_new .icon__bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.icon_new .icon__bar:nth-of-type(3) {
	-webkit-transform: rotate(-410deg);
	-ms-transform: rotate(-410deg);
	transform: rotate(-410deg);
}
.mob_menu {
	right: -500px;
	width: 230px;
	position: fixed;/*background:#da1f3c;*/
	height: 100%;
	overflow: hidden;
	overflow-Y: auto;
	z-index: 14;
	top: 0px;
	background: -moz-linear-gradient(217deg, rgba(236,26,58,1) 0%, rgba(15,35,49,1) 100%);/* ff3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(15,35,49,1)), color-stop(100%, rgba(236,26,58,1)));/* safari4+,chrome */
	background: -webkit-linear-gradient(217deg, rgba(236,26,58,1) 0%, rgba(15,35,49,1) 100%);/* safari5.1+,chrome10+ */
	background: -o-linear-gradient(217deg, rgba(236,26,58,1) 0%, rgba(15,35,49,1) 100%);/* opera 11.10+ */
	background: -ms-linear-gradient(217deg, rgba(236,26,58,1) 0%, rgba(15,35,49,1) 100%);/* ie10+ */
	background: linear-gradient(217deg, rgba(236,26,58,1) 0%, rgba(15,35,49,1) 100%);/* w3c */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2331', endColorstr='#ec1a3a', GradientType=1 );/* ie6-9 */
}
.mob_menu ul {
	width: 100%;
	padding: 0px;
	padding-top: 30px;
}
.mob_menu ul li {
	list-style: none;
	text-align: left;
	border-bottom: 1px solid rgba(225, 225, 225, 0.2);
	font-family: 'Montserrat-Light';
}
.mob_menu ul li a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
	display: block;
	font-family: 'Montserrat-Regular';
	position: relative;
}
.mob_menu .nav_head {
	padding: 10px 20px;
	color: #ddd;
}
header {/*position:absolute;left:0px;*/
	width: 100%;/*top:0px;*/
	padding: 10px 0;
	background: #ffffff;
	    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
}
header .logo {
	max-width: 260px;
	display: inline-block;
	width: 100%;
}
header .logo img {
	width: 100%;
	height: auto;
}
header .head_right {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 29px;
	color: #daeed9;
	letter-spacing: 0px;
	margin-top: 0px;
	text-align: right;
	line-height: 29px;
}
header .head_right a {
	color: #ffffff;
}
header .head_right a:hover, header .head_right a:focus {
	color: #E07F15;
}
header .head_right span {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #b6ddb3;
	display: block;
	letter-spacing: -1px;
	text-align: right;
}
.main-banner {
	width: 100%;
	/*height: 500px;*/
	padding: 60px 0 60px;
	/*background: url(../images/3.jpg) no-repeat center / cover;*/
	background: url(../images/home-banner-bigscreen-scaled.jpg) no-repeat center / cover;
	/*background:#ffffff;*/
    background-position: bottom right;
     background-position: left center;
    background-repeat: no-repeat;
    /*background-size: 180% auto;*/
    /*background-size: 100% auto;*/
}
.main-banner h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin: 0px;
	margin-bottom: 20px;
	font-size: 44px;
	color: #ffffff;
	letter-spacing: 0px;
	line-height: 44px;
	text-align: left;
}
.bannertest1{	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin: 0px;
	margin-bottom: 20px;
	font-size: 35px;
	color: #ffffff;
	letter-spacing: 0px;
	line-height: 40px;
	text-align: left;}
.main-banner h4 {font-size:22px;}
/*Duey*/



.source-info {
	font-size: 12px;
	line-height: 12px;
}
.source-info a {
	color: #333333;
}
.small-text {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-align: center;
	font-size: 12px;
	color: #2e3030;
	letter-spacing: 0px;
	text-align: left;
	display: block;
	float: left;
}
.short-debt {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin: 0px;
	margin-bottom: 20px;
	font-size: 55px !important;
	color: #333;
	letter-spacing: 0px;
	line-height: 65px !important;
	text-align: left;
}
.main-banner ul {
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 23px;
	color: #333;
	letter-spacing: 0px;
	text-align: left;
}
.main-banner ul li {
	padding-left: 43px;
	background: url(../images/check-dark-bkg.svg) no-repeat left / 30px auto;
	margin-bottom: 4px;
	color: #ffffff;
}
.main-banner .banner_button {
	background:#f21c1d;
	border:2px solid #f21c1d;
	border-radius: 90px;
	display: inline-block;
	padding-top: 8px;
	width: 288px;
	height: 45px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 0px;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.main-banner .banner_button_con {
	background: #EEEEEE;
	border-radius: 90px;
	display: inline-block;
	padding-top: 17px;
	width: 350px;
	height: 62px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 0px;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.main-banner .banner_button:hover {
	background: #ffffff;
    color: #f21c1d;
}
/*.main-banner .banner_button::before {
	content: "";
	left: 50%;
	top: 50%;
	border-radius: 100%;
	width: 0px;
	height: 0px;
	background: #EEEEEE;
	z-index: -1;
	position: absolute;
}*/
.main-banner .banner_button:hover::before {
	left: 0%;
	top: 0%;
	border-radius: 0%;
	width: 100%;
	height: 100%;
}
.main-banner .banner_button .fa {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.services {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	background: #F8FAFF;
	text-align: center;
	font-size: 17px;
	color: #2e3030;
	letter-spacing: 0px;
	text-align: left;
}
.services .col-md-3 {
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
	border-right: 1px solid #fff;
	color: #333;
}
.services .col-md-3:last-child {
	border-right: none;
}
.services img {
	height: 35px;
	width: auto;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}
.how-does {
	background: #eeeeee;
	padding: 60px 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 17px;
	color: #333;
	letter-spacing: 0px;
	line-height: 24px;
	text-align: left;
}
.how-does h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 32px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #333;
	letter-spacing: 0px;
}
.support-logo h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 25px;
	color: #333;
	letter-spacing: 0px;
	text-align: center;
}
.how-does .col-md-9 {
	text-align: left;
}
.how-does .col-md-3 {
	text-align: center;
}
.how-does .col-md-3 img {
	max-width: 175px;
}
.col-md-3 span {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #333;
	letter-spacing: 0px;
	line-height: 16px !important;
	text-align: center;
}
.col-md-3 a {
	color: #EEEEEE;
	line-height: 16px !important;
}
.benefits {
	background: #fff;
	padding: 40px 0;
}
.benefits .col-md-9 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 0px;
	text-align: left;
}
.benefits .col-md-9 h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 27px;
	color:#333;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
}
.benefits .col-md-9 ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 100%;
}
.benefits .col-md-9 ul li {
	color: #333;
	padding-left: 40px;
	margin-bottom: 10px;
	width: 50%;
	background: url(../images/arrow%403x.png) no-repeat left / 25px auto;
	float: left;
}
.benefits .col-md-3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 26px;
	letter-spacing: 0px;
	text-align: left;
	color: #333;
}
.benefits .gethelp {
	background: #55BAA2;
	border:2px solid #55BAA2;
	border-radius: 90px;
	width: 190px;
	display: block;
	padding-top: 12px;
	height: 45px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 18px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.benefits .gethelp:hover {
	background: #EEEEEE;
}

.benefits .gethelp .fa {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.your-debt {
	padding: 70px 0;
	text-align: center;
}
.your-debt h2 {
	margin-top: 0px;
	margin-bottom: 50px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #333;
	letter-spacing: 0px;
	text-align: center;
}
.your-debt h2 span {
	font-size: 17px;
	display: block;
	margin-top: 10px;
	color: #333;
	letter-spacing: 0px;
	text-align: center;
}
.your-debt ul {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.your-debt ul li {
	width: 230px;
	display: inline-block;
	padding: 0 30px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.your-debt ul:hover li {
	opacity: 0.7;
}
.your-debt ul li:hover {
	opacity: 1;
}
.your-debt ul li .circle {
	background: #EEEEEE;
	border: 5px solid #e7e7e7;
	width: 153px;
	display: inline-block;
	height: 153px;
	border-radius: 100%;
}
.your-debt ul li:first-child .circle {
	background: #dc374b;
}
.your-debt ul li .circle span {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin-top: 50px;
	font-size: 28px;
	color: #ffffff;
	letter-spacing: 0px;
	text-align: center;
}
.your-debt ul li .step_name {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin-top: 10px;
	font-size: 21px;
	color: #333;
	letter-spacing: 0px;
	text-align: center;
}
.your-debt ul li .span1 {
	position: absolute;
	top: 80px;
	margin-top: -4px;
	background: #d6d7d9;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	right: 20px;
	display: inline-block;
}
.your-debt ul li .span2 {
	position: absolute;
	top: 80px;
	margin-top: -4px;
	background: #d6d7d9;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	right: 5px;
	display: inline-block;
}
.your-debt ul li .span3 {
	position: absolute;
	top: 80px;
	margin-top: -4px;
	background: #d6d7d9;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	right: -10px;
	display: inline-block;
}
.your-debt ul li .span4 {
	position: absolute;
	top: 63px;
	margin-top: -4px;
	color: #d6d7d9;
	right: -34px;
	display: inline-block;
	font-size: 30px;
}
.your-debt ul li:last-child .span1, .your-debt ul li:last-child .span2, .your-debt ul li:last-child .span3, .your-debt ul li:last-child .span4 {
	display: none;
}
.main-b {
	text-align: center;
	background: #f6f6f6;
	padding: 20px 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 25px;
	color: #333;
	letter-spacing: 0px;
	text-align: center;
}
.main-b .gethelp {
	background: #55BAA2;
	border:2px solid #55BAA2;
	border-radius: 90px;
	width: 200px;
	display: block;
	padding-top: 8px;
	margin-left: 15px;
	height: 45px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 0px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.main-b .gethelp:hover {
	background: #ffffff;
	color: #55BAA2;
}

.main-b .gethelp .fa {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.main-b.main-ba {
	color: #333333;
	background: #f6f6f6;
}
.foot1 {
	background: #3d3d3d;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 11px;
	color: #a0a0a0;
	letter-spacing: 0px;
	text-align: center;
	padding: 27px 0;
}
.foot1 a {
	color: #cccccc;
}
.footer-box p{ margin-bottom:20px;}
.foot1 p:last-child, .footer-box p:last-child {
	margin-bottom: 0px;
}
.footer-box {
	background: #333;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #b6b4b4;
	letter-spacing: 0px;
	text-align: center;
	padding: 50px 0;
}
.footer-box a{ color:#b6b4b4}
.footer-box a:hover{ color:#ddd; text-decoration:underline}
.type-boxs {
	padding: 50px 0;
	text-align: center;
}
.type-boxs h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 30px;
	color: #333;
	letter-spacing: 0px;
	text-align: center;
}
.type-boxs h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 20px;
	color: #333333;
	letter-spacing: 0px;
	line-height: 25px;
	text-align: center;
}
.type-boxs ul {
	display: inline-block;
	list-style: none;
	padding: 0px;
}
.type-boxs ul li {
	display: inline-block;
	width: 250px;
	padding: 30px 10px;
	margin: 20px;
	background: #4A90E2;
	border-radius: 4px;
	border: 4px solid rgba(0, 0, 0, 0);
}
/*.type-boxs ul li:hover{border:4px solid #EEEEEE; background:#fff;}*/
.type-boxs ul li:first-child {
	margin-left: 0px;
}
.type-boxs ul li:last-child {
	margin-right: 0px;
}
.type-boxs ul li .circle {
	background: #ffffff;
	width: 126px;
	height: 126px;
	display: inline-block;
	position: relative;
	border-radius: 4px;
}
/*.type-boxs ul li:hover .circle{background:#EEEEEE;}*/
.type-boxs ul li .circle img {
	max-width: 60%;
	max-height: 60%;
	height: auto;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.type-boxs ul li .li_text {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #ffffff;
	margin-top: 10px;
	letter-spacing: 0px;
	text-align: center;
}
/*.type-boxs ul li:hover .li_text{color:#EEEEEE;}*/
.support-logo {
	padding: 40px 0;
	background: #eeeeee;
	position: relative;
}
.support-logo ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.support-logo ul li {
	width: calc(20% - 16px);
	margin: 8px;
	float: left;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	min-height: 60px;
	position: relative;
}
.support-logo ul li img {
	max-width: 70%;
	max-height: 50%;
	height: auto;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.support-logo::before {
	position: absolute;
	left: 50%;
	top: 0px;
	content: "";
	margin-left: -14px;
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 14px solid #fff;
	display: none;
}
.main-banner1 {
	padding: 80px 0 200px 0;
	border-top: 0px solid #d7d7d7;
	text-align: center;
}
.home-cal.main-banner1 {
	padding: 60px 0 60px 0;
	/*border: none;*/
	text-align: center;
	/*background: #ffffff;*/
	background: rgb(255 255 255 / 82%);
	border:solid;
	/*border-color:#273572;*/
	border-color:#ffffff;
}
.home-cal.main-banner1 h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 32px;
	margin-top: 0px;
	margin-bottom: 40px;
	color: #333;
	letter-spacing: 0px;
}
.main-banner1 .step_bar {
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	list-style: none;
}
.main-banner1 .step_bar:after {
	display: block;
	content: "";
	clear: both;
}
.main-banner1 .step_bar li {
	background: #e2e2e2;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 33.33%;
	float: left;
	height: 20px;
}
.home-cal.main-banner1 .step_bar li {
	    background: #f1f1f1;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;

}
.main-banner1 .step_bar li.active {
	background: #f21c1d;
}
.home-cal.main-banner1 .step_bar li.active {
	background: #f21c1d;
}
.main-banner1 .step_bar li:first-child {
	border-radius: 4px 0 0 4px;
	border-left: 0px;
}
.main-banner1 .step_bar li:last-child {
	border-radius: 0 4px 4px 0;
	border-right: 0px;
}
.main-banner1 .form_left_sec {
	width: 100%;
	max-width: 850px;
	display: inline-block;
	float: none;
}
.main-banner1 .form_left_sec h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 31px;
	margin-top: 0px;
	color: #333;
	letter-spacing: 0px;
	line-height: 41px;
	text-align: center;
}
.home-cal.main-banner1 .form_left_sec h2{ color: #333;margin-bottom: 5px; }
.main-banner1 .form_left_sec p.text1 {
	font-size: 22px;
}
.main-banner1 .form_left_sec p {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 21px;
	color: #333;
	letter-spacing: 0px;
	text-align: center;
}
.home-cal.main-banner1 .form_left_sec p{ color: #333; }
/*.btn span.glyphicon{opacity:0;}
.btn.active span.glyphicon{opacity:1;}*/
.main-banner1 .form_left_sec .btn-groupaa {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: -10px;
	margin-right: -10px;
	width: calc(100% + 20px);
}
.main-banner1 .form_left_sec .btn-groupaa .btn-primary {
	background: #e2e2e2;
	border: none;
	border-radius: 4px !important;
	width: calc(50% - 20px);
	height: 55px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 19px;
	color: #333;
	padding: 14px 15px;
	letter-spacing: 0px;
	text-align: center;
	margin: 5px 10px;
}
.home-cal.main-banner1 .form_left_sec .btn-groupaa .btn-primary{ background:#fff; border: 1px solid #f21c1d;}
.main-banner1 .form_left_sec .btn-groupaa .btn-primary .glyphicon {
	display: none;
}
.main-banner1 .form_left_sec .btn-groupaa .btn-primary.active, .main-banner1 .form_left_sec .btn-groupaa .btn-primary:hover, .main-banner1 .form_left_sec .btn-groupaa .btn-primary:active {
	background:#f21c1d;
	color: #fff;
	    border-color: #f21c1d;
}
.main-banner1 .form_left_sec .f_next {
	background: #f21c1d;
	border: 2px solid #f21c1d;
	border-radius: 90px !important;
	width: calc(50% - 100px);
	height: 45px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	line-height: 40px;
	position: relative;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 0px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
}
.main-banner1 .form_left_sec .f_next:hover, .main-banner1 .form_left_sec .f_next:focus {
	background: #f21c1d;
	opacity: 0.8
}
/*.main-banner1 .form_left_sec .f_next::before{font:normal normal normal 14px/1 FontAwesome;font-size:32px;position:absolute;right:20px;top:12px;content:"\f178";}*/
.main-banner1 .form_left_sec .f_next::before {
	/*background: url(../images/right_arrow2.png) no-repeat;*/
	content: "";
	width: 26px;
	height: 18px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -9px;
}
.main-banner1 .step_right_sec {
	border-left: 1px solid #bfbfbf;
	padding-left: 50px;
	width: 40%;
}
.main-banner1 .step_right_sec .call_sec {
	width: 100%;
	text-align: center;
}
.main-banner1 .step_right_sec .call_sec img {
	width: 100%;
	height: auto;
}
.main-banner1 .step_right_sec .call_sec .detail {
	background: #eeeeee;
	padding: 20px;
	width: 100%;
}
.main-banner1 .step_right_sec .call_sec .detail .span1 {
	font-family: 'Varela Round', sans-serif;
	font-size: 17px;
	margin-bottom: 5px;
	color: #2e3030;
	letter-spacing: 0px;
	text-align: center;
}
.main-banner1 .step_right_sec .call_sec .detail .span2 {
	font-family: 'Varela Round', sans-serif;
	display: inline-block;
	font-size: 24px;
	color: #2e3030;
	letter-spacing: 0px;
	text-align: center;
}
.main-banner1 .step_right_sec .call_sec .detail .span2 .fa {
	margin-right: 6px;
}
.main-banner1 .step_right_sec .call_sec .detail .span2 span {
	color: #4f9e34;
}
.main-banner1 .form_left_sec .f_prev {
	background: #848484;
	margin-right: 20px;
	border-radius: 4px;
	width: calc(50% - 10px);
	height: 55px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	line-height: 48px;
	border: none;
	position: relative;
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 0px;
	text-align: right;
	padding-right: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-banner1 .form_left_sec .f_prev:hover, .main-banner1 .form_left_sec .f_prev:focus {
	background: #a5a5a5;
}
.main-banner1 .form_left_sec .f_prev::before {/*font:normal normal normal 14px/1 FontAwesome;content:"\f177";font-size:32px;*/
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	content: "";
	background: url(../images/right_arrow2.png) no-repeat;
	width: 26px;
	height: 18px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -9px;
}
.main-banner1 .form_left_sec p span {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #656565;
	letter-spacing: 0px;
	line-height: 25px;
	text-align: left;
	display: block;
}
/*****************great_news************************/
.thanks-page {
	padding: 54px 15px 83px;
}
.final_news {
	text-align: center;
}
.final_news label {
	font-size: 31px;
	color: #333;
	letter-spacing: 0px;
	line-height: 41px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 4px;
}
.home-cal .final_news label{ color: #333; }
.final_news span {
	font-size: 22px;
	line-height: 30px;
	color: #333;
	letter-spacing: 0px;
	text-align: center;/*font-weight:bold;*/
	margin-bottom: 10px;
	display: inline-block;
}
.home-cal .final_news span { color: #333; }
.final_news.thanku span {
	font-size: 23px;
}
.main-banner1 .form_left_sec.final_news p {
	font-size: 18px;
	color: #333;
	letter-spacing: 0px;
	line-height: 22px;
	text-align: left;
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-block;
}
.input_cover {
}
.input_cover .input1 {
	background: #e2e2e2;
	border: none;
	border-radius: 90px !important;
	width: calc(50% - 10px);
	height: 45px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #333;
	padding: 14px 20px;
	letter-spacing: 0px;
	text-align: left;
	margin: 5px 0;
}
.home-cal .input_cover .input1 {
	background: #fff;
	border: 1px solid #333;
	}
.input_cover .input1:nth-child(even) {
	float: right;
}
.input_cover .input1.calender {
	background: #e2e2e2 url(../../../../www.mn4soft.com/demo/stepdebtsupport/images/Calender.html) no-repeat center right;
}
.main-banner1 .form_left_sec .select_cover .f_prev {
	background: #848484 url(../../../../www.mn4soft.com/demo/stepdebtsupport/images/down_arrow.html) no-repeat center right;
	padding-left: 15px;
	padding-right: 45px;
	font-size: 19px;
	color: #ffffff;
	letter-spacing: 0px;
	text-align: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none;
	appearance: none;
-0-appearance:none;
	appearance: none;
	appearance: none;
	appearance: none;
}
.main-banner1 .form_left_sec .f_next.sub_img {
	background: #EEEEEE ;
}
.main-banner1 .form_left_sec .f_next.sub_img:hover, .main-banner1 .form_left_sec .f_next.sub_img:focus {
	background: #EEEEEE ;
}
.main-banner1 .form_left_sec.thanku .f_prev {
	text-align: center;
	padding-left: 15px;
	margin-top: 6px;/*max-width:316px;*/
	width: 100%;
}
.main-banner1 .form_left_sec.thanku .f_prev::before {
	font-size: 0;
	display: none;
}
.arrow-right {
	background: url(../images/right_arrow2.png) no-repeat;
	width: 26px;
	height: 22px;
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}
.alert {
	font-size: 18px;
	margin: 0 0;
	padding: 8px;
	text-align: left;
	display: none;
}
.marg1 {
	margin-bottom: 5px;
}
/***********crousal************/
.your-debt .item .span1 {
	position: absolute;
	top: 80px;
	margin-top: -4px;
	background: #d6d7d9;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	right: 20px;
	display: inline-block;
}
.your-debt .item .span2 {
	position: absolute;
	top: 80px;
	margin-top: -4px;
	background: #d6d7d9;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	right: 5px;
	display: inline-block;
}
.your-debt .item .span3 {
	position: absolute;
	top: 80px;
	margin-top: -4px;
	background: #d6d7d9;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	right: -10px;
	display: inline-block;
}
.your-debt .item .span4 {
	position: absolute;
	top: 63px;
	margin-top: -4px;
	color: #d6d7d9;
	right: -34px;
	display: inline-block;
	font-size: 30px;
}
.your-debt .carousel-control {
	background-image: none;
}
.dn1 {
	display: block;
}
.dn2 {
	display: none;
}
.error {
	border: 2px solid #a94442 !important;
}
.main-banner2 {
	padding: 30px 0 30px;
	border-top: 1px solid #d7d7d7;
	width: 100%;
	display: inline-block;
}
.main-banner2 label {
	font-weight: 500;
	font-size: 32px;
	color: #333;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 15px;
}
.main-banner2 p {
	font-weight: 500;
	font-size: 14px;
	color: #333;
	letter-spacing: 0px;
	line-height: 24px;
	text-align: left;
	margin-bottom: 24px;
}
.collect {
	font-weight: 500;
	font-size: 25px;
	color: #333;
	letter-spacing: 0px;
	text-align: left;
	margin: 15px 0 15px;
}
.main-banner2 span {
	font-weight: 500;
	font-size: 17px;
	color: #333;
	letter-spacing: 0px;
	line-height: 24px;
	display: inline-block;
	text-align: left;
	margin-bottom: 20px;
}
.main-banner2 ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
}
.main-banner2 ul li {
	font-weight: 500;
	font-size: 14px;
	color: #333;
	letter-spacing: 0px;
	line-height: 24px;
	padding-left: 23px;
	text-align: left;
	position: relative;
}
.main-banner2 ul li::after {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #474747;
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	margin-top: -3px;
}



/**************************responsive*****************************/
/**************************responsive*****************************/
/**************************responsive*****************************/
@media only screen and (max-width:1200px) {
.services img {
	margin-right: 5px;
}
.main-b .gethelp {
	margin-top: 15px;
}
.type-boxs ul li {
	width: 210px;
	margin: 20px 5px;
}
.benefits .col-md-9 {
	width: 100%;
	float: left;
}
.benefits .col-md-3 {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	float: left;
}
.benefits .gethelp {
	display: inline-block;
	margin-left: 10px;
}
}
@media only screen and (max-width:1100px) {
}
@media only screen and (max-width:1024px) {
}
@media only screen and (max-width:991px) {
header .head_right {
	font-size: 24px;
}
.main-banner {
	position: relative;
}
/*.main-banner::after { */
/*	background: #55BAA2;*/
/*	position: absolute;*/
/*	content: "";*/
/*	left: 0;*/
/*	top: 0;*/
/*	right: 0;*/
/*	bottom: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	z-index: 0;*/
/*}*/
.main-banner .banner {
	position: relative;
	z-index: 10;
}
.services .col-md-3 {
	width: 50%;
	float: left;
}
.services .col-md-3:first-child {
	border-bottom: 1px solid #ffffff;
}
.services .col-md-3:nth-child(2) {
	border-right: none;
	border-bottom: 1px solid #ffffff;
}
.how-does .col-md-9 {
	text-align: center;
	margin-bottom: 26px;
}
.your-debt ul li {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.your-debt ul li:nth-child(2) .span1, .your-debt ul li:nth-child(2) .span2, .your-debt ul li:nth-child(2) .span3, .your-debt ul li:nth-child(2) .span4 {
	display: none;
}
.type-boxs ul li {
	width: 170px;
	margin: 20px 2px;
}
.type-boxs ul li .li_text {
	font-size: 18px;
}
}
@media only screen and (max-width:767px) {
    #forte .col-md-3{width:50% !important;float: left!important;}
    .customsewid{
        width: 98% !important; 
    padding: 20px 10px !important;
}
    .dispona{display:none !important;}
    .bannertest1{color:#ffffff !important;font-size: 22px !important;}
    .mypd{ padding-top: unset !important;}
    .home-cal.main-banner1{border-color: rgba(255, 255, 255, 1) !important;}
     .main-banner{background: #273572 !important;}
    .customisaize p{line-height:1.1 !important;}
    .customisaize{min-height:130px !important;}
    .customisaize p{font-size: 16px !important;}
    .custmiszw-f img {width: 70% !important;}
    .home-cal{margin-top: 60px !important;}
    .custion-style-debt{margin-bottom: 25px !important;}
    .comsaros{padding-top: 5px !important; padding-bottom: 20px !important;    transform: rotate(90deg) !important;}
    .textcent{text-align:center !important;}
    .custion-style-debt h5{font-size: 18px !important;}
    .customisaize{width:33.33% !important;}
    .step_3 .wysiwyg ul li strong{font-size:1.8rem !important;font-weight:400 !important;}
    .main-banner h4 {font-size:19px;    color: #2e2f3b !important;
    text-align: center !important;}
    .charity_section h2, .home-cal.main-banner1 h2{font-size:25px !important;}
    .main-banner .banner_button{
        /*background: transparent !important; border: 2px solid #ffffff !important;width: 215px !important;*/
            background: #f21c1d;
            border: 2px solid #f21c1d !important;
    color: #ffffff !important;
    width: 245px !important;
    }
    .main-banner ul li{color:#ffffff !important;      /* background: url(../images/checked%403x-m.png) no-repeat left/23px auto !important;*/}
    .main-banner{text-align: center !important;}
    .main-banner h1{color: #ffffff !important; text-align: center !important; margin-bottom:0px !important;}
header .head_right {
	font-size: 18px;
}
header .head_right span {
	font-size: 16px;
}
.type-boxs ul li .li_text {
	font-size: 14px;
}
.type-boxs ul li {
	width: 115px;
}
.type-boxs ul li .circle {
	height: 80px;
	width: 80px;
}
.support-logo ul li {
	width: calc(20% - 4px);
	margin: 2px;
	padding: 5px;
}
.desktop-view {
	display: none;
}
}
@media only screen and (max-width:660px) {
}
@media only screen and (max-width:600px) {
header {
	padding: 15px 0 15px;
}
.main-header {
	width: 100%;
	text-align: center;
}
.head_right_upper {
	display: none;
}
.main-banner {
	padding: 40px 0 35px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	height: unset;
	background-position: -499px 0;
}
.final_news span br, .main-banner1 .form_left_sec.final_news p br {
	display: none;
}
.main-banner2 label{ font-size:28px;}
}
@media only screen and (max-width:550px) {
.benefits .col-md-9 ul li {
	width: 100%;
	float: left;
}
.main-banner h1 {
	font-size: 28px;
	line-height: 30px;
}
.short-debt {
	font-size: 45px !important;
	line-height: 50px !important;
}
.main-banner ul {
	font-size: 19px;
}
.main-banner ul li {
	padding-left: 30px;
	background-size: 24px;
}
.main-banner .banner_button {
	/*padding: 20px 15px 2px;
	text-align: left;
	font-size: 18px;*/
}
.banner_button .arrow-right {
	float: right;
	margin-top: 5px;
	margin-left:10px;
}
.main-banner {
	background-position: -525px 0;
}
.services, .benefits .col-md-3 {
	display: none;
}
.how-does, .benefits, .your-debt {
	padding: 30px 0 40px;
}
.benefits .col-md-9 h3 {
	font-size: 27px;
	text-align: center;
}
.benefits .col-md-9 ul li {
	font-size: 15px;
	line-height: 25px;
	padding-left: 35px;
}
.your-debt h2 {
	font-size: 27px;
	line-height: 28px;
}
.your-debt h2 span {
	font-size: 14px;
	line-height: 18px;
}
.your-debt {
	overflow: hidden;
}
.your-debt ul {
}
.main-b {
	padding: 35px 0 38px;
	font-size: 23px;
}
.main-banner1 {
	padding: 20px 0 250px;
}
.final_news.thanku span {
	font-size: 21px;
}
.type-boxs ul li {
	width: calc(50% - 5px);
	margin: 2px;
}
}
@media only screen and (max-width:500px) {
.your-debt .item {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.your-debt .item .circle {
	background: #EEEEEE;
	border: 5px solid #e7e7e7;
	width: 153px;
	display: inline-block;
	height: 153px;
	border-radius: 100%;
}
.your-debt .item:first-child .circle {
	background: #dc374b;
}
.your-debt .item .circle span {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin-top: 50px;
	font-size: 28px;
	color: #ffffff;
	letter-spacing: 0px;
	text-align: center;
}
.your-debt .item .step_name {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin-top: 10px;
	font-size: 23px;
	color: #333;
	letter-spacing: 0px;
	text-align: center;
}
.your-debt .item .span1 {
	right: 50px;
	background: #EEEEEE;
}
.your-debt .item .span2 {
	right: 38px;
	background: #EEEEEE;
}
.your-debt .item .span3 {
	right: 26px;
	background: #EEEEEE;
}
.your-debt .item .span4 {
	right: 5px;
	top: 63px;
	color: #EEEEEE;
}
.dn1 {
	display: none!important;
}
.dn2 {
	display: block!important;
}
}
@media only screen and (max-width:420px) {
.main-banner .banner_button {
	/*width: 100%;*/
}
.main-b .gethelp {
	width: 100%;
	margin-left: 0;
	/*text-align: left;
	padding: 17px 25px 0;*/
}
.main-b .gethelp .arrow-right {
	float: right;
	margin-top: 5px;
}
.type-boxs ul li {
	width: 100%;
	padding: 13px;
	margin: 0 0 4px;
}
.type-boxs ul li .circle {
	height: 45px;
	width: 45px;
	float: left;
	margin-right: 18px;
}
.type-boxs ul li .li_text {
	font-size: 22px;
	float: left;
	margin-top: 6px;
}
.support-logo ul li {
	width: 100%;
	margin: 0 0 5px;
}
.foot1 {
	padding: 14px 0;
}
.footer-box {
	padding: 25px 0 25px;
}
.main-banner1 .form_left_sec .btn-groupaa .btn-primary {
	width: calc(100% - 20px);
	margin-bottom: 8px;
	margin-top: 0;
}
.main-banner1 .form_left_sec .btn-groupaa {
	margin-top: 0;
	margin-bottom: 0;
}
.main-banner1 .form_left_sec .f_prev {
	margin-right: 0;
	width: calc(50% - 4px);
}
.home-cal.main-banner1 {
	padding: 40px 0 25px 0;
}
.home-cal.main-banner1 h2 {
	margin-bottom: 20px;
}
.main-banner1 .form_left_sec .f_next {
	width:100%;
}
.main-banner1 .form_left_sec h2 {
	font-size: 28px;
	line-height: 30px;
	margin: 0;
}
.final_news span {
	font-size: 21px;
	line-height: 26px;
}
.main-banner1 .form_left_sec.final_news p {
	font-size: 16px;
	line-height: 20px;
}
.input_cover .input1, .main-banner1 .form_left_sec .select_cover .f_prev {
	width: 100%;
	margin-bottom: 2px;
}
.main-banner1 .form_left_sec .f_next.sub_img {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	background: #fd9a2d;
	margin-top: 4px;
	font-size: 20px;
}
.main-banner1 .form_left_sec .f_next.sub_img:hover, .main-banner1 .form_left_sec .f_next.sub_img:focus {
	background: #E07F15;
	margin-top: 4px;
	font-size: 20px;
}
}
@media only screen and (max-width:360px) {
.main-banner1 .form_left_sec .f_prev, .main-banner1 .form_left_sec .f_next {
	font-size: 16px;
}
.main-banner1 .form_left_sec p {
	font-size: 18px;
}
}
@media only screen and (max-width:320px) {
}

.situation_table{background:#ffffff; padding:110px 0 50px; position:relative;}
.situation_content {
  float: left;
  width: 42%;
}
.situation_table_view {
  float: right;
  width: 48%;
  padding-top: 8px;
}
.situation_content h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  color:#333;
}
.situation_dic {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  padding: 0 0 30px;
}
.infos {
  display: block;
}
.auther_imgs {
  left: 0;
  margin: -60px 0 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.auther_imgs img{border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border:5px solid #fff;
  width:90px;
  height:90px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=90, Color=#d4d4d4)";/*IE 8*/
-moz-box-shadow: 0px 0px 7px #d4d4d4;/*FF 3.5+*/
-webkit-box-shadow: 0px 0px 7px #d4d4d4;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0px 0px 7px #d4d4d4;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=90, Color=#d4d4d4); /*IE 5.5-7*/
  }
 .situation_table_view > ul {
  background: #fff ;
  border: 1px solid #55BAA2;
}
.situation_table_view li {
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding:15px 25px;
}
.situation_table_view li:after{ clear:both; display:block; content:"";}
.situation_table_view li .price_box {
  color: #222;
  float: right;
  font-size: 22px;
  font-weight: bold;
}
.situation_table_view li.color_td {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  background:#f1fbff;
}
.situation_table_view li.color_td .price_box { color:#55BAA2}
ul.a {list-style-type: circle;}
footer{background:#2b3133;padding:50px 0;font-size:14px;font-weight:normal;color:#fff;text-align:center;}
.button, .nextstep a, .button_box a {
	/*-moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);*/
	/*-webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);*/
	/*box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);*/
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	font-weight: bold;
	height: 50px;
	line-height: 48px;
	text-align: left;
	display: inline-block;
	color: #fff;
	font-size: 22px;
	    border: 2px solid rgb(251, 249, 251);
	background: #55BAA2;
	cursor: pointer;
	position: relative;
	padding: 0 60px 0 25px;
      font-family: 'Lato', sans-serif;
}
.button:hover, .nextstep a:hover, .button_box a:hover{ opacity:0.8; color: #fff; text-decoration: none;}
/*.button i, .button_box a i, .nextstep a i {
	font-size: 28px;
	background: #fff;
	border-radius: 90px;
	width: 35px;
	height: 35px;
	color: #744289;
	position: absolute;
	right: 10px;
	top: 7px;
	line-height: 35px;
	text-indent: 12px;
}
.nextstep a i{ color: #84c25d } */
.button[disabled="disabled"]{ background: #ddd !important; }
.button[disabled="disabled"]:hover{ opacity: 1; cursor: default; }
.main_banner button.button{background:#eab029; }
.help_section .button_box a{
  font-size: 16px;
  height: 35px;
  line-height: 36px;
  min-width: 145px;
}
.help_section .button_box a i {
  font-size: 17px;
  padding-left: 4px;
}
.feefo_header {
	width: 127px;
	float: right;
	padding-right: 50px;
}
.content_top {
  padding: 60px 0 0;
  text-align: center;
  position: relative;
  z-index: 1;
} 
.banner_dis{ font-size: 15px; color: #fff; margin-top: 22px; }
.content_top h1 {
  color: #fff;
  font-size: 27px;
  font-weight: normal;
  /*text-transform:uppercase;*/
}
.banner_img {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}
.main_banner .container{position:relative}

.hero-banner::before {
  content: '';
  width: 100%;
  height: 400px;
  float: left;
  background: url(include/images/wave-green.html) no-repeat center top;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}

.content_bottom{ padding:25px 0 40px; text-align:center}
.content_bottom h4 {
  font-size: 35px;
  padding:25px 0 20px;
}
.content_bottom h4 span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.content_bottom abbr {
  display: block;
  font-size: 9px;
  font-weight: bold;
}
.content_bottom h5 {
  font-size: 18px;
  font-weight: normal;
  margin: 18px 0 10px;
}

.charity_section .container{ position: relative; z-index: 1; }
.charity_section::after {
  display: block;
  content: "";
/*background:linear-gradient(#525e9a,#744289);*/
  /*background: linear-gradient(#55BAA2,#55BAA2);*/
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
hr{ height:1px; background:#fff; border: none;}
.step_section {
  padding: 20px 0 50px 0;
  position: relative;
  z-index: 1;
  
}
.page-template-template-step .step_section{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#388d9c+0,3daaac+100 */
background: linear-gradient(-45deg,#744289,#525e9a);}
.charity_section{ position: relative; padding: 60px 0 70px; background:#ffffff; /*background: url(https://debtmovement.co.uk/wp-content/uploads/2020/12/menu-bkg.jpg);*/  background-position: center; background-repeat: no-repeat; background-size: cover; }
.bg_grt{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #388d9c;
background: -moz-linear-gradient(-45deg, #388d9c 0%, #3daaac 100%);
background: -webkit-linear-gradient(-45deg, #388d9c 0%,#3daaac 100%); 
background: linear-gradient(135deg, #388d9c 0%,#3daaac 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#388d9c', endColorstr='#3daaac',GradientType=1 ); }

.reviews {
  padding: 15px 0;
}
.reviews .section-title {
  margin:0 0 40px;
  color: #2e2f3b;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
      font-family: 'Lato', sans-serif;
}
.reviews .review-item {
  
  padding: 20px 25px 30px;
     color: #ffffff;
    border-radius: 1.5rem;
    text-align: center;
    background: #55BAA2;
      font-family: 'Lato', sans-serif;
      min-height:340px;
}
.reviews_list:after{ clear: both; display: block; content: ""; }
.reviews_list li {
  float: left;
  margin-left: 3%;
  width: 31.3%;
  display: block;
}
.reviews_list .wysiwyg {
  font-size: 17px;
  padding: 20px 0;
  line-height: 27px;
  font-weight: 300;
  min-height: 165px;
      font-family: 'Lato', sans-serif;
}
.reviews_list li:first-child{margin-left: 0}
.reviews .review-item .stars {
  max-width: 200px;
  margin: 0 auto;
}
.reviews .review-item .author {
  font-size: 18px;
  font-weight: 700;
}
.reviews .rating-box {
  margin-top: 60px;
  text-align: center;
}
.reviews .rating-box .rating {
  font-size: 35px;
  color: #2e2f3b;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}
.reviews .rating-box img {
  max-width: 200px;
}

.step_section h5 {
  color:#999;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.step_bar {
  margin: 20px 0; text-align: center;
}
.step_bar ul {
  /* font-size: 0; */
  display: inline-block;
  /* margin: 0 -18px; */
  position: relative;
  z-index: 1;
  font-family: 'Lato', sans-serif;
}
.fill_steps::after {
  display: block;
  content: "";
  height: 2px;
  background: #fff;
  top: 12px;
  position: absolute;
  left: 33px;
  right: 33px;
  z-index: -1;
}
.step_bar ul li {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
  height: 20px;
  margin: 0 20px;
  width: 20px;
      background: rgba(109, 52, 118, 1);
  border: 1px solid #fff;
  -moz-border-radius: 90px;/*Firefox*/
-webkit-border-radius: 90px;/*Safari, Chrome*/
border-radius: 90px;
}

.step_bar ul li.active {
      background: #55BAA2;
}
.step_bar ul li.complete {
  background: #9d3cad ;cursor:pointer;
}
.step_section h2 {
  color: #fff;
  font-size: 18px;
  padding-bottom: 20px;
  text-align: center;
}

.step_content ul {
  text-align: center; font-size: 0; margin-top: 5px;
}
.step_content ul li {
  /*background:#84c25d;*/
    background: #9d3cad;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 95px;
  -webkit-border-radius: 95px;
  -moz-border-radius: 95px;
  color: #fff;
  display:block;
  font-size: 25px;
  font-weight: normal;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
  margin: 15px 0;
  text-align: center;
  vertical-align: top;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.3s ease-in-out;/* Firefox 4-15 */
  -o-transition: all 0.3s ease-in-out;/* Opera 10.5-12.00 */
  transition: all 0.3s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
.step_content ul li:hover {
  background:#80358c;
  
}
.step_content ul li a {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  width: 1%;
  color:#fff;
  padding:0 15px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
}
.step_content ul li:hover a{color:#fff;}
.step_content span {
  /*display: block;*/
}
.step_content ul li br {
  display: none;
}
.button_box .ajax-loader {
  left: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  margin: 0!important;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.step_section .pull-left {
  color: hsl(0, 0%, 47%);
  float: none;
  font-size: 12px;
  margin:15px 0 0;
}
div.wpcf7 .wpcf7-submit:disabled + span + i, div.wpcf7 .wpcf7-submit:disabled + i{ opacity: 0.3 }{ opacity: 0.3 }
.step_section .pull-left .line1 {
  margin-bottom: 10px;
}
.step_forms_box {
  padding: 50px;  
  /*background:#763476 none repeat scroll 0 0;*/
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 30px 0;
}
.step_forms_box .button_box {
  margin-top: 15px;
}
.wave-img {
  /* background: #fff; */
  margin-bottom: -14px;
}
.step_3 {
  color: #2e2f3b;
  padding: 30px 0px 5px;
  position: relative;
  z-index: 1;
}
 .step_3 h2 {
/*font-weight: 600;*/
margin-bottom: 20px;
font-size:26px;
color: #2e2f3b;
text-align: center;
/*font-family: 'Lato', sans-serif;*/
}
.simple-step {
  font-size: 18px;
  text-align: center;
  color: #333;
  padding-bottom: 40px;
}
.step_3 .wysiwyg ul {
  padding-left: 0;
  list-style: none;
}
.step_3 .wysiwyg ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1.5rem;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.step_3 .wysiwyg ul li::before {
  position: absolute;
  left: 0;
  display: block;
  font-family: Font Awesome\ 5 Free,sans-serif;
  font-weight: 900;
  color: #55BAA2;
  /*content: "\F00C";*/
}
.step_3 .wysiwyg ul li::before {
  /*content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' viewBox='0 0 14 11'%3E%3Cpath fill='%23ff9800'   d='M13.097 5.487c0 .149-.06.283-.157.38l-4.298 4.298a.534.534 0 0 1-.759 0 .537.537 0 0 1 0-.76l3.38-3.381H1.1a.537.537 0 1 1 0-1.074h10.163l-3.38-3.381a.537.537 0 0 1 .759-.76l4.298 4.298a.537.537 0 0 1 .157.38z'/%3E%3C/svg%3E");*/
  content: "";
     background-image: url(../images/icon/iconsarrow.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-top: 3px;
}
.step_3 .wysiwyg ul li strong { 
      font-weight: 600;
   font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #333;
}
.step_3 .wysiwyg p {
  margin-bottom: 1rem;
      margin-bottom: 1rem;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #333;
}
.step_3 .wysiwyg_button{padding-top: 30px; text-align: center;}
.button_box{ text-align:left; position: relative;}
.aresa-ov {
	overflow: hidden;
	position: relative;
	/*top: -85px;*/
	clear: both;
	/*margin-bottom: -85px;*/
}
.help_section {
  padding: 40px 0 60px;
  margin: 0px 0 0px;
  position: relative; 
  /*background: #55BAA2;*/
  background: #ffffff;
}
.asked_questions_bg {
  background: #fff;
  padding:50px 0 50px;
}
.debt_solutions {
  background: #ffffff;
  color: #494545;
  text-align: center;
  /*border-bottom: 1px solid #fff;*/
  padding:50px 0 55px;
  position: relative;
  
}
/*.debt_solutions::after {*/
/*      display: block;*/
/*    content: "";*/
/*    height: 92px;*/
/*    background: #f6f6f6;*/
/*    position: absolute;*/
/*    top: -56px;*/
/*    left: -10px;*/
/*    right: -28px;*/
/*    border-top: 1px solid #fff;*/
/*    transform: rotate(-3deg);*/
/*}*/
.links-list li{list-style: none;
  display: block;
  font-size: 13px;
  padding: 6px 0;
}
.debt_solutions h2 {
  font-size: 35px;
  font-weight: 900;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}
.debt_solutions h4 {
  font-size: 17px;
  font-weight: bold;
  padding: 18px 0 2px;
  text-align: center;
}
.wave-img img{ width: 100%; height: auto; display: block; }
.simple_dis {
  padding: 15px 0 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.trust-img {
  max-width: 165px;
  margin: 0 auto;
}
.help_section h2 {
  /*color: #fff;*/
  color:#2e2f3b;
  font-size: 25px;
  /*font-weight: 900;*/
  padding: 20px 0;
  text-align: center;
}
.links-list {
  margin-bottom: 0px;
}
.links-list a{ color: #222 }
.help_section ul li {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 10px 0;
}
.help_section ul li a{ color: #fff }
.help_section ul li a:hover{ color: #f19937 }
.help_section ul.no-list li {
     background:#ffffff;
  float: left;
  width: 47%;
  color: #55BAA2;
  position: relative;
  margin-left: 6%;
  text-align: center;
  /*border: 1px solid #faf8f8;*/
  /*box-sizing: border-box;*/
  /*margin-top: 20px;*/
  /*border-radius: 40px;*/
  border: 2px #55BAA2 dashed;
    box-sizing: border-box;
    margin-top: 20px;
    border-radius: 40px;
  /*box-shadow: 3px 3px 3px #303350;*/
  /*font-weight: 300;*/
      font-size: 20px;
}

/*.help_section ul.no-list li:before{ content: ""; height: 10px; width: 10px; position: absolute; left: 0; background: #fff; margin-top: 4px; }*/
.help_section h4 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}
.twelve.columns .twelve.columns h3{ color: #fff }

.asked_questions {
  padding:0 0 35px;
}
.button_box2 {
  padding-top: 15px;
  text-align: right;
}
.button_box2 > a {
  font-size: 16px;color: #2bbed8;line-height: 30px;
}
.button_box2 > a > i{font-size: 30px;
margin-left: 5px;
vertical-align: top;}
.help_section ul li:nth-child(3n+2) .button_box2 > a{color:#ffe153; }
.help_section ul li:nth-child(3n+3) .button_box2 > a{color:#efa045; }
.asked_questions h2 {
  color: #2e2f3b;
  font-size: 25px;
  /*font-weight: 900;*/
  padding-bottom: 15px;
  text-align: left;
}
.asked_questions ul {
  margin: 20px 0;
}
.asked_questions ul li {
  margin-bottom: 15px;
  display: block;
  /*-moz-border-radius: 22px;*/
  /*-webkit-border-radius: 22px;*/
  /*border-radius: 22px;*/
  background: #fff;
  /*box-shadow: 2px 2px 2px #aaa;*/
  /*border: 1px solid #aaa;*/
      border-bottom: 1px solid #ccc;
}
.asked_questions ul li:last-child{ margin-bottom:0;}
.asked_questions ul li h5 {
  font-size: 15px;
  color: #2e2f3b;
  font-weight: normal;
  padding: 12px 40px 12px 15px;
  cursor: pointer;
  position: relative;
  font-weight: 300;
}

.asked_questions ul li h5:after{ 
content:"\f107"; 
color: #efc62e;
display: block;
font-family: FontAwesome;
font-size: 21px;
position: absolute;
right: 14px;
top: 11px;}
.asked_questions ul li h5.open:after{content:"\f106";}
.asked_questions ul li .content_box {
  font-size: 13px;
  color: #2e2f3b;
  padding: 5px 15px 15px;
  display: none;
  font-weight: 300;
}
.call_backform {
  background:#60a63b;
  padding:30px 0 40px;
}
.call_backform h2 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 3px solid hsl(24, 100%, 58%);
  padding-bottom:5px;
}
.call_form{ padding:20px 0}
.form_filed .input_box input, .form_filed .input_box select{ background: #fff; padding:0 25px 0 50px; height:40px; border:3px solid #BCC6CB; width:100%; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box}

/*.form_filed .input_box:nth-child(1) {
  margin-right: 1%;float: left; width: 49%;
}
.form_filed .input_box:nth-child(2) {
  margin-left: 1%;float: left; width: 49%;
}
.form_filed.wide_filed .input_box {
  margin-right: 0;float: none; width:auto;
}*/
.form_filed::after {
  clear: both;
  content: "";
  display: block;
}
.form_filed {
  padding: 10px 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
}

footer {
  padding: 50px 0 50px; background:#ddd;
}
.foot_img {
  margin:0 auto 15px;
  max-width: 130px;
  text-align: center;
}
.foot_dis {
  font-size: 13px;
}
.foot_info {
  font-size: 15px;
  /*padding-top: 40px;
  border-top: 1px solid #999;*/
  margin: 15px 0 0;
  clear: both;
  line-height: 22px;
  font-weight:normal;
  text-align: center;
  font-family: 'Lato', sans-serif;
}
.foot_info:before{ content: ""; display: block; clear: both; }
.site-info {
  color: hsl(0, 0%, 20%);
  font-size: 12px;
  padding: 20px 0;
}
.fotleftmenu > li {
  display: block;
  padding: 0px 0 10px 0px;
}
.fotleftmenu a {
  color: hsl(0, 0%, 20%);
  font-size: 12px;
}
.show_price {
  color: #333;
  font-size: 34px; text-align: center;
  margin: 1px 0 20px 0;
  font-weight: bold;
}
.back_step {
  color: #fff; display: none;
}
.nextstep {
  padding:30px 0 20px;
  text-align: center;
}
.nextstep a{ line-height: 48px;}
.step_section .ui-widget-header{background: #fff!important; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color=#30717a)";/*IE 8*/
-moz-box-shadow: 0px 1px 2px #30717a;/*FF 3.5+*/
-webkit-box-shadow: 0px 1px 2px #30717a;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0px 1px 2px #30717a;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color=#30717a); /*IE 5.5-7*/
}
.step_section .sliderrangemax{ margin-top: 10px; height: 5px; border: none !important; background: #fff!important; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color=#30717a)";/*IE 8*/
-moz-box-shadow: 0px 1px 2px #30717a;/*FF 3.5+*/
-webkit-box-shadow: 0px 1px 2px #30717a;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0px 1px 2px #30717a;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color=#30717a); /*IE 5.5-7*/

}


.step_section .sliderrangemax .ui-slider-handle {
  background: #84c25d !important;
  border-color: #fff !important;
  height: 30px!important;
  top: -12px!important;
  width: 30px!important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color=#84c25d)";/*IE 8*/
-moz-box-shadow: 0px 0px 2px #84c25d;/*FF 3.5+*/
-webkit-box-shadow: 0px 0px 2px #84c25d;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0px 0px 2px #84c25d;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color=#84c25d); /*IE 5.5-7*/
-moz-border-radius: 30px !important;
-webkit-border-radius: 30px!important;
border-radius: 30px!important;
}

.agree-text {
  color: #fff;
  text-align: center;
  padding: 25px 0;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
}
.agree-text a{ color: #fff; }

.step_form .form_filed .input_box:nth-child(1) {
  /*margin-bottom: 8px;*/
}
.step_form .form_filed .input_box:nth-child(2) {
  margin-bottom: 0;
}
.step_form .form_filed {
  padding:0;
}
.step_form .form_filed .input_box{ position: relative; }
.step_form .form_filed i {
  position: absolute;
  display: block;
  left: 23px;
  z-index: 1;
  font-size: 21px;
  top: 19px;
}
.step_forms_box .step_form {
  background: #dcdbdb;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #464646;
}
.step_form  .form_filed .input_box input, .step_form  .form_filed .input_box select {
  background: #dcdbdb;
  border:none;
  border-top: 1px solid #464646;
-moz-border-radius: 0px;/*Firefox*/
-webkit-border-radius: 0px;/*Safari, Chrome*/
border-radius: 0px;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color=#e1e1e1)";/*IE 8*/
-moz-box-shadow: inset 0px 0px 3px #e1e1e1;/*FF 3.5+*/
-webkit-box-shadow: inset 0px 0px 3px #e1e1e1;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: inset 0px 0px 3px #e1e1e1;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color=#e1e1e1); /*IE 5.5-7*/

}
.step_form  .form_filed .namdes.input_box input{ border: none; -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px; }
  .step_form  .form_filed .input_box input[type="email"]{ -moz-border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px; 
}
.box-inner {
  display: inline-block;
  position: relative;
}
.box-inner .button {
	padding-right: 52px;
}
.box-inner i {
	font-size: 28px;
	background: #fff;
	border-radius: 90px;
	width: 35px;
	height: 35px;
	color: #84c25d;
	position: absolute;
	right: 10px;
	top: 7px;
	line-height: 35px;
	text-indent: 12px;
}
.step_form span.wpcf7-not-valid-tip {
  font-size: 12px !important;
  padding-top: 4px;
  position: absolute;
  z-index: 1;
  bottom: -19px;
  left: 59px;
  font-weight: 300;
}
.form_filed .input_box select{appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
background-image: linear-gradient(45deg, transparent 52%, #717070 50%), linear-gradient(135deg, #717070 53%, transparent 50%), linear-gradient(to right, rgba(135, 206, 235, 0), rgba(135, 206, 235, 0));
background-position: calc(100% - 21px) calc(18px + 1px), calc(100% - 11px) calc(20px + -1px), 100% 0;
background-size: 10px 10px, 10px 10px, 2.5em 2.5em;
background-repeat: no-repeat;}
.step_forms_box {
  border: none !important;
  /*max-width: 464px !important;*/
  margin: 0 auto !important;
  padding:20px 0 !important
}

.step_content.step_form h2 {
font-size: 20px;
}
.step_content.step_form h2 span {
  display: block;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 5px;
}
.asked_questions_img > img {
  width: 100%;
}
.bottom-cta {
  bottom: -100px;
  left: 0;
  position: fixed;
  right: 0;
  opacity: 0;
  visibility: hidden;
-webkit-transition: all 0.2s ease-in-out;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease-in-out;/* Firefox 4-15 */
  -o-transition: all 0.2s ease-in-out;/* Opera 10.5-12.00 */
  transition: all 0.2s ease-in-out;/* Firefox 16+, Opera 12.50+ */
  z-index: 99;
  height: 46px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.scrollCustomFooter .bottom-cta { opacity: 1; visibility: visible; bottom: 0; }
.bottom-cta > a {
  background:#84c25d;
  color: #fff;
  display: block;
  padding: 14px 15px;
  border-top: 1px solid #fff;
}
.bottom-cta > a:hover{ background:#6cb042}
.inner_page ul {
  margin: 20px 0 0 20px;
}
  .inner_page {
  line-height: 25px;min-height: 320px;
  background-color: #eee;
}
select[name="calltime"] {
  color: #bbb;
}
select.chngecolor {
  color: #000;
}

.text-center {
  text-align: center;
}
.tick-list {
  list-style-image: url("../images/tick.png"); margin: 0 30px!important;
}
.tick-list li {
  color: white;
  font-size: 19px;
  margin-bottom: 20px;
}
.twelve.columns::after {
  clear: both;
  content: "";
  display: block;
}
.twelve.columns p strong {
  display: block;
  margin: 10px 0;
  font-size: 20px;
}
.follow-it.text-center > img {
  margin: 0;
}


.content_bottom ul {
  margin:20px 0 30px;
}
.content_bottom ul li {
  display: block;
  font-size: 20px;
  font-weight:500;
  min-height: 36px;
  line-height:36px;
  padding: 6px 0 6px 55px;
  position: relative;
  color: #fff;
}
.content_bottom ul li span {
  border: 2px solid #60a63b;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  display: block;
  font-size: 25px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
  position:absolute;
  left:0;
  color:#55BAA2;
  background: #fff;
}
.step_section h1 {
  color: #55BAA2;
  font-size: 42px;
  text-align: center;
  font-weight: normal;
  padding:0 0 40px;
}
.page-id-194 .content_top h1 {
  color: #fff;
  font-size: 30px;
  max-width: inherit;
}
.content_bottom h6 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 22px;
}

.page-id-194 .banner_img {
  position: relative;
  z-index: 2;
}
.page-id-194.scrollCustomHeader .top_number{ display: none; }
.page-id-194 header, .page-id-194.scrollCustomHeader header {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  left: 0;
  position: static;
  right: 0;
  top: 0;
  z-index: 99;
}
.land_num {
	float: right;
	font-weight: bold;
	font-size: 15px;
	background: #84c25d;
	border-radius: 90px;
	padding:10px 29px 10px 75px;
	position: relative;
}

.page-id-194 .logo{ display: none; }
.page-id-194 .land_num {
  display: block;
  font-size: 38px;
  text-align: center;
}
.land_num span {
  display: block;
  color: #000;
}
.land_num > a {
  display: block;
  line-height: 34px;
  font-size: 28px;
  color: #fff;
}

.lnd{ display: none; }


.qualify-section {
  background: #ffffff;
  padding:50px 0 55px 0;
  border-bottom: 1px solid #fff;
}
.qualify-box {
  position: relative;
  /*padding-right: 300px;*/
  text-align: center;
}
.qualify-box h4 {
     color: #6d3476;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 40px;
}
.qualify-box a {
  /*position: absolute;
  top: -8px;
  right: 0;*/
  background: linear-gradient(#f39200,#f49200);
  line-height: 48px; 
  -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
box-shadow:0px 2px 0px rgba(0, 0, 0, 0.3);
}
.page-template-template-thanks.scrollCustomFooter .bottom-cta{ display: none !important; }
.banner_img:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*background: linear-gradient(#525e9a,#744289);*/
  
      /*background: linear-gradient(rgba(107, 51, 116, 0.7),rgba(107, 51, 116, 0.7));*/
      /* background: -webkit-linear-gradient(rgba(107, 51, 116, 0.7),rgba(107, 51, 116, 0.7)); */
       
   /*opacity: 0.2;*/
   z-index:1;
}

.step_forms_box div.wpcf7-response-output {
  border: 1px solid #ff0000;
  color: #ff0000;
}
@media only screen and (min-width: 768px){
  .wave-img {
  margin-bottom: -52px;
}
.banner_box{ 
  display: table;
  width: 50%;
  vertical-align: top; 
  padding: 7% 0; 
}
.banner_box > div {
	display: table-cell;
	width: 50%;
	padding: 0px;
  text-align: left;
	vertical-align: middle;
	/*box-shadow: 2px 3px 17px #000;*/
}
/*.banner_box .content_top{     background: rgba(109, 52, 118, .6);-webkit-border-radius: 30px 0 0 30px;
border-radius: 30px 0 0 30px; }*/
.banner_box .step_section{     background: rgba(243, 146, 0, 0.6);-webkit-border-radius: 0 30px 30px 0;
border-radius: 0 30px 30px 0; }
  .charity_section {
  background-position: top;
  background-size: cover;
}
  .step_section .sliderrangemax {
  height: 6px;
}
.logo {
  /*margin: 0px 0 5px 0px !important;*/
  max-width: 270px !important;
  float: left;
}
  .mobile_view{ display:none !important}
.site-logo-foot {
  float: left;
  width: 24%;
  text-align: center;
}
.site-logo-foot a {
  display: block;
  line-height: 32px;
  font-size: 25px;
  color: #606161;
  margin-top: 25px;
}
.phone-icon {
  float: right;
  position: static;
  width: auto;
  font-size: 26px;
  border: none;
  line-height: 30px;
}
.phone abbr {
  display: block;
  text-align: left;
  padding-left: 41px;
  font-size: 21px;
}
.phone i {
  padding-right: 15px;
}
.phone-icon:hover {
  border: none;
}
.land_num i {
	font-size: 35px;
	background: #fff;
	border-radius: 90px;
	width: 55px;
	height: 55px;
	color: #84c25d;
	position: absolute;
	left: 10px;
	top: 9px;
	line-height: 56px;
	text-indent: 15px;
}
.step_bar ul li {
   font-size: 20px;
  line-height: 28px;
  height: 30px;
  margin: 0 25px;
  width: 30px;
}
.fill_steps::after {
  top: 15px;
  left: 54px;
  right: 54px;
}
/*body {
  margin-top: 0px !important;
}*/
  .inner_page {
  padding: 70px 0 50px;
}
.six.columns {
  float: left;
  font-size: 18px;
  line-height: 32px;
  width: 50%;
  margin-top: 25px;
}


.menu button{ display:none}
.menu{ float:right} 
.menu > ul {
  margin-top: 10px;
}
.menu ul > li {
  display: inline-block;
  padding: 0 0 0 22px;
}

/*.content_top {
  left: 0;
  position: absolute;
  right: 0;
  top:50%;
  transform: translateY(-50%);
  text-align: left;
  padding: 0;
}*/
.content_top h1 {
  text-align: left;
    font-size: 40px;
    margin-bottom: 15px;
    color: #9d3cad;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}
.banner_dis {
  text-align: center;
  font-size: 24px;
  color: #f5f4f4;
  line-height: 40px;
      text-shadow: 0 4px 2px #5b3761;
  letter-spacing: 2px;
  margin: 20px 0 0px;
}



.banner_dis b {
  font-size: 28px;
}
.content_bottom {
  top:50%;
  position: absolute;
  padding:0;
  text-align:left;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.content_bottom h4 {
  font-size: 54px; margin-bottom: 15px;
}
.content_bottom abbr {
  font-size: 13px;
}
.content_bottom h5 {
  font-size: 28px;
  margin: 37px 0 26px;
}
.content_bottom h4 span {
  font-size: 22px;
}
.step_section {
  padding: 20px 0 60px;
}
.page-template-template-step .step_section {
  padding: 60px 0 80px;
}
.step_3{ margin:0; padding:70px 0 45px;}
/*.help_section {
  padding: 60px 0 95px;
}*/
.call_backform {
  padding: 50px 0 70px;
}
.aresa-ov {
  /*top: -212px;*/
  /*margin-bottom: -218px;*/
}
.step_bar {
  margin:10px auto 40px;
  max-width: 800px;
}
.step_section h5 {
  font-size: 25px;
}
.back_step {
  font-size: 37px;
  left: 0;
  position: absolute;
  top: -14px;
  color: #fff;
}
.step_section h2 {
	font-size: 25px;
	text-align: center;
	padding: 0 0px 20px;
  font-family: 'Lato', sans-serif;
}
.step_content > ul::after {
  clear: both;
  content: "";
  display: block;
}
.step_content ul li {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 21px;
  margin: 1.5% 1.5%;
  /*width: 26.4%;*/
  width: 40%;
  display: inline-block;
}
/*.step_content ul li:first-child{ margin-left:0;}
.step_content ul li:last-child{ margin-right:0;}*/
.step_content ul li a {
  height:70px;
}
.show_price {
color: #333;
	font-size: 40px;
	margin: 0px 0 20px 0;
}
.step_3 h2 {
  font-size: 42px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0 0 45px;
  text-align: center;
      /*font-family: 'Lato', sans-serif;*/
      font-family: 'Raleway', sans-serif;
}
.numt br {
  display: none;
}


.simple-step {
  font-size: 26px;
}

.num {
  font-weight: bold;
  padding-right: 10px;
}
.help_section ul li {
  font-size: 16px;
  line-height: 35px;
}
.help_section ul li h4 {
  font-size: 21px; font-weight:normal;
}

.simple_dis {
  text-align: left;
}
.trust-img {
  max-width: 250px;
  margin: 0 0 17px;
  float: left;
}
.simple_dis {
  padding: 8px 0 20px;
  /* text-align: center; */
  font-size: 20px;
  text-align:center;
  color: #dcdbdb;
  line-height: 30px;
  margin-left: 300px;
  /*text-shadow: 0 2px 2px #353958;*/
}
.help_section h2 {
  font-size: 38px;
  /*font-weight: 900;*/
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top:0px;
  padding-top:0px;
}
.help_section h4{ font-size: 20px; text-align: left; }
.call_form {
  margin: 20px auto;
  padding: 20px 0;
}
.form_filed .input_box input, .form_filed .input_box select {
  font-size: 16px;
  height: 60px;
  padding: 0 20px 0 60px;
}
.form_filed {
  padding: 15px 0;
}
.call_backform h2 {
font-size: 35px;
font-weight: bold;
padding-bottom: 20px;
text-align: center;
}
.asked_questions {
  padding: 0;
}

.asked_questions h2 {
  font-size: 38px;
  /*font-weight: 900;*/
  padding-bottom: 25px;
}
.asked_questions ul {
	margin-top: 25px;
	padding: 0;
	margin-left: -2%;
}
.asked_questions ul li {
	margin-bottom: 20px;
	/*float: left;*/
	/*width: 48%;*/
	box-sizing: border-box;
	/*margin-left: 2%;*/
	width:70%;
	margin:auto;
	margin-bottom:30px;
}
.asked_questions ul li h5 {
  font-size: 19px;
  padding: 13px 42px 13px 18px;
}
.asked_questions ul li h5::after {
  font-size: 26px;
  right: 17px;
  top: 11px;
}
.asked_questions ul li .content_box {
  font-size: 14px;
  line-height: 20px;
  padding: 5px 18px 16px;
}
.copyright {
  float: left;
  width: 50%;
  text-align: left;
  margin-top: 15px;
}
.fotleftmenu a {
  font-size: 16px;
}
.site-info {
  font-size: 14px;
  padding: 0;
}
.foot_logo {
  float: right;
  max-width: 50%;
  margin-bottom: 60px;
  text-align: center;
}
.page-id-194 .content_bottom {
  left: 44%;
  z-index: 9;
}
.inner-img {
  max-width: 50%;
  margin: 15px auto !important;
  display: block;
} 
.box-section {
  float: left;
  width: 50%;
  text-align: left;
  border-right: 1px solid #494545;
  box-sizing: border-box;
}
.table_box{
  margin-top: 30px;
  box-shadow: 5px 5px 4px #b1b1b1;
  border: 1px solid #494545;
  padding:20px 25px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background: #f9f9f9; 
}
.box-section2 {
  float: right;
  text-align: left;
  width: 50%;
}
.table_box .links-list li {
  border-top: 1px solid #494545;
  padding: 14px 0px;
  font-size: 16px;
}
.debt_solutions h4 {
  font-size: 18px;
  font-weight: 900;
  padding: 6px 0 14px;
  text-align: left;
}
.box-section2 h4, .box-section2 .links-list li{ padding-left: 25px; }
.help_section ul.no-list li:nth-child(3n+1) {
  margin-left:  0;
}
.help_section ul.no-list li {
  width: 31.3%;
  margin-left: 3%;
}
.main_banner{overflow: hidden;}
.banner_img {
  /*height: 37vw;*/
  overflow: hidden;
}
/*.banner_img img {
  margin: -4% 0 0;
}*/
  .banner_img img{ width: 100%; }
.step_section .sliderrangemax{ /*max-width: 84%;*/ margin-left: auto;margin-right: auto; }
footer {
  padding:50px 0 50px;
}
.scrollCustomHeader header .logo{ display: block; }
.scrollCustomHeader  .phone-icon{ display: block; }
.top_number{ display: none; }
.scrollCustomHeader .top_number { display: none; }
}


@media only screen and (min-width: 768px) and (max-width: 1024px){

.logo {
  margin:5px 0 5px 0px !important;
  max-width:223px !important;
  float: left;
}

.phone-icon {
  float: right;
  position: static;
  width: auto;
  font-size: 26px;
  border: none;
  line-height: 30px;
}
.phone abbr {
  display: block;
  text-align: left;
  padding-left: 41px;
  font-size: 21px;
}

.phone i {
  padding-right: 15px;
}
.phone-icon:hover {
  border: none;
}
body {
  /*margin-top: 0px !important;*/
}

.content_bottom ul {
  margin: 7px 0 15px;
}
.content_bottom ul li {
  font-size: 18px;
  line-height: 30px;
  min-height: 30px;
  padding: 6px 0 6px 43px;
}
.content_bottom ul li span {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.inner-img {
  max-width: 55%;
  margin: 15px auto !important;
  display: block;
}
.no-list {
  
}
.help_section ul.no-list li:nth-child(2n+1) {
 /* padding-right: 13%;*/
}
.scrollCustomHeader header .logo{ display: block; }
.scrollCustomHeader  .phone-icon{ display: block; }
.top_number{ display: none; }
.scrollCustomHeader .top_number { display: none; }
.banner_dis {
	line-height: 33px;
	font-size: 20px;
}
.banner_dis b {
	font-size: 25px;
}
.content_top h1 {
	font-size: 25px;
}
.fill_steps::after {
	left: 35px;
	right: 35px;
}
.step_bar ul li {
	margin: 0 10px;
}
.step_3 {
  padding: 60px 0 131px;
}
.trust-img {
  max-width:200px;
}
.simple_dis {
  font-size: 20px;
  line-height: 30px;
  margin-left: 224px;
}
.charity_section {
  padding: 73px 0 140px;
}
.debt_solutions {
  padding: 44px 0 96px;
}
.table_box .links-list li {
 font-size: 17px;
}
.help_section {
  padding: 60px 0 100px;
}
.asked_questions_bg {
  padding: 70px 0 23px;
}
.asked_questions ul li {
  margin-bottom: 20px;
}
.asked_questions ul {
  margin-top: 20px;
}
.site-logo-foot {
  float: left;
  width: 36%;
  text-align: center;
  padding-top: 40px;
}
}


@media only screen and (max-width: 1024px){

  body{margin-top: 70px;}


  .inner_page {
  /*padding: 20px 0 30px;*/
}
.inner_page h1 {
  font-size: 25px;
}
.inner_page h2 {
  font-size: 22px;
}
.inner_page h3 {
  font-size: 24px;
}
.inner_page h4 {
  font-size: 18px;
}
.inner_page h5 {
  font-size: 16px;
}
.inner_page h6 {
  font-size: 15px;
}
.twelve.columns .twelve.columns {
  padding: 20px !important;
}
.tick-list li {
  font-size: 15px;
  margin-bottom:20px;
}
  
header{padding: 10px 0; }
.logo {
  margin:12px 0 0;
  max-width: 223px;
  float: left;
}
.scrollCustomHeader header {
  padding: 6px 0;
}
.menu ul {
  background: hsl(198, 100%, 45%) none repeat scroll 0 0;
  display: none;
  left: 0;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  z-index: 9;
}
.menu ul li {
  border-top: 1px solid hsl(0, 0%, 100%);
  display: block;
  padding: 8px 0;
}
.menu ul li:first-child{ border-top:none}
.menu ul li a {
  color: hsl(0, 0%, 100%);
  font-size: 15px;
  display:block;
}
.menu ul li a:hover{ color:hsl(24, 100%, 58%) }


.back_step{ display: none; }
 .step_3 h2 span {
  display: inline-block; vertical-align:text-bottoml
}
.step_3 h2 span.num {
  font-size: 58px;
  font-weight: bold;
  padding-right: 5px;
  color: #fff;
}
.step_forms_box .button_box {
  margin: 15px 0 10px;
  max-width: 100%!important;
}
.step_forms_box {
  margin: 5px 0 10px !important;
  padding: 0 !important;
}
.step_content.step_form h2 {
  /*font-size: 14px;*/
}
.step_content.step_form h2 span {
  display: block;
  /*font-size: 32px;*/
}


.ui-slider-handle.ui-corner-all.ui-state-default[style="left: 100%;"] {
  margin-left: -8% !important;
}
.show_price {
  color: #333;
  font-size: 30px;
  margin:0 0 35px;
  font-weight: normal;
}
.help_section ul li .button_box {
  margin: 15px 0 10px;
}
.asked_questions_img {
  margin:35px 0 15px;
}
footer {
  padding: 50px 0 50px;
}

.foot_img {
  margin: 15px auto;

}

.copyright {
  background: #b5b5b5;
  padding: 30px 5% 15px;
  text-align: center;
}
.foot_info {
  margin: 0px 0 0;
  padding:30px 15px;
  line-height: 18px;
}
.form_filed .input_box select{appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
background-image: linear-gradient(45deg, transparent 52%, #717070 50%), linear-gradient(135deg, #717070 53%, transparent 50%), linear-gradient(to right, rgba(135, 206, 235, 0), rgba(135, 206, 235, 0));
background-position: calc(100% - 21px) calc(13px + 1px), calc(100% - 11px) calc(20px + -6px), 100% 0;
background-size: 10px 10px, 10px 10px, 2.5em 2.5em;
background-repeat: no-repeat;}
.content_bottom ul {
  margin: 25px 0;
}
.content_bottom ul li {
  font-size: 18px;
  line-height: 33px;
  min-height: 34px;
  padding: 9px 0 9px 43px;
}
.content_bottom ul li span {
  color: #fff;
  border: 2px solid #fff;
  font-size: 20px;
  height: 30px;
  line-height: 27px;
  width: 30px;
  background: none;
}

.page-id-194 footer {
  background: #01089e;
}
.page-id-194 .foot_dis, .page-id-194 .foot_dis a{ color: #fff }
.step_section h1 {
  font-size: 20px;
  padding: 0 0 20px;
}
.page-id-194 .content_bottom {
  top:50%;
  position: absolute;
  padding:0;
  text-align:left;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 9;
  width: 90%;
  left: 50%;
}
.page-id-194 .main_banner {
  overflow: hidden;
}
.page-id-194 .content_top h1 {
  color: #fff;
  font-size: 23px;
  text-align: center;
}
.int_but{ text-align: center; }
.content_bottom h6 {
  font-size: 15px;
  margin-bottom: 22px;
  text-align: center;
}
.page-id-194 .banner_img::after {
  background: #01089e;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.page-id-194 .lnd{ display: block; }
 .page-id-194 .nml{ display: none; }


 .qualify-box {
  padding-right: 0;
}

.qualify-box a {
  display: block;
  text-align: center;
  max-width: 140px;
  margin: 20px auto 7px;
}
.links-list li{ text-align: center; }
.step_section .sliderrangemax{ margin: 0 15px; }
}
@media only screen and (max-width: 350px){
	.main-banner{
		    height: unset;
	}
}
@media only screen (min-width: 351px) and (max-width: 767px){
.main-banner{height: unset;}
}

@media only screen and (max-width: 767px){
    #comsasa {
    color: #ffffff !important;
    font-size: 16px !important;
}
	.asked_questions ul{padding: 0px;}
	.no-list{padding: 0px;}
	.charity_section h4 {text-align: center !important;color: #fff;}
    .situation_content{width:100%;}
    .situation_table_view{width:100%;}
    .situation_table_view > ul{padding-left:0px;}
    .situation_table_view li{padding:15px 15px; font-size:15px;}
    .situation_table_view li.color_td {font-size:15px;}
    .situation_table_view li .price_box{font-size:15px;}
    .auther_imgs{display:none !important;}
    .situation_table{padding: 50px 0 50px !important;}
    .situation_content h2{margin-top:0px !important;}
    .how-does h2{text-align:left !important;}
    .how-does p{text-align:left !important;}
    
    .reviews .review-item{
        min-height:unset !important;
    }
.foot_info{font-size:14px !important;}
  .content_top .steps li{
        text-align: left !important;
    font-size: 17px !important;
    color: #fff !important;
  }
  .content_top .number{
    top: -3px !important;
        width: 3rem !important;
    height: 3rem !important;
    font-size: 1.7rem !important; 
    line-height: 2.5rem !important;
  }
  .step_section{padding-top: 10px !important;}

    #dwith{
    
        width: 95% !important;
    margin: 2% 0 2% 4px !important;
    margin-left: 4px !important;
   
}
#dwith1{
   
           width: 95% !important;
    margin: 2% 0 2% 0% !important;
    margin-left: 4px !important;
   
}
    .foot_info{
        padding-bottom:0px !important;
    }
    footer {
    padding: 20px 0 30px !important;
}
    .banner_img:after{
           /*background: rgba(34, 51, 101, 0.7) !important;*/
           /*background: rgba(167, 100, 0, 0.7) !important;*/
               background: rgba(0, 0, 0, 0.20) !important;
                opacity: 1 !important;
    }
    .site-logo-foot{
        padding-top: 0px !important;
    }
    .main_banner{
            padding-top: 70px !important;
    overflow: hidden;
    }
    .banner_img img{
        /*height: fit-content !important;*/
    }
    .container{width:100% !important;}
  body {
  margin-top: 0px;
}
.desktop_view{ display:none !important}
.button, .nextstep a, .button_box a {
  font-size: 18px;
  min-width: 181px;
  height: 50px;
}
.feefo_header{ 
    /*display: none;*/
    width: 85px !important;
    float: right !important;
    padding-right: 0px !important;
}
.qualify-box a {
  line-height: 48px;
}

.nextstep a {
  line-height: 48px;
}
.phone span{ display: none; }
header {
  /*height: 42px;*/
}
.logo {
  margin: 0px 0 0;
  max-width: 180px;
  float: left;
  /*width: 45%;*/
}
.scrollCustomHeader header .land_num{ display: none; }

.land_num > a {
	line-height: 20px;
	font-size: 24px;
	padding: 5px 87px 5px 5px;
}
.land_num abbr {
display: none;
}
.land_num span {
display: none;
}
.banner_img img {
  height: auto;
  width: 767px;
  display: block;
  max-width: none;
}
.help_section ul.no-list li:nth-child(2n+1) {
  margin-left: 0;
}
.content_top {
  padding: 40px 0 0;
}
.banner_dis {
  line-height: 30px;
  text-shadow: 0 1px 1px #353958;
  font-size: 20px;
} 
.banner_dis b {
  font-size: 25px;
}
.content_top h1{text-shadow: 0 1px 1px #353958;}
.step_content ul li {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 18px;
  margin: 2% 0 2% 4%;
  width: 45.4%;
  display: inline-block;
}
.step_content ul li:nth-child(2n+1) {
  margin-left: 0;
}
.step_content ul li:last-child {
  /*width: 95%;*/
  width: 45.4%;
  /* display: block; */
  
  /*margin-left: 0;*/
}
.nextstep {
  padding: 45px 0 2%;
}
.step_content.step_form h2 span {
  font-size: 26px; font-weight: bold;
}
.step_section h2 {
  font-size: 20px;
}
.step_section .step5  h2 {
  font-size: 16px;
}
.step_form .form_filed i {
  left: 15px;
  font-size: 15px;
  top: 14px;
}
.form_filed .input_box input, .form_filed .input_box select {
  padding: 0 15px 0 40px;
  height: 42px;
  font-size: 13px;
}
.step_form span.wpcf7-not-valid-tip {
  left: 40px;
  font-size: 10px !important;
  bottom: -13px
}
.agree-text {
  padding: 20px 0 10px;
  font-size: 12px;
}

.step_3 .wysiwyg {
  padding-top: 10px;
}
.step_3 .wysiwyg ul li {
  font-size: 16px;
  line-height: 1.5;
  
}
.step_3 .wysiwyg p{
    font-weight:200;
    font-size: 16px !important;
    color:#676666 !important;
   /* font-family: 'Raleway', sans-serif !important;*/
}
.help_section h2{margin-top: 0px !important;padding-top:0px !important;padding-bottom:10px !important;}
.help_section{padding: 35px 0 40px !important;}
.step_3 {
  padding: 15px 0px 30px;
}
.step_3 .wysiwyg_button {
  padding-top: 15px;
}
.charity_section {
  padding:45px 0 65px;/*background-image: url(../images/feefo-mobile-bg.png);*/
}   
.simple_dis {
  font-size: 13px;
  color: #dcdbdb;
  /*text-shadow: 0 1px 1px #353958;*/
}
.debt_solutions {
  padding: 20px 0 60px;
}
.debt_solutions::after {
  height: 55px;
  top: -32px;
}
.debt_solutions h2 {
  font-size: 26px; color: #fff;
}
.debt_solutions {
  color: #fff;
}
.links-list li{ color: #fff }
.links-list a {
  color: #fff;
}
.asked_questions_bg {
  padding: 60px 0 10px;
}
.qualify-section {
  padding: 50px 0 50px 0;
}
.qualify-box h4 {
  font-size: 24px;
  margin-bottom: 32px;
}
.site-logo-foot {
  text-align: center;
  width: 200px;
  margin: 0 auto 35px;
}
.site-logo-foot a {
  display: block;
  font-size: 20px;
  color: #606161;
  margin-top: 20px;
}
.foot_logo {
  margin-bottom: 30px;
  text-align: center;
}
.page-template-template-step .step_section {
  padding: 30px 0 50px 0;
}
.inner_page {
  padding: 40px 0 30px;
}
.twelve.columns .twelve.columns {
  font-size: 16px;
}
.twelve.columns p strong {
  font-size: 18px;
}
.twelve.columns .twelve.columns + .follow-it::before, .twelve.columns .twelve.columns + .follow-it::after {
  border-width: 32px;
}
.land_num {
	padding: 0;
	position: relative;
}
.land_num i {
  font-size: 20px;
  background: #fff;
  border-radius: 90px;
  width: 34px;
  height: 34px;
  color: #84c25d;
  line-height: 35px;
  text-indent: 9px;
}
.land_num a::after {
  content: "Click here to call us FREE";
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 6px;
  right: 7px;
  width: 73px;
  line-height: 16px;
  font-weight: normal;
}
.reviews .section-title {
  margin: 0 0 30px;
  font-size: 25px;
}
.reviews_list li {
  float: none;
  margin: 0 0 15px;
  width: auto;
}
.reviews .rating-box {
  margin-top: 40px;
}
.reviews .rating-box .rating {
  font-size: 25px;
}

}
@media only screen and (max-width: 640px){

.page-id-194 .banner_img img {
  margin-left: -34%;
  min-width: 1010px;
}
/*.banner_img img {

  margin-left: -107px;
}*/
.banner_img img {
  /*margin-left: -59%;*/
  /*width: 214%;*/
      margin-left: 0%;
    width: 100%;

}

  div.wpcf7-mail-sent-ok {
  border: 1px solid #fff !important;
  color: #fff !important;
  text-align: center;
}
}

#dwith{
    margin-left:0px;
    width:84%;
    margin-right:4px
}
#dwith1{
    margin-left:0px;
    width:84%;
    margin-right:4px
}

.content_top .steps {
    list-style: none;
}
.content_top ul {
    padding: 0;
    margin: 4rem 0;
}

.content_top .steps li:first-of-type {
    margin-top: 0;
}

.content_top ul li {
    padding-left: 4.5rem;
    font-size: 2.3rem;
}
.content_top .steps li {
    position: relative;
    margin-top: 1rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.content_top .number { 
    position: absolute;
    left: 0;
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 3rem;
        color: #55BAA2 !important;
    border-color: #55BAA2 !important;
    text-align: center;
    text-shadow: none;
    background: #fff;
    border: .2rem solid #55BAA2;
    border-radius: 9rem;
    font-family: 'Lato', sans-serif;
}
button.button,input.button, .nextstep a{-moz-border-radius: 50px;/*Firefox*/
-webkit-border-radius: 50px;/*Safari, Chrome*/
border-radius: 50px; /*min-width:250px; height:45px;*/ text-align:center; display: inline-block; 
color:#fff; font-size:18px; border:2px solid #f21c1d; background:#f21c1d; cursor:pointer;padding-left: 60px;}

button.button:hover,input.button:hover, .nextstep a:hover{     background: #ffffff;
    color: #f21c1d;}


button.button i {
  font-size: 22px;
  margin-right: -5px;
  padding-left: 8px;
}
.button_box {
  position: relative;
}
.benefits .col-md-4 ul {
    margin: 0px;
    list-style: none;
    width: 100%;
    padding:0px;
}
li.new_li {
        padding-left: 30px;
    margin-bottom: 10px;
    background: url(../images/arrow3x.png) no-repeat left / 25px auto;
    float: left;
    line-height: 30px;
    font-size: 17px;
    color: #333;
    font-weight: 500;
}


.gethelp1 {
        background: #f21c1d;
    border: 2px solid #f21c1d;
    border-radius: 90px;
    width: 255px;
    display: block;
    padding-top: 8px;
    margin-left: 0px;
    height: 45px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    overflow: hidden;}
    
    .gethelp1:hover {
    background: #ffffff;
    color:#f21c1d;
}

.diagonal-box{
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    padding: 30px;
}

.cmoseae{
        font-size: 35px;
    font-weight: bold;
        color: #50576130;
        display: block;
}
.icon-box-description{    font-size: 17px;}
.custmiszw-f{
    transform: rotate(-7deg);
}
.custmiszw-f img{
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.bottomtext{font-size: 25px;}
.custion-style-debt{
        width: 100%;
    overflow: hidden;
        border-radius: 10px;
}
.custion-style-debt img{width:100%;}

.custion-style-debt:hover img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.custion-style-debt h5 {
    padding: 12px 50px 12px 30px;
    background: url(../images/arrow-right.svg) #273572 no-repeat 95%;
    background-size: 10%;
    min-height: 60px;
        width: 92.4%;
    position: absolute;
   bottom: 0;
    margin-bottom: 0px;
    font-size:24px;
    color: #ffffff;
        border-radius: 0px 0px 10px 10px;
}

.contact-form-right {
    float: right;
    width: 50%;
}
.step_forms_box, .inner_page .wpcf7-form {
    padding: 50px;
    /* background: #f21c1d; */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 30px auto;
    border: 1px solid #f21c1d;
    max-width: 640px;
}
.form_filed .input_box:nth-child(1) {
    margin-right: 1%;
    float: left;
    width: 49%;
}
.form_filed .input_box:nth-child(2) {
    margin-left: 1%;
    float: left;
    width: 49%;
}
.form_filed .input_box input, .form_filed .input_box select {
    background: #fff;
    font-size: 17px;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.form_filed.wide_filed .input_box {
    margin-right: 0;
    float: none;
    width: auto;
}
.inner_page .wpcf7-form {
    margin-top: 0;
    padding: 30px;
}
 
 .step_forms_box .button_box, .inner_page .wpcf7-form .button_box {
    margin-top: 25px;
    text-align: center;
}   

.customisaize{width: 16.66%; float: left; text-align: center; min-height: 120px; margin-bottom: 30px;}
.customisaize .minche{min-height:70px;}
.customisaize p{margin-top: 10px; font-size: 20px; color: #000;}

.mypd{
        padding-top: 55px;
}

.customsea p{
    font-size:16px;
}

.customsewid{
        width: 75%;
    margin: auto;
    border:2px solid #f21c1d;
    border-radius: 10px;
    padding: 20px;
}

.liststylea{text-align:left;}
.liststylea li a{    text-decoration: none;}