body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #545454;
	background-image: url('https://localhost/debtrelief/wp-content/uploads/2020/01/bg2.svg');
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; background-attachment: fixed;
	padding-top: 79px;
}

#outerContainer {
 	max-width: 1400px;
 	background: #fff;
 	margin: 0px auto;
 	padding: 0px;
}



img {
	max-width: 100%;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}


								      /*****************
								      // -----------------
								      // HEADER 
								      // _________________
								      // *****************/


.header {
	padding: 5px 0px;
	background: #fff;
	z-index: 80000;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.33);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.33);
}


.logo {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: left;
}

.logo img {
	width: 150px;
	height: auto;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.secure {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-family: 'Nunito', sans-serif, fontawesome;
	color: #fff;
	padding: 10px 20px 8px 20px;
	border: 0px solid #fdc037;
	margin: 0px auto;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: all 400ms ease-out;
    	-moz-transition: all 400ms ease-out;
    	transition: all 400ms ease-out;
	border-radius: 99px;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	background: #099fe1;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	
}

.secure i {
	padding-right: 3px;
	
}


.telNo {
	display: block;
	
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 32px;
	color: #034161;
	padding: 0px;
	border: 0px;
	text-align: right;
}


.telNo i {
	color: #0f9fdf;
	padding-right: 8px;
}



.telNo a {
	color: #000;
	text-decoration: none;
	display:block;
}


.telNo .smlHeaderTxt {
	display: none;
}

.headerDesktopTxt {
	color: #034161;
	font-size:14px;
}

  /*****************
  // -----------------
  // SPLASH AREA 
  // _________________
  // *****************/

#splashArea {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	
	background-image: url('https://localhost/debtrelief/wp-content/uploads/2020/01/banner.jpg'); background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	
	overflow: hidden;
	position: relative;
}


.badge {
	margin-top: -90px;

}




#videoContainer {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 1;
	background: rgba(0, 0, 0, 0.33);

	/* background: linear-gradient(rgba(36, 217, 181, 0.5), rgba(16, 159, 223, 0.8)); */
}





#splashArea video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	
}

.deskVid {
	display: block;	
}

.mobVid {
	display: none;	
}





.splashTxt {
	text-align: left;
	padding-top: 60px;
}

.splashTxt img {
	max-width: 420px;
}

.splashTxt img.mob {
	max-width: 100%;
}



.splashButWrapper {
	text-align: left;
	padding-top: 30px;
	padding-left: 0px;
}

.splashBut {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	font-family: 'Nunito', sans-serif, fontawesome;
	color: #fff;
	font-weight: 700;
	padding: 16px 35px 14px 35px;
	border: 0px solid #24d9b5;
	margin: 0px;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: all 400ms ease-out;
    	-moz-transition: all 400ms ease-out;
    	transition: all 400ms ease-out;
	border-radius: 99px;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	background: #24d9b5;
	cursor: pointer;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 2, 0.10);
}


.splashBut:hover {
	color:#fff;
	border: 0px solid #24d9b5;
	text-decoration: none;
	background: #24d9b5;
}

.pageButWrapper span {
	display: none;
}

.pageButWrapper .splashButTxt {
	display: inline;
}







.splashSecureWrapper {
	text-align: left;
	padding-top: 20px;
	padding-left: 55px;
	padding-bottom: 60px;
	color: #fff;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.33);
}




/*---------------------------------------------------- TESTIMONIAL AREA ----------------------------------------------------*/

#testimonials {
	
	background: #24d9b5;
}

#testimonials img {
	width: 60px; 	
}

.slider {
	display: flex;
	align-items: stretch;
	width: 85%;
	margin: 0px auto;
	
}

.slider div.card {
	  align-items: stretch;
	  min-height: 310px;
	background: #ffffff;
}


#testimonials .card-title {
	font-size: 17px;
	font-weight: 700;
	color: #034161;	
}

p.card-text {
    color: #868686;
}



#testimonials .card {
	margin: 10px 10px;
	text-align: center;
	border: none;
}

#testimonials .card-img-top {
	margin: 15px auto 0px;	
}

#testimonials .text-muted i {
	font-size: 18px;
	color: #20d8b5;	
}












/*---------------------------------------------------- WHITE ROW AREA ----------------------------------------------------*/


.whiteRow {
	padding: 75px 0px 75px 0px;
	text-align: left;
	border: 0px;
	margin: 0px 0px 0px 0px;
	
}
.boxed_icons {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    border: 1px dotted #ddd;
}
.gradDivider {
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px;
	text-align: center;
}

.whiteRow .rowTitle {
    padding: 0px 0px 15px 0px;
    text-align: center;
    border: 0px;
    margin: 0px 0px 40px 0px;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #024262;
    position: relative;
}

.rowTitle:after {
    position: absolute;
    width: 50px;
    height: 4px;
    content: "";
    background: #024262;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.whiteRow .rowTitleSub {
	padding: 0px 130px 40px 130px;
	text-align: center;
	border: 0px;
	margin: 0px 0px 0px 0px;
	
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #78848e;
}


.whiteRow .rowTitleSub2 {
	padding: 0px 0px 10px 0px;
	text-align: center;
	border-bottom: 0px solid #000;
	margin: 0px 0px 0px 0px;
	
	font-size: 32px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #24d9b5;
}

.imgout {
    width: 100px;
    display: inline-block;
    background: #f2f2f2;
    height: 100px;
    padding: 20px;
    border-radius: 50%;
    line-height: 70px;
}

.howCols img {
	height: 70px;
}

.whiteRow .howCols img {
    height: 35px;
    margin-bottom: 15px;
}
.whiteRow .howTxt {
    padding: 0px 0px 10px 0px;
    text-align: center;
    border: 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #000;
}

.whiteRow .howTxt2 {
    padding: 0px 0px 10px 0px;
    text-align: center;
    border: 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-top: 20px;
}


.rep span {
	font-weight: 700;
	color: #8bc543;
}


.whiteRow .proposalTxt {
	
	font-size: 30px;
	line-height: 34px;
	font-weight: 400;
	letter-spacing: 0px;
}


.lrgTxt {
	text-align: left;
	font-size: 26px;
	font-family: 'Nunito', sans-serif, fontawesome;
	color: #24d9b5;
	font-weight: 700;
	padding: 0px 0px 20px 0px;
	border: 0px;
	margin: 0px;

}





.pageButWrapper {
	
	padding: 30px 0px 0px 0px;
}

.pageBut {
	display: inline-block;
	text-align: left;
	font-size: 20px;
	font-family: 'Nunito', sans-serif, fontawesome;
	color: #fff;
	font-weight: 700;
	padding: 16px 35px 14px 35px;
	border: 0px solid #fdc037;
	margin: 0px;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: all 400ms ease-out;
    	-moz-transition: all 400ms ease-out;
    	transition: all 400ms ease-out;
	border-radius: 99px;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	background: #27dab5;
	cursor: pointer;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 2, 0.10);
}


.pageBut:hover {
	color:#fff;
	border: 0px solid #21dbc9;
	text-decoration: none;
	background: #51eece;
}



.debtPanel {
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	padding: 35px;
	border: 0px;
	margin: 0px 0px 20px 0px;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	outline: none;
	border-radius: 9px;
	background: #f2f2f2;
	
}



.debtPanel h1 {
    text-align: center;
    font-size: 20px;
    font-family: 'Nunito', sans-serif, fontawesome;
    color: #24d9b5;
    font-weight: 700;
    padding: 0px 0px 10px 0px;
    border: 0px;
    margin: 0 0 15px 0;
}

.debtPanel .debtPanelRows .row {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #eee;
}

.debtPanel .finalRow {
	font-size: 24px;
	font-weight: 800;
}

.debtPanel img {
	height: 140px;
	display: block;
	margin: 0px auto 10px;;
}


.beforeAfter h1 {
	text-align: center;
	font-size: 38px;
	font-family: 'Nunito', sans-serif, fontawesome;
	color: #24d9b5;
	font-weight: 800;
	padding: 0px 0px 0px 0px;
	border: 0px;
	margin: 0px;
}

.beforeAfter h2 {
	text-align: center;
	font-size: 24px;
	font-family: 'Nunito', sans-serif, fontawesome;
	color: #000;
	font-weight: 700;
	padding: 0px 0px 0px 0px;
	border: 0px;
	margin: 0px;
}

.beforeAfter h3 {
	text-align: center;
	font-size: 20px;
	color: #20d8b5;
	font-weight: 800;
	padding: 20px 0px 0px 0px;
	border: 0px;
	margin: 0px;
}



#pageBullets ul {
	list-style: none;
	text-align: center;
	padding: 11px 0px 10px 0px;
	margin: 0px;
	border: 0px;

}

#pageBullets li {
	display: inline-block;
	text-align: left;
	font-family: 'Nunito', sans-serif, fontawesome;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	color: #000;
	background-image: url('https://debtreliefsupport.org/images/tick2.svg');
	background-size: 26px 26px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 39px;  /* space for the image */
	padding-top: 0px;  /* space for the image */
	padding-bottom: 28px;  /* space for the image */
	border: 0px;
	margin-right: 10px;
}






								      /*****************
								      // -----------------
								      // FORM ELEMENTS 
								      // _________________
								      // *****************/
								      
								      
.whiteRow .formTitle {
	padding: 0px 0px 34px 0px;
	text-align: center;
	border: 0px;
	margin: 0px 0px 0px 0px;
	
	font-size: 44px;
	line-height: 46px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #024262;
}

.whiteRow .formTitle span {
	color: #24d9b5;
}



.whiteRow .formTitleSub {
	padding: 0px 0px 24px 0px;
	text-align: center;
	border: 0px;
	margin: 0px 0px 0px 0px;
	
	font-size: 38px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #50dfc2;
}

.whiteRow .formTitleSub2 {
	padding: 0px 0px 14px 0px;
	text-align: center;
	border: 0px;
	margin: 0px 0px 0px 0px;
	
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #666666;
}

.whiteRow .formTitleSub2.secondLevel {
	padding: 16px 0px 14px 0px;

}

.contactPage .formTitleSub2 {
	padding: 0px 0px 8px 0px;

}



.whiteRow .formTitleSub3 {
	padding: 0px 0px 14px 0px;
	text-align: center;
	border: 0px;
	margin: 0px 0px 0px 0px;
	
	font-size: 30px;
	line-height: 33px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #666666;
}



.whiteRow .formTitleSub4 {
	padding: 30px 0px 14px 0px;
	text-align: center;
	border: 0px;
	margin: 0px 0px 0px 0px;
	
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #666666;
}



.whiteRow .formTitleSub5 {
	padding: 0px 0px 14px 0px;
	text-align: left;
	border: 0px;
	margin: 0px 0px 0px 0px;
	
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #666666;
}

.whiteRow .formTitleSub5 span {
	font-size: 30px;
	color: #fff;
	padding: 0px 16px;
	border-radius: 50px;
	background: #0f9fdf;
	white-space:nowrap;
}


.whiteRow .formTitleSub6 {
	padding: 30px 0px 14px 0px;
	text-align: left;
	border: 0px;
	margin: 0px 0px 0px 0px;
	
	font-size: 24px;
	line-height: 38px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #666666;
}

.whiteRow .formTitleSub6 span {
	font-size: 30px;
	color: #fff;
	padding: 0px 16px;
	border-radius: 50px;
	background: #24d9b5;
	white-space:nowrap;
}


.whiteRow .formTitleSub7 {
	padding: 30px 0px 14px 0px;
	text-align: left;
	border: 0px;
	margin: 0px 0px 0px 0px;
	
	font-size: 28px;
	line-height: 34px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #e94b09;
}













.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    
    font-weight: 700;
    
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    font-size: 13px;
    padding-right: 5px;
    padding-left: 5px;
}
@media (min-width: 540px) {
    .col-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        
	    padding-right: 5px;
	    padding-left: 5px;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        font-size: 18px;
        
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


.progress {
	
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #fff;
	height: 20px;
	margin: 10px 0px 30px;
}





button.fancyFormButton {
	width: 100%;
	height: 100%;
	
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: #666666;
	border-radius: 5px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border: 2px solid #50dfc2;
	padding: 18px 0px;
	margin: 0px auto 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: block;
	box-sizing: border-box;
	cursor: pointer; background-color: #fff;	
}




.formSpacer {
	margin-bottom: 15px !important;

}




button.fancyFormButton.checked {
	color: #fff;
	background-color: #50dfc2;
	border: 2px solid #50dfc2;
	outline: none;
	border: none;
	outline:0;
}

button.fancyFormButton:focus {
	color: #fff;
	outline:0;
	background-color: #50dfc2;
}

button.fancyFormButton:active {
	outline: none;
	border: none;
	border: 2px solid #50dfc2;
	background-color: #50dfc2;
	
}

button.fancyFormButton:hover {
	background-color: #50dfc2;
	color: #fff;
}




.contactPage .formTitleSub2 {
	padding: 0px 0px 8px 0px;

}

.input {
	display: block;
	width: 100%;
	height: 49px;
	
	text-align: left;
	color: #888888; 
	font-size: 16px;
	margin: 4px 0px 15px 0px;
	border: 2px solid #919191;
	padding: 0px 0px 0px 12px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
   	transition: all 0.5s ease;
   	background: rgba(255, 255, 255, 1);
}

.input:focus {
	outline:0;
}


input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}













.input.pound {
	background-image: url('https://debtreliefsupport.org/images/pound.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 48px;
	border: 2px solid #50dfc2;
}

.input.pound:focus {
	background-image: url('https://debtreliefsupport.org/images/pound.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 48px; 
}

.input.pound:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

@-webkit-keyframes autofill {
    to {
        background-image: url('https://debtreliefsupport.org/images/pound.png');
    }
}

.input.pound:focus {
	outline:0;
}





.formSliderContainer {
	padding: 20px 0px 0px 0px 0px;
	margin: 10px auto;
	border: 0px;
	width: 90%;
}

.sliderFig {
	
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0px;
	color: #4fdec2;
	padding: 0px 0px;
	margin: 10px 0px 0px 0px;
	border: 0px;
	
}







.formError {
	width: 100%;
	display: none;
	text-align: center;
	
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #cb3729;
	padding: 10px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	
}


.formDontWorry {
	width: 100%;
	display: block;
	text-align: center;
	text-transform: uppercase;
	
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #107bfd;
	padding: 10px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;	
}

.formDontWorry span {
	color: #107bfd;
	text-decoration: underline;
}



.formConsent {
	width: 100%;
	display: block;
	text-align: center;
	
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #818181;
	padding: 20px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	
}


.formButWrapper {
	text-align: center;
	padding: 10px 0px 0px 0px;
}

.nextBut {
	display: inline-block;
	text-align: left;
	font-size: 28px;
	font-family:   'Nunito', sans-serif,FontAwesome;
	color: #fff;
	font-weight: 700;
	padding: 10px 35px 8px 35px;
	border: 0px solid #fdc037;
	margin: 0px;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: all 400ms ease-out;
    	-moz-transition: all 400ms ease-out;
    	transition: all 400ms ease-out;
	border-radius: 99px;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	background: #109fdf;
	cursor: pointer;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 2, 0.10);
}


.nextBut:hover {
	color:#fff;
	border: 0px solid #21dbc9;
	text-decoration: none;
	background: #4fbdee;
}



.thankyouImg img {
	-moz-border-radius: 188px;
	-webkit-border-radius: 188px;
	border-radius: 188px;
	border: 2px solid #109fdf;
	margin: 0px auto 0px;

}





								      /*****************
								      // -----------------
								      // PERSONALIZED DEBT PANEL 
								      // _________________
								      // *****************/



.debtPanelPersonalizedHeader {
	text-align: center;
	font-size: 32px;
	line-height: 36px;
	font-family: 'Nunito', sans-serif, fontawesome;
	color: #fff;
	font-weight: 700;
	padding: 10px 20px;
	border: 0px;
	margin: 0px 0px 20px 0px;
	background: #20d8b5;
}

.debtPanelPersonalized {
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-family: 'Nunito', sans-serif, fontawesome;
	color: #000;
	font-weight: 400;
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	outline: none;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	background: #159fdd;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.debtPanelPersonalized .inner {
	padding: 5px;
}


.debtPanelPersonalized h1 {
	text-align: center;
	font-size: 32px;
	font-family: 'Nunito', sans-serif, fontawesome;
	color: #fff;
	font-weight: 700;
	padding: 0px 0px 10px 0px;
	border: 0px;
	margin: 0px;

}


.debtPanelPersonalized img {
	height: 100px;
	display: block;
	margin: 0px auto 10px;
}


.beforeAfter h1 {
	text-align: center;
	font-size: 38px;
	color: #20d8b5;
	font-weight: 800;
	padding: 0px 0px 0px 0px;
	border: 0px;
	margin: 0px;
}

.debtPanelPersonalized .beforeAfter {
	color: #20d8b5;
	
}

.debtPanelPersonalized .beforeAfter h2 {
	text-align: center;
	font-size: 24px;
	font-family: 'Nunito', sans-serif, fontawesome;
	color: #fff;
	font-weight: 700;
	padding: 0px 0px 0px 0px;
	border: 0px;
	margin: 0px;
}

.debtPanelPersonalized .beforeAfter h3 {
	text-align: center;
	font-size: 38px;
	font-family: 'Nunito', sans-serif, fontawesome;
	color: #fff;
	font-weight: 800;
	padding: 20px 0px 20px 0px;
	border: 0px;
	margin: 0px;
}

















								      /*****************
								      // -----------------
								      // FOOTER AREA 
								      // _________________
								      // *****************/




.footer {
	width: 100%;
	text-align: center;
	
	font-size: 13px;
	letter-spacing: 0px;
	color: #fff;
	padding: 40px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
background: #242c42;
}


.footerLogo {
	margin: 0px auto;
	padding: 6px 0px 0px 0px;
	border: 0px;
	width: 270px;	
}


.footer a {
	
	font-size: 13px;
	letter-spacing: 0px;
	color: #fff;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;

}


.progress-bar {
    background-color: #242c42;
}


/*
.footerbottom {
    background: #27dab5;
    position: fixed;
    bottom: 20px;
    left: 20px;
    height: 49px;
    width: 50px;
    border-radius: 50%;
    cursor:pointer;
    line-height: 50px;
  -webkit-animation: ripple 0.7s linear infinite;
          animation: ripple 0.7s linear infinite;
}
.footerbottom a img {
    width: 26px;
}

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(39, 218, 181, 0.3), 0 0 0 1em rgba(39, 218, 181, 0.3), 0 0 0 3em rgba(39, 218, 181, 0.3), 0 0 0 5em rgba(39, 218, 181, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(39, 218, 181, 0.3), 0 0 0 3em rgba(39, 218, 181, 0.3), 0 0 0 5em rgba(39, 218, 181, 0.3), 0 0 0 8em rgba(39, 218, 181, 0);
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(39, 218, 181, 0.3), 0 0 0 1em rgba(39, 218, 181, 0.3), 0 0 0 3em rgba(39, 218, 181, 0.3), 0 0 0 5em rgba(39, 218, 181, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(39, 218, 181, 0.3), 0 0 0 3em rgba(39, 218, 181, 0.3), 0 0 0 5em rgba(39, 218, 181, 0.3), 0 0 0 8em rgba(39, 218, 181, 0);
  }
}
*/


.bottombtn {
    position: fixed;
    bottom: 0;
    background: rgba(0,0,0,0.15);
    padding: 15px;
    width: 100%;
    text-align: center;
    display: none;
}

.callnow_bootom {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 106%;
    font-weight: 700;
    padding: 10px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    text-transform: uppercase;
}