/*****************
								      // -----------------
								      // FOR MOBILE PHONE 
								      // _________________
								      // *****************/


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

	body {
		font-size: 14px;
		padding-top: 51px;
	}
	
	
	.bottombtn{
	    display:block;
	}
	
	.container {
		padding: 0px 20px;
	}
	
	.header {
		padding: 10px 20px;
		background: #fff;
	}
	
	.header .container {
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
		
	}
	
	.headerTxt {
		display: inline-block;
		text-align: right;
		font-size: 12px;
		font-family: 'Nunito', sans-serif, fontawesome;
		color: #494949;
		padding: 0px 0px 0px 0px;
		border: 0px;
		margin: 0px auto;
		box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */	
	}
	
	
	.logo {
		
		height: auto;
		margin: 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.logo img {
		width: 70px;
		height: auto;
		margin: 0px;
		padding: 0px 0px 0px 0px;
	}

	.headerButton {
		padding: 10px 14px 8px 14px;
		font-size: 15px;
	}
	
	
	.secure {
		display: inline-block;
		text-align: center;
		font-size: 11px;
		font-family: 'Nunito', sans-serif, fontawesome;
		color: #fff;
		padding: 10px 10px 10px 10px;
		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: 2px;

	}
	
	

	.telNo {
		display: block;
		font-family: 'Nunito', sans-serif;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 0px;
		line-height: 20px;
		color: #034161;
		padding: 0px;
		border: 0px;
		text-align: right;
	}
	

	.telNo i {
		color: #8bc542;
		padding-right: 1px;
	}
	
	
	
	.telNo div {
		display: inline;
		
	}	
	
	.telNo span {
		display: none;
	}	
	
	.headerDesktopTxt {
		display: none;
	}	
	
	
	
	.telNo .smlHeaderTxt {
		display: inline-block;
		background: #000;
		color: #fff;
		padding: 8px 14px 6px 14px;
		border-radius: 5px;
		margin-top: 0px;
	}	

	
	

	#splashArea {
		margin: 0px 0px 0px 0px;
		border: 0px;
		padding: 0px 0px 0px 0px;
		background-color: transparent;
		/*
		background-image: url(https://debtreliefsupport.org/images/splash-bg.jpg); background-position: center right;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		 */
		overflow: hidden;
		position: relative;
	}
	

	.deskVid {
		display: none;	
	}

	.mobVid {
		display: block;	
	}


	#splashArea .container {
		min-width: 100%;
		padding: 0px;
	}
	
	
	.splashTxt {
		text-align: left;
		padding-top: 40px;
		padding-left: 20px;
		padding-bottom: 10px;
	}
	
	.splashTxt img {
		max-width: 100%;
	}	
	
	
	
	.splashButWrapper {
		text-align: left;
		padding-top: 0px;
		padding-left: 20px;
	}
	

	.splashBut {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 24px;
		font-family: 'Nunito', sans-serif, fontawesome;
		color: #fff;
		font-weight: 700;
		padding: 10px 30px 10px 30px;

	}


	.pageButWrapper span {
		display: inline;
	}

	.pageButWrapper .splashButTxt {
		display: none;
	}

	
	.smlTxt {
		display: inline-block;
		text-align: left;
		font-size: 12px;
		line-height: 13px;
		font-family: 'Nunito', sans-serif, fontawesome;
		color: #fff;
		padding: 15px 0px 0px 0px;
		border: 0px;
		margin: 0px;

	}
	
	

	.splashSecureWrapper {
		padding-top: 20px;
		padding-left: 0px;
		padding-bottom: 40px;
		text-align: center;
	}

	
	.whiteRow .formTitle {
		padding: 0px 0px 24px 0px;
		text-align: center;
		border: 0px;
		margin: 0px 0px 0px 0px;
		font-family: 'Nunito', sans-serif;
		font-size: 26px;
		line-height: 32px;
		font-weight: 700;
		letter-spacing: -1px;
		color: #024262;
	}
	
	.whiteRow .formTitle.sml {
		padding: 0px 0px 24px 0px;
		text-align: center;
		border: 0px;
		margin: 0px 0px 0px 0px;
		font-family: 'Nunito', sans-serif;
		font-size: 22px;
		line-height: 30px;
		font-weight: 700;
		letter-spacing: -1px;
		color: #024262;
	}
	
	.whiteRow .formTitle span {
		display: block;
	}
	
	.whiteRow .formTitle br {
		display: none;
	}	
	
	.whiteRow .formTitle.Mob {
		display: none;
	}	
	
	
	
	
	
	
	
	.whiteRow .formTitleSub {
		padding: 0px 0px 24px 0px;
		text-align: center;
		border: 0px;
		margin: 0px 0px 0px 0px;
		font-family: 'Nunito', sans-serif;
		font-size: 23px;
		line-height: 28px;
		font-weight: 700;
		letter-spacing: -1px;
		color: #50dfc2;
	}
	
	
	
	.whiteRow .rowTitleSub2 {
		padding: 0px 0px 10px 0px;
		text-align: center;
		border: 0px;
		margin: 50px 0px 0px 0px;
		font-family: 'Nunito', sans-serif;
		font-size: 32px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #24d9b5;
	}
	
	.journey {
		text-align: center;
	}
	
	.journey img {
		width: 100px;
		padding: 0px 0px 10px 0px;
		text-align: center;
		border: 0px;
		display: block;
		margin: 0px auto;
	}	
	
	
	.debtPanel .finalRow {
		font-size: 18px;
		font-weight: 800;
	}
	
	
	
	
	
	
	.whiteRow {
		padding: 25px 0px 25px 0px;
		text-align: left;
		border: 0px;
		margin: 0px 0px 0px 0px;
		background: #fff;
	}
	
	.whiteRow.grey {
		padding: 25px 0px 25px 0px;
	}
	
	.whiteRow .rowTitle {
		font-size: 25px;
		line-height: 32px;
	}
	
	.whiteRow .rowTitleSub {
		padding: 0px 0px 30px 0px !important;
		font-size: 20px;
		line-height: 25px;

	}
	
	.whiteRow .formTitleSub {
		padding: 0px 0px 14px 0px;
		text-align: center;
		border: 0px;
		margin: 0px 0px 0px 0px;
		font-family: 'Nunito', sans-serif;
		font-size: 28px;
		line-height: 30px;
		font-weight: 700;
		letter-spacing: -1px;
		color: #50dfc2;
	}
	
	
	.whiteRow .formTitleSub2 {
		display: block;
		padding: 0px 0px 7px 0px;
		text-align: center;
		border: 0px;
		margin: 0px 0px 0px 0px;
		font-family: 'Nunito', sans-serif;
		font-size: 20px;
		line-height: 24px;
		font-weight: 700;
		letter-spacing: -1px;
		color: #666666;

	}

	.progress {
		font-family: 'Nunito', sans-serif;
		font-size: 18px;
		line-height: 20px;
		font-weight: 700;
		letter-spacing: 0px;
		color: #fff;
		height: 20px;
		margin: 10px 0px 20px;
	}
	
	
	
	.nextBut.Mob {
		font-size: 20px;
		padding: 10px 35px 8px 35px;

	}	
	
	
	

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

	}	
	
	
	

	.whiteRow.bgRowOne {
		height: auto;
		padding-bottom: 0px;
		background-image: none;
		
	}

	.whiteRow.bgRowOne .rowTitle {
		padding-bottom: 20px;		
	}
	
	
	
	
	.howCols .col-12 {
		padding-bottom: 16px;
	
	}
	
	
	.pageButWrapper {
		text-align: center;
		padding: 30px 0px 0px 0px;
	}
	

	.pageBut {
		font-size: 20px;
		padding: 20px 30px;
	}




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

	.appLogo img {
		max-width: 260px;
		margin: 0px auto;
		padding: 0px;
	}

	.appHeader {
		padding: 30px 0px 4px 0px;
		text-align: center;
		border: 0px;
		margin: 0px 0px 0px 0px;
		font-family: 'Nunito', sans-serif;
		font-size: 24px;
		line-height: 38px;
		font-weight: 700;
		letter-spacing: -1px;
		color: #fff;
	}
	
	.appHeader2 {
		padding: 0px 0px 20px 0px;
		text-align: center;
		border: 0px;
		margin: 0px 0px 0px 0px;
		font-family: 'Nunito', sans-serif;
		font-size: 16px;
		line-height: 24px;
		font-weight: 700;
		letter-spacing: 0px;
		color: #fff;
	}
	
	.padMob {
		margin-bottom: 20px;
	}
	
	.deleteButton {
		font-size: 68.5%;
	}
	
	.deleteButton2 {
		font-size: 100%;
	}	
	
	
	.appHeader2 br {
		display: none;
	}

	option.trading {
		display: none;
	}
	
	option.tradingMob {
		display: block;
	}




	button.fancyFormButton {
		display: inline;
		font-family: 'Nunito', sans-serif;
		font-size: 100%;
		font-weight: 700;
		
	}





	.input {
		display: block;
		width: 100%;
		height: 49px;
		font-family: 'Nunito', sans-serif;
		text-align: left;
		color: #888888; 
		font-size: 16px;
		margin: 0px 0px 12px 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);
	}





	.formButton {
		font-size: 34px;
		padding: 20px 36px;

	}



	.whiteRow .formTitleSub3 {
		padding: 0px 0px 14px 0px;
		text-align: center;
		border: 0px;
		margin: 0px 0px 0px 0px;
		font-family: 'Nunito', sans-serif;
		font-size: 20px;
		line-height: 24px;
		font-weight: 700;
		letter-spacing: -1px;
		color: #666666;
	}



	.whiteRow .formTitleSub4 {
		padding: 10px 0px 14px 0px;
		text-align: center;
		border: 0px;
		margin: 0px 0px 0px 0px;
		font-family: 'Nunito', sans-serif;
		font-size: 18px;
		line-height: 20px;
		font-weight: 500;
		letter-spacing: 0px;
		color: #666666;
	}









.whiteRow .formTitleSub5 {
	padding: 10px 0px 0px 0px;
	text-align: left;
	border: 0px;
	margin: 0px 0px 0px 0px;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	line-height: 27px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #666666;
}

.whiteRow .formTitleSub5 span {
	font-size: 18px;
	color: #fff;
	padding: 0px 14px;
	border-radius: 50px;
	background: #0f9fdf;
	display: inline-block;
}


.whiteRow .formTitleSub6 {
	padding: 0px 0px 0px 0px;
	text-align: left;
	border: 0px;
	margin: 0px 0px 0px 0px;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #666666;
}

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


.whiteRow .formTitleSub7 {
	padding: 20px 0px 20px 0px;
	text-align: left;
	border: 0px;
	margin: 0px 0px 0px 0px;
	font-family: 'Nunito', sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #e94b09;
}
















	.formDontWorry {
		width: 100%;
		display: block;
		text-align: center;
		text-transform: uppercase;
		font-family: 'Nunito', sans-serif;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: -1px;
		color: #107bfd;
		padding: 10px 0px;
		margin: 0px 0px 0px 0px;
		border: 0px;	
	}



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

	.sliderFig {
		font-family: 'Nunito', sans-serif;
		font-size: 16px;
		font-weight: 800;
		letter-spacing: 0px;
		color: #4fdec2;
		padding: 0px 0px;
		margin: 10px 0px 0px 0px;
		border: 0px;

	}



	.irs-from, .irs-to, .irs-single {
	    color: #fff;
	    font-size: 20px !important; line-height: 1.333;
	    font-weight: 700;
	    text-shadow: none;
	    padding: 2px 8px;
	    background: #3798d5;
	    border-radius: 3px;
	    -moz-border-radius: 3px;
	    margin-top: -10px !important;
	}




	.thankyouImg img {
		width: 100px;
		-moz-border-radius: 188px;
		-webkit-border-radius: 188px;
		border-radius: 188px;
		border: 2px solid #109fdf;
		margin: 0px auto 10px;
		display: block;
	}


	.footer {
		width: 100%;
		text-align: center;
		font-family: 'Nunito', sans-serif;
		font-size: 13px;
		letter-spacing: 0px;
		color: #fff;
		padding: 20px 0px;
		margin: 0px 0px 0px 0px;
		border: 0px;
		background-color: #024262;

	}


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

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

	}
	


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

	}

	#pageBullets li {
		display: block;
		text-align: left;
		font-family: 'Nunito', sans-serif, fontawesome;
		font-size: 18px;
		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: 18px;  /* space for the image */
		border: 0px;
		margin-right: 10px;
	}	
	
	
	.debtPanelPersonalizedHeader {
		text-align: center;
		font-size: 22px;
		line-height: 26px;
		font-family: 'Nunito', sans-serif, fontawesome;
		color: #fff;
		font-weight: 700;
		padding: 10px 20px;
		border: 0px;
		margin: 0px 0px 20px 0px;
		background: #20d8b5;
	}
	
	.debtPanelPersonalizedHeader br {
		display: none;
	}

	
	
	.debtPanelPersonalized .inner {
		padding: 5px 25px 5px 25px;
	}

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


	.debtPanelPersonalized .beforeAfter h2 {
		text-align: center;
		font-size: 14px;
		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: 34px;
		font-family: 'Nunito', sans-serif, fontawesome;
		color: #fff;
		font-weight: 800;
		padding: 0px 10px 10px;
		border: 0px;
		margin: 0px;
	}





	
	
	
  
}


								      /*****************
								      // -----------------
								      // FOR MOBILE PHONE LANDSCAPE
								      // _________________
								      // *****************/


@media only screen and (max-width: 740px) and (orientation: landscape) {



	.headerTxt {
		display: inline-block;
		text-align: right;
		font-size: 18px;
		font-family: 'Nunito', sans-serif, fontawesome;
		color: #494949;
		padding: 0px 0px 0px 0px;
		border: 0px;
		margin: 0px auto;
		box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */	
	}



	.telNo span {
		display: none;
	}	
	
	.headerDesktopTxt {
		display: none;
	}


	.telNo .smlHeaderTxt {
		display: inline-block;
		background: #0f9fdf;
		color: #fff;
		padding: 8px 14px 6px 14px;
		border-radius: 5px;
		margin-top: 0px;
	}



	#splashArea {
		margin: 0px 0px 0px 0px;
		border: 0px;
		padding: 0px 0px 0px 0px;
		background-color: transparent;
		/*
		background-image: url(https://debtreliefsupport.org/images/splash-bg.jpg); background-position: center right;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		 */
		overflow: hidden;
		position: relative;
	}
	


	.splashBut {
		display: inline-block;
		text-align: center;
		font-size: 26px;
		font-family: 'Nunito', sans-serif, fontawesome;
		color: #fff;
		font-weight: 700;
		padding: 10px 35px 10px 35px;

	}

	.splashBut span {
		display: none;
	}	
	
	
	
	.bgRowOne {
		height: auto;
		padding-bottom: 0px;
		background-image: none;
		
	}	

	.pageButWrapper {
		text-align: center;
		padding: 30px 0px 0px 0px;
	}	
	
	.whiteRow .rowTitleSub2 {
		padding: 0px 0px 10px 0px;
		text-align: center;
		border: 0px;
		margin: 50px 0px 0px 0px;
		font-family: 'Nunito', sans-serif;
		font-size: 32px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #24d9b5;
	}
	.journey {
		text-align: center;
	}
	
	.journey img {
		width: 100px;
		padding: 0px 0px 10px 0px;
		text-align: center;
		border: 0px;
		display: block;
		margin: 0px auto;
	}	
	.hiddenimg{
		display:none;
	}
	
	
}




								      /*****************
								      // -----------------
								      // FOR TABLET PORTRAIT
								      // _________________
								      // *****************/
								      
								      
@media only screen and (min-width: 600px) and (orientation: portrait) {
 
	body {
		font-size: 14px;
		padding-top: 85px;

	}

	.header {
		padding: 20px 0px;
		background: #fff;
		height: 85px;
	}
  
	.headerTxt {
		display: inline-block;
		text-align: right;
		font-size: 16px;
		font-family: 'Nunito', sans-serif, fontawesome;
		
		padding: 10px 10px 0px 0px;
		border: 0px;
		margin: 0px auto;
		box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */	
	}
	
	
	.logo img {
		width: 390px !important;
		height: auto;
		display: block;
		margin: 0px;
		padding: 0px 0px 0px 0px;
		
	}
	
	
	
  	.telNo {
  		display: block;
  		font-family: 'Krub', sans-serif;
  		font-size: 18px;
  		font-weight: 700;
  		letter-spacing: 0px;
  		line-height: 20px;
  		color: #034161;
  		padding: 0px;
  		border: 0px;
  		text-align: right;
	}
  
	.telNo span {
		display: none;
	}	
	
	.headerDesktopTxt {
		display: none;
	}


	.telNo .smlHeaderTxt {
		display: inline-block;
		background: #0f9fdf;
		color: #fff;
		padding: 8px 14px 6px 14px;
		border-radius: 5px;
		margin-top: 0px;
	}
	
	
	
	#splashArea {
		margin: 0px 0px 0px 0px;
		border: 0px;
		padding: 0px 0px 0px 0px;
		background-color: transparent;
		/*
		background-image: url(https://debtreliefsupport.org/images/splash-bg.jpg); background-position: center right;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		 */
		overflow: hidden;
		position: relative;
	}
	
	
	.splashTxt {
		text-align: left;
		padding-left: 0px;
	}
	
	.splashTxt img {
		width: 400px;
	}

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

	
	
	.splashBut {
		display: inline-block;
		text-align: center;
		font-size: 30px;
	}



	
	.splashBut span {
		display: inline;
	}
	
	.smlTxt {
		display: inline-block;
		text-align: left;
		font-size: 12px;
		line-height: 14px;
		font-family: 'Nunito', sans-serif, fontawesome;
		color: #fff;
		padding: 35px 00px 0px 0px;
		border: 0px;
		margin: 0px;

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

	}	
	
	
	
	
	.journey {
		margin-top: 40px;
		text-align: left;
	}
	
	.journey img {
		width: 100px;
		padding: 0px 0px 10px 0px;
		text-align: center;
		border: 0px;
		display: block;
		margin: 0px auto;
	}
	
	
	
	.bgRowOne {
		height: 700px;
		background-image: url('https://debtreliefsupport.org/images/row-bg-tab.jpg');
		background-position: bottom right;
		background-repeat: no-repeat;
		 -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;		
	}
	
	
	.whiteRow .formTitleSub2 {
		display: block;
		padding: 0px 0px 7px 0px;
		text-align: center;
		border: 0px;
		margin: 0px 0px 0px 0px;
		font-family: 'Nunito', sans-serif;
		font-size: 20px;
		line-height: 24px;
		font-weight: 700;
		letter-spacing: -1px;
		color: #666666;

	}
	
	
	.pageButWrapper {
		text-align: center;
		padding: 30px 0px 0px 0px;
	}

	.pageBut {
		font-size: 32px;
		padding: 20px 30px 18px 30px;

	}	
	
	.pageBut span {
		display: none;
	}
	
	
	.formButton {
		font-size: 34px;
		padding: 10px 26px;

	}	




	.whiteRow .formTitle.sml {
		padding: 0px 0px 24px 0px;
		text-align: center;
		border: 0px;
		margin: 0px 0px 0px 0px;
		font-family: 'Nunito', sans-serif;
		font-size: 34px;
		line-height: 42px;
		font-weight: 700;
		letter-spacing: -1px;
		color: #024262;
	}
	
	.whiteRow .formTitle span {
		display: block;
	}
	
	.whiteRow .formTitle br {
		display: none;
	}

	
	.debtPanelPersonalized {
		margin: 0px 0px 20px 0px;

	}
	
	
  
}

								      /*****************
								      // -----------------
								      // FOR TABLET LANDSCAPE
								      // _________________
								      // *****************/


@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){

	body {
		font-size: 14px;
		padding-top: 105px;

	}

	.header {
		padding: 20px 10px;
		background: #fff;
		height: 105px;
	}

	
	.header .container-fluid {
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;

	}
	
	.headerTxt {
		display: inline-block;
		text-align: center;
		font-size: 18px;
		font-family: 'Nunito', sans-serif, fontawesome;
		
		padding: 10px 10px 0px 0px;
		border: 0px;
		margin: 0px auto;
		box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */	
	}


	#splashArea {
		margin: 0px 0px 0px 0px;
		border: 0px;
		padding: 0px 0px 0px 0px;
		background-color: transparent;
		/*
		background-image: url(https://debtreliefsupport.org/images/splash-bg.jpg); background-position: center right;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		 */
		overflow: hidden;
		position: relative;
	}

	.splashTxt {
		text-align: left;
		padding-top: 50px;
		padding-left: 20px;
		padding-bottom: 0px;
	}


	.splashTxt img {
		width: 600px;
	}
	
	
	.splashSecureWrapper {
		padding-bottom: 60px;

	}
	
	.pageButWrapper {
		text-align: center;
		padding: 30px 0px 0px 0px;
	}

	
	.pageBut.tabHoriz {
		font-size: 26px;

	}
	
	
	.splashBut {
		display: inline-block;
		text-align: center;
		font-size: 37px;
		font-family: 'Nunito', sans-serif, fontawesome;
		color: #fff;
		font-weight: 700;
		padding: 15px 55px 15px 55px;

	}

	.splashBut span {
		display: none;
	}
	
	.pageBut {
		font-size: 34px;
		padding: 20px 30px 18px 30px;

	}
	
	.pageBut i {
		display: none;
	}

	
	.formButton {
		font-size: 34px;
		padding: 10px 26px;

	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	

}



								      /*****************
								      // -----------------
								      // FOR 320PX SCREENS PORTRAIT
								      // _________________
								      // *****************/

  @media (max-device-width: 320px)
  and (orientation: portrait) {
  
	.header {
		padding: 14px 20px;
		background: #fff;
	}
	
	.hideHeader {
		display: none;
	}	
	
	
	
	
	
	.logo img {
		min-width: 70px;
		height: auto;
		display: block;
		margin: 0px;
		padding: 0px 0px 0px 0px;
	}  
  
	.headerButton {
		padding: 7px 10px 5px 10px;
		font-size: 15px;
	}



	.secure {
		display: inline-block;
		text-align: center;
		font-size: 10px;
		font-family: 'Nunito', sans-serif, fontawesome;
		color: #fff;
		padding: 10px 10px 10px 10px;
		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: 2px;

	}



	.telNo {
		display: block;
		font-family: 'Nunito', sans-serif;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 0px;
		line-height: 32px;
		color: #034161;
		padding: 0px;
		border: 0px;
		text-align: right;
	}
	
	.telNo div {
		
	}	
	
	.telNo span {
		display: none;
	}	
	
	.telNo .smlHeaderTxt {
		display: inline;
	}





	.splashBut {
		display: inline-block;
		text-align: center;
		font-size: 20px;
		font-family: 'Nunito', sans-serif, fontawesome;
		color: #fff;
		font-weight: 700;
		padding: 10px 20px 10px 20px;

	}



	.whiteRow .rowTitle {
		font-size: 22px;
		line-height: 26px;

	}  
	
	
	.pageBut {
		font-size: 16px;
		padding: 20px 30px;
	}	
	
	
	
	
	
	.appLogo {
		text-align: center;
		padding: 0px 0px;
		margin: 0px;
	}

	.appLogo img {
		max-width: 160px;
		margin: 0px auto;
		padding: 0px;
	}

	.appHeader {
		padding: 30px 0px 12px 0px;
		text-align: center;
		border: 0px;
		margin: 0px 0px 0px 0px;
		font-family: 'Nunito', sans-serif;
		font-size: 26px;
		line-height: 29px;
		font-weight: 700;
		letter-spacing: -1px;
		color: #fff;
	}
	
	.appHeader2 {
		padding: 0px 0px 20px 0px;
		text-align: center;
		border: 0px;
		margin: 0px 0px 0px 0px;
		font-family: 'Nunito', sans-serif;
		font-size: 14px;
		line-height: 16px;
		font-weight: 700;
		letter-spacing: 0px;
		color: #fff;
	}


	.whiteRow .formTitle {
		padding: 0px 0px 14px 0px;
		text-align: center;
		border: 0px;
		margin: 0px 0px 0px 0px;
		font-family: 'Nunito', sans-serif;
		font-size: 22px;
		line-height: 26px;
		font-weight: 700;
		letter-spacing: -1px;
		color: #024262;
	}
	
	
	.whiteRow .formTitleSub {
		padding: 0px 0px 10px 0px;
		text-align: center;
		border: 0px;
		margin: 0px 0px 0px 0px;
		font-family: 'Nunito', sans-serif;
		font-size: 24px;
		line-height: 28px;
		font-weight: 700;
		letter-spacing: -1px;
		color: #50dfc2;
	}
	





	.input {
		display: block;
		width: 100%;
		height: 44px;
		font-family: 'Nunito', sans-serif;
		text-align: left;
		color: #888888; 
		font-size: 16px;
		margin: 0px 0px 12px 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);
	}




	button.fancyFormButton {
		display: inline;
		font-family: 'Nunito', sans-serif;
		font-size: 13px;
		padding: 10px 0px; 
	}




	
	.formButtonWrapper {
		text-align: center;
		padding-top: 10px;
	}

	.formButton {
		font-size: 24px;
		padding: 10px 36px;

	}	
	
	
	.nextBut {
		display: inline-block;
		text-align: left;
		font-size: 20px;
		font-family:   'Nunito', sans-serif,FontAwesome;
		color: #fff;
		font-weight: 700;
		padding: 10px 25px 8px 25px;
		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.Mob {
		display: inline-block;
		text-align: left;
		font-size: 20px;
		font-family:   'Nunito', sans-serif,FontAwesome;
		color: #fff;
		font-weight: 700;
		padding: 10px 14px 8px 14px;
		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);
	}	
	
	
	
	
	
	.whiteRow .formTitleSub2 {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		font-size: 16px;
	}
	
	
	
	.whiteRow .formTitleSub3 {
		padding: 0px 0px 14px 0px;
		text-align: center;
		border: 0px;
		margin: 0px 0px 0px 0px;
		font-family: 'Nunito', sans-serif;
		font-size: 16px;
		line-height: 19px;
		font-weight: 700;
		letter-spacing: 0px;
		color: #666666;
	}



	.whiteRow .formTitleSub4 {
		padding: 10px 0px 14px 0px;
		text-align: center;
		border: 0px;
		margin: 0px 0px 0px 0px;
		font-family: 'Nunito', sans-serif;
		font-size: 14px;
		line-height: 20px;
		font-weight: 500;
		letter-spacing: 0px;
		color: #666666;
	}	
	
	
	
	
	
  
}






								      /*****************
								      // -----------------
								      // TO FIX DESKTOP ELEMENTS
								      // _________________
								      // *****************/



@media only screen and (max-width: 767px) {
 
 
.hiddenimg{
		display:none;
	}
 

  
}