body
{font-family: 'Roboto', sans-serif !important;}

.my-thumb-bank
{
}

.my-thumb-bank .thumbnail
{background:#ddd;text-align:center;font-weight:bold;margin: 0px 0px 10px 0px;padding: 10px 10px 0px 10px;}

.my-thumb-bank .thumbnail img
{
    border-radius: 100%;
    border: solid 2px #ccc;
    width: 44px;
}

.my-thumb-bank .thumbnail h3
{
	    margin: 13px 0px;
    font-weight: bold;
}


.my-thumb-bank .thumbnail a
{
	color:#000;
}

.my-thumb-bank .thumbnail a:hover
{
	color:#000;
	text-decoration:blink;
}


.range-sl
{border-radius: 50px !important;
    height: 15px !important;
    background: #607D8B !important;
    width: 476px !important;
    margin-top: 6px;
    padding: 0px !important;
	}
	
.new-input-range
{height: 25px !important;
border-radius: 5px !important;
    border: solid 1px #607D8B !important;
    padding: 0px !important;
    text-align: center !important;
    font-size: 12px !important;}	

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white !important;
    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 textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #fff;
    font-size: 16px;
    letter-spacing: 1px
}

#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: #fc8706;
    border-radius: 50px !important;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 21px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #02366f;
}

#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: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 15%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    /* content: "\f13e"; */
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#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: 20px;
	background:#efefef;
}

.progress-bar {
background-color:#fc8706;
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #fc8706 !important;
    transition: width .6s ease;
}

@media all and (max-width: 320px),(max-width:375px),(max-width:384px),(max-width:414px),(max-device-width:450px),(max-device-width:480px),(max-device-width:540px) {

.col-xs-12
{
float:left; width:100%;}

.range-sl {
  border-radius: 50px !important;
  height: 15px !important;
  background: #607D8B !important;
  width: 229px !important;
  margin-top: 6px;
  padding: 0px !important;
}

}
