
.menu button{ border:none; width:27px; background:none; font-size:30px; color:#fff; position:absolute; top:13px; cursor:pointer; display: none;}
.menu button:focus, .menu button:active, .menu button:hover{ border:none; outline:none; box-shadow:none}

.main_banner{     background: linear-gradient(-45deg,rgba(97, 175, 255, 0.74),rgba(48, 48, 48, 0.79));  position:relative}
.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: center;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	border: 2px solid rgba(0, 0, 0, 0.3);
	    background: #69c13e;
	cursor: pointer;
	position: relative;
	padding: 0 60px 0 25px;
}
.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: #69c13e}
.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: -11;
  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.png) 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);
  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: 90px 0 160px;*/ padding: 90px 0 100px; background-image: url(../images/feefo-bg.png); 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 ); }
.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;
}
.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: rgb(0, 0, 0);
  border: 1px solid #fff;
  -moz-border-radius: 90px;/*Firefox*/
-webkit-border-radius: 90px;/*Safari, Chrome*/
border-radius: 90px;
}

.step_bar ul li.active {
      background: #67c143;
}
.step_bar ul li.complete {
  background: #84c25d ;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:#6dbe45;
  border: 2px solid rgba(0, 0, 0, 0.3);
  /*border-radius: 95px;*/
  /*-webkit-border-radius: 95px;*/
  /*-moz-border-radius: 95px;*/
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  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:#56ab2c;
  
}
.step_content ul li a {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  width: 1%;
  color:#fff;
  padding:0 15px;
}
.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;
  background: #fff;
}
 .step_3 h2 {
font-weight: 900;
margin-bottom: 10px;
font-size:26px;
color: #2e2f3b;
text-align: center;
}
.simple-step {
  font-size: 18px;
  text-align: center;
  color: #333;
  padding-bottom: 40px;
}
.step_3 ul {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.step_3 ul li {
  display: block;
  font-size: 15px;
  padding: 25px 20px;
  position:relative;
border-radius: 25px;
color: #444;
text-align: center;
margin: 25px 0 60px;
position: relative;
}
.step_3 ul li span {
	border-radius: 90px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	display: block;
	font-size: 33px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 60px;
	color: #fff;
	background:linear-gradient(#525e9a,#744289);
	margin: -67px auto 13px;
}

.button_box{ text-align:center; 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:linear-gradient(-45deg,#744289,#525e9a);
}
.asked_questions_bg {
  background: #fff;
  padding:70px 0 70px;
}
.debt_solutions {
  background: #ffffff;
  color: #494545;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding:50px 0 100px;
  position: relative;
}
.debt_solutions::after {
  display: block;
  content: "";
  height: 109px;
  background: #ffffff;
  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;*/
  font-size: 24px;
  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;
  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 {
  float: left;
  width: 47%;
  color: #fff;
  position: relative;
  margin-left: 6%;
  text-align: center;
  border: 1px solid #faf8f8;
  box-sizing: border-box;
  margin-top: 20px;
  border-radius: 40px;
  box-shadow: 3px 3px 3px #303350;
  font-weight: 300;
}

/*.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: center;
}
.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;
}
.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: #84c25d;
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: 13px;
  padding-top: 40px;
  border-top: 1px solid #999;
  margin: 15px 0 0;
  clear: both;
  line-height: 22px;
  text-align: center;
}
.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: #fff;
  font-size: 34px; text-align: center;
  margin: 1px 0 40px 0;
  font-weight: bold;
}
.back_step {
  color: #fff; display: none;
}
.nextstep {
  padding:40px 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:#69c13e !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: 15px;
  font-weight: 300;
}
.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;
line-height: 1.2;
}
.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:#0a529a;
  background: #fff;
}
.step_section h1 {
  color: #0a529a;
  font-size: 42px;
  text-align: center;
  font-weight: normal;
  padding:0 0 40px;
  line-height:1.2 !important;
}
.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: #0e76bc;
	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: #0e76bc;
  padding:50px 0 55px 0;
  border-bottom: 1px solid #fff;
}
.qualify-box {
  position: relative;
  /*padding-right: 300px;*/
  text-align: center;
}
.qualify-box h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 40px;
}
.qualify-box a {
  /*position: absolute;
  top: -8px;
  right: 0;*/
  background:linear-gradient(#525e9a,#744289);
  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);
   opacity: 0.2;
   z-index:1;
}
@media only screen and (min-width: 768px){
  .wave-img {
  margin-bottom: -52px;
}
.banner_box{ display: table;width: 100%;vertical-align: top;     padding: 3% 0 7% 0; }
.banner_box > div {
	display: table-cell;
	width: 50%;
	padding: 30px;
	vertical-align: middle;
	box-shadow: 2px 3px 17px #000;
}
.banner_box .content_top{     background: rgba(109, 190, 69, 0.60);-webkit-border-radius: 30px 0 0 30px;
border-radius: 30px 0 0 30px; }
.banner_box .step_section{     background: rgba(0, 0, 0, .60);-webkit-border-radius: 0 30px 30px 0;
border-radius: 0 30px 30px 0; }
  .charity_section {
  background-position: top;
  background-size: 100% 150%;
}
  .step_section .sliderrangemax {
  height: 6px;
}

  .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: #c90e16;
	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;*/
  margin: 0 22px;
  width: 30px;
}
.fill_steps::after {
  top: 15px;
  /*left: 54px;*/
  /*right: 54px;*/
  left: 52px;
  right: 52px;
}
 
  .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: center;
  font-size: 32px;
  margin-bottom: 15px; 
  line-height:1.2 !important;
  color: #ffffff;
  text-shadow: 0 4px 2px #000000;letter-spacing: 2px;
}
.banner_dis {
  text-align: center;
  font-size: 24px;
  color: #f5f4f4;
  line-height: 40px;
  text-shadow: 0 4px 2px #353958;
  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 30px;
  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: 22px;
	text-align: center;
	padding: 0 0px 10px;
}
.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: 43%;
  line-height: 1.1;
  display: inline-block;
}
.step_content ul li:nth-child(odd){ margin-left:0;} 
.step_content ul li:last-child{ margin-right:0;}
.step_content ul li a {
  height:70px;
}
.show_price {
	color: #fff;
	font-size: 40px;
	margin: 0px 0 35px 0;
}
.step_3 h2 {
  font-size: 37px;
  margin-bottom: 0px;
  padding: 0 0 20px;
  text-align: center;
}
.numt br {
  display: none;
}
.step_3 ul {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.step_3 ul li {
	font-size: 18px;
  color: #fff;
	padding: 33px 25px;
	margin: 30px 0 30px 3%;
	float: left;
	width: 31.3%;
	box-sizing: border-box;
	/*min-height: 150px;*/
  min-height: 206px;
  /*background:linear-gradient(#525e9a,#744289);*/
      background: linear-gradient(#2c3c75,#0e76bc);
}
.step_3 ul li span{ border: 5px solid #525e9a; background: #fff; color: #000;}
.step_3 ul li::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -52px;
	content: "";
	height: 49px;
	border-radius: 30px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#744289+0,744289+50&1+0,0+50 */
background: -moz-linear-gradient(top,  rgba(116,66,137,1) 0%, rgba(116,66,137,0) 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(116,66,137,1) 0%,rgba(116,66,137,0) 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(116,66,137,1) 0%,rgba(116,66,137,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#744289', endColorstr='#00744289',GradientType=0 ); /* IE6-9 */

	opacity: 0.3;
}
.step_3 ul li:first-child{ margin-left: 0; }

.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;*/
      margin: 80px 0 17px;
  /*float: left;*/
  float: right;
}
.simple_dis {
  padding: 8px 0 20px;
  /* text-align: center; */
  font-size: 18px;
  color: #dcdbdb;
  line-height: 30px;
  /*margin-left: 300px;*/
  margin-right: 300px;
  text-shadow: 0 2px 2px #353958;
}
.help_section h2 {
  font-size: 35px;
  font-weight: 900;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.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: 35px;
  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%;
}
.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;
}

.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 #618947;
  border: 1px solid #494545;
  padding:20px 25px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background: #eff9f4; 
}
.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){



.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;
}


.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 25px;
}
.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){

 


  .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;
}
  


.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: #fff;
  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; }
}

 .msshow{display:none;}
    .dsshow{display:inline-block;}
    
   
    
@media only screen and (max-width: 767px){
    
    .top_number span{
            font-size: 18px !important;
    }
    .top_number span{    color: #e91f27 !important;}
    .dsshow{display:none !important;}
    .msshow{display:inline-block !important;}
    .dspnonesaa1{display:block !important;}
    .dspnonesaa{display:none !important;}
    .mainh1{  font-size: 36px !important; line-height:1.2 !important;    padding-top: 6px !important;}
    .content_top h1{ margin-bottom: 20px !important; line-height:1.2 !important;}
    .servicstyle li{
        background: linear-gradient(#2c3c75,#0e76bc) !important;
        color: #fff !important;
        min-height:unset !important;
    }
    .aresa-ov{    top: -20px !important;}
   
    .links-list li{
        text-align:left !important;
    }
    .liststylse{
            margin-left: 45px !important;
    }
    .number{
            left: 0px !important;
    }
    .liststylse li{
        font-size: 19px !important;
    color: #ffffff !important;
    line-height: 30px !important;
    letter-spacing: unset !important;
    }
 
.desktop_view{ display:none !important}
.button, .nextstep a, .button_box a {
  font-size: 18px;
  min-width: 181px;
  height: 50px;
}
.feefo_header{ display: none; }
.qualify-box a {
  line-height: 48px;
}

.nextstep a {
  line-height: 48px;
}
.phone span{ display: none; }



.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;*/
  padding: 30px 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%;*/
  /* 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;*/
  top: 18px;
}
.form_filed .input_box input, .form_filed .input_box select {
  padding: 0 15px 0 40px;
  /*height: 42px;*/
  height: 50px;
  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 {
  padding: 50px 0px 20px;
}
.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;
}

}
@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%;
height: 1192px !important;
}

  div.wpcf7-mail-sent-ok {
  border: 1px solid #fff !important;
  color: #fff !important;
  text-align: center;
}
}


.step_section .step_content{display:none; position: relative;}
.step_section .step_content.active{display:block;}

@-webkit-keyframes fades {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fades {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fades {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fades {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
.step_section .step_content.active {
  -webkit-animation: fades 1.5s ; /* Safari 4+ */
  -moz-animation:   fades 1.5s ; /* Fx 5+ */
  -o-animation:     fades 1.5s ; /* Opera 12+ */
  animation:        fades 1.5s ; /* IE 10+, Fx 29+ */
}

.none{display:none;}
.complete{cursor:pointer;}

div.wpcf7-validation-errors {
  border:none !important;
  color: red!important;
  font-size: 13px;
  text-align: center;
}
span.wpcf7-not-valid-tip {
  font-size: 13px !important;
  padding-top: 4px;
/*  position: absolute;
*/}


.number {
    position: absolute;
    left: 60px;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #000000;
    text-align: center;
    text-shadow: none;
    background: #fff;
    border: .2rem solid #000000;
    border-radius: 11rem;
}
.number .fa{
    
}
.liststylse {
    text-align: left;
    margin-left: 80px;
}
.liststylse li {
    font-size: 24px;
    color: #ffffff;
    line-height: 35px;
    text-shadow: 0 4px 2px #000000;
    letter-spacing: 2px;
}