.consultant__header {
    margin-top:20px;
}

.consultant__header select {
    height: initial;
    font-size:20px;
    font-weight: bold;
}


.consultant__title {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

@media print,screen and (min-width:64em) {
    .consultant__title {
        margin-bottom:0;
    }
}

.consultant__title i {
    margin-left: 15px !important;
}

/*Page Header*/
.page-header {
    min-height: initial;
    padding:0;
}

@media only screen and (max-width: 1024px) {
    .page-header .container {
        min-height: 40vh;
        padding-top:78px;
    }
}
@media only screen and (max-height: 800px){
    .page-header .container {
        min-height: 50vh;
    }
}