.auction-page-container {
    padding: 0 !important;
    margin: 0 !important;
    background: #F5F6F7;
}

.auction-page-BannerCont {
    background-image: url('/allied_website/static/src/img/services_page/trade_page/trade_page_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 66vh;
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auction-page-bannerHeadingCont {
    height: 118px;
    width: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.auction-page-bannerHeadingCont h1 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 69px;
}

.auction-page-bannerHeadingCont span {
    color: #FCFCFC;
    font-weight: 600;
    font-size: 20px;
}

.auction-page-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.auction-page-tabsSection {
    width: 75%;
    height: auto;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    margin-bottom: 80px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.auction-page-tabsSectionAuction {
    width: 90%;
    display: block;
    transition: opacity 0.3s ease;
}

.auction-page-tabsSectionHeadingCont h1 {
    color: #091E42;
    font-weight: 600;
    font-size: 28px;
}

.auction-page-tabsSectionCard {
    margin-top: 40px;
}

.auction-page-LoadMoreBtnCont {
    width: 100%;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.auction-page-LoadMoreBtn {
    border: 2px solid #F6D23C;
    width: 378px;
    height: 64px;
    border-radius: 16px;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.auction-page-LoadMoreBtn span {
    color: #F6D23C;
    font-weight: 600;
    font-size: 23px;
    margin-right: 10px;
}

.auction-page-tabsSectionTradeHeadingCont {

}
