header{
	border-bottom: 1px solid #ccc;
}
.form-step h2 > div{
	display:none;
}
.step-nav-btn.bg-gray-300 {
    background-color: #ffffff !important;
    color: #374151;
    border: 1px solid #ccc;
}
.step-nav-btn.bg-ayurveda-green {
    background-color: #4CAF50;
}
.step-nav-btn.bg-ayurveda-green:hover {
	background-color: #39913d;
}

.step-nav-btn{
	border-radius: 5px;
}

.submit-btn{
	background: #4CAF50;
	border-radius: 5px !important;
	width: 100%;
}

.text-ayurveda-green {
    color: #FF5722 !important;
}

.fee_container{
	background: white !important;
    border: none;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px !important;
}

.btn_load{
	transition: 0.3s width;
	background: url('https://sangraha.net/s90/images/loading_white.gif') no-repeat center center;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	background-size: 30px;
	font-size: 0px;
	padding:0px;
	max-width: 48px;
}
.btn_load svg{
	display: none;
}
#registrationForm button[disabled]{
	opacity: 0.8;
}

button[type="submit"].btn_load{
	width: 60px;
    height: 60px;
    padding: 0px;
    background-color: #4CAF50;
    font-size: 0px;
    border-radius: 50% !important;
    line-height: normal;
    max-width: 60px;
}

.welcome-msg{
	font-size: 18px;
}

@media screen and (max-width: 800px){
	.step-label{
		display: none;
	}
	.welcome-msg{
		font-size: 15px;
	}
}
@media screen and (max-width: 600px){
	.step-item{
		max-width: 50px !important;
	}
	#formContainer{
		padding:20px !important;
	}
}
@media screen and (max-width: 450px){
	.step-item{
		max-width: 40px !important;
	}
	.welcome-msg{
		font-size: 13px;
	}
}
