.consultants_banner {
    position: relative;
    background-image: url('/Frontend/assets/img/page/consultants_page_banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
}
.consultants_banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.644);
    z-index: 1;
}
.consultants_banner > *:not(.banner-overlay) {
    position: relative;
    z-index: 2;
}
.consultants_banner .centered_banner{
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
}
.consultants_banner .group_img{
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 80%;
    width: auto;
}
.consultants_banner .centered_banner .heading{
    position: absolute;
    bottom: 40%;
    width: 70%;
}
.consultants_banner .centered_banner .heading h3{
    color: aliceblue;
    margin-bottom: 10px;
}
.consultants_banner .centered_banner .heading p{
    color: rgba(255, 255, 255, 0.839);
    padding: 0;
    margin: 0;
}


@media (max-width: 600px) {
    .consultants_banner {
        height: 170px;
    }
    .consultants_banner .group_img{
        height: 80%;
        width: auto;
    }
    .consultants_banner .centered_banner .heading{
        bottom: 30%;
        width: 50%;
        padding: 5px;
        padding-left: 10px;
    }
    .consultants_banner .centered_banner .heading h3{
        font-size: 12px;
    }
    .consultants_banner .centered_banner .heading p{
        display: none;
    }
}




/* _____________________ search bar start */
.search_box_consultants{
    margin-top: -2rem;
    position: relative;
    z-index: 800;
    width: 100%;
    display: flex;
}
.search_box_consultants .search_field{
    border: 2px solid var(--active-primary-color);
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
/* _____________________ search bar start */