* {
    margin: 0;
    padding: 0
}



p {
    color: grey
}

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}



#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 35px 10px 5px;
    float: right
}
.btnsubmit{
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 35px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #673AB7
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: #333;
    text-align: left;
	font-family:calibri;
	font-size:20px;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #27ae60
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400;
	font-family: calibri;
}

#progressbar #account:before {
    /*font-family: FontAwesome;
    content: "\f13e"*/
	font-family: calibri;
    content: "1"
}

#progressbar #personal:before {
    /*font-family: FontAwesome;
    content: "\f007"*/
	font-family: calibri;
    content: "2"
}

#progressbar #payment:before {
    /*font-family: FontAwesome;
    content: "\f030"*/
	font-family: calibri;
    content: "3"
}
#progressbar #paymenta:before {
    /*font-family: FontAwesome;
    content: "\f030"*/
	font-family: calibri;
    content: "4"
}

#progressbar #confirm:before {
    /*font-family: FontAwesome;
    content: "\f00c"*/
	font-family: calibri;
    content: "5"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #27ae60
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}







.form-row {
	background: #ecebec;
	border-radius: 50px;
	height: 40px;
	margin: 10px;
	overflow: hidden;
	position: relative;
	width: 150px;
	display: inline-block;
}

.form-input {
	-webkit-appearance: none;
	appearance: none;
}

.form-input::before {
	content: '';
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.form-input:checked::before {
	background: #673AB7;
}

.form-input::after {
	content: '';
	cursor: pointer;
	height: 20px;
	border-radius: 50px;
	border: 3px solid #673AB7;
	left: 10%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 20px;
}

.form-input:checked::after {
	border: 3px solid #ffffff;
}

.form-label {
	color: #673AB7;
	font-size: 20px;
	font-family:calibri;
	margin-left: 10px;
	z-index: 1;
	position: absolute !important;
  left: 33px;
  top: 5px;
  cursor:pointer;
  font-weight: 500;
}

.form-input:checked ~ .form-label {
	color: #ffffff;
}
.register-from-main {
  background: #fff;
  padding: 20px 20px 0px 20px;
  border-radius: 3px;
  box-shadow: 0px 0px 5px 2px #ddd;
}
.field-section-reg {
  width: 100%;
  margin-bottom: 15px;
  padding: 0px 36px;
}
.field-section-reg select {
  width: 100%;
  padding: 12px 11px;
  border: 1px solid #aaaaaa;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
.field-section-reg .field-group input {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 15px;
  background-color: transparent;
  border: 1px solid #aaaaaa;
  border-radius: 8px;
  margin-top: 3px;
  color: #000;
}