input.savebtn {
   width: 100px;
    background: #1f86e1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

 
@media only screen and (max-width: 900px) {
 fieldset.formsteps div {
    width: 100%;
    display: block !important;
    max-width: 100%;
    flex: auto !important;
    padding: 0px;
    margin: 0px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
fieldset.formsteps {
    padding: 0px !important;
}
} 
 
 
 #msform {
    width: 80%;
    margin: 50px auto;
    text-align: center;
    position: relative;
	min-height: 700px;
}
fieldset.formsteps label.form-label {
    float: left;
	    font-size: 12px;
}

ul#progressbar li{
	cursor: pointer;
}
input.next.action-button {
    float: right;
}

.addedsuccess {
    width: 100%;
    background: #1f86e1;
    max-width: 700px;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 13px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
	color:#fff;
}
.errormsgond {
    background: #1f86e1;
    padding: 17px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    border-radius: 15px;
    font-weight: 700;
}
fieldset.formsteps h4 {
    text-align: left;
    font-size: 15px;
    color: black;
    font-weight: 600;
}
.mb-3 {
    margin-bottom: 0px !important;
}
fieldset.formsteps hr {
    margin-bottom: 15px !important;
}
fieldset.formsteps {
    z-index: 4544444444;
}
ul#progressbar {
    margin: 0 auto;
    display: block;
    margin-bottom: 26px;
}
ul#progressbar li {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    width: 100%;
    background: #1f86e1;
    color: #fff !important;
    text-align: left;
    padding-left: 9px;
    border-bottom: solid 2px;
    font-size: 13px;
    padding-top: 16px;
    padding-bottom: 10px;
}
#msform fieldset {
	border: 0 none;
	border-radius: 3px;
	padding: 20px 30px;
	box-sizing: border-box;
	width: 100%;
	
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #1f86e1;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.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;
}
#progressbar li {
    list-style-type: none;
    color: black;
    text-transform: uppercase;
    font-size: 9px;
    float: left;
    position: relative;
    font-size: 15px;
    font-weight: 500;
}
#progressbar li.active {
        background: #1b57a2 !important;
}

/*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: #1f86e1;
	color: white;
}


h3.headingbottom {
    color: #646060 !important;
    border-bottom: solid 2px;
    border-color: #1f86e1;
    text-align: left;
    padding-bottom: 9px;
    font-weight: 500;
    border-width: 3px;
}
.form-group label {
    float: left !important;
    font-weight: 400;
    margin-top: 4px;
}