.hiring_banner{
    width: 100%;

}
.hiring_content{
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3 !important;
}

/* header .nav.loaded {
    padding-top: 0px;
    margin-top: 45px;
} */

.hiring_text{
    display: flex;
    align-items: center;

}
.hiring_content p{
    font-size: 16px;
    margin-bottom: 0px;
    margin-right: 30px;
    font-family: DM Sans;
}
.hiring_content a{
    font-size: 14px;
    padding: 5px 16px 5px 16px;
    border-radius: 5px;
    background-color: #6d44e5;
    color: #fff;
}
.mobile_img{
    display: none;
}
.desktop_img{
    display: block;
}
.mobile_img_xs{
    display: none;
}
.hiring_wrapper{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 999 !important;
}
@media screen and (max-width:1600px){
    .hiring_content p{
        font-size: 16px;
    }
    .hiring_content .demo-link{
        font-size: 12px;
    }
    .header-select-dropdown.all_products.ui.dropdown .menu{
        left: -310px !important;
    }
    .header-select-dropdown.all_products.ui.dropdown .menu::before{
        left: 33%;
    }
}
@media screen and (max-width: 1600px), screen and (max-height: 700px) { 
        .mb-header-nav h2
        {
            line-height: 7px !important;
        }
        .py-md-3 
        {
            padding-top: 0px !important;
            padding-bottom: 0.5rem !important;
        }
        .mb-header-nav .product_id
        {
            font-size: 14px;
        }
        .mb-header-nav h5, .nav-desc
        {
            font-size: 12px;
        }
 }
 @media only screen and (max-width: 1440px) and (min-width: 1400px){
    .header-select-dropdown.all_products.ui.dropdown .menu{
        left: -316px !important;
    }
    .header-select-dropdown.all_products.ui.dropdown .menu::before{
        left: 33%;
    }
}

@media screen and (min-width: 1400px){
    .menu__item{
        margin: 0 0 0 15px!important;
    }
}

 @media screen and (min-width: 1025px){
    .header-sign-up .sign-up-w {
            display: none!important;
    }
}

@media (min-width: 992px){
    .nav-wrap {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}


@media screen and (max-width: 1024px){
 .header-sign-up .sign-up-w {
    -webkit-border-radius: 5px!important;
    border-radius: 5px!important;
    padding: 7px 15px!important;
    position: absolute;
    right: 9%;
    bottom: 18%;
    border: 1px solid #fff;
    color: #fff !important;
}
.mobile_img{
    display: block;
}
.desktop_img{
    display: none;
}
.mobile_img_xs{
    display: none;
}
}

@media screen and (max-width: 991px){
.header-sign-up .sign-up-w {
    right: 12%;
    bottom: 23%;
}
.mobile_img{
    display: block;
}
.desktop_img{
    display: none;
}
.mobile_img_xs{
    display: none;
}
}

@media screen and (max-width: 767px){
    .header-sign-up .sign-up-w {
        right: 15%;
        bottom: 24%;
    }
    .mobile_img{
        display: none;
        /* width: 10%; */
    }
    .mobile_img_xs{
        display: block;
        /* width: 10%; */
    }
    .hiring_content p{
        font-size: 12px !important;
    }
    .hiring_content a{
        font-size: 12px !important;
        margin: 0px;
    }
    
}

@media screen and (max-width: 425px){
    .header-sign-up .sign-up-w {
        right: 17%;
        bottom: 21%;
    }
    .hiring_content a{
        /* width: 200px !important; */
    }
}

@media screen and (max-width: 375px){
    .header-sign-up .sign-up-w {
        right: 19%;
        bottom: 22%;
    }
  
}

@media screen and (max-width: 320px){
    .header-sign-up .sign-up-w {
        right: 20%;
        bottom: 23%;
    }
}

