body{
    font-family: sans-serif !important;
}
html {
    height: 100%
}

p {
    color: grey
}

#heading {
    text-transform: uppercase;
    color: #0b60a9;
    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: 4px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    /* font-family: montserrat; */
    font-family:  sans-serif;
    color: #2C3E50;
    /* background-color: #ECEFF1; */
    font-size: 16px;
    letter-spacing: 1px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

#msform input:focus,#msform input:hover,#msform select:hover,
#msform textarea:focus,#msform textarea:hover {
    /* -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important; */
    /* box-shadow: none !important; */
    border: 1px solid #0b60a9;
    outline-width: 0;
    box-shadow: 5px 0 0 #0b60a9 inset, 0 2px 10px rgb(0 0 0 / 20%) !important;
    background: #d1d1d126;
}



#msform .action-button {
    font-family: sans-serif;
    width: 100px;
    background: #0b60a9;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #08487e;
    box-shadow: none !important;
    border: none !important;
}

#msform .action-button-previous {
    font-family: sans-serif;
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000;
    box-shadow:none !important;
    border: 0 none;
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #0b60a9;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #0b60a9;
    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: #0b60a9
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f15b"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f017"
}

#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: #0b60a9
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #0b60a9
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.select2-container--default .select2-selection--single {
    border: none !important;
    border-bottom: 2px solid #D1D1D1 !important;
    height: 40px !important;
    text-overflow: ellipsis;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-top: 5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 5px !important;
}
span.select2-selection.select2-selection--single:hover,span.select2-selection.select2-selection--single:focus{
    box-shadow: 5px 0 0 #0b60a9 inset, 0 2px 10px rgb(0 0 0 / 20%);
    background: #d1d1d126;
}

@media screen and (min-width: 200px) and (max-width: 1000px) {
    /* .container, .container-md, .container-sm{ */
        /* max-width: 900px; */
    /* } */
    /* .h2, h2 { */
        /* font-size: 3.5rem; */
    /* } */
    /* body { */
        /* font-size: 1.6rem; */
    /* } */
    /* .select2-container--default .select2-selection--single { */
        /* height: 60px !important} */
    
    /* .select2-container--default .select2-selection--single .select2-selection__rendered { */
        /* padding-top: 17px !important; */
        /* font-size: 20px; */
    /* } */
    /* #msform input, #msform select, #msform textarea{ */
        /* font-size: 20px; */
        /* height: 60px; */
    /* } */
    /* label.fieldlabels { */
        /* margin-top:25px; */
    /* } */
    /* #progressbar li{ */
        /* font-size: 25px; */
    /* } */
    #msform .action-button-previous{
        width: 100%;
    }
    #msform .action-button{
        width: 100%;
        /* margin: 20px 0px 20px 5px; */
        /* font-size: 30px; */
    }
	#msform .col12 {
		max-width: 100% !important;
		flex: 0 0 100%;
	}


}