* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

/* 

.active
*/

#heading {
    text-transform: uppercase;
    color: #FFA41F;
    font-weight: normal
}

#consultation_booking {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#consultation_booking 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
}

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

.form-control{
    margin-bottom: 5px !important;
}
/* #consultation_booking input,
#consultation_booking textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
} */

#consultation_booking  input:focus,
#consultation_booking  textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #FFA41F;
    outline-width: 0
}

/* #consultation_booking .action-button1 {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
} */



/* #consultation_booking .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
} */

/* #consultation_booking .action-button-previous:hover,
#consultation_booking .action-button-previous:focus {
    background-color: #000000
} */

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

.fs-title {
    font-size: 22px;
    color: #FFA41F;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #FFA41F;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    /* color: white; */
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #FFA41F
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 33.33%;
    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: #FFA41F
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #FFA41F
}

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

.input.select2-search__field,.col-12 .select2-hidden-accessible,span.select2.select2-container.select2-container--default,li.select2-search.select2-search--inline,input.select2-search__field{
    width: 100% !important;
    margin-bottom: 2px !important;
}
/* .radio-group {
    display: flex;
    gap: 20px; 
.radio-group label {
    margin-left: 5px; 
} */

/* .card.px-0.pt-4.pb-0.mt-3.mb-3 {
    background: unset;
} */

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    color: black;
}
.error-message{
    color: white;
    padding: 4px;
    background: red;
}
.modal-header{
    padding: unset; 
    border-bottom: unset; 
}
#c-message-sucess > p {
    background-color: #93c757;
    color: #fff;
    padding: 5px 10px;
    margin-top: 10px;
}
#c-message-fail > p {
    background-color: red !important;
    color: #fff;
    padding: 5px 10px;
    margin-top: 10px;
}

.sinup-form select {
    padding: 10px 12px !important;
    outline: none !important;
    font-size: 13px !important;
    color: #777 !important;
    margin: 0 !important;
    width: 100% !important;
    display: block !important;
    background-color: #fff !important;
    border: 1px solid #e8e8e8 !important;
    font-weight: 600 !important;
    border-radius: 3px !important;
}

.alert-danger{
    color: #ffffff !important;
}