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

.trade-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;

}

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

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

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

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

.trade-page-tabsCont {
    display: flex;
    width: 75%;
}

.trade-page-tab {
    width: 120px;
    height: 46px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #FFFFFF;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.trade-page-tab.active {
    background-color: #F6D23C !important;
    transition: background-color 0.3s ease;
}

.trade-page-tab span {
    color: #333333;
    font-weight: 400;
    font-size: 18px;
}

.trade-page-tabsSection {
    width: 75%;
    height: auto;
    background: #FFFFFF;
    border-top: 1px solid #C2C7D0;
    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;
}

.trade-page-tabsSectionBuy,
.trade-page-tabsSectionSell,
.trade-page-tabsSectionTrade {
    width: 90%;
    display: none;
    transition: opacity 0.3s ease;
}

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

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

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

.trade-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;
}

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

.trade-page-tabsSectionTradeHeadingCont {

}
