/*----------------------------------------------------

1. Global Area 
2. Header Section
=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,500,700|Roboto:100,300,400,500,700&display=swap");
/*=========
Color Code
===========*/
/*global area*/
/*----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  background: #f9f9f9;
  color: #2f3146;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: #fff;
  background-color: #10b467;
}

::-moz-selection {
  color: #fff;
  background-color: #10b467;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.hire-company-form input {
  width: 100%;
  height: 60px;
  padding-left: 35px;
  margin-bottom: 18px;
  border: 2px solid #336699;
  background-color: #f3f4fa;
}
.hire-company-form input::placeholder {
  color: #777777;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  box-shadow: none;
}

.dark-version {
  background: #5f5f5f;
}
.dark-version p, .dark-version h1, .dark-version h2, .dark-version h3, .dark-version h4,
.dark-version .wizard-content-1 .job-wizard-right-area .jw-top-title h2,
.dark-version .wizard-content-1 .job-wizard-right-area .jw-doc-title h2,
.dark-version .wizard-content-1 .job-wizard-right-area .jw-doc-title p,
.dark-version .jw-exp-option .exp-label {
  color: #fff !important;
}

p, label {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Poppins";
}

.pt150 {
  padding-top: 150px;
}

.multisteps-form__panel[data-animation=scaleOut] {
  transform: scale(1.1);
}

.multisteps-form__panel[data-animation=scaleOut].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

.multisteps-form__panel[data-animation=slideHorz] {
  left: -50px;
}

.multisteps-form__panel[data-animation=slideHorz].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}

.multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
}

.multisteps-form__panel[data-animation=slideVert].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}

.multisteps-form__panel[data-animation=fadeIn].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.multisteps-form__panel[data-animation=scaleIn] {
  transform: scale(0.9);
}

.multisteps-form__panel[data-animation=scaleIn].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}



/* ==========================================================================
   Sarahs edits
   ========================================================================== */

.head-area {
	padding: 24px 0;
}

.footer-area {
	margin-top: 36px;
	padding: 24px 0;
	background-color: #426385;
	color: #fff;
}


.footer-area-app {
	padding: 24px 0;
	background-color: #426385;
	color: #fff;
}



.footer-area-app p{
	color: #fff;
}

.quality {
	margin-top: 36px;
}


.quality h4, p {
	margin-bottom: 10px;
	color:#2f3146;
}

.fa-check {
    color: #8fbd02;
}

.why-national-debt-relief {
	padding: 24px 0;}

.why-national-debt-relief h2 {
  font-size: 36px;
	color: #2f3146;
  font-weight: 600;
  line-height: 1.1;
  padding-bottom: 20px;
}

.why-national-debt-relief h4{
	margin-bottom: 10px;
}


.why-national-debt-relief p{
	margin-bottom: 20px;
}

.why-national-debt-relief blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.carousel-height {
	min-height: 625px;
}

.video-block {
    padding-bottom: 28.25%;
}
.video-block {
    position: relative;
    padding-bottom: 44.25%;
    padding-top: 20px;
    margin-top: 20px;
    height: 0;
    overflow: hidden;
}

.other-help {
    padding-top: 60px;
    padding-bottom: 30px;
}

.no-webp .other-help  {
  background-image: url(https://www.nationaldebtrelief.co.uk/iva/img/parallax_bg/features_bkg.jpg);
}

.webp .other-help  {
  background-image: url(https://www.nationaldebtrelief.co.uk/iva/img/parallax_bg/features_bkg.webp);
}

.other-help h2 {
  font-size: 36px;
	color: #ffffff;
  font-weight: 600;
  line-height: 1.1;
  padding-bottom: 20px;
}


.other-help h4 {
	margin-bottom: 20px;
}

.other-help p{
	color:#fff;
	margin-bottom: 20px;
}

.pale-box {
    padding: 24px 24px;
    margin: 36px 0;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: .4rem;
    color: #fff;
}

.feature-box-icon {
    background-color: #fff;
	margin: auto;
	margin-bottom: 20px;
    width: 60px;
    height: 60px;
    left: 0px;
    top: 10px;
    border-radius: 30px;
    color: #2f3146;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
}

.iva-faq {
    padding-top: 60px;
    padding-bottom: 30px;
}

.iva-faq h2 {
  font-size: 36px;
	color: #2f3146;
  font-weight: 600;
  line-height: 1.1;
  padding-bottom: 20px;
}


.iva-faq h4{
	margin-bottom: 10px;
}


.iva-faq p{
	margin-bottom: 20px;
}

.iva-faq ul li {
    list-style: circle;
	margin-left: 20px;
	margin-bottom: 10px;
}

.question {
    margin-bottom: 20px;
}

.btn-primary {
    color: #fff!important;
	height: 60px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 45px;
    border-radius: 3px;
    background-color: #2f3146;
    border-color: #2f3146;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2f3146;
    border-color: #2f3146;
}

.iva-application a {color: #fff;}

.iva-application {
    padding-top: 60px;
    padding-bottom: 30px;
}

.no-webp .iva-application  {
    background-image: url(https://www.nationaldebtrelief.co.uk/iva/img/parallax_bg/call_to_action_bkg.jpg);
}

.webp .iva-application  {
    background-image: url(https://www.nationaldebtrelief.co.uk/iva/img/parallax_bg/call_to_action_bkg.webp);
}

.iva-application p {
	margin-bottom: 20px;
}

.call-number{
	text-align: right;
	margin: 10px 0px;
}

/* ==========================================================================
   multistep css
   ========================================================================== */
.multisteps-form__progress {
  padding-top: 60px;
  height: 100%;
}

.multisteps-form__panel {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  overflow: hidden;
  height: 0;
}
.multisteps-form__panel.js-active {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  height: auto;
}
.multisteps-form__panel[data-animation=scaleOut] {
  transform: scale(1.1);
}
.multisteps-form__panel[data-animation=scaleOut].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}
.multisteps-form__panel[data-animation=slideHorz] {
  left: -50px;
}
.multisteps-form__panel[data-animation=slideHorz].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}
.multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
}
.multisteps-form__panel[data-animation=slideVert].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}
.multisteps-form__panel[data-animation=fadeIn].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation=scaleIn] {
  transform: scale(0.9);
}
.multisteps-form__panel[data-animation=scaleIn].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

.class-file {
    display: none;
}

.actions {
  bottom: 0;
  right: 160px;
  margin-bottom: 20px;
  position: absolute;
}
.actions li {
  color: #fff;
  height: 55px;
  width: 145px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  line-height: 55px;
  border-radius: 3px;
  display: inline-block;
  background-color: #7db242;
}
.actions li span {
  width: 100%;
	background-color: #7db242;
}
.actions li button {
  color: #fff;
  border: none;
  font-weight: 600;
  background-color: transparent;
}

/*---------------------------------------------------- */
/*Steps area*/
/*----------------------------------------------------*/
.steps {
  left: 42%;
  z-index: 2;
  bottom: 50px;
  text-align: center;
}
.steps li {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  display: inline-block;
  margin: 0px 3px;
  background-color: #fff;
}
.steps .js-active.current {
  background-color: #426385;
}

/*---------------------------------------------------- */
/*inner area*/
/*----------------------------------------------------*/
.wizard-content-1 {
  margin: 0 auto;
  max-width: 1560px;
  box-shadow: 0px 1px 51px 0px rgba(1, 1, 1, 0.06);
}
.wizard-content-1 .job-wizard-left-area {
  width: 50%;
  overflow: hidden;
  padding: 50px 115px 50px 90px;
  background-color: #426385;
}
.wizard-content-1 .job-wizard-left-area:after {
  top: 0;
  content: "";
  width: 100%;
  height: 150%;
  right: -295px;
  position: absolute;
  transform: rotate(10deg);
  background-color: #34495e;
}
.wizard-content-1 .job-wizard-left-area .job-wizard-left-text {
  top: 50%;
  z-index: 1;
  max-width: 595px;
  position: absolute;
  transform: translateY(-50%);
}
.wizard-content-1 .job-wizard-left-area .job-wizard-left-text-2 {
  top: 20%;
  z-index: 1;
  max-width: 595px;
  position: absolute;
  transform: translateY(-50%);
}
.wizard-content-1 .job-wizard-left-area h1,h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 20px;
}

.wizard-content-1 .job-wizard-left-area p {
  color: #bdc3c7;
  font-size: 20px;
}
.wizard-content-1 .job-wizard-right-area {
  width: 50%;
  padding: 130px 160px 225px 85px;
}
.wizard-content-1 .job-wizard-right-area .jw-exp-option {
  padding-bottom: 40px;
}
.wizard-content-1 .job-wizard-right-area .jw-top-title {
  padding-bottom: 30px;
}
.wizard-content-1 .job-wizard-right-area .jw-top-title h2 {
  color: #232323;
  font-size: 30px;
  font-weight: 700;
}
.wizard-content-1 .job-wizard-right-area .jw-top-title p {
  font-size: 18px;
  font-family: "Poppins";
}
.wizard-content-1 .job-wizard-right-area .jw-gender-select {
  padding: 10px 0px 35px;
}
.wizard-content-1 .job-wizard-right-area .jw-gender-select h3 {
  color: #777777;
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 8px;
}
.wizard-content-1 .job-wizard-right-area .jw-gender-select label {
  margin-left: 10px;
  position: relative;
  margin-right: 20px;
}
.wizard-content-1 .job-wizard-right-area .jw-gender-select label input {
  top: 5px;
  width: 25px;
  height: 25px;
  position: relative;
  background: #f3f4fa;
}
.wizard-content-1 .job-wizard-right-area .jw-gender-select label span {
  font-size: 15px;
  margin-left: 10px;
  font-family: "Poppins";
}
.wizard-content-1 .job-wizard-right-area .jw-gender-select .gender-check {
  display: none;
}
.wizard-content-1 .job-wizard-right-area .jw-gender-select .checkmark-border:before {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  left: -10px;
  top: -2px;
  background-color: #fff;
  border: 2px solid #969696;
}
.wizard-content-1 .job-wizard-right-area .jw-gender-select .checkmark-border:after {
  top: 3px;
  left: -5px;
  width: 15px;
  content: "";
  height: 15px;
  display: none;
  position: absolute;
  border-radius: 100%;
  background-color: #d8d8d8;
}
.wizard-content-1 .job-wizard-right-area .gender-check:checked ~ .checkmark-border:after {
  display: block;
}
.wizard-content-1 .job-wizard-right-area .jw-doc-title h2 {
  color: #232323;
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 5px;
}
.wizard-content-1 .job-wizard-right-area .jw-doc-title p {
  color: #6c6c6c;
  font-size: 15px;
  padding-bottom: 10px;
}
.wizard-content-1 .job-wizard-right-area .custom-file .custom-file-label {
  height: 60px;
  width: 100%;
  color: #707070;
  line-height: 60px;
  padding: 0;
  padding-left: 35px;
  border: 2px solid #e4e4e4;
  background-color: #f3f4fa;
  position: relative;
}
.wizard-content-1 .job-wizard-right-area .custom-file .custom-file-label:after {
  top: 5px;
  right: 15px;
  padding: 0;
  color: #fff;
  content: "Choose File";
  height: 45px;
  width: 115px;
  font-size: 15px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  font-family: "Poppins";
  position: absolute;
  background-color: #10b467;
}
.wizard-content-1 .job-wizard-right-area .actions {
  bottom: 100px;
}
.wizard-content-1 .job-wizard-right-two {
  padding-right: 55px;
}
.wizard-content-1 .job-wizard-right-two .actions {
  right: 55px;
}

.jw-exp-option label {
  width: 100%;
  padding-left: 90px;
  height: 65px;
  color: #777777;
  font-size: 15px;
  line-height: 65px;
  font-weight: 400;
  position: relative;
  margin-bottom: 12px;
  display: inline-block;
  border: 2px solid #e5e5e5;
}
.jw-exp-option .checkmark-border:before {
  content: "";
  position: absolute;
  height: 38px;
  width: 38px;
  border-radius: 100%;
  left: 30px;
  top: 13px;
  background-color: #fff;
  border: 1px solid #c3e8ff;
}
.jw-exp-option .checkmark-border:after {
  top: 20px;
  left: 37px;
  width: 24px;
  content: "";
  height: 24px;
  display: none;
  position: absolute;
  border-radius: 100%;
  background-color: #336699;
}
.jw-exp-option .exp-option-box {
  display: none;
}
.jw-exp-option .exp-label {
  display: block;
}
.jw-exp-option .exp-option-box:checked ~ .checkmark-border:after {
  display: block;
}

.jw-exp-spcial {
  margin: 0 -7px 15px;
}
.jw-exp-spcial li {
  width: 47%;
  float: left;
  font-size: 17px;
  margin: 7px 7px;
}
.jw-exp-spcial li label {
  border: none;
  margin-bottom: 0;
}
.jw-exp-spcial li {
  border: 2px solid #336699;
}
.jw-exp-spcial li label {
  color: #336699;
}
.jw-exp-spcial li .checkmark-border:before {
  border: 1px solid #336699;
}
.word-txt-area textarea {
  width: 100%;
  height: 125px;
  padding: 20px;
  border: 2px solid #ded9d9;
}
.word-txt-area textarea:placeholder {
  color: #232323;
  font-size: 17px;
}

.job-app-select-option li {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.job-app-select-option li:before {
  top: 25px;
  left: 25px;
  width: 20px;
  content: "";
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/sicon1.png);
}
.job-app-select-option li:after {
  top: 18px;
  right: 20px;
  content: ">";
  font-size: 20px;
  color: #777777;
  font-weight: 900;
  font-family: "Poppins";
  position: absolute;
  transform: rotate(90deg);
}
.job-app-select-option li select {
  width: 100%;
  height: 65px;
  padding: 20px 55px;
  border: 2px solid #336699;
  -webkit-appearance: none;
}
.job-app-select-option li select option {
  font-size: 15px;
  font-family: "Poppins";
}

.id-number-area {
  padding-top: 25px;
}
.id-number-area h3 {
  font-size: 18px;
  color: #232323;
  font-weight: 900;
  padding-bottom: 15px;
}
.id-number-area input {
  width: 100%;
  height: 65px;
  padding-left: 35px;
  border-radius: 50px;
  border: 2px solid #e4e4e4;
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
/* ==================================================
* 01 - media screen and (max-width: 1440px)
* 02 - media screen and (max-width: 1280px)
* 03 - media screen and (max-width: 1199px)
* 04 - media screen and (max-width: 991px)
* 05 - media screen and (max-width: 767px)
* 06 - media screen and (max-width: 680px)
* 07 - media screen and (max-width: 580px)
* 08 - media screen and (max-width: 480px)
* 09 - media screen and (max-width: 380px)
* 10 - media screen and (max-width: 320px)
================================================== */
@media screen and (max-width: 1440px) {
  .jw-exp-spcial {
    margin: 0 0px 15px;
  }

  .jw-exp-spcial li {
    width: 100%;
    margin: 0px 0px 10px;
  }
}
@media screen and (max-width: 1199px) {
  .wizard-content-1 {
    margin: 0 auto;
  }

  .steps {
    left: 35%;
  }
}
@media screen and (max-width: 991px) {
  .wizard-content-1 .job-wizard-left-area,
.wizard-content-1 .job-wizard-right-area {
    width: 100%;
  }

  .job-style-two-content {
    display: block !important;
  }

  .wizard-content-1 {
    margin: 0;
  }

  .wizard-content-1 .job-wizard-left-area .job-wizard-left-text {
    position: static;
    transform: translateY(0);
  }
	

  .wizard-content-1 .job-wizard-left-area .job-wizard-left-text-2 {
    position: static;
    transform: translateY(0);
  }

  .wizard-content-1 .job-wizard-left-area:after {
    display: none;
  }

  .steps {
    display: none !important;
  }
}
@media screen and (max-width: 580px) {
  .wizard-content-1 .job-wizard-left-area {
    padding: 50px 40px 50px 40px;
  }

  .wizard-content-1 .job-wizard-left-area h1 {
    font-size: 30px;
  }

  .wizard-content-1 .job-wizard-left-area p {
    font-size: 16px;
  }

  .wizard-content-1 .job-wizard-right-area {
    padding: 50px 30px;
  }

  .wizard-content-1 .job-wizard-right-area .actions {
    position: static;
    margin-top: 60px;
  }

  .wizard-content-1 .job-wizard-right-area .jw-top-title h2 {
    font-size: 26px;
  }
	
	
.logo-bg {text-align:	center;}
.call-number{
	text-align: center;
	margin-top:20px;
}
}
/*---------------------------------------------------- */