
<!-- Custom CSS -->
 body{
}
.steps small {
    padding: 5px 10px;
    font-weight: bold;
    background: #fdb631;
    color: #111;
    border-radius: 50px;}
.tcolor tbody tr th{background-color:#02026c;}
.media-body p{font-size: .9em;padding: 3px; line-height:25px;}
.hgt{height:auto; text-align:center; border:1px solid #ddd; border-radius:5px; transition: 1s ease-in-out;}
.hgt:hover{ transition: 1s ease-in-out; border:1px solid #808080;}
.hgt td{font-size:0.8em;}
.hgt .table-responsive > .table > tbody > tr > td,th{white-space: normal;
}
.rback3{ background:none; border:1px solid #ddd; border-radius:3px; padding:5px; margin-bottom:10px;}
.rback3 h4{ background:#f5f5f5; font-weight:bold; text-align:left; padding:10px; color:#333; margin:auto;}
#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, #msform select,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    /*margin-bottom: 25px;*/
    margin-bottom: 0px;
    margin-top: 2px;
    width: 100%;
	height:50px;
    box-sizing: border-box;
    color: #808080;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus, #msform select:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #333;
    outline-width: 0
}

#msform .action-button {
    width: auto;
    background: #2246b3;
    font-weight: normal;
    color: #fff;
	height:auto;
    border: 0 none;
    cursor: pointer;
    padding: 15px 30px;
    margin: auto;
	border-radius:50px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #1f40a0;
	color:#fdb435;
}

#msform .action-button-previous {
    width: auto;
    background: #2246b3;
    font-weight: normal;
    color: #fff;
	height:auto;
    border: 0 none;
    cursor: pointer;
    padding: 15px 30px;
    margin: auto;
	border-radius:50px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #1f40a0;
	color:#fdb435;
}

.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: 1em;
    color: gray;
    margin-bottom: 5px;
    font-weight: normal;
    text-align: right;
	padding:0px;
}

.fieldlabels {
    color: #808080;
    text-align: left;
	font-weight:bold;
}
.fieldlabels span{
 color:#990000;
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}
#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: #673AB7
}

.progress {
    height: 25px;
	border-radius:50px;
}

.progress-bar {
    background-color: #2246b3;
	font-size:1em;
	line-height:24px;
	text-align:right;
	padding-right:10px;
	
}

.fit-image {
    width: 100%;
    object-fit: cover
}

  