 .wizard-content .wizard {
    position: relative;
    overflow: auto;
}

 .wizard-content .wizard .steps {
    position: relative;
}

 .wizard-content .wizard>.steps .step {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    border-width: 2px;
    background-color: #fff;
    border-color: rgba(24, 31, 72, .3);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

 .wizard-content .wizard>.steps>ul>li.done>a .step {
    background: url(../admin/vendors/images/tick.svg) no-repeat #ecf0f4;
    font-size: 0;
    background-size: 22px;
    background-position: center center;
    border-color: rgba(24, 31, 72, .3);
}

 .wizard-content .wizard.wizard-circle>.steps>ul>li:after,
 .wizard-content .wizard.wizard-circle>.steps>ul>li:before,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before {
    background: rgba(24, 31, 72, .3);
}

.wizard-content .wizard.vertical.wizard-circle>.steps>ul>li.current~li:after,
.wizard-content .wizard.vertical.wizard-circle>.steps>ul>li.current~li:before {
    background-color: transparent;
}

 .wizard-content .wizard>.steps>ul>li.current .step {
    border-color: #3b5d4f;
    color: #181f48;
    background-color: #fff;
}

 .wizard-content .wizard>.steps .info {
    display: block;
    width: 100%;
    padding-top: 10px;
}

 .wizard-content .wizard>.steps>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
}

 .wizard-content .wizard>.steps>ul>li {
    width: 25%;
}


 .wizard-content .wizard>.steps .info,
 .wizard-content .wizard>.steps>ul>li a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

 .wizard-content .wizard>.steps>ul>li a {
    padding: 20px 10px;
    margin: 0;
    text-align: center;
    color: rgba(24, 31, 72, .6);
    font-size: 11px;
    font-weight: 700;
}

 .wizard-content .wizard>.steps>ul>li.current>a,
 .wizard-content .wizard>.steps>ul>li.done>a {
    color: #181f48;
}

 .wizard-content .wizard>.content {
    height:100%;
    overflow: hidden;
    
    
}

 .wizard-content .wizard>.actions {
    padding: 0 15px 20px;
    text-align: right;
}
.wizard-content .wizard>.actions>ul>li>a {
    background-color: #3b5d4f;
    font-weight: 600;
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
    border-color: #3b5d4f;
    border-width: 2px;
    color: #3b5d4f;
}

.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"] {
    display: none;
    border-color: #3b5d4f;
}
@media (max-width:1024px) {
     .wizard-content .wizard {
        padding-left: 300px;
    }

     .wizard-content .wizard .steps {
        width: 300px;
    }
}
@media (max-width:660px) {
     .wizard-content .wizard {
        padding-left: 0;
    }

     .wizard-content .wizard .steps {
        display: none;
    }
}


.form-group>label {
    font-weight: 500;
    font-size: 15px
}
.header-left .header-search .form-group {
    position: relative
}
.custom-control {
    padding-left: 35px;
    cursor: pointer;
    padding-bottom: 5px
}

.custom-control-label {
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-top: 2px
}

.custom-control-label::before {
    width: 20px;
    height: 20px;
    top: 2px;
    left: -30px;
    background-color: transparent;
    border: 2px solid #3b5d4f
}

.custom-control-label::after {
    width: 20px;
    height: 20px;
    left: -30px;
    background-size: 60%;
    top: 2px
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: none
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #3b5d4f
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(../admin/vendors/images/check-mark.png);
    background-repeat: no-repeat;
    background-position: center center
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #3b5d4f
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    border: 2px solid transparent
}
