
.wizard {
    margin: 20px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #faa918;
    
}
.wizard li.active span.round-tab i{
    color: #faa918;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    float: right;
    width: 20%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #faa918;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #faa918;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

body{
    background-color: #f0f1f3;
}

.logo{
    width: 200px;
}

.navbar-nav>li {
    margin-right: 10px;
}

.bg-primary{
    background-color: #610505;
    border-color:  #610505;
}

.bg-secondary{
    background-color: #faa918;
}
.bg-footer{
    background-color: #610505;
    color: #fff;
    padding: 40px;
}
.bg-footer a{
    color: #fff;
}

.bg-footer ul{
    list-style: none;
}

.bg-footer ul li{
    margin-bottom: 10px;
}

.bg-footer .glyphicon{
    color: #faa226;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.navbar-inverse .navbar-nav>li>a{
    color: #fff;
    border-radius: 40px;
}

.navbar-inverse .navbar-nav>li> .bg-primary:active{
    background-color: #03b403!important;
}

.navbar-inverse .navbar-nav>li> .bg-secondary:active{
    background-color: #ffd700!important;
}

.navbar-inverse .navbar-nav>li> .bg-primary:hover{
    background-color: #0a660a!important;
}

.navbar-inverse .navbar-nav>li> .bg-secondary:hover{
    background-color: #d4b305!important;
}

.condition{
    list-style: none;
}

.condition li{
    margin-bottom: 20px;
    font-weight: bolder;
    font-size: 16px;
}

.paragraphe{
    margin: 50px 0px;
}

.color-secondary{
    color: #ffa500;
}


.navbar-brand{
    height: 120px;
    float: right!important;
}

.navbar-header{
    float: right!important;
}

.navbar-nav{
    margin-top: 35px;
    float: left!important;
}

.navbar-inverse{
    background-color: #fff;
    border-color: #fff;
}

.main-container{
    margin-top: 120px;
    min-height: 70vh;
}

.direction-rtl{
    direction: rtl;
    text-align: right;
}

.direction-ltr{
    direction: ltr;
    text-align: left;
}

.top-banner{
    margin-bottom: 70px !important;
    width: 100%;
}

.p-20{
    padding: 20px;
}

.mb-3{
    margin-bottom: 30px !important;
}

.mt-3{
    margin-top: 30px !important;
}

.mt-6{
    margin-top: 60px !important;
}

.color-white{
    color: #fff;
}

@media (min-width: 992px){
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: right;
    }
}

.form-control{
    height: 40px;
}

.btn-primary:hover {
    background-color: #350303;
    border-color: #350303;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary{
    background-color: #350303;
    border-color: #350303;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
    background-color: #350303;
    border-color: #350303;
}

.form-group label span{
    color:#de1313;
}

.checkbox label, .radio label{
    padding-right: 20px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
    margin-left: 0px;
    margin-right: -20px;
}

.pb-50 {
    padding-bottom: 50px;
}

.close {
    float: left;
}

.modal-footer{
    text-align: left;   
}

input[type=file] {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px;
    background-color: #f1f0ef;
}

/* input[type=file]::before {
    content: 'اختر الملف لرفعه على الموقع..................................................';
} */


.form-step1{
    width: 60%;
    margin: auto;
    padding: 50px 10px;
}

.avatar{
    text-align: center;
    margin: auto;
    width: 10%;
}

.mb-5{
    margin-bottom: 50px;
}


a.bg-primary:focus, a.bg-primary:hover, a.bg-primary:visited {
    background-color: #350303;
}



.condition {
    margin: 50px;
}

.condition li {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
}

.paragraphe{
    font-size: 16px;
}



@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .navbar-nav {
        margin-top: 105px;
        float: none!important;
        padding: 10px 10px 0px 10px;
    }
    
    .main-container {
        margin-top: 240px;
    }

    .collapse {
        display: block;
    }

    .navbar-nav>li {
        margin: 10px;
    }
  }

