div.custom-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    /* background-image: url('images/header-bg-image.png'); */
    background: #fff;
    width: 100%;
    height: 120px;
    border-top: 10px solid rgba(63, 150, 149, 1);
    border-bottom: 10px solid rgba(63, 150, 149, 1);
    box-sizing: border-box;
    padding: 0 20px;
}

div.custom-header>div {
    width: auto;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.custom-header img.left-side-images {
    height: 30px;
    width: 30px;
}

.auction-about-contact-logo div.left-side-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
}

#custom-header .header-section div.left-side-logo {
    margin: 0 15px;
}

.custom-header a.header-anchor {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;

}

.custom-header div.auction-about-contact-logo.header-section {
    display: flex;
    justify-content: flex-start;
    width: 40%;
}

.custom-header .header-section.login-signup-profile-div {
    display: flex;
    justify-content: flex-end;
    width: 40%;

}


.custom-header span.logo-text-span {
    color: #000;
    margin-top: 5px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    font-family: var(--bodyFont);
}

.custom-header div.header-section.site-logo-div {
    /* height: 82px; */
    justify-content: center;
}

.custom-header .site-logo-div img.site-logo {
    margin-top: 0;
    height: 90px;
}

.search-container {
    position: relative;
}

.search-container input[type=text] {
    padding: 10px;
    font-size: 17px;
    box-sizing: border-box;
    border: 0;
    float: left;
    width: 100%;
    background: #f1f1f1;
}

.search-container input[type=text]:focus {
    outline: none;
    border: 0;
}

.search-container a {
    float: left;
    width: fit-content;
    padding: 0 10px;
    background: transparent;
    font-size: 17px;
    border: 0;
    border-left: none;
    cursor: pointer;
    color: white;

}

#custom-header div.header-placeholder-div {
    display: none;
}

#searchDropdown a.search-anchor {
    background: black;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: var(--bodyFont);

}


.about-us #searchDropdown a.search-anchor {

    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: var(--bodyFont);

}

.header-section .search-container a.searchanchor {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--bodyFont);

}

/* Hamburger menu styles */
.hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}

.hamburger-menu div {
    width: 2rem;
    height: 0.25rem;
    background-color: #333;
}

.header-section img.hamburger_icon {
    width: 30px;
}

.custom-header.custom-header-footer p.welcome-text {

    position: absolute;
    top: -10px;
    font-size: 12px;
    color: #fff;
    right: 50px;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 63px;
    width: 250px;
    padding: 20px;
    right: 0;
}

.display-flex {
    display: flex;
}

.auctions-list-upcoming a.active.auctions-menu-itemm,
.auctions-list-past a.auctions-menu-itemm.past,
.my-items a.my-items,
.about-us li a[href='/p/about-us'],
.faq-page #mobile-nave a[href='/p/faq'],
.contact #mobile-nave a[href='/p/contactus'],
.profile-view a.profile-signup {
    text-decoration: underline !important;
}

@media (max-width: 1400px) {
    .hamburger-menu {
        display: flex;
    }

    .header-section {
        display: none;
    }

    .auctions.auctions-catalog .header-placeholder-div.header-section {
        width: 10%;
    }

    .auctions.auctions-catalog div.auction-about-contact-logo {
        width: 28%;
    }
}

@media (max-width: 1024px) {

    .header-section .search-container a.searchanchor {
        margin-right: 10px;
    }

    div.custom-header>div {
        /* width: 33.33% !important; */
        width: auto !important;
    }

    #custom-header .header-section div.left-side-logo {
        margin: 0 8px;
    }

    .custom-header div.header-section.search-div,
    .header-placeholder-div.header-section {
        display: none !important;
    }

}


@media (max-width: 1024px) {

    .auctions.auctions-catalog div.auction-about-contact-logo,
    .custom-header div.auction-about-contact-logo.header-section,
    .custom-header .header-section.login-signup-profile-div>div {
        display: none !important;
    }

    .custom-header .header-section.login-signup-profile-div>div.search-container {
        display: block !important;
    }


    #custom-header div.header-section.mobile-right-side-images {

        display: flex;
        justify-content: flex-end;
        position: relative;

    }

    .header-section ul#mobile-nave.mobile-nav {

        /* display: none; */
        background: #fff;
        position: absolute;
        top: 91px;
        right: -19px;
        width: 250px;
        min-width: 200px;
        padding: 20px;
        z-index: 1;
        display: none;
        border: 1px solid var(--buttonBorderColor);
        z-index: 9;
        box-sizing: border-box;

    }

    #custom-header .header-section #mobile-nave li {
        margin-bottom: 10px;
    }

    #mobile-nave li a {
        color: var(--buttonColor);
        font-size: 24px;
        line-height: 28px;
        font-family: var(--bodyFont);
    }


}


@media (max-width: 568px) {

    #custom-header div.header-section.mobile-left-side-placeholder {
        display: none;
    }

    .custom-header.custom-header-footer p.welcome-text {
        display: none;
    }

    .custom-header div.header-section.site-logo-div {
        width: 25% !important;
    }

    .custom-header .site-logo-div img.site-logo {
        height: 70px;
    }


    #custom-header div.header-section.site-logo-div {
        width: 50% !important;
        justify-content: flex-start;
    }

    .custom-header .site-logo-div img.site-logo {
        object-fit: contain;
    }

}

@media (min-width: 1025px) {

    #custom-header div.header-section.mobile-right-side-images,
    #custom-header div.header-section.mobile-left-side-placeholder {
        display: none;
    }

}

/* client footer starts*/

#bpFooterLink {
    display: none;
}

div.custom-footer.custom-header-footer {

    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    text-align: center;
    line-height: 26px;
    font-size: 22px;

}

div.custom-footer.custom-header-footer * {
    text-align: center;
    line-height: 22px;
    font-size: 18px;
    font-family: var(--bodyFont);
}

div.client-links a {

    color: #337DAC;
    text-decoration: none;
}

.custom-footer.custom-header-footer div.empored-by-bidpath {
    margin: 15px;
}


#custom-header .header-section #mobile-nave li {
    list-style-type: none !important;
}

img.footer-logo-image {
    width: 40px;
    height: 40px;
    margin: 0 8px;
}

.custom-header-footer div.placeholder-div,
.custom-header-footer div.footer-logos {
    width: 20%;
}

.custom-header-footer div.footer-text {
    width: 60%;
}


.custom-header-footer div.footer-logos {
    margin-bottom: 8px;
}

@media (max-width: 568px) {


    div.custom-footer.custom-header-footer {

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .custom-header-footer div.placeholder-div,
    .custom-header-footer div.footer-logos,
    .custom-header-footer div.footer-text {
        width: 100%;
    }

}

/* client footer ends */