

.modal-content.wizard_content {
    /* width: 700px; */
    border: none;
}
ul#progressbar li{
    margin: 0 !important;
}
/* 
@media (min-width: 576px){
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
    .modal-content.wizard_content {
        width: auto;
        border: none;
    }
} */

label.wz_hd {
    text-align: left;
    float: left;
    padding: 14px 0px;
}

.msform {
    text-align: center;
    position: relative;
   
}

.msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    /* box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2); */
    padding: 0px 40px 30px 40px;
    box-sizing: border-box;
    width: 100%;
    /* margin: 0 3% 20px 3%; */
    position: relative;
}

.msform fieldset {
    background: white;
    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
}

.msform .form-group > .input-control{
    position: relative;
}

.msform .form-group > .input-control span{
    width: 4px;
    height: 80%;
    background-color: #E6E4E4;
    content: '';
    position: absolute;
    top: 10%;
}

.msform .form-group > .text-control{
    position: relative;
}

.msform .form-group > .text-control span{
    width: 4px;
    height: 48%;
    background-color: #E6E4E4;
    content: '';
    position: absolute;
    top: 10%;
}
.msform .form-group > .input-control input:focus + span {
    background-color: #4D4D4D;
}

.msform .form-group > .input-control input:focus + span {
    background-color: #4D4D4D;
}

.msform select:focus + span {
    background-color: #4D4D4D !important;
}

.msform input,
.msform textarea, .ms select {
    padding: 0px 8px 4px 8px;
    background: #FFFFFF 0% 0% no-repeat padding-box;

opacity: 1;
border-left:1px solid #E6E4E4;
   border: 1px solid #DEDEDE !important; 
    border-radius: 4px;
    opacity: 1;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
  

    font-size: 14px;

}



.msform input:focus,
.msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    /* border: none; */
    border-left:1px solid #4D4D4D !important;
    /* background: #4D4D4D 0% 0% no-repeat padding-box;
opacity: 1; */
    /* font-weight: bold; */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 0px;
    opacity: 1;
    outline-width: 0
}

.msform .action-button {
    width: 128px;
    background: #4D4D4D 0% 0% no-repeat padding-box;
    opacity: 1;
    font-weight: normal;
    color: white;
    border: 1px solid #DEDEDE;
 
    border-radius: 0px;
    cursor: pointer;
    padding: 6px 8px;
    margin: 10px 5px;
}

/* 
.msform .action-button:hover,
.msform .action-button:focus {
    box-shadow: 0 0 0  2px white, 0 0 0 3px skyblue
} */

.msform .action-button-previous {
    width: 128px;
    background: #C1C1C1 0% 0% no-repeat padding-box;
    opacity: 1;
    font-weight: normal;
    float: left;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 6px 8px;
    margin: 10px 5px;
}

.msform .action-button-previous:hover,
.msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

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: 22px;
    color: #2C3E50;
    border-bottom: 2px solid lightgrey;
    /* margin-bottom: 10px; */
    /* font-weight: bold; */
    padding-bottom: 20px;
    text-align: center;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}
#progressbar .active {
    color: white;
    /* background: #193232 0% 0% no-repeat padding-box; */
    background: #4D4D4D 0% 0% no-repeat padding-box;
    opacity: 1;
    opacity: 1;
    border: none;
    line-height: 47px;
    font-size: 20px;
    width: 45px;
    border-radius: 50%;
    height: 45px;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    /* width: 14%; */
    display: inline-block;
    /* position: relative; */
color: white;
/* 
    background: #CBCBCBA5 0% 0% no-repeat padding-box; */
    background: #666666 0% 0% no-repeat padding-box;
opacity: 1;
    opacity: 1;
    /* padding: 5px; */
    line-height: 35px;
    width: 34px;
    border-radius: 50%;
    height: 34px;

}


/* }
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
} */

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: #CBCBCBA5 0% 0% no-repeat padding-box;
    opacity: 1;
    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: #193232;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    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: 100%;
    object-fit: cover
}
.invalid-feedback {
    position: absolute;
    width: 100%;
    display: block;
    bottom: 9px;
    font-size: 80%;
    text-align: left;
    font: Light 20px/24px Proxima Nova;
    letter-spacing: 0px;
    color: #FF0808;
    opacity: 1;
}

input.next.action-button {
    float: right;
}
/* .indicator_wiz {
    border-bottom: 1px solid lightgrey;
    margin: 30px;
} */

.form-group.CreateGroup.cs_bs {
    /* display: flex; */
    /* text-align: center; */
    align-items: center;
    justify-content: unset;
}
.msform .action-button:hover{
    background: white;
    border: 1px solid #4D4D4D;
    color: #4D4D4D;
  }
.msform .action-button-previous:hover{
    background: white;
    border: 1px solid #4D4D4D;
    color: #4D4D4D;
}
span.atag {
    position: relative;
    top: 15px;
    left: 122px;
    text-align: left;
font: Semibold 25px/30px Proxima Nova;
letter-spacing: 0px;
color: #767983;
opacity: 1;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* vertical-align: top; */
}

img.radio_img {
    margin-right: 6px;
    height: 20px;
    width: 12px;
}
.imp_row {
    padding: 10px;
    font-weight: normal;
    color: #404553;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 30px;
}
.form-card.shadow_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 1px;
    opacity: 1;

    border-bottom: 6px solid #4D4D4D;
}


.msform .form-group > .input-auto {
    position: relative;
}


.msform .form-group > .input-auto span {
    width: 4px;
    height: 42%;
    background-color: #E6E4E4;
    content: '';
    position: absolute;
    top: 10%;
}


.form-group > .input-editme-control {
    position: relative;
}




.EditInput {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DEDEDE !important;
    border-radius: 0px;
    opacity: 1;
}


.form-group > .input-editme-control span {
    width: 4px;
    height: 83%;
    background-color: #E6E4E4;
    content: '';
    position: absolute;
    top: 10%;
} 


.Submit_block {
    text-align: center;
    padding: 15px 0px;
}

input.Submit_form {
    color: white;
    background: #4D4D4D 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 10px 27px;
    border-radius: 4px;
    width: 30%;
    font-weight: 600;
}


input.EditInput:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    /* border: none; */
    border: 2px solid #4d4d4d1c !important;
    /* font-weight: bold; */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 0px;
    opacity: 1;
    transition: all 0.3s ease-out;
    outline-width: 0;
}







.form-group > .input-editme-control input:visited + span {
    background-color: tomato;
}

.form-group > .input-editme-control input:focus + span {
    background-color: #4D4D4D;
}
.form-card.shadow_box {
    border-bottom: 4px solid #4D4D4D !important;
}

.Block-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
}




.Final-Block {
    padding: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DEDEDE;
    border-radius: 1px;
    opacity: 1;
    margin-bottom: 20px;
    border-bottom: 3px solid #DEDEDE;
}

span.Flex-Wizard {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 0px;
}

label.address {
    font-weight: 500;
    margin-right: 26px;
    color: #404553;

}

.Branch-Block {

    padding: 10px 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


    
.Branch-Block  img{
    height: 20px;
    margin-right: 11px;
    color: #4D4D4D;
}
.left-margin img {
    height: 20px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #4D4D4D;
    background-color: #4D4D4D;
}

.img-icon {
    margin-left: 10px;
    font-size: 13px;
}
.border_option-icon {
    display: flex;
    margin: 20px;
    color: #4D4D4D;
    padding: 16px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #DEDEDE; 
}

.modal-content.wizard_form-contentt {
    width: 900px;
    border: none;
    right: 150px;
} 




    
@media only screen and (max-width: 568px) {
    .modal-content.wizard_form-contentt {
        width: 100%;
        border: none;
    }
    .msform fieldset .form-card {
       
        padding: 10px;
     
        width: 100%;
      
    }
    .msform .action-button-previous{
        margin: 0;
    }
    .msform .action-button{
        margin: 0;
    }
}
