.jce {
    justify-content: flex-end;
}
.wfc{
    width: fit-content;
}
#progressbar{
    display: none;
}
    #heading {
        text-transform: uppercase;
        color: #fc8902;
        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
    }
.form-control {
    background: #f7f7f7;
    border: none;
    border-radius: 5px !important;
    border: 0px !important;
    color: #121212;
    padding: 16px 15px;
    height: 53px !important;
    font-size: 15px;
}
  
.form-control:focus {
    border: 1px solid #fc8902 !important;
}
  label {
    font-weight: bolder;
  }
    #msform .action-button {
        width: 100px;
        background: #fc8902;
        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:  #fc8902;
    }

    #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: #fc8902;
        margin-bottom: 15px;
        font-weight: normal;
        text-align: left
    }

    .purple-text {
        color: #fc8902;
        font-weight: normal
    }

    .steps {
        font-size: 23px;
        color: gray;
        margin-bottom: 10px;
        font-weight: normal;
        text-align: start
    }

    .fieldlabels {
        color: gray;
        text-align: left
    }

    #progressbar {
        margin-bottom: 30px;
        overflow: hidden;
        color: lightgrey
    }

    #progressbar .active {
        color: #fc8902
    }

    #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: "\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: #fc8902
    }

    .progress {
        height: 20px
    }

    .progress-bar {
        background-color: #fc8902
    }

    .fit-image {
        width: 100%;
        object-fit: cover
    }
    
/* // workaround */
.intl-tel-input {
  display: table-cell;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list {
  z-index: 5;
}
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}
.input-group1 .intl-tel-input {
    width: 100%;
}
.fieldlabels{
    color: #000 !important;
    font-weight: bold !important;
}
/* 2nd form */
.wpforms-list-inline  li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px !important;
}
.wpforms-list-inline  li label {
    margin-left: 10px !important;
}
/* 2nd form */