.passwordblock {
	display: none;
}

.progress {
	height: 2px;
	margin-bottom: 0px;
	overflow: hidden;
	background-color: #ad4f4f;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	width: 50%;
	margin-top: 12px;
	position: relative;
	top: 61px;
	left: 176px;
}

input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.number-input {
	margin: .1rem;
}

.form-control {
	border-radius: 5px !important;
	box-shadow: none;
	height: 45px;
}

.number-input button {
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 0;
	position: relative;
}

.number-input button:before,
.number-input button:after {
	display: inline-block;
	position: absolute;
	content: '';
	height: 2px;
	transform: translate(-50%, -50%);
}

.number-input button.plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
	text-align: center;
}

.md-number-input.number-input {
	border: 1px solid #ddd;
	border-radius: 5px;
	/*  width: 11.8rem;*/
}

.md-number-input.number-input button {
	outline: none;
	width: 3rem;
	height: 2rem;
	padding-top: .8rem;
}

.md-number-input.number-input button.minus {
	padding-left: 8px;
}

.md-number-input.number-input button.plus {
	padding-left: 2px;
}

.md-number-input.number-input button:before,
.md-number-input.number-input button:after {
	width: 1rem;
	background-color: #212121;
}

.md-number-input.number-input input[type=number] {
	max-width: 3rem;
	padding: .5rem;
	border: solid #ddd;
	border-width: 0 2px;
	font-size: 1rem;
	height: 2rem;
	font-weight: bold;
	outline: none;
	position: relative;
	bottom: 5px;
}

@media not all and (min-resolution: .001dpcm) {
	@supports (-webkit-appearance: none) and (stroke-color:transparent) {
		.number-input.md-number-input.safari_only button:before, .number-input.md-number-input.safari_only button:after {
			margin-top: -.6rem;
		}
	}
}


/*style for multistap form*/


/*form styles*/

#msform {
	text-align: center;
	position: relative;
	margin-top: 30px;
}

#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 12px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 100%;
	/* margin: 0 0%;*/
	/*stacking fieldsets above each other*/
	position: relative;
	text-align:left;
}


/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {
	display: none;
}


/*inputs*/

#msform input,
#msform textarea {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	/*  margin-bottom: 30px;  */
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 18px;
}

#msform input:focus,
#msform textarea:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #f2184f;
	outline-width: 0;
	transition: All 0.5s ease-in;
	-webkit-transition: All 0.5s ease-in;
	-moz-transition: All 0.5s ease-in;
	-o-transition: All 0.5s ease-in;
}


/*buttons*/

#msform .action-button {
	background: #f2184f;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 4px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 0px;
	font-size:25px;
}

#msform .action-button:hover,
#msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #f2184f;
}

#msform .action-button-previous {
	background: #C5C5F1;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 25px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}



/*headings*/

.fs-title {
	font-size: 18px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
	letter-spacing: 2px;
	font-weight: bold;
}

.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}


/*progressbar*/

#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
	padding-top: 40px;
}

#progressbar li {
	list-style-type: none;
	color: black;
	text-transform: uppercase;
	font-size: 12px;
	width: 50%;
	float: left;
	position: relative;
	letter-spacing: 1px;
}

#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 12px;
	color: #333;
	background: white;
	border-radius: 25px;
	margin: 0 auto 10px auto;
}


/*progressbar connectors*/

#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1;
	/*put it behind the numbers*/
}

#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}


/*marking active/completed steps green*/


/*The number of the step and the connector before it = green*/

#progressbar li.active:before,
#progressbar li.active:after {
	background: #f2184f;
	color: white;
}


/* Not relevant to this form */

.dme_link {
	margin-top: 30px;
	text-align: center;
}

.dme_link a {
	background: #FFF;
	font-weight: bold;
	color: #f2184f;
	border: 0 none;
	border-radius: 25px;
	cursor: pointer;
	padding: 5px 25px;
	font-size: 12px;
}

.dme_link a:hover,
.dme_link a:focus {
	background: #C5C5F1;
	text-decoration: none;
}

.step-to-step-form .progress.step-progress {
	width: 50%;
	margin: 0 auto -22px;
	height: 4px;
}

.step-to-step-form .progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

@media only screen and (max-width: 375px) and (min-width: 245px) {
	.progress {
		left: 73px;
	}
}

@media only screen and (max-width: 481px) and (min-width: 376px) {
	.progress {
		left: 100px;
	}
}

@media only screen and (max-width: 682px) and (min-width: 482px) {
	.progress {
		left: 136px;
	}
}

@media only screen and (max-width: 683px) and (min-width: 991px) {
	.progress {
		left: 186px;
	}
}

.self {
	width: 100%;
	height: 45px;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 15px;
}

.styled-icons li a i {
	margin-top: 9px;
}

@media(max-width: 767px) {
	.styled-icons li a i {
		margin-top: 9px;
	}
}

.inner-header{
    background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%) 50% 39px, url(https://thepixelcurve.com/html/edubin/images/page-banner-1.jpg) !important;
    background-position: center !important;
}

.payComplete{
    margin-top:20px;
}

.payComplete  h1 {
  color: #88B04B;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 10px;
}
.payComplete p {
  color: #404F5E;
  font-size:20px;
  margin: 0;
  text-align:center;
}
.payComplete i {
color: #9ABC66;
font-size: 100px;
line-height: 200px;
margin-left:-15px;
}
.payComplete .card {
background: white;
padding: 60px;
border-radius: 4px;
box-shadow: 0 2px 3px #C8D0D8;
display: inline-block;
margin: 0 auto;
}


.payfailed{
    margin-top:20px;
}

.payfailed  h1 {
  color: #f10303;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 10px;
}
.payfailed p {
  color: #404F5E;
  font-size:20px;
  margin: 0;
  text-align:center;
}
.payfailed i {
color: #f10303;
font-size: 100px;
line-height: 200px;
margin-left:-15px;
}
.payfailed .card {
background: white;
padding: 60px;
border-radius: 4px;
box-shadow: 0 2px 3px #C8D0D8;
display: inline-block;
margin: 0 auto;
}

.paymentFailed{
    background: #ff230024;
}

.paymentComplete{
    background:#F8FAF5;
}

@media (min-width:769px){
    .paymentFailed, .paymentComplete{
        border-radius:200px; 
        height:200px; 
        width:200px; 
        margin:0 auto;
    }
    
    .payComplete h1, .payfailed h1{
        font-size:25px;
    }
}
@media (max-width: 768px){
    .paymentFailed,.paymentComplete{
        width:100px;
        height:100px;
        border-radius:100px;
        margin:0 auto;
    }
    .payComplete i {
    color: #9ABC66;
    font-size: 60px;
    line-height: 105px;
    margin-left: -15px;
    }
    .payComplete h1{
        font-size:30px;
    }
    .payfailed i {
    font-size: 60px;
    line-height: 105px;
    margin-left: -15px;
    }
    .payfailed h1{
        font-size:30px;
    }
    .payfailed .card, .payComplete .card{
        padding:15px;
    }
}