*{
    font-family: 'Tajawal', sans-serif;
}

.form-wizard .nav-wizard li .nav-link::after{
    top: 40%;
}

.form-group label {
margin-bottom: 0.5rem;
font-weight: 600;
font-size: 16px;
}
body{
background-color: #dbad3e;
}

@media only screen and (max-width: 575px){
.form-wizard .nav-wizard li .nav-link::after{
    top: 30%;
}
}

textarea.form-control {
   min-height: calc(1.5em + 10.75rem + 2px);
}
.toolbar.toolbar-bottom {
   text-align: center !important;
}


.second-section,.third-section,.fourth-section{
   display: none;
}
