.siteSearchHeader{
 background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4) ,rgba(0, 0, 0, 0.3)), url("/employer/wp-content/themes/zippiav11/assets/img/searchBarBG.png");
    padding-top: 48px;
    background-size: cover;
}
.siteSearchHeader form{
    width: 700px;
    margin: auto;
    text-align: center;
    padding-bottom: 56px;

}
.siteSearchHeader form h2{
    Font-family: "Open Sans";
    Font-size: 24px;
    Line-height: 33px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 24px;
}
.siteSearchHeader h1{
    text-align: center;
    margin-top: 0;
    color: #fff;
    font-Size: 40px;
    Line-height: 48px;
    font-weight: 500;
    margin-bottom: 0;
}
.siteSearchHeader #search{
    padding: 16px 20px;
    line-height: 24px;
    font-size: 18px;
    height: 56px;
    width: 554px;
    border-radius: 4px;
    border-color: transparent;
    margin-left: -57px;
}
.siteSearchHeader #searchIcon{
    height: 56px;
    padding: 15px 20px;
    background: #FF6000;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    position: absolute;
    margin-left: -10px;
}
.mobileLink {
    display: none !important;
}
@media only screen and (max-width: 1024px) {
    .mobileLink {
        display: block !important;
    }
    .desktopLink {
        display: none !important;
    }
    .siteSearchHeader form {
        width: 100%;
        padding: 10px 15px 58px 15px;
    }
    .siteSearchHeader #search {
        width: 100%;
        margin-left: inherit;
    }
    .siteSearchHeader {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4) ,rgba(0, 0, 0, 0.3)), url(/recruitloop/wp-content/themes/zippiav11/assets/img/searchBarBGMobile.png);
        background-size: cover;
        padding-top: 58px;
    }
    .siteSearchHeader #searchIcon {
        height: 56px;
        padding: 15px 20px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        /* margin-top: 6px; */
        position: relative;
        margin-left: auto;
        width: 100%;
        margin-top: 12px;
    }
    .siteSearchHeader h1 {
        font-Size: 24px;
        Line-height: 32px;
    }
    .siteSearchHeader form label {
        Font-size: 18px;
        Line-height: 28px;
    }
}