* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

.txt-blue{
    color: #1bb1dc;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    border-radius: 0px 15px 15px 0px;
    border-left: solid 100px #1bb1dc;
    padding: 20px 30px;
    position: relative;
    /* min-height: 560px; */
}
input ~ span{
    margin-top: -24px;
    display: block;
    color: red !important;
}
#msform::before{
    content: "";
    width: 100px;
    height: 100%;
    /* background: #1bb1dc; */
    position: absolute;
    left: -160px;
    top: 0;
    /* background-image: url(dblayer.svg); */
    background-repeat: no-repeat;
    background-size: cover;
}

#msform .fieldset .form-card {

    border: 0 none;
    border-radius: 0px;
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    position: relative
}

#msform .fieldset {

    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform .fieldset:not(:first-of-type) {
    display: none
}

#msform .fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
    font-size: 14px;
}
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    background: #fff;
    box-shadow: 0px 0px 60px 10px #eaeaea;
    padding: 20px 0px;
}

#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid rgb(224, 224, 224);
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}
#msform input:focus + .control-label{
    color: #1bb1dc !important;
}
#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid #1bb1dc;
    outline-width: 0
}

#msform .action-button {
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 4px;
    transition: 0.5s;
    box-shadow: 0px 2px 20px -10px #10a5d0;
    background: #1bb1dc;
    color: #fff;
    margin-right: 40px;
}

#msform h5{
    color: #1bb1dc;
    margin-bottom: 20px;
    font-weight: 700;
}

#msform .action-button-previous {
    cursor: pointer;
    margin-left: 40px;
    background: #616161;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;

    color: #fff;
}



select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: white;
    width: 100px;
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translatey(-50%);
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;

    position: relative
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "1"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "2"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "3"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "4"
}

#progressbar li:before {
    width: 24px;
    height: 24px;
    line-height: 17px;
    display: block;
    color: #ffffff;
    background: transparent;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    font-weight: 600;
    font-family: inherit !important;
    padding: 0px;
    border: 2px solid #fff;                                                       
}



#progressbar li.active:before,
#progressbar li.active:after {
    background: #fff;
    color: #1bb1dc;
    box-shadow: 0px 2px 2px #10a5d0;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}
b{
    color: red;
    font-size: 12px;
    padding: 2px;
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: #1bb1dc;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 80%;
    object-fit: cover
}

@media (max-width: 425px) {

    #msform{
        border-left: 0;
        border-top: solid 50px #1bb1dc;
        border-radius: 20px !important;
    }
    #progressbar{
        transform: translatex(-50%);
        top: -45px;
        position: absolute;
        overflow: auto;
        margin: auto;
        width: 180px;
        left: 50%;
    }
    ul#progressbar li {
        float: left;
        padding: 10px 10px;
    }
}

#msform select.select2.form-control{
    border: 0;
    border-bottom: 1px solid rgb(224, 224, 224);
    padding: 0px 8px 4px 8px;
    height: 33px;
    border-radius: 0;
}
#msform select.select2.form-control:focus,
#msform select.select2.form-control:hover
{
    border-bottom: 2px solid #1bb1dc !important;
}

.errors_span{
    color:red;
}